]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #7973 from tobiasd/2019.12-CHANGELOG
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 23 Dec 2019 18:50:58 +0000 (19:50 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2019 18:50:58 +0000 (19:50 +0100)
2019.12 CHANGELOG

19 files changed:
CREDITS.txt
doc/API-Mastodon.md
doc/FAQ.md
doc/Home.md
include/api.php
mod/display.php
src/Content/Text/BBCode.php
src/Model/GServer.php
src/Module/NodeInfo.php
src/Worker/OnePoll.php
tests/include/ApiTest.php
view/lang/en-gb/messages.po
view/lang/en-gb/strings.php
view/lang/en-us/messages.po
view/lang/en-us/strings.php
view/lang/ja/messages.po
view/lang/ja/strings.php
view/lang/pl/messages.po
view/lang/pl/strings.php

index 460ba4a95871e7edfe53cf1f7deb75b7d2c090c5..13208851852aa70a9cdb741e6f30521e6bd8cd96 100644 (file)
@@ -1,5 +1,3 @@
-
-
 23n
 Abinoam P. Marques Jr.
 Abraham Pérez Hernández
@@ -47,6 +45,7 @@ bufalo1973
 Calango Jr
 Carlos Solís
 Carsten Pfeiffer
+Casper
 Cat Gray
 Chris Case
 Christian González
@@ -66,6 +65,7 @@ David Martín Miranda
 David Rabel
 Dean Townsley
 Denis Chenu
+dependabot[bot]
 Devlon Duthie
 Diego Souza
 Domovoy
@@ -115,6 +115,7 @@ Jens Tautenhahn
 jensp
 Jeroen De Meerleer
 jeroenpraat
+Joan Bar
 JOduMonT
 Johannes Schwab
 John Brazil
@@ -123,11 +124,13 @@ Jonny Tischbein
 Josef Moravek
 juanman
 julia.domagalska
+Julio Cova
 Karel
 Karolina
 Keith Fernie
 Klaus Weidenbach
 Koyu Berteon
+kPherox
 Kris
 Lea1995polish
 Leberwurscht
@@ -162,18 +165,20 @@ Michalina
 Mike Macgirvin
 miqrogroove
 mytbk
+nathilia-peirce
 Nicola Spanti
 Olaf Conradi
 Oliver
 Olivier
 Olivier Mehani
 Olivier Migeot
-Ozero Dien
+ozero dien
 Paolo Wave
 Pascal
 Pascal Deklerck
 Pavel Morozov
 PerigGouanvic
+peter
 Peter Liebetrau
 peturisfeld
 Phigger Phigger
@@ -193,6 +198,7 @@ Ralph
 Ratten
 rcmaniac
 rebeka-catalina
+René Wagner
 repat
 Ricardo Pereira
 Rik 4
index 546aca2431117ddf40b96296e8d447f714ec2a4c..e34ec4cc95a061c6f92cf0990e6818e061eab803 100644 (file)
@@ -11,23 +11,25 @@ Authentication is the same as described in [Using the APIs](help/api#Authenticat
 
 ## Entities
 
-These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/api/entities/).
+These endpoints use the [Mastodon API entities](https://docs.joinmastodon.org/entities/).
 
 ## Implemented endpoints
 
-- [GET /api/v1/follow_requests](https://docs.joinmastodon.org/api/rest/follow-requests/#get-api-v1-follow-requests)
-- [POST /api/v1/follow_requests/:id/authorize](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-authorize)
-    - Returns a [Relationship](https://docs.joinmastodon.org/api/entities/#relationship) object.
-- [POST /api/v1/follow_requests/:id/reject](https://docs.joinmastodon.org/api/rest/follow-requests/#post-api-v1-follow-requests-id-reject)
-    - Returns a [Relationship](https://docs.joinmastodon.org/api/entities/#relationship) object.
-- POST /api/v1/follow_requests/:id/ignore
+- [`GET /api/v1/follow_requests`](https://docs.joinmastodon.org/methods/accounts/follow_requests#pending-follows)
+    - Returned IDs are specific to follow requests
+- [`POST /api/v1/follow_requests/:id/authorize`](https://docs.joinmastodon.org/methods/accounts/follow_requests#accept-follow)
+    - `:id` is a follow request ID, not a regular account id
+- [`POST /api/v1/follow_requests/:id/reject`](https://docs.joinmastodon.org/methods/accounts/follow_requests#reject-follow)
+    - `:id` is a follow request ID, not a regular account id
+- `POST /api/v1/follow_requests/:id/ignore`
     - Friendica-specific, hides the follow request from the list and prevents the remote contact from retrying.
-    - Returns a [Relationship](https://docs.joinmastodon.org/api/entities/#relationship) object.
-    
-
-- [GET /api/v1/instance](https://docs.joinmastodon.org/api/rest/instances)
-- GET /api/v1/instance/peers - undocumented, but implemented by Mastodon and Pleroma
+    - `:id` is a follow request ID, not a regular account id
+    - Returns a [Relationship](https://docs.joinmastodon.org/entities/relationship) object.
 
 
+- [`GET /api/v1/instance`](https://docs.joinmastodon.org/methods/instance#fetch-instance)
+- [`GET /api/v1/instance/peers`](https://docs.joinmastodon.org/methods/instance#list-of-connected-domains)
 
 ## Non-implemented endpoints
+
+- [`GET /api/v1/instance/activity`](https://docs.joinmastodon.org/methods/instance#weekly-activity)
index 83bdce3a27806ca2d1d74cb3cb32707e66327454..323cb161943f45845228c8ea45e5dbd467f11aec 100644 (file)
@@ -172,7 +172,7 @@ Here is a list of known working clients:
 
 * Android
   * [Friendiqa](https://git.friendi.ca/lubuwest/Friendiqa) (available in Google Playstore or from a binary repository you can add to [F-Droid](https://freunde.ma-nic.de/display/3e98eba8185a13c5bdbf3d1539646854))
-  * [Fedilab](https://gitlab.com/tom79/mastalab) (available in F-Droid and Google stores)
+  * [Fedilab](https://fedilab.app/) (available in F-Droid and Google stores)
   * [DiCa](https://dica.mixi.cool/)
   * AndStatus
   * Twidere
index 095be1bb68e6412a37df8ec8ea5b4366e57daabc..d58cfeca6a2a28bffb7eed5151589d465a00a5f5 100644 (file)
@@ -55,7 +55,7 @@ Friendica Documentation and Resources
        * [Move classes to `src`](help/Developer-How-To-Move-Classes-to-src)
        * [Run tests](help/Tests)
 * Reference
-       * [Twitter/GNU Social API Functions](help/api)
+       * [API endpoints](help/api)
        * [Code (Doxygen generated - sets cookies)](doc/html/)
        * [Protocol Documentation](help/Protocol)
        * [Database schema documentation](help/database)
index 5c708c0b70a079cdc6f65fb9bbd6735a4bf960aa..80abb750f7d666b7f9c256d1b7da005d9b2c91f4 100644 (file)
@@ -605,11 +605,6 @@ function api_get_user(App $a, $contact_id = null)
                $contact = DBA::selectFirst('contact', [], ['uid' => 0, 'nurl' => Strings::normaliseLink($url)]);
 
                if (DBA::isResult($contact)) {
-                       // If no nick where given, extract it from the address
-                       if (($contact['nick'] == "") || ($contact['name'] == $contact['nick'])) {
-                               $contact['nick'] = api_get_nick($contact["url"]);
-                       }
-
                        $ret = [
                                'id' => $contact["id"],
                                'id_str' => (string) $contact["id"],
@@ -668,11 +663,6 @@ function api_get_user(App $a, $contact_id = null)
        $countfollowers = 0;
        $starred = 0;
 
-       // Add a nick if it isn't present there
-       if (($uinfo[0]['nick'] == "") || ($uinfo[0]['name'] == $uinfo[0]['nick'])) {
-               $uinfo[0]['nick'] = api_get_nick($uinfo[0]["url"]);
-       }
-
        $pcontact_id  = Contact::getIdForURL($uinfo[0]['url'], 0, true);
 
        if (!empty($profile['about'])) {
@@ -5240,91 +5230,6 @@ function api_share_as_retweet(&$item)
        return $reshared_item;
 }
 
-/**
- *
- * @param string $profile
- *
- * @return string|false
- * @throws InternalServerErrorException
- * @todo remove trailing junk from profile url
- * @todo pump.io check has to check the website
- */
-function api_get_nick($profile)
-{
-       $nick = "";
-
-       $r = q(
-               "SELECT `nick` FROM `contact` WHERE `uid` = 0 AND `nurl` = '%s'",
-               DBA::escape(Strings::normaliseLink($profile))
-       );
-
-       if (DBA::isResult($r)) {
-               $nick = $r[0]["nick"];
-       }
-
-       if (!$nick == "") {
-               $r = q(
-                       "SELECT `nick` FROM `contact` WHERE `uid` = 0 AND `nurl` = '%s'",
-                       DBA::escape(Strings::normaliseLink($profile))
-               );
-
-               if (DBA::isResult($r)) {
-                       $nick = $r[0]["nick"];
-               }
-       }
-
-       if (!$nick == "") {
-               $friendica = preg_replace("=https?://(.*)/profile/(.*)=ism", "$2", $profile);
-               if ($friendica != $profile) {
-                       $nick = $friendica;
-               }
-       }
-
-       if (!$nick == "") {
-               $diaspora = preg_replace("=https?://(.*)/u/(.*)=ism", "$2", $profile);
-               if ($diaspora != $profile) {
-                       $nick = $diaspora;
-               }
-       }
-
-       if (!$nick == "") {
-               $twitter = preg_replace("=https?://twitter.com/(.*)=ism", "$1", $profile);
-               if ($twitter != $profile) {
-                       $nick = $twitter;
-               }
-       }
-
-
-       if (!$nick == "") {
-               $StatusnetHost = preg_replace("=https?://(.*)/user/(.*)=ism", "$1", $profile);
-               if ($StatusnetHost != $profile) {
-                       $StatusnetUser = preg_replace("=https?://(.*)/user/(.*)=ism", "$2", $profile);
-                       if ($StatusnetUser != $profile) {
-                               $UserData = Network::fetchUrl("http://".$StatusnetHost."/api/users/show.json?user_id=".$StatusnetUser);
-                               $user = json_decode($UserData);
-                               if ($user) {
-                                       $nick = $user->screen_name;
-                               }
-                       }
-               }
-       }
-
-       // To-Do: look at the page if its really a pumpio site
-       //if (!$nick == "") {
-       //      $pumpio = preg_replace("=https?://(.*)/(.*)/=ism", "$2", $profile."/");
-       //      if ($pumpio != $profile)
-       //              $nick = $pumpio;
-               //      <div class="media" id="profile-block" data-profile-id="acct:kabniel@microca.st">
-
-       //}
-
-       if ($nick != "") {
-               return $nick;
-       }
-
-       return false;
-}
-
 /**
  *
  * @param array $item
@@ -5356,10 +5261,6 @@ function api_in_reply_to($item)
                $parent = Item::selectFirst($fields, ['id' => $in_reply_to['status_id']]);
 
                if (DBA::isResult($parent)) {
-                       if ($parent['author-nick'] == "") {
-                               $parent['author-nick'] = api_get_nick($parent['author-link']);
-                       }
-
                        $in_reply_to['screen_name'] = (($parent['author-nick']) ? $parent['author-nick'] : $parent['author-name']);
                        $in_reply_to['user_id'] = intval($parent['author-id']);
                        $in_reply_to['user_id_str'] = (string) intval($parent['author-id']);
index b388b915e17a9b79c359ee6a957fe605c9769baf..de46cce0cb48f0e256ebd8681516f6fbb3f7c255 100644 (file)
@@ -172,6 +172,8 @@ function display_content(App $a, $update = false, $update_uid = 0)
 
        $o = '';
 
+       $item = null;
+
        if ($update) {
                $item_id = $_REQUEST['item_id'];
                $item = Item::selectFirst(['uid', 'parent', 'parent-uri'], ['id' => $item_id]);
@@ -221,7 +223,7 @@ function display_content(App $a, $update = false, $update_uid = 0)
                }
        }
 
-       if (!$item_id) {
+       if (empty($item)) {
                throw new HTTPException\NotFoundException(L10n::t('The requested item doesn\'t exist or has been deleted.'));
        }
 
index 6d4c3418d07410dd40417c5203ae0328c5d8c821..e5622d14b43e478107345dcfe4f3890313a007d3 100644 (file)
@@ -398,15 +398,15 @@ class BBCode extends BaseObject
         */
        public static function removeAttachment($body, $no_link_desc = false)
        {
-               return preg_replace_callback("/\[attachment (.*)\](.*?)\[\/attachment\]/ism",
+               return preg_replace_callback("/\s*\[attachment (.*)\](.*?)\[\/attachment\]\s*/ism",
                        function ($match) use ($no_link_desc) {
                                $attach_data = self::getAttachmentData($match[0]);
                                if (empty($attach_data['url'])) {
                                        return $match[0];
                                } elseif (empty($attach_data['title']) || $no_link_desc) {
-                                       return '[url]' . $attach_data['url'] . "[/url]\n";
+                                       return "\n[url]" . $attach_data['url'] . "[/url]\n";
                                } else {
-                                       return '[url=' . $attach_data['url'] . ']' . $attach_data['title'] . "[/url]\n";
+                                       return "\n[url=" . $attach_data['url'] . ']' . $attach_data['title'] . "[/url]\n";
                                }
                }, $body);
        }
index 43aa92f33eec96abf4164f424eed5cd2732189b4..41c8fa44bf9d77c150da3b4393e8cf163acd63a3 100644 (file)
@@ -549,7 +549,7 @@ class GServer
                                $protocols[$protocol] = true;
                        }
 
-                       if (!empty($protocols['friendica'])) {
+                       if (!empty($protocols['dfrn'])) {
                                $server['network'] = Protocol::DFRN;
                        } elseif (!empty($protocols['activitypub'])) {
                                $server['network'] = Protocol::ACTIVITYPUB;
index deec94d93ffba7f787156625ea44acb61ce833e9..8e3692e3d37cfe1a9897f9ddb4a77ece1ef83714 100644 (file)
@@ -126,7 +126,7 @@ class NodeInfo extends BaseModule
                $nodeinfo = [
                        'version'           => '1.0',
                        'software'          => [
-                               'name'    => 'friendica',
+                               'name'    => 'Friendica',
                                'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
                        ],
                        'protocols'         => [
@@ -191,7 +191,7 @@ class NodeInfo extends BaseModule
                $nodeinfo = [
                        'version'           => '2.0',
                        'software'          => [
-                               'name'    => 'friendica',
+                               'name'    => 'Friendica',
                                'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
                        ],
                        'protocols'         => ['dfrn', 'activitypub'],
index 3dbc0cccd1cd06c3ebd8e481862b65d6c8f4fc75..f2ba89adf7bc99bfde1a93d0f89b2880072804b6 100644 (file)
@@ -562,7 +562,7 @@ class OnePoll
                                        }
 
                                        // Decoding the header
-                                       $subject = imap_mime_header_decode($meta->subject);
+                                       $subject = imap_mime_header_decode($meta->subject ?? '');
                                        $datarray['title'] = "";
                                        foreach ($subject as $subpart) {
                                                if ($subpart->charset != "default") {
index fc797ec3f0b0de1b65905bac45fbbdb0e2c48240..3d6bdc0c16816c8adb8fd862441e3bb36678e385 100644 (file)
@@ -3717,28 +3717,6 @@ class ApiTest extends DatabaseTest
                $this->markTestIncomplete();
        }
 
-       /**
-        * Test the api_get_nick() function.
-        *
-        * @return void
-        */
-       public function testApiGetNick()
-       {
-               $result = api_get_nick($this->otherUser['nurl']);
-               $this->assertEquals('othercontact', $result);
-       }
-
-       /**
-        * Test the api_get_nick() function with a wrong URL.
-        *
-        * @return void
-        */
-       public function testApiGetNickWithWrongUrl()
-       {
-               $result = api_get_nick('wrong_url');
-               $this->assertFalse($result);
-       }
-
        /**
         * Test the api_in_reply_to() function.
         *
index 069389b6c57d9959cb3e213fbcac139feb8abe9f..4bd76c68142015da6122f600a058f223cea29c35 100644 (file)
@@ -5,12 +5,13 @@
 # Translators:
 # Andy H3 <andy@hubup.pro>, 2017-2019
 # Kris, 2018
+# Steffen K9 <alfred@skrumbholz.de>, 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-15 07:45+0200\n"
-"PO-Revision-Date: 2019-09-27 06:09+0000\n"
+"POT-Creation-Date: 2019-12-05 23:28+0100\n"
+"PO-Revision-Date: 2019-12-23 04:36+0000\n"
 "Last-Translator: Andy H3 <andy@hubup.pro>\n"
 "Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n"
 "MIME-Version: 1.0\n"
@@ -19,68 +20,14 @@ msgstr ""
 "Language: en_GB\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: include/items.php:354 src/Module/Admin/Themes/Details.php:53
-#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27
-#: src/Module/Debug/ItemBody.php:40
-msgid "Item not found."
-msgstr "Item not found."
-
-#: include/items.php:392
-msgid "Do you really want to delete this item?"
-msgstr "Do you really want to delete this item?"
-
-#: include/items.php:394 mod/api.php:109 mod/profiles.php:526
-#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640
-#: mod/follow.php:163 mod/message.php:150 mod/suggest.php:73
-#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102
-#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114
-#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142
-#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145
-#: mod/settings.php:1146 src/Module/Register.php:97 src/Module/Contact.php:423
-msgid "Yes"
-msgstr "Yes"
-
-#: include/items.php:397 include/conversation.php:1251 mod/tagrm.php:20
-#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650
-#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139
-#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084
-#: mod/photos.php:1191 mod/suggest.php:76 mod/settings.php:678
-#: mod/settings.php:704 src/Module/Contact.php:426
-msgid "Cancel"
-msgstr "Cancel"
-
-#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30
-#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18
-#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17
-#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109
-#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107
-#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43
-#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182
-#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90
-#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/follow.php:57
-#: mod/follow.php:134 mod/fsuggest.php:63 mod/manage.php:130
-#: mod/message.php:56 mod/message.php:101 mod/network.php:37 mod/notes.php:27
-#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141
-#: mod/profile_photo.php:32 mod/profile_photo.php:177
-#: mod/profile_photo.php:197 mod/suggest.php:39 mod/events.php:208
-#: mod/item.php:170 mod/notifications.php:73 mod/settings.php:52
-#: mod/settings.php:165 mod/settings.php:667 src/Module/Attach.php:42
-#: src/Module/FollowConfirm.php:27 src/Module/Group.php:31
-#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110
-#: src/Module/Notifications/Notify.php:19 src/Module/Profile/Contacts.php:50
-#: src/Module/Register.php:192 src/Module/Search/Directory.php:18
-#: src/Module/Contact.php:340
-msgid "Permission denied."
-msgstr "Permission denied."
-
-#: include/api.php:1119
+#: include/api.php:1124
 #, 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] "Daily posting limit of %d post reached. The post was rejected."
 msgstr[1] "Daily posting limit of %d posts are reached. This post was rejected."
 
-#: include/api.php:1133
+#: include/api.php:1138
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural ""
@@ -88,10554 +35,10765 @@ msgid_plural ""
 msgstr[0] "Weekly posting limit of %d post reached. The post was rejected."
 msgstr[1] "Weekly posting limit of %d posts are reached. This post was rejected."
 
-#: include/api.php:1147
+#: include/api.php:1152
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr "Monthly posting limit of %d posts are reached. The post was rejected."
 
-#: include/api.php:4589 mod/photos.php:91 mod/photos.php:196
-#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107
-#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94
+#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849
+#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94
 #: mod/profile_photo.php:103 mod/profile_photo.php:210
-#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796
-#: src/Model/User.php:804 src/Model/User.php:812
+#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90
+#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055
+#: mod/photos.php:1072 mod/photos.php:1580
 msgid "Profile Photos"
 msgstr "Profile photos"
 
-#: include/conversation.php:161 include/conversation.php:298
-#: src/Model/Item.php:3309
-msgid "event"
-msgstr "event"
-
-#: include/conversation.php:164 include/conversation.php:174
-#: include/conversation.php:301 include/conversation.php:310
-#: mod/subthread.php:88 mod/tagger.php:69
-msgid "status"
-msgstr "status"
+#: include/enotify.php:58
+msgid "Friendica Notification"
+msgstr "Friendica notification"
 
-#: include/conversation.php:169 include/conversation.php:306
-#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3311
-msgid "photo"
-msgstr "photo"
+#: include/enotify.php:61
+msgid "Thank You,"
+msgstr "Thank you"
 
-#: include/conversation.php:182
+#: include/enotify.php:64
 #, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s likes %2$s's %3$s"
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s Administrator"
 
-#: include/conversation.php:184
+#: include/enotify.php:66
 #, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s doesn't like %2$s's %3$s"
+msgid "%s Administrator"
+msgstr "%s Administrator"
 
-#: include/conversation.php:186
+#: include/enotify.php:135
 #, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s goes to %2$s's %3$s"
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] New mail received at %s"
 
-#: include/conversation.php:188
+#: include/enotify.php:137
 #, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s doesn't go %2$s's %3$s"
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s sent you a new private message at %2$s."
 
-#: include/conversation.php:190
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s might go to %2$s's %3$s"
+#: include/enotify.php:138
+msgid "a private message"
+msgstr "a private message"
 
-#: include/conversation.php:225
+#: include/enotify.php:138
 #, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s is now friends with %2$s"
+msgid "%1$s sent you %2$s."
+msgstr "%1$s sent you %2$s."
 
-#: include/conversation.php:266
+#: include/enotify.php:140
 #, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s poked %2$s"
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Please visit %s to view or reply to your private messages."
 
-#: include/conversation.php:320 mod/tagger.php:102
+#: include/enotify.php:173
 #, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s tagged %2$s's %3$s with %4$s"
-
-#: include/conversation.php:342
-msgid "post/item"
-msgstr "Post/Item"
+msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s]a %3$s[/url]"
 
-#: include/conversation.php:343
+#: include/enotify.php:179
 #, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s marked %2$s's %3$s as favourite"
-
-#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442
-msgid "Likes"
-msgstr "Likes"
-
-#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442
-msgid "Dislikes"
-msgstr "Dislikes"
-
-#: include/conversation.php:571 include/conversation.php:1566
-#: mod/photos.php:1443
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Attending"
-msgstr[1] "Attending"
-
-#: include/conversation.php:572 mod/photos.php:1443
-msgid "Not attending"
-msgstr "Not attending"
-
-#: include/conversation.php:573 mod/photos.php:1443
-msgid "Might attend"
-msgstr "Might attend"
-
-#: include/conversation.php:574
-msgid "Reshares"
-msgstr "Reshares"
-
-#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209
-msgid "Select"
-msgstr "Select"
-
-#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738
-#: src/Module/Admin/Users.php:288 src/Module/Contact.php:805
-#: src/Module/Contact.php:1086
-msgid "Delete"
-msgstr "Delete"
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
 
-#: include/conversation.php:681 src/Object/Post.php:383
-#: src/Object/Post.php:384
+#: include/enotify.php:189
 #, php-format
-msgid "View %s's profile @ %s"
-msgstr "View %s's profile @ %s"
-
-#: include/conversation.php:694 src/Object/Post.php:371
-msgid "Categories:"
-msgstr "Categories:"
-
-#: include/conversation.php:695 src/Object/Post.php:372
-msgid "Filed under:"
-msgstr "Filed under:"
+msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
 
-#: include/conversation.php:702 src/Object/Post.php:397
+#: include/enotify.php:196
 #, php-format
-msgid "%s from %s"
-msgstr "%s from %s"
-
-#: include/conversation.php:717
-msgid "View in context"
-msgstr "View in context"
-
-#: include/conversation.php:719 include/conversation.php:1232
-#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260
-#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193
-#: src/Object/Post.php:424
-msgid "Please wait"
-msgstr "Please wait"
-
-#: include/conversation.php:783
-msgid "remove"
-msgstr "Remove"
-
-#: include/conversation.php:787
-msgid "Delete Selected Items"
-msgstr "Delete selected items"
-
-#: include/conversation.php:942 view/theme/frio/theme.php:363
-msgid "Follow Thread"
-msgstr "Follow thread"
-
-#: include/conversation.php:943 src/Model/Contact.php:1225
-msgid "View Status"
-msgstr "View status"
-
-#: include/conversation.php:944 include/conversation.php:962 mod/match.php:87
-#: mod/suggest.php:87 src/Model/Contact.php:1165 src/Model/Contact.php:1218
-#: src/Model/Contact.php:1226 src/Module/AllFriends.php:74
-#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150
-msgid "View Profile"
-msgstr "View profile"
-
-#: include/conversation.php:945 src/Model/Contact.php:1227
-msgid "View Photos"
-msgstr "View photos"
-
-#: include/conversation.php:946 src/Model/Contact.php:1219
-#: src/Model/Contact.php:1228
-msgid "Network Posts"
-msgstr "Network posts"
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 
-#: include/conversation.php:947 src/Model/Contact.php:1220
-#: src/Model/Contact.php:1229
-msgid "View Contact"
-msgstr "View contact"
+#: include/enotify.php:208
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s] your %3$s[/url]"
 
-#: include/conversation.php:948 src/Model/Contact.php:1231
-msgid "Send PM"
-msgstr "Send PM"
+#: include/enotify.php:214
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
 
-#: include/conversation.php:949 src/Module/Admin/Blocklist/Contact.php:67
-#: src/Module/Admin/Users.php:289 src/Module/Contact.php:585
-#: src/Module/Contact.php:802 src/Module/Contact.php:1061
-msgid "Block"
-msgstr "Block"
+#: include/enotify.php:225
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s]their %3$s[/url]"
 
-#: include/conversation.php:950 mod/notifications.php:63
-#: mod/notifications.php:197 mod/notifications.php:290
-#: src/Module/Contact.php:586 src/Module/Contact.php:803
-#: src/Module/Contact.php:1069
-msgid "Ignore"
-msgstr "Ignore"
+#: include/enotify.php:231
+#, php-format
+msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]their %3$s[/url]"
 
-#: include/conversation.php:954 src/Model/Contact.php:1232
-msgid "Poke"
-msgstr "Poke"
+#: include/enotify.php:244
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s tagged you"
 
-#: include/conversation.php:959 mod/match.php:88 mod/follow.php:160
-#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66
-#: src/Model/Contact.php:1221 src/Module/AllFriends.php:75
-#: src/Module/BaseSearchModule.php:134
-msgid "Connect/Follow"
-msgstr "Connect/Follow"
+#: include/enotify.php:246
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s tagged you at %2$s"
 
-#: include/conversation.php:1084
+#: include/enotify.php:248
 #, php-format
-msgid "%s likes this."
-msgstr "%s likes this."
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 
-#: include/conversation.php:1087
+#: include/enotify.php:250
 #, php-format
-msgid "%s doesn't like this."
-msgstr "%s doesn't like this."
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s commented on an item/conversation you have been following."
 
-#: include/conversation.php:1090
+#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285
+#: include/enotify.php:304 include/enotify.php:320
 #, php-format
-msgid "%s attends."
-msgstr "%s attends."
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Please visit %s to view or reply to the conversation."
 
-#: include/conversation.php:1093
+#: include/enotify.php:262
 #, php-format
-msgid "%s doesn't attend."
-msgstr "%s doesn't attend."
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s posted to your profile wall"
 
-#: include/conversation.php:1096
+#: include/enotify.php:264
 #, php-format
-msgid "%s attends maybe."
-msgstr "%s may attend."
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s posted to your profile wall at %2$s"
 
-#: include/conversation.php:1099 include/conversation.php:1142
+#: include/enotify.php:265
 #, php-format
-msgid "%s reshared this."
-msgstr "%s reshared this."
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s posted to [url=%2$s]your wall[/url]"
 
-#: include/conversation.php:1107
-msgid "and"
-msgstr "and"
+#: include/enotify.php:277
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s shared a new post"
 
-#: include/conversation.php:1113
+#: include/enotify.php:279
 #, php-format
-msgid "and %d other people"
-msgstr "and %d other people"
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s shared a new post at %2$s"
 
-#: include/conversation.php:1121
+#: include/enotify.php:280
 #, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d people</span> like this"
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]shared a post[/url]."
 
-#: include/conversation.php:1122
+#: include/enotify.php:292
 #, php-format
-msgid "%s like this."
-msgstr "%s like this."
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s poked you"
 
-#: include/conversation.php:1125
+#: include/enotify.php:294
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d people</span> don't like this"
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s poked you at %2$s"
 
-#: include/conversation.php:1126
+#: include/enotify.php:295
 #, php-format
-msgid "%s don't like this."
-msgstr "%s don't like this."
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]poked you[/url]."
 
-#: include/conversation.php:1129
+#: include/enotify.php:312
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$d people</span> attend"
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s tagged your post"
 
-#: include/conversation.php:1130
+#: include/enotify.php:314
 #, php-format
-msgid "%s attend."
-msgstr "%s attend."
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s tagged your post at %2$s"
 
-#: include/conversation.php:1133
+#: include/enotify.php:315
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$d people</span> don't attend"
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s tagged [url=%2$s]your post[/url]"
+
+#: include/enotify.php:327
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] Introduction received"
 
-#: include/conversation.php:1134
+#: include/enotify.php:329
 #, php-format
-msgid "%s don't attend."
-msgstr "%s don't attend."
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "You've received an introduction from '%1$s' at %2$s"
 
-#: include/conversation.php:1137
+#: include/enotify.php:330
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span  %1$s>%2$d people</span> attend maybe"
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
 
-#: include/conversation.php:1138
+#: include/enotify.php:335 include/enotify.php:381
 #, php-format
-msgid "%s attend maybe."
-msgstr "%s may be attending."
+msgid "You may visit their profile at %s"
+msgstr "You may visit their profile at %s"
 
-#: include/conversation.php:1141
+#: include/enotify.php:337
 #, php-format
-msgid "<span  %1$s>%2$d people</span> reshared this"
-msgstr "<span  %1$s>%2$d people</span> reshared this"
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Please visit %s to approve or reject the introduction."
 
-#: include/conversation.php:1171
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visible to <strong>everybody</strong>"
+#: include/enotify.php:344
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Notify] A new person is sharing with you"
 
-#: include/conversation.php:1172 src/Module/Item/Compose.php:187
-#: src/Object/Post.php:888
-msgid "Please enter a image/video/audio/webpage URL:"
-msgstr "Please enter an image/video/audio/webpage URL:"
+#: include/enotify.php:346 include/enotify.php:347
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s is sharing with you at %2$s"
 
-#: include/conversation.php:1173
-msgid "Tag term:"
-msgstr "Tag term:"
+#: include/enotify.php:354
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notify] You have a new follower"
 
-#: include/conversation.php:1174 src/Module/Filer/SaveTag.php:48
-msgid "Save to Folder:"
-msgstr "Save to folder:"
+#: include/enotify.php:356 include/enotify.php:357
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "You have a new follower at %2$s : %1$s"
 
-#: include/conversation.php:1175
-msgid "Where are you right now?"
-msgstr "Where are you right now?"
+#: include/enotify.php:370
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] Friend suggestion received"
 
-#: include/conversation.php:1176
-msgid "Delete item(s)?"
-msgstr "Delete item(s)?"
+#: include/enotify.php:372
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "You've received a friend suggestion from '%1$s' at %2$s"
 
-#: include/conversation.php:1208
-msgid "New Post"
-msgstr "New post"
+#: include/enotify.php:373
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 
-#: include/conversation.php:1211
-msgid "Share"
-msgstr "Share"
+#: include/enotify.php:379
+msgid "Name:"
+msgstr "Name:"
 
-#: include/conversation.php:1212 mod/wallmessage.php:139 mod/editpost.php:72
-#: mod/message.php:258 mod/message.php:439
-msgid "Upload photo"
-msgstr "Upload photo"
+#: include/enotify.php:380
+msgid "Photo:"
+msgstr "Photo:"
 
-#: include/conversation.php:1213 mod/editpost.php:73
-msgid "upload photo"
-msgstr "upload photo"
+#: include/enotify.php:383
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Please visit %s to approve or reject the suggestion."
 
-#: include/conversation.php:1214 mod/editpost.php:74
-msgid "Attach file"
-msgstr "Attach file"
+#: include/enotify.php:391 include/enotify.php:406
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notify] Connection accepted"
 
-#: include/conversation.php:1215 mod/editpost.php:75
-msgid "attach file"
-msgstr "attach file"
+#: include/enotify.php:393 include/enotify.php:408
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' has accepted your connection request at %2$s"
 
-#: include/conversation.php:1216 src/Module/Item/Compose.php:179
-#: src/Object/Post.php:880
-msgid "Bold"
-msgstr "Bold"
+#: include/enotify.php:394 include/enotify.php:409
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
 
-#: include/conversation.php:1217 src/Module/Item/Compose.php:180
-#: src/Object/Post.php:881
-msgid "Italic"
-msgstr "Italic"
+#: include/enotify.php:399
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
 
-#: include/conversation.php:1218 src/Module/Item/Compose.php:181
-#: src/Object/Post.php:882
-msgid "Underline"
-msgstr "Underline"
+#: include/enotify.php:401
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Please visit %s if you wish to make any changes to this relationship."
 
-#: include/conversation.php:1219 src/Module/Item/Compose.php:182
-#: src/Object/Post.php:883
-msgid "Quote"
-msgstr "Quote"
+#: include/enotify.php:414
+#, 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 "'%1$s' has chosen to accept you as fan. This 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."
 
-#: include/conversation.php:1220 src/Module/Item/Compose.php:183
-#: src/Object/Post.php:884
-msgid "Code"
-msgstr "Code"
+#: include/enotify.php:416
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
 
-#: include/conversation.php:1221 src/Module/Item/Compose.php:184
-#: src/Object/Post.php:885
-msgid "Image"
-msgstr "Image"
+#: include/enotify.php:418
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Please visit %s  if you wish to make any changes to this relationship."
 
-#: include/conversation.php:1222 src/Module/Item/Compose.php:185
-#: src/Object/Post.php:886
-msgid "Link"
-msgstr "Link"
+#: include/enotify.php:428 mod/removeme.php:46
+msgid "[Friendica System Notify]"
+msgstr "[Friendica System Notify]"
 
-#: include/conversation.php:1223 src/Module/Item/Compose.php:186
-#: src/Object/Post.php:887
-msgid "Link or Media"
-msgstr "Link or media"
+#: include/enotify.php:428
+msgid "registration request"
+msgstr "registration request"
 
-#: include/conversation.php:1224 mod/editpost.php:82
-#: src/Module/Item/Compose.php:189
-msgid "Set your location"
-msgstr "Set your location"
+#: include/enotify.php:430
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "You've received a registration request from '%1$s' at %2$s."
 
-#: include/conversation.php:1225 mod/editpost.php:83
-msgid "set location"
-msgstr "set location"
+#: include/enotify.php:431
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
 
-#: include/conversation.php:1226 mod/editpost.php:84
-msgid "Clear browser location"
-msgstr "Clear browser location"
+#: include/enotify.php:436
+#, php-format
+msgid ""
+"Full Name:\t%s\n"
+"Site Location:\t%s\n"
+"Login Name:\t%s (%s)"
+msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"
 
-#: include/conversation.php:1227 mod/editpost.php:85
-msgid "clear location"
-msgstr "clear location"
+#: include/enotify.php:442
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Please visit %s to approve or reject the request."
 
-#: include/conversation.php:1229 mod/editpost.php:99
-#: src/Module/Item/Compose.php:194
-msgid "Set title"
-msgstr "Set title"
+#: include/conversation.php:167 include/conversation.php:304
+#: src/Model/Item.php:3394
+msgid "event"
+msgstr "event"
 
-#: include/conversation.php:1231 mod/editpost.php:101
-#: src/Module/Item/Compose.php:195
-msgid "Categories (comma-separated list)"
-msgstr "Categories (comma-separated list)"
+#: include/conversation.php:170 include/conversation.php:180
+#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72
+#: mod/subthread.php:91
+msgid "status"
+msgstr "status"
 
-#: include/conversation.php:1233 mod/editpost.php:87
-msgid "Permission settings"
-msgstr "Permission settings"
+#: include/conversation.php:175 include/conversation.php:312
+#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91
+msgid "photo"
+msgstr "photo"
 
-#: include/conversation.php:1234 mod/editpost.php:116
-msgid "permissions"
-msgstr "permissions"
+#: include/conversation.php:188
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s likes %2$s's %3$s"
 
-#: include/conversation.php:1243 mod/editpost.php:96
-msgid "Public post"
-msgstr "Public post"
+#: include/conversation.php:190
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s doesn't like %2$s's %3$s"
 
-#: include/conversation.php:1247 mod/editpost.php:107 mod/photos.php:1433
-#: mod/photos.php:1472 mod/photos.php:1532 mod/events.php:550
-#: src/Module/Item/Compose.php:188 src/Object/Post.php:889
-msgid "Preview"
-msgstr "Preview"
+#: include/conversation.php:192
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s goes to %2$s's %3$s"
 
-#: include/conversation.php:1256
-msgid "Post to Groups"
-msgstr "Post to groups"
+#: include/conversation.php:194
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s doesn't go %2$s's %3$s"
 
-#: include/conversation.php:1257
-msgid "Post to Contacts"
-msgstr "Post to contacts"
+#: include/conversation.php:196
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s might go to %2$s's %3$s"
 
-#: include/conversation.php:1258
-msgid "Private post"
-msgstr "Private post"
+#: include/conversation.php:231
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s is now friends with %2$s"
 
-#: include/conversation.php:1263 mod/editpost.php:114
-#: src/Model/Profile.php:550 src/Module/Contact.php:301
-msgid "Message"
-msgstr "Message"
+#: include/conversation.php:272
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s poked %2$s"
 
-#: include/conversation.php:1264 mod/editpost.php:115
-msgid "Browser"
-msgstr "Browser"
+#: include/conversation.php:326 mod/tagger.php:105
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s tagged %2$s's %3$s with %4$s"
 
-#: include/conversation.php:1536
-msgid "View all"
-msgstr "View all"
+#: include/conversation.php:348
+msgid "post/item"
+msgstr "Post/Item"
 
-#: include/conversation.php:1560
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Like"
-msgstr[1] "Likes"
+#: include/conversation.php:349
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s marked %2$s's %3$s as favourite"
 
-#: include/conversation.php:1563
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Dislike"
-msgstr[1] "Dislikes"
+#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352
+msgid "Likes"
+msgstr "Likes"
 
-#: include/conversation.php:1569
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "Not attending"
-msgstr[1] "Not attending"
+#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355
+msgid "Dislikes"
+msgstr "Dislikes"
 
-#: include/conversation.php:1572 src/Content/ContactSelector.php:243
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "Undecided"
-msgstr[1] "Undecided"
+#: include/conversation.php:576 include/conversation.php:1603
+#: mod/photos.php:1408
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Attending"
+msgstr[1] "Attending"
 
-#: include/enotify.php:57
-msgid "Friendica Notification"
-msgstr "Friendica notification"
+#: include/conversation.php:577 mod/photos.php:1408
+msgid "Not attending"
+msgstr "Not attending"
 
-#: include/enotify.php:60
-msgid "Thank You,"
-msgstr "Thank you"
+#: include/conversation.php:578 mod/photos.php:1408
+msgid "Might attend"
+msgstr "Might attend"
 
-#: include/enotify.php:63
-#, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, %2$s Administrator"
+#: include/conversation.php:579
+msgid "Reshares"
+msgstr "Reshares"
 
-#: include/enotify.php:65
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrator"
+#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469
+msgid "Select"
+msgstr "Select"
 
-#: include/enotify.php:134
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify] New mail received at %s"
+#: include/conversation.php:660 src/Module/Admin/Users.php:288
+#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470
+#: mod/settings.php:731 mod/settings.php:873
+msgid "Delete"
+msgstr "Delete"
 
-#: include/enotify.php:136
+#: include/conversation.php:689 src/Object/Post.php:407
+#: src/Object/Post.php:408
 #, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s sent you a new private message at %2$s."
+msgid "View %s's profile @ %s"
+msgstr "View %s's profile @ %s"
 
-#: include/enotify.php:137
-msgid "a private message"
-msgstr "a private message"
+#: include/conversation.php:702 src/Object/Post.php:395
+msgid "Categories:"
+msgstr "Categories:"
 
-#: include/enotify.php:137
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s sent you %2$s."
+#: include/conversation.php:703 src/Object/Post.php:396
+msgid "Filed under:"
+msgstr "Filed under:"
 
-#: include/enotify.php:139
+#: include/conversation.php:710 src/Object/Post.php:421
 #, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Please visit %s to view or reply to your private messages."
+msgid "%s from %s"
+msgstr "%s from %s"
 
-#: include/enotify.php:172
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+#: include/conversation.php:725
+msgid "View in context"
+msgstr "View in context"
 
-#: include/enotify.php:178
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
+#: include/conversation.php:727 include/conversation.php:1249
+#: src/Object/Post.php:451 src/Module/Item/Compose.php:143
+#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87
+#: mod/message.php:260 mod/message.php:442
+msgid "Please wait"
+msgstr "Please wait"
 
-#: include/enotify.php:188
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+#: include/conversation.php:791
+msgid "remove"
+msgstr "Remove"
 
-#: include/enotify.php:195
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+#: include/conversation.php:795
+msgid "Delete Selected Items"
+msgstr "Delete selected items"
 
-#: include/enotify.php:207
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s] your %3$s[/url]"
+#: include/conversation.php:956 view/theme/frio/theme.php:363
+msgid "Follow Thread"
+msgstr "Follow thread"
 
-#: include/enotify.php:213
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
+#: include/conversation.php:957 src/Model/Contact.php:1255
+msgid "View Status"
+msgstr "View status"
 
-#: include/enotify.php:224
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+#: include/conversation.php:958 include/conversation.php:976
+#: src/Model/Contact.php:1185 src/Model/Contact.php:1247
+#: src/Model/Contact.php:1256 src/Module/Directory.php:148
+#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74
+#: mod/match.php:87 mod/suggest.php:87
+msgid "View Profile"
+msgstr "View profile"
 
-#: include/enotify.php:230
-#, php-format
-msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]their %3$s[/url]"
+#: include/conversation.php:959 src/Model/Contact.php:1257
+msgid "View Photos"
+msgstr "View photos"
 
-#: include/enotify.php:243
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s tagged you"
+#: include/conversation.php:960 src/Model/Contact.php:1248
+#: src/Model/Contact.php:1258
+msgid "Network Posts"
+msgstr "Network posts"
 
-#: include/enotify.php:245
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s tagged you at %2$s"
+#: include/conversation.php:961 src/Model/Contact.php:1249
+#: src/Model/Contact.php:1259
+msgid "View Contact"
+msgstr "View contact"
 
-#: include/enotify.php:247
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+#: include/conversation.php:962 src/Model/Contact.php:1261
+msgid "Send PM"
+msgstr "Send PM"
 
-#: include/enotify.php:249
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s commented on an item/conversation you have been following."
+#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67
+#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606
+#: src/Module/Contact.php:823 src/Module/Contact.php:1082
+msgid "Block"
+msgstr "Block"
 
-#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284
-#: include/enotify.php:303 include/enotify.php:319
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Please visit %s to view or reply to the conversation."
+#: include/conversation.php:964 src/Module/Contact.php:607
+#: src/Module/Contact.php:824 src/Module/Contact.php:1090
+#: mod/notifications.php:66 mod/notifications.php:201
+#: mod/notifications.php:294
+msgid "Ignore"
+msgstr "Ignore"
 
-#: include/enotify.php:261
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s posted to your profile wall"
+#: include/conversation.php:968 src/Model/Contact.php:1262
+msgid "Poke"
+msgstr "Poke"
 
-#: include/enotify.php:263
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s posted to your profile wall at %2$s"
+#: include/conversation.php:973 view/theme/vier/theme.php:178
+#: src/Content/Widget.php:67 src/Model/Contact.php:1250
+#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138
+#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88
+#: mod/suggest.php:88
+msgid "Connect/Follow"
+msgstr "Connect/Follow"
 
-#: include/enotify.php:264
+#: include/conversation.php:1101
 #, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s posted to [url=%2$s]your wall[/url]"
+msgid "%s likes this."
+msgstr "%s likes this."
 
-#: include/enotify.php:276
+#: include/conversation.php:1104
 #, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notify] %s shared a new post"
+msgid "%s doesn't like this."
+msgstr "%s doesn't like this."
 
-#: include/enotify.php:278
+#: include/conversation.php:1107
 #, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s shared a new post at %2$s"
+msgid "%s attends."
+msgstr "%s attends."
 
-#: include/enotify.php:279
+#: include/conversation.php:1110
 #, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]shared a post[/url]."
+msgid "%s doesn't attend."
+msgstr "%s doesn't attend."
 
-#: include/enotify.php:291
+#: include/conversation.php:1113
 #, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s poked you"
+msgid "%s attends maybe."
+msgstr "%s may attend."
 
-#: include/enotify.php:293
+#: include/conversation.php:1116 include/conversation.php:1159
 #, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s poked you at %2$s"
+msgid "%s reshared this."
+msgstr "%s reshared this."
 
-#: include/enotify.php:294
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]poked you[/url]."
+#: include/conversation.php:1124
+msgid "and"
+msgstr "and"
 
-#: include/enotify.php:311
+#: include/conversation.php:1130
 #, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s tagged your post"
+msgid "and %d other people"
+msgstr "and %d other people"
 
-#: include/enotify.php:313
+#: include/conversation.php:1138
 #, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s tagged your post at %2$s"
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d people</span> like this"
 
-#: include/enotify.php:314
+#: include/conversation.php:1139
 #, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s tagged [url=%2$s]your post[/url]"
-
-#: include/enotify.php:326
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] Introduction received"
+msgid "%s like this."
+msgstr "%s like this."
 
-#: include/enotify.php:328
+#: include/conversation.php:1142
 #, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "You've received an introduction from '%1$s' at %2$s"
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d people</span> don't like this"
 
-#: include/enotify.php:329
+#: include/conversation.php:1143
 #, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgid "%s don't like this."
+msgstr "%s don't like this."
 
-#: include/enotify.php:334 include/enotify.php:380
+#: include/conversation.php:1146
 #, php-format
-msgid "You may visit their profile at %s"
-msgstr "You may visit their profile at %s"
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d people</span> attend"
 
-#: include/enotify.php:336
+#: include/conversation.php:1147
 #, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Please visit %s to approve or reject the introduction."
-
-#: include/enotify.php:343
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Notify] A new person is sharing with you"
+msgid "%s attend."
+msgstr "%s attend."
 
-#: include/enotify.php:345 include/enotify.php:346
+#: include/conversation.php:1150
 #, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$s is sharing with you at %2$s"
-
-#: include/enotify.php:353
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Notify] You have a new follower"
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d people</span> don't attend"
 
-#: include/enotify.php:355 include/enotify.php:356
+#: include/conversation.php:1151
 #, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "You have a new follower at %2$s : %1$s"
+msgid "%s don't attend."
+msgstr "%s don't attend."
 
-#: include/enotify.php:369
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] Friend suggestion received"
+#: include/conversation.php:1154
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d people</span> attend maybe"
 
-#: include/enotify.php:371
+#: include/conversation.php:1155
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "You've received a friend suggestion from '%1$s' at %2$s"
+msgid "%s attend maybe."
+msgstr "%s may be attending."
 
-#: include/enotify.php:372
+#: include/conversation.php:1158
 #, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgid "<span  %1$s>%2$d people</span> reshared this"
+msgstr "<span  %1$s>%2$d people</span> reshared this"
 
-#: include/enotify.php:378
-msgid "Name:"
-msgstr "Name:"
+#: include/conversation.php:1188
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visible to <strong>everybody</strong>"
 
-#: include/enotify.php:379
-msgid "Photo:"
-msgstr "Photo:"
+#: include/conversation.php:1189 src/Object/Post.php:920
+#: src/Module/Item/Compose.php:137
+msgid "Please enter a image/video/audio/webpage URL:"
+msgstr "Please enter an image/video/audio/webpage URL:"
 
-#: include/enotify.php:382
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Please visit %s to approve or reject the suggestion."
+#: include/conversation.php:1190
+msgid "Tag term:"
+msgstr "Tag term:"
 
-#: include/enotify.php:390 include/enotify.php:405
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica:Notify] Connection accepted"
+#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48
+msgid "Save to Folder:"
+msgstr "Save to folder:"
 
-#: include/enotify.php:392 include/enotify.php:407
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "'%1$s' has accepted your connection request at %2$s"
+#: include/conversation.php:1192
+msgid "Where are you right now?"
+msgstr "Where are you right now?"
 
-#: include/enotify.php:393 include/enotify.php:408
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
+#: include/conversation.php:1193
+msgid "Delete item(s)?"
+msgstr "Delete item(s)?"
 
-#: include/enotify.php:398
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
+#: include/conversation.php:1225
+msgid "New Post"
+msgstr "New post"
 
-#: include/enotify.php:400
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Please visit %s if you wish to make any changes to this relationship."
+#: include/conversation.php:1228
+msgid "Share"
+msgstr "Share"
 
-#: include/enotify.php:413
-#, 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 "'%1$s' has chosen to accept you as fan. This 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."
+#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73
+#: mod/message.php:258 mod/message.php:439
+msgid "Upload photo"
+msgstr "Upload photo"
 
-#: include/enotify.php:415
-#, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
+#: include/conversation.php:1230 mod/editpost.php:74
+msgid "upload photo"
+msgstr "upload photo"
 
-#: include/enotify.php:417
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Please visit %s  if you wish to make any changes to this relationship."
+#: include/conversation.php:1231 mod/editpost.php:75
+msgid "Attach file"
+msgstr "Attach file"
 
-#: include/enotify.php:427 mod/removeme.php:46
-msgid "[Friendica System Notify]"
-msgstr "[Friendica System Notify]"
+#: include/conversation.php:1232 mod/editpost.php:76
+msgid "attach file"
+msgstr "attach file"
 
-#: include/enotify.php:427
-msgid "registration request"
-msgstr "registration request"
+#: include/conversation.php:1233 src/Object/Post.php:912
+#: src/Module/Item/Compose.php:129
+msgid "Bold"
+msgstr "Bold"
 
-#: include/enotify.php:429
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "You've received a registration request from '%1$s' at %2$s."
+#: include/conversation.php:1234 src/Object/Post.php:913
+#: src/Module/Item/Compose.php:130
+msgid "Italic"
+msgstr "Italic"
 
-#: include/enotify.php:430
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
+#: include/conversation.php:1235 src/Object/Post.php:914
+#: src/Module/Item/Compose.php:131
+msgid "Underline"
+msgstr "Underline"
 
-#: include/enotify.php:435
-#, php-format
-msgid ""
-"Full Name:\t%s\n"
-"Site Location:\t%s\n"
-"Login Name:\t%s (%s)"
-msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"
+#: include/conversation.php:1236 src/Object/Post.php:915
+#: src/Module/Item/Compose.php:132
+msgid "Quote"
+msgstr "Quote"
 
-#: include/enotify.php:441
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Please visit %s to approve or reject the request."
+#: include/conversation.php:1237 src/Object/Post.php:916
+#: src/Module/Item/Compose.php:133
+msgid "Code"
+msgstr "Code"
 
-#: mod/api.php:84 mod/api.php:106
-msgid "Authorize application connection"
-msgstr "Authorise application connection"
+#: include/conversation.php:1238 src/Object/Post.php:917
+#: src/Module/Item/Compose.php:134
+msgid "Image"
+msgstr "Image"
 
-#: mod/api.php:85
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Return to your app and insert this security code:"
+#: include/conversation.php:1239 src/Object/Post.php:918
+#: src/Module/Item/Compose.php:135
+msgid "Link"
+msgstr "Link"
 
-#: mod/api.php:94 src/Module/BaseAdminModule.php:56
-msgid "Please login to continue."
-msgstr "Please login to continue."
+#: include/conversation.php:1240 src/Object/Post.php:919
+#: src/Module/Item/Compose.php:136
+msgid "Link or Media"
+msgstr "Link or media"
 
-#: mod/api.php:108
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Do you want to authorise this application to access your posts and contacts and create new posts for you?"
+#: include/conversation.php:1241 src/Module/Item/Compose.php:139
+#: mod/editpost.php:83
+msgid "Set your location"
+msgstr "Set your location"
 
-#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530
-#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163
-#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102
-#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114
-#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142
-#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145
-#: mod/settings.php:1146 src/Module/Register.php:98
-msgid "No"
-msgstr "No"
+#: include/conversation.php:1242 mod/editpost.php:84
+msgid "set location"
+msgstr "set location"
 
-#: mod/delegate.php:42
-msgid "Parent user not found."
-msgstr "Parent user not found."
+#: include/conversation.php:1243 mod/editpost.php:85
+msgid "Clear browser location"
+msgstr "Clear browser location"
 
-#: mod/delegate.php:149
-msgid "No parent user"
-msgstr "No parent user"
+#: include/conversation.php:1244 mod/editpost.php:86
+msgid "clear location"
+msgstr "clear location"
 
-#: mod/delegate.php:164
-msgid "Parent Password:"
-msgstr "Parent password:"
+#: include/conversation.php:1246 src/Module/Item/Compose.php:144
+#: mod/editpost.php:100
+msgid "Set title"
+msgstr "Set title"
 
-#: mod/delegate.php:164
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr "Please enter the password of the parent account to authorise this request."
+#: include/conversation.php:1248 src/Module/Item/Compose.php:145
+#: mod/editpost.php:102
+msgid "Categories (comma-separated list)"
+msgstr "Categories (comma-separated list)"
 
-#: mod/delegate.php:171
-msgid "Parent User"
-msgstr "Parent user"
+#: include/conversation.php:1250 mod/editpost.php:88
+msgid "Permission settings"
+msgstr "Permission settings"
 
-#: mod/delegate.php:174
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."
+#: include/conversation.php:1251 mod/editpost.php:117
+msgid "permissions"
+msgstr "permissions"
 
-#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784
-#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178
-#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69
-#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97
-#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568
-msgid "Save Settings"
-msgstr "Save settings"
+#: include/conversation.php:1260 mod/editpost.php:97
+msgid "Public post"
+msgstr "Public post"
 
-#: mod/delegate.php:176 src/Content/Nav.php:263
-msgid "Delegate Page Management"
-msgstr "Delegate Page Management"
+#: include/conversation.php:1264 src/Object/Post.php:921
+#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398
+#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108
+msgid "Preview"
+msgstr "Preview"
 
-#: mod/delegate.php:177
-msgid "Delegates"
-msgstr "Delegates"
+#: include/conversation.php:1268 include/items.php:392
+#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174
+#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132
+#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671
+#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111
+#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115
+msgid "Cancel"
+msgstr "Cancel"
 
-#: mod/delegate.php:179
-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 "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
+#: include/conversation.php:1273
+msgid "Post to Groups"
+msgstr "Post to groups"
 
-#: mod/delegate.php:180
-msgid "Existing Page Delegates"
-msgstr "Existing page delegates"
+#: include/conversation.php:1274
+msgid "Post to Contacts"
+msgstr "Post to contacts"
 
-#: mod/delegate.php:182
-msgid "Potential Delegates"
-msgstr "Potential delegates"
+#: include/conversation.php:1275
+msgid "Private post"
+msgstr "Private post"
 
-#: mod/delegate.php:184 mod/tagrm.php:114
-msgid "Remove"
-msgstr "Remove"
+#: include/conversation.php:1280 src/Model/Profile.php:546
+#: src/Module/Contact.php:322 mod/editpost.php:115
+msgid "Message"
+msgstr "Message"
 
-#: mod/delegate.php:185
-msgid "Add"
-msgstr "Add"
+#: include/conversation.php:1281 mod/editpost.php:116
+msgid "Browser"
+msgstr "Browser"
 
-#: mod/delegate.php:186
-msgid "No entries."
-msgstr "No entries."
+#: include/conversation.php:1573
+msgid "View all"
+msgstr "View all"
 
-#: mod/oexchange.php:32
-msgid "Post successful."
-msgstr "Post successful."
+#: include/conversation.php:1597
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Like"
+msgstr[1] "Likes"
 
-#: mod/ostatus_subscribe.php:23
-msgid "Subscribing to OStatus contacts"
-msgstr "Subscribing to OStatus contacts"
+#: include/conversation.php:1600
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Dislike"
+msgstr[1] "Dislikes"
 
-#: mod/ostatus_subscribe.php:35
-msgid "No contact provided."
-msgstr "No contact provided."
+#: include/conversation.php:1606
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Not attending"
+msgstr[1] "Not attending"
 
-#: mod/ostatus_subscribe.php:42
-msgid "Couldn't fetch information for contact."
-msgstr "Couldn't fetch information for contact."
+#: include/conversation.php:1609 src/Content/ContactSelector.php:245
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Undecided"
+msgstr[1] "Undecided"
 
-#: mod/ostatus_subscribe.php:52
-msgid "Couldn't fetch friends for contact."
-msgstr "Couldn't fetch friends for contact."
+#: include/items.php:355 src/Module/Admin/Themes/Details.php:53
+#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27
+#: src/Module/Debug/ItemBody.php:40
+msgid "Item not found."
+msgstr "Item not found."
 
-#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
-msgid "Done"
-msgstr "Done"
+#: include/items.php:387
+msgid "Do you really want to delete this item?"
+msgstr "Do you really want to delete this item?"
 
-#: mod/ostatus_subscribe.php:84
-msgid "success"
-msgstr "success"
+#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91
+#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163
+#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551
+#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103
+#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115
+#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143
+#: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146
+#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150
+msgid "Yes"
+msgstr "Yes"
 
-#: mod/ostatus_subscribe.php:86
-msgid "failed"
-msgstr "failed"
+#: include/items.php:439 src/Module/Delegation.php:101
+#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42
+#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54
+#: src/Module/Group.php:31 src/Module/Group.php:77
+#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50
+#: src/Module/Contact.php:361 src/Module/Invite.php:22
+#: src/Module/Invite.php:110 src/Module/Register.php:186
+#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17
+#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35
+#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76
+#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82
+#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57
+#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22
+#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32
+#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142
+#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182
+#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66
+#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167
+#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65
+#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22
+#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16
+msgid "Permission denied."
+msgstr "Permission denied."
 
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285
-msgid "ignored"
-msgstr "Ignored"
+#: update.php:218
+#, php-format
+msgid "%s: Updating author-id and owner-id in item and thread table. "
+msgstr "%s: Updating author-id and owner-id in item and thread table. "
 
-#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
-msgid "Keep this window open until done."
-msgstr "Keep this window open until done."
+#: update.php:273
+#, php-format
+msgid "%s: Updating post-type."
+msgstr "%s: Updating post-type."
 
-#: mod/profperm.php:30
-msgid "Permission denied"
-msgstr "Permission denied"
+#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126
+msgid "Community Profiles"
+msgstr "Community profiles"
 
-#: mod/profperm.php:36 mod/profperm.php:69
-msgid "Invalid profile identifier."
-msgstr "Invalid profile identifier."
+#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130
+msgid "Last users"
+msgstr "Last users"
 
-#: mod/profperm.php:115
-msgid "Profile Visibility Editor"
-msgstr "Profile Visibility Editor"
+#: view/theme/vier/theme.php:176 src/Content/Widget.php:65
+msgid "Find People"
+msgstr "Find people"
 
-#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161
-#: src/Model/Profile.php:889 src/Model/Profile.php:925
-#: src/Module/Welcome.php:38 src/Module/Contact.php:618
-#: src/Module/Contact.php:847
-msgid "Profile"
-msgstr "Profile"
+#: view/theme/vier/theme.php:177 src/Content/Widget.php:66
+msgid "Enter name or interest"
+msgstr "Enter name or interest"
 
-#: mod/profperm.php:119 src/Module/Group.php:321
-msgid "Click on a contact to add or remove."
-msgstr "Click on a contact to add or remove it."
+#: view/theme/vier/theme.php:179 src/Content/Widget.php:68
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Examples: Robert Morgenstein, fishing"
 
-#: mod/profperm.php:128
-msgid "Visible To"
-msgstr "Visible to"
+#: view/theme/vier/theme.php:180 src/Content/Widget.php:69
+#: src/Module/Directory.php:84 src/Module/Contact.php:816
+msgid "Find"
+msgstr "Find"
 
-#: mod/profperm.php:144
-msgid "All Contacts (with secure profile access)"
-msgstr "All contacts with secure profile access"
+#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119
+msgid "Friend Suggestions"
+msgstr "Friend suggestions"
 
-#: mod/regmod.php:53
-msgid "Account approved."
-msgstr "Account approved."
+#: view/theme/vier/theme.php:182 src/Content/Widget.php:71
+msgid "Similar Interests"
+msgstr "Similar interests"
 
-#: mod/regmod.php:77
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registration revoked for %s"
+#: view/theme/vier/theme.php:183 src/Content/Widget.php:72
+msgid "Random Profile"
+msgstr "Random profile"
 
-#: mod/regmod.php:84
-msgid "Please login."
-msgstr "Please login."
+#: view/theme/vier/theme.php:184 src/Content/Widget.php:73
+msgid "Invite Friends"
+msgstr "Invite friends"
 
-#: mod/removeme.php:46
-msgid "User deleted their account"
-msgstr "User deleted their account"
+#: view/theme/vier/theme.php:185 src/Content/Widget.php:74
+#: src/Module/Directory.php:76
+msgid "Global Directory"
+msgstr "Global directory"
 
-#: mod/removeme.php:47
-msgid ""
-"On your Friendica node an user deleted their account. Please ensure that "
-"their data is removed from the backups."
-msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups."
+#: view/theme/vier/theme.php:187 src/Content/Widget.php:76
+msgid "Local Directory"
+msgstr "Local directory"
 
-#: mod/removeme.php:48
-#, php-format
-msgid "The user id is %d"
-msgstr "The user id is %d"
+#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926
+#: src/Content/ForumManager.php:130 src/Content/Nav.php:209
+msgid "Forums"
+msgstr "Forums"
 
-#: mod/removeme.php:84 mod/removeme.php:87
-msgid "Remove My Account"
-msgstr "Remove My Account"
+#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132
+msgid "External link to forum"
+msgstr "External link to forum"
 
-#: mod/removeme.php:85
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "This will completely remove your account. Once this has been done it is not recoverable."
+#: view/theme/vier/theme.php:232 src/Content/Widget.php:409
+#: src/Content/Widget.php:509 src/Content/ForumManager.php:135
+msgid "show more"
+msgstr "Show more..."
 
-#: mod/removeme.php:86
-msgid "Please enter your password for verification:"
-msgstr "Please enter your password for verification:"
+#: view/theme/vier/theme.php:265
+msgid "Quick Start"
+msgstr "Quick start"
 
-#: mod/repair_ostatus.php:21
-msgid "Resubscribing to OStatus contacts"
-msgstr "Resubscribing to OStatus contacts"
+#: view/theme/vier/theme.php:271 src/Content/Nav.php:192
+#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117
+#: src/Module/Settings/TwoFactor/AppSpecific.php:99
+#: src/Module/Settings/TwoFactor/Index.php:90
+#: src/Module/Settings/TwoFactor/Recovery.php:77
+msgid "Help"
+msgstr "Help"
 
-#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64
-msgid "Error"
-msgid_plural "Errors"
-msgstr[0] "Error"
-msgstr[1] "Errors"
+#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128
+msgid "Connect Services"
+msgstr "Connect services"
 
-#: mod/tagrm.php:31
-msgid "Tag(s) removed"
-msgstr "Tag(s) removed"
+#: view/theme/vier/config.php:78
+msgid "Comma separated list of helper forums"
+msgstr "Comma separated list of helper forums"
 
-#: mod/tagrm.php:101
-msgid "Remove Item Tag"
-msgstr "Remove Item tag"
+#: view/theme/vier/config.php:118
+msgid "don't show"
+msgstr "don't show"
 
-#: mod/tagrm.php:103
-msgid "Select a tag to remove: "
-msgstr "Select a tag to remove: "
+#: view/theme/vier/config.php:118
+msgid "show"
+msgstr "show"
 
-#: mod/uimport.php:30
-msgid "User imports on closed servers can only be done by an administrator."
-msgstr "User imports on closed servers can only be done by an administrator."
+#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72
+#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74
+#: src/Object/Post.php:911 src/Module/Delegation.php:134
+#: src/Module/Install.php:212 src/Module/Install.php:252
+#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45
+#: src/Module/Contact.php:581 src/Module/Invite.php:157
+#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558
+#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066
+#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436
+#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261
+#: mod/message.php:441
+msgid "Submit"
+msgstr "Submit"
 
-#: mod/uimport.php:39 src/Module/Register.php:59
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
+#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73
+#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75
+#: mod/settings.php:976
+msgid "Theme settings"
+msgstr "Theme settings"
 
-#: mod/uimport.php:54 src/Module/Register.php:141
-msgid "Import"
-msgstr "Import profile"
+#: view/theme/vier/config.php:124
+msgid "Set style"
+msgstr "Set style"
 
-#: mod/uimport.php:56
-msgid "Move account"
-msgstr "Move Existing Friendica Account"
+#: view/theme/vier/config.php:125
+msgid "Community Pages"
+msgstr "Community pages"
 
-#: mod/uimport.php:57
-msgid "You can import an account from another Friendica server."
-msgstr "You can import an existing Friendica profile to this node."
+#: view/theme/vier/config.php:127
+msgid "Help or @NewHere ?"
+msgstr "Help or @NewHere ?"
 
-#: mod/uimport.php:58
-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 "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."
+#: view/theme/vier/config.php:129
+msgid "Find Friends"
+msgstr "Find friends"
 
-#: mod/uimport.php:59
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*."
+#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790
+msgid "default"
+msgstr "default"
 
-#: mod/uimport.php:60
-msgid "Account file"
-msgstr "Account file:"
+#: view/theme/duepuntozero/config.php:56
+msgid "greenzero"
+msgstr "greenzero"
 
-#: mod/uimport.php:60
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
+#: view/theme/duepuntozero/config.php:57
+msgid "purplezero"
+msgstr "purplezero"
 
-#: mod/unfollow.php:36 mod/unfollow.php:92
-msgid "You aren't following this contact."
-msgstr "You aren't following this contact."
+#: view/theme/duepuntozero/config.php:58
+msgid "easterbunny"
+msgstr "easterbunny"
 
-#: mod/unfollow.php:46 mod/unfollow.php:98
-msgid "Unfollowing is currently not supported by your network."
-msgstr "Unfollowing is currently not supported by your network."
+#: view/theme/duepuntozero/config.php:59
+msgid "darkzero"
+msgstr "darkzero"
 
-#: mod/unfollow.php:67
-msgid "Contact unfollowed"
-msgstr "Contact unfollowed"
+#: view/theme/duepuntozero/config.php:60
+msgid "comix"
+msgstr "comix"
 
-#: mod/unfollow.php:118
-msgid "Disconnect/Unfollow"
-msgstr "Disconnect/Unfollow"
+#: view/theme/duepuntozero/config.php:61
+msgid "slackr"
+msgstr "slackr"
 
-#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170
-msgid "Your Identity Address:"
-msgstr "My identity address:"
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Variations"
 
-#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76
-msgid "Submit Request"
-msgstr "Submit request"
+#: view/theme/frio/php/Image.php:24
+msgid "Top Banner"
+msgstr "Top Banner"
 
-#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:190
-#: mod/notifications.php:282 src/Module/Admin/Blocklist/Contact.php:83
-#: src/Module/Contact.php:603
-msgid "Profile URL"
-msgstr "Profile URL:"
+#: view/theme/frio/php/Image.php:24
+msgid ""
+"Resize image to the width of the screen and show background color below on "
+"long pages."
+msgstr "Resize image to the width of the screen and show background colour below on long pages."
 
-#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:920
-#: src/Module/Contact.php:842
-msgid "Status Messages and Posts"
-msgstr "Status Messages and Posts"
+#: view/theme/frio/php/Image.php:25
+msgid "Full screen"
+msgstr "Full screen"
 
-#: mod/update_community.php:23 mod/update_contact.php:23
-#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36
-#: mod/update_profile.php:34
-msgid "[Embedded content - reload page to view]"
-msgstr "[Embedded content - reload page to view]"
+#: view/theme/frio/php/Image.php:25
+msgid ""
+"Resize image to fill entire screen, clipping either the right or the bottom."
+msgstr "Resize image to fill entire screen, clipping either the right or the bottom."
 
-#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85
-#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116
-#: mod/wall_upload.php:167 mod/wall_upload.php:170
-msgid "Invalid request."
-msgstr "Invalid request."
+#: view/theme/frio/php/Image.php:26
+msgid "Single row mosaic"
+msgstr "Single row mosaic"
 
-#: mod/wall_attach.php:103
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
+#: view/theme/frio/php/Image.php:26
+msgid ""
+"Resize image to repeat it on a single row, either vertical or horizontal."
+msgstr "Resize image to repeat it on a single row, either vertical or horizontal."
 
-#: mod/wall_attach.php:103
-msgid "Or - did you try to upload an empty file?"
-msgstr "Or did you try to upload an empty file?"
+#: view/theme/frio/php/Image.php:27
+msgid "Mosaic"
+msgstr "Mosaic"
 
-#: mod/wall_attach.php:114
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "File exceeds size limit of %s"
+#: view/theme/frio/php/Image.php:27
+msgid "Repeat image to fill the screen."
+msgstr "Repeat image to fill the screen."
 
-#: mod/wall_attach.php:129
-msgid "File upload failed."
-msgstr "File upload failed."
+#: view/theme/frio/theme.php:246
+msgid "Guest"
+msgstr "Guest"
 
-#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686
-#: mod/photos.php:715 mod/profile_photo.php:152
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Image exceeds size limit of %s"
+#: view/theme/frio/theme.php:251
+msgid "Visitor"
+msgstr "Visitor"
 
-#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161
-msgid "Unable to process image."
-msgstr "Unable to process image."
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91
+#: src/Module/Contact.php:637 src/Module/Contact.php:852
+msgid "Status"
+msgstr "Status"
 
-#: mod/wall_upload.php:243
-msgid "Wall Photos"
-msgstr "Wall photos"
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Content/Nav.php:244
+msgid "Your posts and conversations"
+msgstr "My posts and conversations"
 
-#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303
-msgid "Image upload failed."
-msgstr "Image upload failed."
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+#: src/Model/Profile.php:885 src/Model/Profile.php:921
+#: src/Module/Welcome.php:38 src/Module/Contact.php:639
+#: src/Module/Contact.php:868 mod/profperm.php:117
+msgid "Profile"
+msgstr "Profile"
 
-#: mod/wallmessage.php:52 mod/wallmessage.php:115
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Number of daily wall messages for %s exceeded. Message failed."
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+msgid "Your profile page"
+msgstr "My profile page"
 
-#: mod/wallmessage.php:60 mod/message.php:70
-msgid "No recipient selected."
-msgstr "No recipient selected."
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+#: src/Model/Profile.php:929 mod/fbrowser.php:43
+msgid "Photos"
+msgstr "Photos"
 
-#: mod/wallmessage.php:63
-msgid "Unable to check your home location."
-msgstr "Unable to check your home location."
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+msgid "Your photos"
+msgstr "My photos"
 
-#: mod/wallmessage.php:66 mod/message.php:77
-msgid "Message could not be sent."
-msgstr "Message could not be sent."
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+#: src/Model/Profile.php:937 src/Model/Profile.php:940
+msgid "Videos"
+msgstr "Videos"
 
-#: mod/wallmessage.php:69 mod/message.php:80
-msgid "Message collection failure."
-msgstr "Message collection failure."
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+msgid "Your videos"
+msgstr "My videos"
 
-#: mod/wallmessage.php:72 mod/message.php:83
-msgid "Message sent."
-msgstr "Message sent."
+#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275
+#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949
+#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261
+msgid "Events"
+msgstr "Events"
 
-#: mod/wallmessage.php:89 mod/wallmessage.php:98
-msgid "No recipient."
-msgstr "No recipient."
+#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
+msgid "Your events"
+msgstr "My events"
 
-#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360
-msgid "Please enter a link URL:"
-msgstr "Please enter a link URL:"
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Network"
+msgstr "Network"
 
-#: mod/wallmessage.php:128 mod/message.php:246
-msgid "Send Private Message"
-msgstr "Send private message"
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Conversations from your friends"
+msgstr "My friends' conversations"
 
-#: mod/wallmessage.php:129
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
+#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
+#: src/Model/Profile.php:952 src/Model/Profile.php:963
+msgid "Events and Calendar"
+msgstr "Events and calendar"
 
-#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430
-msgid "To:"
-msgstr "To:"
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123
+msgid "Messages"
+msgstr "Messages"
 
-#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432
-msgid "Subject:"
-msgstr "Subject:"
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
+msgid "Private mail"
+msgstr "Private messages"
 
-#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435
-#: src/Module/Invite.php:150
-msgid "Your message:"
-msgstr "Your message:"
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:263
+#: src/Module/Admin/Addons/Details.php:102
+#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33
+#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149
+msgid "Settings"
+msgstr "Settings"
 
-#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259
-#: mod/message.php:440
-msgid "Insert web link"
-msgstr "Insert web link"
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:263
+msgid "Account settings"
+msgstr "Account settings"
 
-#: mod/match.php:49
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "No keywords to match. Please add keywords to your default profile."
+#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922
+#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992
+#: src/Model/Profile.php:995 src/Module/Contact.php:795
+#: src/Module/Contact.php:880
+msgid "Contacts"
+msgstr "Contacts"
 
-#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42
-#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131
-msgid "Connect"
-msgstr "Connect"
+#: view/theme/frio/theme.php:278 src/Content/Nav.php:269
+msgid "Manage/edit friends and contacts"
+msgstr "Manage/Edit friends and contacts"
 
-#: mod/match.php:115 src/Content/Pager.php:198
-msgid "first"
-msgstr "first"
+#: view/theme/frio/config.php:111
+msgid "Custom"
+msgstr "Custom"
 
-#: mod/match.php:120 src/Content/Pager.php:258
-msgid "next"
-msgstr "next"
+#: view/theme/frio/config.php:123
+msgid "Note"
+msgstr "Note"
 
-#: mod/match.php:130 src/Module/BaseSearchModule.php:92
-msgid "No matches"
-msgstr "No matches"
+#: view/theme/frio/config.php:123
+msgid "Check image permissions if all users are allowed to see the image"
+msgstr "Check image permissions that all everyone is allowed to see the image"
 
-#: mod/match.php:135
-msgid "Profile Match"
-msgstr "Profile Match"
+#: view/theme/frio/config.php:129
+msgid "Select color scheme"
+msgstr "Select colour scheme"
 
-#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196
-#: mod/profiles.php:511 mod/dfrn_confirm.php:70
-msgid "Profile not found."
-msgstr "Profile not found."
+#: view/theme/frio/config.php:130
+msgid "Copy or paste schemestring"
+msgstr "Copy or paste theme string"
 
-#: mod/profiles.php:62
-msgid "Profile deleted."
-msgstr "Profile deleted."
+#: view/theme/frio/config.php:130
+msgid ""
+"You can copy this string to share your theme with others. Pasting here "
+"applies the schemestring"
+msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string"
 
-#: mod/profiles.php:78 mod/profiles.php:114
-msgid "Profile-"
-msgstr "Profile-"
+#: view/theme/frio/config.php:131
+msgid "Navigation bar background color"
+msgstr "Navigation bar background colour:"
 
-#: mod/profiles.php:97 mod/profiles.php:135
-msgid "New profile created."
-msgstr "New profile created."
+#: view/theme/frio/config.php:132
+msgid "Navigation bar icon color "
+msgstr "Navigation bar icon colour:"
 
-#: mod/profiles.php:120
-msgid "Profile unavailable to clone."
-msgstr "Profile unavailable to clone."
+#: view/theme/frio/config.php:133
+msgid "Link color"
+msgstr "Link colour:"
 
-#: mod/profiles.php:206
-msgid "Profile Name is required."
-msgstr "Profile name is required."
+#: view/theme/frio/config.php:134
+msgid "Set the background color"
+msgstr "Background colour:"
 
-#: mod/profiles.php:346
-msgid "Marital Status"
-msgstr "Marital status"
+#: view/theme/frio/config.php:135
+msgid "Content background opacity"
+msgstr "Content background opacity"
 
-#: mod/profiles.php:349
-msgid "Romantic Partner"
-msgstr "Romantic partner"
+#: view/theme/frio/config.php:136
+msgid "Set the background image"
+msgstr "Background image:"
 
-#: mod/profiles.php:358
-msgid "Work/Employment"
-msgstr "Work/Employment:"
+#: view/theme/frio/config.php:137
+msgid "Background image style"
+msgstr "Background image style"
 
-#: mod/profiles.php:361
-msgid "Religion"
-msgstr "Religion"
+#: view/theme/frio/config.php:139
+msgid "Enable Compose page"
+msgstr "Enable compose page"
 
-#: mod/profiles.php:364
-msgid "Political Views"
-msgstr "Political views"
+#: view/theme/frio/config.php:139
+msgid ""
+"This replaces the jot modal window for writing new posts with a link to <a "
+"href=\"compose\">the new Compose page</a>."
+msgstr "This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."
 
-#: mod/profiles.php:367
-msgid "Gender"
-msgstr "Gender"
+#: view/theme/frio/config.php:143
+msgid "Login page background image"
+msgstr "Login page background image"
 
-#: mod/profiles.php:370
-msgid "Sexual Preference"
-msgstr "Sexual preference"
+#: view/theme/frio/config.php:147
+msgid "Login page background color"
+msgstr "Login page background colour"
 
-#: mod/profiles.php:373
-msgid "XMPP"
-msgstr "XMPP"
+#: view/theme/frio/config.php:147
+msgid "Leave background image and color empty for theme defaults"
+msgstr "Leave background image and colour empty for theme defaults"
 
-#: mod/profiles.php:376
-msgid "Homepage"
-msgstr "Homepage"
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Alignment"
 
-#: mod/profiles.php:379 mod/profiles.php:578
-msgid "Interests"
-msgstr "Interests"
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Left"
 
-#: mod/profiles.php:382
-msgid "Address"
-msgstr "Address"
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Centre"
 
-#: mod/profiles.php:389 mod/profiles.php:574
-msgid "Location"
-msgstr "Location"
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Colour scheme"
 
-#: mod/profiles.php:469
-msgid "Profile updated."
-msgstr "Profile updated."
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Posts font size"
 
-#: mod/profiles.php:523
-msgid "Hide contacts and friends:"
-msgstr "Hide contacts and friends:"
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Text areas font size"
 
-#: mod/profiles.php:528
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Hide your contact/friend list from viewers of this profile?"
+#: src/Database/DBStructure.php:50
+msgid "There are no tables on MyISAM."
+msgstr "There are no tables on MyISAM."
 
-#: mod/profiles.php:548
-msgid "Show more profile fields:"
-msgstr "Show more profile fields:"
+#: src/Database/DBStructure.php:74
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nError %d occurred during database update:\n%s\n"
 
-#: mod/profiles.php:560
-msgid "Profile Actions"
-msgstr "Profile actions"
+#: src/Database/DBStructure.php:77
+msgid "Errors encountered performing database changes: "
+msgstr "Errors encountered performing database changes: "
 
-#: mod/profiles.php:561
-msgid "Edit Profile Details"
-msgstr "Edit Profile Details"
+#: src/Database/DBStructure.php:266
+#, php-format
+msgid "%s: Database update"
+msgstr "%s: Database update"
 
-#: mod/profiles.php:562 mod/crepair.php:149 mod/fsuggest.php:92
-#: mod/manage.php:183 mod/message.php:261 mod/message.php:441
-#: mod/photos.php:991 mod/photos.php:1101 mod/photos.php:1387
-#: mod/photos.php:1432 mod/photos.php:1471 mod/photos.php:1531
-#: mod/poke.php:184 mod/events.php:552 view/theme/duepuntozero/config.php:72
-#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74
-#: view/theme/vier/config.php:120 src/Module/Debug/Localtime.php:45
-#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178
-#: src/Module/Contact.php:560 src/Module/Install.php:212
-#: src/Module/Install.php:252 src/Module/Install.php:288
-#: src/Object/Post.php:879
-msgid "Submit"
-msgstr "Submit"
+#: src/Database/DBStructure.php:527
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: updating %s table."
 
-#: mod/profiles.php:563
-msgid "Change Profile Photo"
-msgstr "Change profile photo"
+#: src/Object/Post.php:135
+msgid "This entry was edited"
+msgstr "This entry was edited"
 
-#: mod/profiles.php:565
-msgid "View this profile"
-msgstr "View this profile"
+#: src/Object/Post.php:158
+msgid "Private Message"
+msgstr "Private message"
 
-#: mod/profiles.php:566
-msgid "View all profiles"
-msgstr "View all profiles"
+#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730
+msgid "Edit"
+msgstr "Edit"
 
-#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423
-msgid "Edit visibility"
-msgstr "Edit visibility"
+#: src/Object/Post.php:197
+msgid "pinned item"
+msgstr "pinned item"
 
-#: mod/profiles.php:568
-msgid "Create a new profile using these settings"
-msgstr "Create a new profile using these settings"
+#: src/Object/Post.php:202
+msgid "Delete locally"
+msgstr "Delete locally"
 
-#: mod/profiles.php:569
-msgid "Clone this profile"
-msgstr "Clone this profile"
+#: src/Object/Post.php:205
+msgid "Delete globally"
+msgstr "Delete globally"
 
-#: mod/profiles.php:570
-msgid "Delete this profile"
-msgstr "Delete this profile"
+#: src/Object/Post.php:205
+msgid "Remove locally"
+msgstr "Remove locally"
 
-#: mod/profiles.php:572
-msgid "Basic information"
-msgstr "Basic information"
+#: src/Object/Post.php:219
+msgid "save to folder"
+msgstr "Save to folder"
 
-#: mod/profiles.php:573
-msgid "Profile picture"
-msgstr "Profile picture"
+#: src/Object/Post.php:254
+msgid "I will attend"
+msgstr "I will attend"
 
-#: mod/profiles.php:575
-msgid "Preferences"
-msgstr "Preferences"
+#: src/Object/Post.php:254
+msgid "I will not attend"
+msgstr "I will not attend"
 
-#: mod/profiles.php:576
-msgid "Status information"
-msgstr "Status information"
+#: src/Object/Post.php:254
+msgid "I might attend"
+msgstr "I might attend"
 
-#: mod/profiles.php:577
-msgid "Additional information"
-msgstr "Additional information"
+#: src/Object/Post.php:282
+msgid "ignore thread"
+msgstr "Ignore thread"
 
-#: mod/profiles.php:579 mod/network.php:992
-#: src/Core/NotificationsManager.php:158
-msgid "Personal"
-msgstr "Personal"
+#: src/Object/Post.php:283
+msgid "unignore thread"
+msgstr "Unignore thread"
 
-#: mod/profiles.php:580
-msgid "Relation"
-msgstr "Relation"
+#: src/Object/Post.php:284
+msgid "toggle ignore status"
+msgstr "Toggle ignore status"
 
-#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81
-msgid "Miscellaneous"
-msgstr "Miscellaneous"
+#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89
+msgid "ignored"
+msgstr "Ignored"
 
-#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39
-msgid "Upload Profile Photo"
-msgstr "Upload profile photo"
+#: src/Object/Post.php:296
+msgid "pin"
+msgstr "pin"
 
-#: mod/profiles.php:584
-msgid "Your Gender:"
-msgstr "Gender:"
+#: src/Object/Post.php:297
+msgid "unpin"
+msgstr "unpin"
 
-#: mod/profiles.php:585
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Marital status:"
+#: src/Object/Post.php:298
+msgid "toggle pin status"
+msgstr "toggle pin status"
 
-#: mod/profiles.php:586 src/Model/Profile.php:808
-msgid "Sexual Preference:"
-msgstr "Sexual preference:"
+#: src/Object/Post.php:301
+msgid "pinned"
+msgstr "pinned"
 
-#: mod/profiles.php:587
-msgid "Example: fishing photography software"
-msgstr "Example: fishing photography software"
+#: src/Object/Post.php:308
+msgid "add star"
+msgstr "Add star"
 
-#: mod/profiles.php:592
-msgid "Profile Name:"
-msgstr "Profile name:"
+#: src/Object/Post.php:309
+msgid "remove star"
+msgstr "Remove star"
 
-#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542
-msgid "Required"
-msgstr "Required"
+#: src/Object/Post.php:310
+msgid "toggle star status"
+msgstr "Toggle star status"
 
-#: mod/profiles.php:594
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."
+#: src/Object/Post.php:313
+msgid "starred"
+msgstr "Starred"
 
-#: mod/profiles.php:595
-msgid "Your Full Name:"
-msgstr "My full name:"
+#: src/Object/Post.php:317
+msgid "add tag"
+msgstr "Add tag"
 
-#: mod/profiles.php:596
-msgid "Title/Description:"
-msgstr "Title/Description:"
+#: src/Object/Post.php:328 mod/photos.php:1378
+msgid "I like this (toggle)"
+msgstr "I like this (toggle)"
 
-#: mod/profiles.php:599
-msgid "Street Address:"
-msgstr "Street address:"
+#: src/Object/Post.php:328
+msgid "like"
+msgstr "Like"
 
-#: mod/profiles.php:600
-msgid "Locality/City:"
-msgstr "Locality/City:"
+#: src/Object/Post.php:329 mod/photos.php:1379
+msgid "I don't like this (toggle)"
+msgstr "I don't like this (toggle)"
 
-#: mod/profiles.php:601
-msgid "Region/State:"
-msgstr "Region/State:"
+#: src/Object/Post.php:329
+msgid "dislike"
+msgstr "Dislike"
 
-#: mod/profiles.php:602
-msgid "Postal/Zip Code:"
-msgstr "Postcode:"
+#: src/Object/Post.php:332
+msgid "Share this"
+msgstr "Share this"
 
-#: mod/profiles.php:603
-msgid "Country:"
-msgstr "Country:"
+#: src/Object/Post.php:332
+msgid "share"
+msgstr "Share"
 
-#: mod/profiles.php:604 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "Age: "
+#: src/Object/Post.php:384
+#, php-format
+msgid "%s (Received %s)"
+msgstr "%s (Received %s)"
 
-#: mod/profiles.php:607
-msgid "Who: (if applicable)"
-msgstr "Who: (if applicable)"
+#: src/Object/Post.php:409
+msgid "to"
+msgstr "to"
 
-#: mod/profiles.php:607
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
+#: src/Object/Post.php:410
+msgid "via"
+msgstr "via"
 
-#: mod/profiles.php:608
-msgid "Since [date]:"
-msgstr "Since when:"
+#: src/Object/Post.php:411
+msgid "Wall-to-Wall"
+msgstr "Wall-to-wall"
 
-#: mod/profiles.php:610
-msgid "Tell us about yourself..."
-msgstr "About myself:"
+#: src/Object/Post.php:412
+msgid "via Wall-To-Wall:"
+msgstr "via wall-to-wall:"
 
-#: mod/profiles.php:611
-msgid "XMPP (Jabber) address:"
-msgstr "XMPP (Jabber) address:"
+#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396
+#: mod/photos.php:1435 mod/photos.php:1500
+msgid "Comment"
+msgstr "Comment"
 
-#: mod/profiles.php:611
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "The XMPP address will be propagated to your contacts so that they can follow you."
+#: src/Object/Post.php:448
+#, php-format
+msgid "Reply to %s"
+msgstr "Reply to %s"
 
-#: mod/profiles.php:612
-msgid "Homepage URL:"
-msgstr "Homepage URL:"
+#: src/Object/Post.php:464
+msgid "Notifier task is pending"
+msgstr "Notifier task is pending"
 
-#: mod/profiles.php:613 src/Model/Profile.php:816
-msgid "Hometown:"
-msgstr "Home town:"
+#: src/Object/Post.php:465
+msgid "Delivery to remote servers is pending"
+msgstr "Delivery to remote servers is pending"
 
-#: mod/profiles.php:614 src/Model/Profile.php:824
-msgid "Political Views:"
-msgstr "Political views:"
+#: src/Object/Post.php:466
+msgid "Delivery to remote servers is underway"
+msgstr "Delivery to remote servers is underway"
 
-#: mod/profiles.php:615
-msgid "Religious Views:"
-msgstr "Religious views:"
+#: src/Object/Post.php:467
+msgid "Delivery to remote servers is mostly done"
+msgstr "Delivery to remote servers is mostly done"
 
-#: mod/profiles.php:616
-msgid "Public Keywords:"
-msgstr "Public keywords:"
+#: src/Object/Post.php:468
+msgid "Delivery to remote servers is done"
+msgstr "Delivery to remote servers is done"
 
-#: mod/profiles.php:616
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "Used for suggesting potential friends, can be seen by others."
+#: src/Object/Post.php:488
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comment"
+msgstr[1] "%d comments"
 
-#: mod/profiles.php:617
-msgid "Private Keywords:"
-msgstr "Private keywords:"
+#: src/Object/Post.php:489
+msgid "Show more"
+msgstr "Show more"
 
-#: mod/profiles.php:617
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "Used for searching profiles, never shown to others."
+#: src/Object/Post.php:490
+msgid "Show fewer"
+msgstr "Show fewer"
 
-#: mod/profiles.php:618 src/Model/Profile.php:840
-msgid "Likes:"
-msgstr "Likes:"
+#: src/Object/Post.php:501 src/Model/Item.php:3400
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "comment"
+msgstr[1] "comments"
 
-#: mod/profiles.php:619 src/Model/Profile.php:844
-msgid "Dislikes:"
-msgstr "Dislikes:"
+#: src/Object/Post.php:908 src/Module/Contact.php:1023
+#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433
+#: mod/photos.php:1498
+msgid "This is you"
+msgstr "This is me"
 
-#: mod/profiles.php:620
-msgid "Musical interests"
-msgstr "Music:"
+#: src/App.php:521
+msgid "No system theme config value set."
+msgstr "No system theme configuration value set."
 
-#: mod/profiles.php:621
-msgid "Books, literature"
-msgstr "Books, literature, poetry:"
+#: src/Content/Text/BBCode.php:490
+msgid "view full size"
+msgstr "view full size"
 
-#: mod/profiles.php:622
-msgid "Television"
-msgstr "Television:"
+#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603
+#: src/Content/Text/BBCode.php:1604
+msgid "Image/photo"
+msgstr "Image/Photo"
 
-#: mod/profiles.php:623
-msgid "Film/dance/culture/entertainment"
-msgstr "Film, dance, culture, entertainment"
+#: src/Content/Text/BBCode.php:1045
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 
-#: mod/profiles.php:624
-msgid "Hobbies/Interests"
-msgstr "Hobbies/Interests:"
+#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963
+msgid "Click to open/close"
+msgstr "Reveal/hide"
 
-#: mod/profiles.php:625
-msgid "Love/romance"
-msgstr "Love/Romance:"
+#: src/Content/Text/BBCode.php:1552
+msgid "$1 wrote:"
+msgstr "$1 wrote:"
 
-#: mod/profiles.php:626
-msgid "Work/employment"
-msgstr "Work/Employment:"
+#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607
+msgid "Encrypted content"
+msgstr "Encrypted content"
 
-#: mod/profiles.php:627
-msgid "School/education"
-msgstr "School/Education:"
+#: src/Content/Text/BBCode.php:1829
+msgid "Invalid source protocol"
+msgstr "Invalid source protocol"
 
-#: mod/profiles.php:628
-msgid "Contact information and Social Networks"
-msgstr "Contact information and other social networks:"
+#: src/Content/Text/BBCode.php:1844
+msgid "Invalid link protocol"
+msgstr "Invalid link protocol"
 
-#: mod/profiles.php:659 src/Model/Profile.php:419
-msgid "Profile Image"
-msgstr "Profile image"
+#: src/Content/Text/HTML.php:811
+msgid "Loading more entries..."
+msgstr "Loading more entries..."
 
-#: mod/profiles.php:661 src/Model/Profile.php:422
-msgid "visible to everybody"
-msgstr "Visible to everybody"
+#: src/Content/Text/HTML.php:812
+msgid "The end"
+msgstr "The end"
 
-#: mod/profiles.php:668
-msgid "Edit/Manage Profiles"
-msgstr "Edit/Manage Profiles"
+#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49
+#: mod/notes.php:46 mod/editpost.php:72
+msgid "Save"
+msgstr "Save"
 
-#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430
-msgid "Change profile photo"
-msgstr "Change profile photo"
+#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540
+#: src/Module/Contact.php:318
+msgid "Follow"
+msgstr "Follow"
 
-#: mod/profiles.php:670 src/Model/Profile.php:410
-msgid "Create New Profile"
-msgstr "Create new profile"
+#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200
+#: src/Module/Search/Index.php:80
+msgid "Search"
+msgstr "Search"
 
-#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20
-#: src/Module/Debug/ItemBody.php:18
-msgid "Access denied."
-msgstr "Access denied."
+#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79
+msgid "@name, !forum, #tags, content"
+msgstr "@name, !forum, #tags, content"
 
-#: mod/cal.php:140 mod/display.php:303 src/Module/Profile.php:185
-msgid "Access to this profile has been restricted."
-msgstr "Access to this profile has been restricted."
+#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203
+msgid "Full Text"
+msgstr "Full text"
 
-#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271
-#: view/theme/frio/theme.php:275 src/Content/Nav.php:164
-#: src/Content/Nav.php:228 src/Model/Profile.php:953 src/Model/Profile.php:964
-msgid "Events"
-msgstr "Events"
+#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204
+#: src/Content/Widget/TagCloud.php:54
+msgid "Tags"
+msgstr "Tags"
 
-#: mod/cal.php:272 mod/events.php:384
-msgid "View"
-msgstr "View"
+#: src/Content/ContactSelector.php:58
+msgid "Frequently"
+msgstr "Frequently"
 
-#: mod/cal.php:273 mod/events.php:386
-msgid "Previous"
-msgstr "Previous"
+#: src/Content/ContactSelector.php:59
+msgid "Hourly"
+msgstr "Hourly"
 
-#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:174
-msgid "Next"
-msgstr "Next"
+#: src/Content/ContactSelector.php:60
+msgid "Twice daily"
+msgstr "Twice daily"
 
-#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428
-msgid "today"
-msgstr "today"
+#: src/Content/ContactSelector.php:61
+msgid "Daily"
+msgstr "Daily"
 
-#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314
-#: src/Model/Event.php:429
-msgid "month"
-msgstr "month"
+#: src/Content/ContactSelector.php:62
+msgid "Weekly"
+msgstr "Weekly"
 
-#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315
-#: src/Model/Event.php:430
-msgid "week"
-msgstr "week"
+#: src/Content/ContactSelector.php:63
+msgid "Monthly"
+msgstr "Monthly"
 
-#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316
-#: src/Model/Event.php:431
-msgid "day"
-msgstr "day"
+#: src/Content/ContactSelector.php:116
+msgid "DFRN"
+msgstr "DFRN"
 
-#: mod/cal.php:281 mod/events.php:396
-msgid "list"
-msgstr "List"
+#: src/Content/ContactSelector.php:117
+msgid "OStatus"
+msgstr "OStatus"
 
-#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88
-msgid "User not found"
-msgstr "User not found"
+#: src/Content/ContactSelector.php:118
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: mod/cal.php:310
-msgid "This calendar format is not supported"
-msgstr "This calendar format is not supported"
+#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272
+#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
+#: src/Module/Admin/Users.php:315
+msgid "Email"
+msgstr "Email"
 
-#: mod/cal.php:312
-msgid "No exportable data found"
-msgstr "No exportable data found"
+#: src/Content/ContactSelector.php:120 mod/settings.php:800
+msgid "Diaspora"
+msgstr "diaspora*"
 
-#: mod/cal.php:329
-msgid "calendar"
-msgstr "calendar"
+#: src/Content/ContactSelector.php:121
+msgid "Zot!"
+msgstr "Zot!"
 
-#: mod/common.php:90
-msgid "No contacts in common."
-msgstr "No contacts in common."
+#: src/Content/ContactSelector.php:122
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: mod/common.php:141 src/Module/Contact.php:870
-msgid "Common Friends"
-msgstr "Common friends"
+#: src/Content/ContactSelector.php:123
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: mod/community.php:33 mod/dfrn_request.php:597 mod/photos.php:850
-#: mod/search.php:87 mod/search.php:93 mod/videos.php:118 mod/display.php:201
-#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19
-#: src/Module/Directory.php:30
-msgid "Public access denied."
-msgstr "Public access denied."
+#: src/Content/ContactSelector.php:124
+msgid "MySpace"
+msgstr "MySpace"
 
-#: mod/community.php:76
-msgid "Community option not available."
-msgstr "Community option not available."
+#: src/Content/ContactSelector.php:125
+msgid "Google+"
+msgstr "Google+"
 
-#: mod/community.php:93
-msgid "Not available."
-msgstr "Not available."
+#: src/Content/ContactSelector.php:126
+msgid "pump.io"
+msgstr "pump.io"
 
-#: mod/community.php:103
-msgid "Local Community"
-msgstr "Local community"
+#: src/Content/ContactSelector.php:127
+msgid "Twitter"
+msgstr "Twitter"
 
-#: mod/community.php:106
-msgid "Posts from local users on this server"
-msgstr "Posts from local users on this server"
+#: src/Content/ContactSelector.php:128
+msgid "Discourse"
+msgstr "Discourse"
 
-#: mod/community.php:114
-msgid "Global Community"
-msgstr "Global Community"
+#: src/Content/ContactSelector.php:129
+msgid "Diaspora Connector"
+msgstr "diaspora* connector"
 
-#: mod/community.php:117
-msgid "Posts from users of the whole federated network"
-msgstr "Posts from users of the whole federated network"
+#: src/Content/ContactSelector.php:130
+msgid "GNU Social Connector"
+msgstr "GNU Social Connector"
 
-#: mod/community.php:163 mod/search.php:222
-msgid "No results."
-msgstr "No results."
+#: src/Content/ContactSelector.php:131
+msgid "ActivityPub"
+msgstr "ActivityPub"
 
-#: mod/community.php:215
-msgid ""
-"This community stream shows all public posts received by this node. They may"
-" not reflect the opinions of this node’s users."
-msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."
+#: src/Content/ContactSelector.php:132
+msgid "pnut"
+msgstr "pnut"
 
-#: mod/crepair.php:79
-msgid "Contact settings applied."
-msgstr "Contact settings applied."
+#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271
+#: src/Content/ContactSelector.php:309
+msgid "No answer"
+msgstr "No answer"
 
-#: mod/crepair.php:81
-msgid "Contact update failed."
-msgstr "Contact update failed."
+#: src/Content/ContactSelector.php:232
+msgid "Male"
+msgstr "Male"
 
-#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32
-#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140
-#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92
-msgid "Contact not found."
-msgstr "Contact not found."
+#: src/Content/ContactSelector.php:233
+msgid "Female"
+msgstr "Female"
 
-#: mod/crepair.php:115
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working."
+#: src/Content/ContactSelector.php:234
+msgid "Currently Male"
+msgstr "Currently male"
 
-#: mod/crepair.php:116
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
+#: src/Content/ContactSelector.php:235
+msgid "Currently Female"
+msgstr "Currently female"
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "No mirroring"
-msgstr "No mirroring"
+#: src/Content/ContactSelector.php:236
+msgid "Mostly Male"
+msgstr "Mostly male"
 
-#: mod/crepair.php:130
-msgid "Mirror as forwarded posting"
-msgstr "Mirror as forwarded posting"
+#: src/Content/ContactSelector.php:237
+msgid "Mostly Female"
+msgstr "Mostly female"
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "Mirror as my own posting"
-msgstr "Mirror as my own posting"
+#: src/Content/ContactSelector.php:238
+msgid "Transgender"
+msgstr "Transgender"
 
-#: mod/crepair.php:145
-msgid "Return to contact editor"
-msgstr "Return to contact editor"
+#: src/Content/ContactSelector.php:239
+msgid "Intersex"
+msgstr "Intersex"
 
-#: mod/crepair.php:147
-msgid "Refetch contact data"
-msgstr "Re-fetch contact data."
+#: src/Content/ContactSelector.php:240
+msgid "Transsexual"
+msgstr "Transsexual"
 
-#: mod/crepair.php:150
-msgid "Remote Self"
-msgstr "Remote self"
+#: src/Content/ContactSelector.php:241
+msgid "Hermaphrodite"
+msgstr "Hermaphrodite"
 
-#: mod/crepair.php:153
-msgid "Mirror postings from this contact"
-msgstr "Mirror postings from this contact:"
+#: src/Content/ContactSelector.php:242
+msgid "Neuter"
+msgstr "Neuter"
 
-#: mod/crepair.php:155
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "This will cause Friendica to repost new entries from this contact."
+#: src/Content/ContactSelector.php:243
+msgid "Non-specific"
+msgstr "Non-specific"
 
-#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705
-#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272
-#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
-#: src/Module/Admin/Users.php:313
-msgid "Name"
-msgstr "Name:"
+#: src/Content/ContactSelector.php:244
+msgid "Other"
+msgstr "Other"
 
-#: mod/crepair.php:160
-msgid "Account Nickname"
-msgstr "Account nickname:"
+#: src/Content/ContactSelector.php:272
+msgid "Males"
+msgstr "Males"
 
-#: mod/crepair.php:161
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tag name - overrides name/nickname:"
+#: src/Content/ContactSelector.php:273
+msgid "Females"
+msgstr "Females"
 
-#: mod/crepair.php:162
-msgid "Account URL"
-msgstr "Account URL:"
+#: src/Content/ContactSelector.php:274
+msgid "Gay"
+msgstr "Gay"
 
-#: mod/crepair.php:163
-msgid "Account URL Alias"
-msgstr "Account URL alias"
+#: src/Content/ContactSelector.php:275
+msgid "Lesbian"
+msgstr "Lesbian"
 
-#: mod/crepair.php:164
-msgid "Friend Request URL"
-msgstr "Friend request URL:"
+#: src/Content/ContactSelector.php:276
+msgid "No Preference"
+msgstr "No Preference"
 
-#: mod/crepair.php:165
-msgid "Friend Confirm URL"
-msgstr "Friend confirm URL:"
+#: src/Content/ContactSelector.php:277
+msgid "Bisexual"
+msgstr "Bisexual"
 
-#: mod/crepair.php:166
-msgid "Notification Endpoint URL"
-msgstr "Notification endpoint URL"
+#: src/Content/ContactSelector.php:278
+msgid "Autosexual"
+msgstr "Auto-sexual"
 
-#: mod/crepair.php:167
-msgid "Poll/Feed URL"
-msgstr "Poll/Feed URL:"
+#: src/Content/ContactSelector.php:279
+msgid "Abstinent"
+msgstr "Abstinent"
 
-#: mod/crepair.php:168
-msgid "New photo from this URL"
-msgstr "New photo from this URL:"
+#: src/Content/ContactSelector.php:280
+msgid "Virgin"
+msgstr "Virgin"
 
-#: mod/dfrn_confirm.php:126
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
+#: src/Content/ContactSelector.php:281
+msgid "Deviant"
+msgstr "Deviant"
 
-#: mod/dfrn_confirm.php:227
-msgid "Response from remote site was not understood."
-msgstr "Response from remote site was not understood."
+#: src/Content/ContactSelector.php:282
+msgid "Fetish"
+msgstr "Fetish"
 
-#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240
-msgid "Unexpected response from remote site: "
-msgstr "Unexpected response from remote site: "
+#: src/Content/ContactSelector.php:283
+msgid "Oodles"
+msgstr "Oodles"
 
-#: mod/dfrn_confirm.php:249
-msgid "Confirmation completed successfully."
-msgstr "Confirmation completed successfully."
+#: src/Content/ContactSelector.php:284
+msgid "Nonsexual"
+msgstr "Asexual"
 
-#: mod/dfrn_confirm.php:261
-msgid "Temporary failure. Please wait and try again."
-msgstr "Temporary failure. Please wait and try again."
+#: src/Content/ContactSelector.php:310
+msgid "Single"
+msgstr "Single"
 
-#: mod/dfrn_confirm.php:264
-msgid "Introduction failed or was revoked."
-msgstr "Introduction failed or was revoked."
+#: src/Content/ContactSelector.php:311
+msgid "Lonely"
+msgstr "Lonely"
 
-#: mod/dfrn_confirm.php:269
-msgid "Remote site reported: "
-msgstr "Remote site reported: "
+#: src/Content/ContactSelector.php:312
+msgid "In a relation"
+msgstr "In a relation"
 
-#: mod/dfrn_confirm.php:374
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "No user record found for '%s' "
+#: src/Content/ContactSelector.php:313
+msgid "Has crush"
+msgstr "Having a crush"
 
-#: mod/dfrn_confirm.php:384
-msgid "Our site encryption key is apparently messed up."
-msgstr "Our site encryption key is apparently messed up."
+#: src/Content/ContactSelector.php:314
+msgid "Infatuated"
+msgstr "Infatuated"
 
-#: mod/dfrn_confirm.php:395
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "An empty URL was provided or the URL could not be decrypted by us."
+#: src/Content/ContactSelector.php:315
+msgid "Dating"
+msgstr "Dating"
 
-#: mod/dfrn_confirm.php:411
-msgid "Contact record was not found for you on our site."
-msgstr "Contact record was not found for you on our site."
+#: src/Content/ContactSelector.php:316
+msgid "Unfaithful"
+msgstr "Unfaithful"
 
-#: mod/dfrn_confirm.php:425
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Site public key not available in contact record for URL %s."
+#: src/Content/ContactSelector.php:317
+msgid "Sex Addict"
+msgstr "Sex addict"
 
-#: mod/dfrn_confirm.php:441
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
+#: src/Content/ContactSelector.php:318 src/Model/User.php:807
+msgid "Friends"
+msgstr "Friends"
 
-#: mod/dfrn_confirm.php:452
-msgid "Unable to set your contact credentials on our system."
-msgstr "Unable to set your contact credentials on our system."
+#: src/Content/ContactSelector.php:319
+msgid "Friends/Benefits"
+msgstr "Friends with benefits"
 
-#: mod/dfrn_confirm.php:508
-msgid "Unable to update your contact profile details on our system"
-msgstr "Unable to update your contact profile details on our system"
+#: src/Content/ContactSelector.php:320
+msgid "Casual"
+msgstr "Casual"
 
-#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560
-#: src/Model/Contact.php:2551
-msgid "[Name Withheld]"
-msgstr "[Name Withheld]"
+#: src/Content/ContactSelector.php:321
+msgid "Engaged"
+msgstr "Engaged"
 
-#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s welcomes %2$s"
+#: src/Content/ContactSelector.php:322
+msgid "Married"
+msgstr "Married"
 
-#: mod/dfrn_request.php:98
-msgid "This introduction has already been accepted."
-msgstr "This introduction has already been accepted."
+#: src/Content/ContactSelector.php:323
+msgid "Imaginarily married"
+msgstr "Imaginarily married"
 
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:354
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profile location is not valid or does not contain profile information."
+#: src/Content/ContactSelector.php:324
+msgid "Partners"
+msgstr "Partners"
 
-#: mod/dfrn_request.php:120 mod/dfrn_request.php:358
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Warning: profile location has no identifiable owner name."
+#: src/Content/ContactSelector.php:325
+msgid "Cohabiting"
+msgstr "Cohabiting"
 
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:361
-msgid "Warning: profile location has no profile photo."
-msgstr "Warning: profile location has no profile photo."
+#: src/Content/ContactSelector.php:326
+msgid "Common law"
+msgstr "Common law spouse"
 
-#: mod/dfrn_request.php:127 mod/dfrn_request.php:365
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d required parameter was not found at the given location"
-msgstr[1] "%d required parameters were not found at the given location"
+#: src/Content/ContactSelector.php:327
+msgid "Happy"
+msgstr "Happy"
 
-#: mod/dfrn_request.php:165
-msgid "Introduction complete."
-msgstr "Introduction complete."
+#: src/Content/ContactSelector.php:328
+msgid "Not looking"
+msgstr "Not looking"
 
-#: mod/dfrn_request.php:201
-msgid "Unrecoverable protocol error."
-msgstr "Unrecoverable protocol error."
+#: src/Content/ContactSelector.php:329
+msgid "Swinger"
+msgstr "Swinger"
 
-#: mod/dfrn_request.php:228
-msgid "Profile unavailable."
-msgstr "Profile unavailable."
+#: src/Content/ContactSelector.php:330
+msgid "Betrayed"
+msgstr "Betrayed"
 
-#: mod/dfrn_request.php:249
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s has received too many connection requests today."
+#: src/Content/ContactSelector.php:331
+msgid "Separated"
+msgstr "Separated"
 
-#: mod/dfrn_request.php:250
-msgid "Spam protection measures have been invoked."
-msgstr "Spam protection measures have been invoked."
+#: src/Content/ContactSelector.php:332
+msgid "Unstable"
+msgstr "Unstable"
 
-#: mod/dfrn_request.php:251
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Friends are advised to please try again in 24 hours."
+#: src/Content/ContactSelector.php:333
+msgid "Divorced"
+msgstr "Divorced"
 
-#: mod/dfrn_request.php:275
-msgid "Invalid locator"
-msgstr "Invalid locator"
+#: src/Content/ContactSelector.php:334
+msgid "Imaginarily divorced"
+msgstr "Imaginarily divorced"
 
-#: mod/dfrn_request.php:311
-msgid "You have already introduced yourself here."
-msgstr "You have already introduced yourself here."
+#: src/Content/ContactSelector.php:335
+msgid "Widowed"
+msgstr "Widowed"
 
-#: mod/dfrn_request.php:314
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Apparently you are already friends with %s."
+#: src/Content/ContactSelector.php:336
+msgid "Uncertain"
+msgstr "Uncertain"
 
-#: mod/dfrn_request.php:334
-msgid "Invalid profile URL."
-msgstr "Invalid profile URL."
+#: src/Content/ContactSelector.php:337
+msgid "It's complicated"
+msgstr "It's complicated"
 
-#: mod/dfrn_request.php:340 src/Model/Contact.php:2182
-msgid "Disallowed profile URL."
-msgstr "Disallowed profile URL."
+#: src/Content/ContactSelector.php:338
+msgid "Don't care"
+msgstr "Don't care"
 
-#: mod/dfrn_request.php:346 src/Model/Contact.php:2187
-#: src/Module/Friendica.php:59
-msgid "Blocked domain"
-msgstr "Blocked domain"
+#: src/Content/ContactSelector.php:339
+msgid "Ask me"
+msgstr "Ask me"
 
-#: mod/dfrn_request.php:413 src/Module/Contact.php:143
-msgid "Failed to update contact record."
-msgstr "Failed to update contact record."
+#: src/Content/Widget.php:39
+msgid "Add New Contact"
+msgstr "Add new contact"
 
-#: mod/dfrn_request.php:433
-msgid "Your introduction has been sent."
-msgstr "Your introduction has been sent."
+#: src/Content/Widget.php:40
+msgid "Enter address or web location"
+msgstr "Enter address or web location"
 
-#: mod/dfrn_request.php:471
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
+#: src/Content/Widget.php:41
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Example: jo@example.com, http://example.com/jo"
 
-#: mod/dfrn_request.php:487
-msgid "Please login to confirm introduction."
-msgstr "Please login to confirm introduction."
+#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135
+#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106
+msgid "Connect"
+msgstr "Connect"
 
-#: mod/dfrn_request.php:495
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
+#: src/Content/Widget.php:59
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitation available"
+msgstr[1] "%d invitations available"
 
-#: mod/dfrn_request.php:509 mod/dfrn_request.php:524
-msgid "Confirm"
-msgstr "Confirm"
+#: src/Content/Widget.php:197 src/Core/ACL.php:283
+#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792
+#: mod/lockview.php:78 mod/lockview.php:113
+msgid "Followers"
+msgstr "Followers"
 
-#: mod/dfrn_request.php:520
-msgid "Hide this contact"
-msgstr "Hide this contact"
+#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127
+#: src/Module/Contact.php:793
+msgid "Following"
+msgstr "Following"
 
-#: mod/dfrn_request.php:522
-#, php-format
-msgid "Welcome home %s."
-msgstr "Welcome home %s."
+#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128
+#: src/Module/Contact.php:794
+msgid "Mutual friends"
+msgstr "Mutual friends"
 
-#: mod/dfrn_request.php:523
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Please confirm your introduction/connection request to %s."
+#: src/Content/Widget.php:204
+msgid "Relationships"
+msgstr "Relationships"
 
-#: mod/dfrn_request.php:632
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
+#: src/Content/Widget.php:206 src/Module/Group.php:287
+#: src/Module/Contact.php:681
+msgid "All Contacts"
+msgstr "All contacts"
 
-#: mod/dfrn_request.php:634
-#, php-format
-msgid ""
-"If you are not yet a member of the free social web, <a href=\"%s\">follow "
-"this link to find a public Friendica site and join us today</a>."
-msgstr "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."
+#: src/Content/Widget.php:249
+msgid "Protocols"
+msgstr "Protocols"
 
-#: mod/dfrn_request.php:637
-msgid "Friend/Connection Request"
-msgstr "Friend/Connection request"
+#: src/Content/Widget.php:251
+msgid "All Protocols"
+msgstr "All Protocols"
 
-#: mod/dfrn_request.php:638
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
-msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"
+#: src/Content/Widget.php:288
+msgid "Saved Folders"
+msgstr "Saved Folders"
 
-#: mod/dfrn_request.php:639 mod/follow.php:162
-msgid "Please answer the following:"
-msgstr "Please answer the following:"
+#: src/Content/Widget.php:290 src/Content/Widget.php:329
+msgid "Everything"
+msgstr "Everything"
+
+#: src/Content/Widget.php:327
+msgid "Categories"
+msgstr "Categories"
 
-#: mod/dfrn_request.php:640 mod/follow.php:163
+#: src/Content/Widget.php:404
 #, php-format
-msgid "Does %s know you?"
-msgstr "Does %s know you?"
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contact in common"
+msgstr[1] "%d contacts in common"
 
-#: mod/dfrn_request.php:641 mod/follow.php:164
-msgid "Add a personal note:"
-msgstr "Add a personal note:"
+#: src/Content/Widget.php:503 src/Content/Feature.php:100
+msgid "Archives"
+msgstr "Archives"
 
-#: mod/dfrn_request.php:643
-msgid "Friendica"
-msgstr "Friendica"
+#: src/Content/OEmbed.php:254
+msgid "Embedding disabled"
+msgstr "Embedding disabled"
 
-#: mod/dfrn_request.php:644
-msgid "GNU Social (Pleroma, Mastodon)"
-msgstr "GNU Social (Pleroma, Mastodon)"
+#: src/Content/OEmbed.php:377
+msgid "Embedded content"
+msgstr "Embedded content"
 
-#: mod/dfrn_request.php:645
-msgid "Diaspora (Socialhome, Hubzilla)"
-msgstr "diaspora* (Socialhome, Hubzilla)"
+#: src/Content/Feature.php:82
+msgid "General Features"
+msgstr "General"
 
-#: mod/dfrn_request.php:646
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - please do not use this form.  Instead, enter %s into your diaspora* search bar."
+#: src/Content/Feature.php:84
+msgid "Multiple Profiles"
+msgstr "Multiple profiles"
 
-#: mod/editpost.php:28 mod/editpost.php:38
-msgid "Item not found"
-msgstr "Item not found"
+#: src/Content/Feature.php:84
+msgid "Ability to create multiple profiles"
+msgstr "Ability to create multiple profiles"
 
-#: mod/editpost.php:45
-msgid "Edit post"
-msgstr "Edit post"
+#: src/Content/Feature.php:85
+msgid "Photo Location"
+msgstr "Photo location"
 
-#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:887
-#: src/Module/Filer/SaveTag.php:49
-msgid "Save"
-msgstr "Save"
+#: src/Content/Feature.php:85
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."
 
-#: mod/editpost.php:77
-msgid "web link"
-msgstr "web link"
+#: src/Content/Feature.php:86
+msgid "Export Public Calendar"
+msgstr "Export public calendar"
 
-#: mod/editpost.php:78
-msgid "Insert video link"
-msgstr "Insert video link"
+#: src/Content/Feature.php:86
+msgid "Ability for visitors to download the public calendar"
+msgstr "Ability for visitors to download the public calendar"
 
-#: mod/editpost.php:79
-msgid "video link"
-msgstr "video link"
+#: src/Content/Feature.php:87
+msgid "Trending Tags"
+msgstr "Trending Tags"
 
-#: mod/editpost.php:80
-msgid "Insert audio link"
-msgstr "Insert audio link"
+#: src/Content/Feature.php:87
+msgid ""
+"Show a community page widget with a list of the most popular tags in recent "
+"public posts."
+msgstr "Show a community page widget with a list of the most popular tags in recent public posts."
 
-#: mod/editpost.php:81
-msgid "audio link"
-msgstr "audio link"
+#: src/Content/Feature.php:92
+msgid "Post Composition Features"
+msgstr "Post composition"
 
-#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200
-msgid "CC: email addresses"
-msgstr "CC: email addresses"
+#: src/Content/Feature.php:93
+msgid "Auto-mention Forums"
+msgstr "Auto-mention forums"
 
-#: mod/editpost.php:102 src/Core/ACL.php:309
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Example: bob@example.com, mary@example.com"
+#: src/Content/Feature.php:93
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
 
-#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162
-#: src/Model/Profile.php:933
-msgid "Photos"
-msgstr "Photos"
+#: src/Content/Feature.php:94
+msgid "Explicit Mentions"
+msgstr "Explicit mentions"
 
-#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196
-#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107
-#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574
-#: src/Model/Photo.php:583
-msgid "Contact Photos"
-msgstr "Contact photos"
+#: src/Content/Feature.php:94
+msgid ""
+"Add explicit mentions to comment box for manual control over who gets "
+"mentioned in replies."
+msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies."
 
-#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247
-msgid "Upload"
-msgstr "Upload"
+#: src/Content/Feature.php:99
+msgid "Network Sidebar"
+msgstr "Network sidebar"
 
-#: mod/fbrowser.php:136
-msgid "Files"
-msgstr "Files"
+#: src/Content/Feature.php:100
+msgid "Ability to select posts by date ranges"
+msgstr "Ability to select posts by date ranges"
 
-#: mod/follow.php:46
-msgid "The contact could not be added."
-msgstr "Contact could not be added."
+#: src/Content/Feature.php:101
+msgid "Protocol Filter"
+msgstr "Protocol Filter"
 
-#: mod/follow.php:87
-msgid "You already added this contact."
-msgstr "You already added this contact."
+#: src/Content/Feature.php:101
+msgid "Enable widget to display Network posts only from selected protocols"
+msgstr "Enable widget to display Network posts only from selected protocols"
 
-#: mod/follow.php:99
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "diaspora* support isn't enabled. Contact can't be added."
+#: src/Content/Feature.php:106
+msgid "Network Tabs"
+msgstr "Network tabs"
 
-#: mod/follow.php:106
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "OStatus support is disabled. Contact can't be added."
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "Network new tab"
 
-#: mod/follow.php:113
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "The network type couldn't be detected. Contact can't be added."
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Enable tab to display only new network posts (last 12 hours)"
 
-#: mod/follow.php:183 mod/notifications.php:276 src/Model/Profile.php:820
-#: src/Module/Contact.php:613
-msgid "Tags:"
-msgstr "Tags:"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "Network shared links tab"
 
-#: mod/fsuggest.php:44
-msgid "Suggested contact not found."
-msgstr "Suggested contact not found."
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Enable tab to display only network posts with links in them"
 
-#: mod/fsuggest.php:57
-msgid "Friend suggestion sent."
-msgstr "Friend suggestion sent"
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "Post/Comment tools"
 
-#: mod/fsuggest.php:79
-msgid "Suggest Friends"
-msgstr "Suggest friends"
+#: src/Content/Feature.php:114
+msgid "Post Categories"
+msgstr "Post categories"
 
-#: mod/fsuggest.php:81
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Suggest a friend for %s"
+#: src/Content/Feature.php:114
+msgid "Add categories to your posts"
+msgstr "Add categories to your posts"
 
-#: mod/hcard.php:20
-msgid "No profile"
-msgstr "No profile"
+#: src/Content/Feature.php:119
+msgid "Advanced Profile Settings"
+msgstr "Advanced profiles"
 
-#: mod/lockview.php:47 mod/lockview.php:58
-msgid "Remote privacy information not available."
-msgstr "Remote privacy information not available."
+#: src/Content/Feature.php:120
+msgid "List Forums"
+msgstr "List forums"
 
-#: mod/lockview.php:67
-msgid "Visible to:"
-msgstr "Visible to:"
+#: src/Content/Feature.php:120
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Show visitors of public community forums at the advanced profile page"
 
-#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192
-#: src/Module/Item/Compose.php:97 src/Module/Profile/Contacts.php:126
-#: src/Module/Contact.php:771
-msgid "Followers"
-msgstr "Followers"
+#: src/Content/Feature.php:121
+msgid "Tag Cloud"
+msgstr "Tag cloud"
 
-#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104
-msgid "Mutuals"
-msgstr "Mutuals"
+#: src/Content/Feature.php:121
+msgid "Provide a personal tag cloud on your profile page"
+msgstr "Provides a personal tag cloud on your profile page"
 
-#: mod/lostpass.php:26
-msgid "No valid account found."
-msgstr "No valid account found."
+#: src/Content/Feature.php:122
+msgid "Display Membership Date"
+msgstr "Display membership date"
 
-#: mod/lostpass.php:38
-msgid "Password reset request issued. Check your email."
-msgstr "Password reset request issued. Please check your email."
+#: src/Content/Feature.php:122
+msgid "Display membership date in profile"
+msgstr "Display membership date in profile"
 
-#: mod/lostpass.php:44
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."
+#: src/Content/Nav.php:74
+msgid "Nothing new here"
+msgstr "Nothing new here"
 
-#: mod/lostpass.php:55
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s"
+#: src/Content/Nav.php:78
+msgid "Clear notifications"
+msgstr "Clear notifications"
 
-#: mod/lostpass.php:74
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Password reset requested at %s"
+#: src/Content/Nav.php:153 src/Module/Login.php:136
+msgid "Logout"
+msgstr "Logout"
 
-#: mod/lostpass.php:89
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
+#: src/Content/Nav.php:153
+msgid "End this session"
+msgstr "End this session"
 
-#: mod/lostpass.php:102
-msgid "Request has expired, please make a new one."
-msgstr "Request has expired, please make a new one."
+#: src/Content/Nav.php:155 src/Module/Login.php:137
+#: src/Module/Bookmarklet.php:25
+msgid "Login"
+msgstr "Login"
 
-#: mod/lostpass.php:117
-msgid "Forgot your Password?"
-msgstr "Reset My Password"
+#: src/Content/Nav.php:155
+msgid "Sign in"
+msgstr "Sign in"
 
-#: mod/lostpass.php:118
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
+#: src/Content/Nav.php:165
+msgid "Personal notes"
+msgstr "Personal notes"
 
-#: mod/lostpass.php:119 src/Module/Login.php:318
-msgid "Nickname or Email: "
-msgstr "Nickname or email: "
+#: src/Content/Nav.php:165
+msgid "Your personal notes"
+msgstr "My personal notes"
 
-#: mod/lostpass.php:120
-msgid "Reset"
-msgstr "Reset"
+#: src/Content/Nav.php:182 src/Content/Nav.php:244
+msgid "Home"
+msgstr "Home"
 
-#: mod/lostpass.php:135 src/Module/Login.php:330
-msgid "Password Reset"
-msgstr "Forgotten password?"
+#: src/Content/Nav.php:182
+msgid "Home Page"
+msgstr "Home page"
 
-#: mod/lostpass.php:136
-msgid "Your password has been reset as requested."
-msgstr "Your password has been reset as requested."
+#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130
+msgid "Register"
+msgstr "Sign up now >>"
 
-#: mod/lostpass.php:137
-msgid "Your new password is"
-msgstr "Your new password is"
+#: src/Content/Nav.php:186
+msgid "Create an account"
+msgstr "Create account"
 
-#: mod/lostpass.php:138
-msgid "Save or copy your new password - and then"
-msgstr "Save or copy your new password - and then"
+#: src/Content/Nav.php:192
+msgid "Help and documentation"
+msgstr "Help and documentation"
 
-#: mod/lostpass.php:139
-msgid "click here to login"
-msgstr "click here to login"
+#: src/Content/Nav.php:196
+msgid "Apps"
+msgstr "Apps"
 
-#: mod/lostpass.php:140
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
+#: src/Content/Nav.php:196
+msgid "Addon applications, utilities, games"
+msgstr "Addon applications, utilities, games"
 
-#: mod/lostpass.php:147
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"
+#: src/Content/Nav.php:200
+msgid "Search site content"
+msgstr "Search site content"
 
-#: mod/lostpass.php:153
-#, php-format
-msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
-msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"
+#: src/Content/Nav.php:224
+msgid "Community"
+msgstr "Community"
 
-#: mod/lostpass.php:169
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Your password has been changed at %s"
+#: src/Content/Nav.php:224
+msgid "Conversations on this and other servers"
+msgstr "Conversations on this and other servers"
 
-#: mod/manage.php:179
-msgid "Manage Identities and/or Pages"
-msgstr "Manage Identities and Pages"
+#: src/Content/Nav.php:231
+msgid "Directory"
+msgstr "Directory"
 
-#: mod/manage.php:180
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Accounts that I manage or own."
+#: src/Content/Nav.php:231
+msgid "People directory"
+msgstr "People directory"
 
-#: mod/manage.php:181
-msgid "Select an identity to manage: "
-msgstr "Select identity:"
+#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
+msgid "Information"
+msgstr "Information"
 
-#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257
-msgid "New Message"
-msgstr "New Message"
+#: src/Content/Nav.php:233
+msgid "Information about this friendica instance"
+msgstr "Information about this Friendica instance"
 
-#: mod/message.php:74
-msgid "Unable to locate contact information."
-msgstr "Unable to locate contact information."
+#: src/Content/Nav.php:236 src/Module/Tos.php:73
+#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43
+#: src/Module/Register.php:138
+msgid "Terms of Service"
+msgstr "Terms of Service"
 
-#: mod/message.php:110 mod/notifications.php:49 mod/notifications.php:198
-#: mod/notifications.php:254
-msgid "Discard"
-msgstr "Discard"
+#: src/Content/Nav.php:236
+msgid "Terms of Service of this Friendica instance"
+msgstr "Terms of Service for this Friendica instance"
 
-#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254
-msgid "Messages"
-msgstr "Messages"
+#: src/Content/Nav.php:242
+msgid "Network Reset"
+msgstr "Network reset"
 
-#: mod/message.php:148
-msgid "Do you really want to delete this message?"
-msgstr "Do you really want to delete this message?"
+#: src/Content/Nav.php:242
+msgid "Load Network page with no filters"
+msgstr "Load network page without filters"
 
-#: mod/message.php:166
-msgid "Conversation not found."
-msgstr "Conversation not found."
+#: src/Content/Nav.php:248
+msgid "Introductions"
+msgstr "Introductions"
 
-#: mod/message.php:171
-msgid "Message deleted."
-msgstr "Message deleted."
+#: src/Content/Nav.php:248
+msgid "Friend Requests"
+msgstr "Friend requests"
 
-#: mod/message.php:176 mod/message.php:190
-msgid "Conversation removed."
-msgstr "Conversation removed."
+#: src/Content/Nav.php:249 mod/notifications.php:100
+msgid "Notifications"
+msgstr "Notifications"
 
-#: mod/message.php:289
-msgid "No messages."
-msgstr "No messages."
+#: src/Content/Nav.php:250
+msgid "See all notifications"
+msgstr "See all notifications"
 
-#: mod/message.php:352
-msgid "Message not available."
-msgstr "Message not available."
+#: src/Content/Nav.php:251 mod/settings.php:873
+msgid "Mark as seen"
+msgstr "Mark as seen"
 
-#: mod/message.php:406
-msgid "Delete message"
-msgstr "Delete message"
+#: src/Content/Nav.php:251
+msgid "Mark all system notifications seen"
+msgstr "Mark all system notifications seen"
 
-#: mod/message.php:408 mod/message.php:540
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: src/Content/Nav.php:255
+msgid "Inbox"
+msgstr "Inbox"
 
-#: mod/message.php:423 mod/message.php:537
-msgid "Delete conversation"
-msgstr "Delete conversation"
+#: src/Content/Nav.php:256
+msgid "Outbox"
+msgstr "Outbox"
 
-#: mod/message.php:425
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
+#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116
+msgid "New Message"
+msgstr "New Message"
 
-#: mod/message.php:429
-msgid "Send Reply"
-msgstr "Send reply"
+#: src/Content/Nav.php:260
+msgid "Delegation"
+msgstr "Delegation"
 
-#: mod/message.php:512
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Unknown sender - %s"
+#: src/Content/Nav.php:260
+msgid "Manage other pages"
+msgstr "Manage other pages"
 
-#: mod/message.php:514
-#, php-format
-msgid "You and %s"
-msgstr "Me and %s"
+#: src/Content/Nav.php:266 src/Model/Profile.php:398
+#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82
+msgid "Profiles"
+msgstr "Profiles"
 
-#: mod/message.php:516
-#, php-format
-msgid "%s and You"
-msgstr "%s and me"
+#: src/Content/Nav.php:266
+msgid "Manage/Edit Profiles"
+msgstr "Manage/Edit profiles"
 
-#: mod/message.php:543
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d message"
-msgstr[1] "%d messages"
+#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114
+msgid "Admin"
+msgstr "Admin"
+
+#: src/Content/Nav.php:274
+msgid "Site setup and configuration"
+msgstr "Site setup and configuration"
+
+#: src/Content/Nav.php:277
+msgid "Navigation"
+msgstr "Navigation"
+
+#: src/Content/Nav.php:277
+msgid "Site map"
+msgstr "Site map"
 
-#: mod/network.php:183 mod/search.php:35
+#: src/Content/Widget/SavedSearches.php:29
 msgid "Remove term"
 msgstr "Remove term"
 
-#: mod/network.php:190 mod/search.php:44
+#: src/Content/Widget/SavedSearches.php:37
 msgid "Saved Searches"
 msgstr "Saved searches"
 
-#: mod/network.php:191 src/Model/Group.php:483
-msgid "add"
-msgstr "add"
-
-#: mod/network.php:571
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
-msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages."
-
-#: mod/network.php:574
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Messages in this group won't be send to these receivers."
+#: src/Content/Widget/CalendarExport.php:64
+msgid "Export"
+msgstr "Export"
 
-#: mod/network.php:641
-msgid "No such group"
-msgstr "No such group"
+#: src/Content/Widget/CalendarExport.php:65
+msgid "Export calendar as ical"
+msgstr "Export calendar as ical"
 
-#: mod/network.php:662 src/Module/Group.php:288
-msgid "Group is empty"
-msgstr "Group is empty"
+#: src/Content/Widget/CalendarExport.php:66
+msgid "Export calendar as csv"
+msgstr "Export calendar as csv"
 
-#: mod/network.php:666
+#: src/Content/Widget/TrendingTags.php:34
 #, php-format
-msgid "Group: %s"
-msgstr "Group: %s"
-
-#: mod/network.php:692
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Private messages to this person are at risk of public disclosure."
+msgid "Trending Tags (last %d hour)"
+msgid_plural "Trending Tags (last %d hours)"
+msgstr[0] "Trending Tags (last %d hour)"
+msgstr[1] "Trending tags (last %d hours)"
 
-#: mod/network.php:695 src/Module/AllFriends.php:35
-#: src/Module/AllFriends.php:43
-msgid "Invalid contact."
-msgstr "Invalid contact."
+#: src/Content/Widget/TrendingTags.php:35
+msgid "More Trending Tags"
+msgstr "More Trending Tags"
 
-#: mod/network.php:974
-msgid "Commented Order"
-msgstr "Commented last"
+#: src/Content/Widget/ContactBlock.php:58
+msgid "No contacts"
+msgstr "No contacts"
 
-#: mod/network.php:977
-msgid "Sort by Comment Date"
-msgstr "Sort by comment date"
+#: src/Content/Widget/ContactBlock.php:90
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d contact"
+msgstr[1] "%d contacts"
 
-#: mod/network.php:982
-msgid "Posted Order"
-msgstr "Posted last"
+#: src/Content/Widget/ContactBlock.php:109
+msgid "View Contacts"
+msgstr "View contacts"
 
-#: mod/network.php:985
-msgid "Sort by Post Date"
-msgstr "Sort by post date"
+#: src/Content/Pager.php:153
+msgid "newer"
+msgstr "Later posts"
 
-#: mod/network.php:995
-msgid "Posts that mention or involve you"
-msgstr "Posts mentioning or involving me"
+#: src/Content/Pager.php:158
+msgid "older"
+msgstr "Earlier posts"
 
-#: mod/network.php:1002
-msgid "New"
-msgstr "New"
+#: src/Content/Pager.php:198 mod/match.php:115
+msgid "first"
+msgstr "first"
 
-#: mod/network.php:1005
-msgid "Activity Stream - by date"
-msgstr "Activity Stream - by date"
+#: src/Content/Pager.php:203
+msgid "prev"
+msgstr "prev"
 
-#: mod/network.php:1013
-msgid "Shared Links"
-msgstr "Shared links"
+#: src/Content/Pager.php:258 mod/match.php:120
+msgid "next"
+msgstr "next"
 
-#: mod/network.php:1016
-msgid "Interesting Links"
-msgstr "Interesting links"
+#: src/Content/Pager.php:263
+msgid "last"
+msgstr "last"
 
-#: mod/network.php:1023
-msgid "Starred"
-msgstr "Starred"
+#: src/Model/Profile.php:213 src/Model/Profile.php:424
+#: src/Model/Profile.php:881
+msgid "Edit profile"
+msgstr "Edit profile"
 
-#: mod/network.php:1026
-msgid "Favourite Posts"
-msgstr "My favourite posts"
+#: src/Model/Profile.php:398
+msgid "Manage/edit profiles"
+msgstr "Manage/Edit profiles"
 
-#: mod/notes.php:34 src/Model/Profile.php:975
-msgid "Personal Notes"
-msgstr "Personal notes"
+#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669
+msgid "Change profile photo"
+msgstr "Change profile photo"
 
-#: mod/photos.php:113 src/Model/Profile.php:936
-msgid "Photo Albums"
-msgstr "Photo Albums"
+#: src/Model/Profile.php:406 mod/profiles.php:670
+msgid "Create New Profile"
+msgstr "Create new profile"
 
-#: mod/photos.php:114 mod/photos.php:1639
-msgid "Recent Photos"
-msgstr "Recent photos"
+#: src/Model/Profile.php:415 mod/profiles.php:659
+msgid "Profile Image"
+msgstr "Profile image"
 
-#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641
-msgid "Upload New Photos"
-msgstr "Upload new photos"
+#: src/Model/Profile.php:418 mod/profiles.php:661
+msgid "visible to everybody"
+msgstr "Visible to everybody"
 
-#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18
-msgid "everybody"
-msgstr "everybody"
+#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662
+msgid "Edit visibility"
+msgstr "Edit visibility"
 
-#: mod/photos.php:185
-msgid "Contact information unavailable"
-msgstr "Contact information unavailable"
+#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96
+#: src/Model/Event.php:438 src/Model/Event.php:934
+#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546
+#: mod/notifications.php:276
+msgid "Location:"
+msgstr "Location:"
 
-#: mod/photos.php:207
-msgid "Album not found."
-msgstr "Album not found."
+#: src/Model/Profile.php:446 src/Model/Profile.php:767
+#: src/Module/Directory.php:140 mod/notifications.php:282
+msgid "Gender:"
+msgstr "Gender:"
 
-#: mod/photos.php:265
-msgid "Album successfully deleted"
-msgstr "Album successfully deleted"
+#: src/Model/Profile.php:447 src/Model/Profile.php:791
+#: src/Module/Directory.php:141
+msgid "Status:"
+msgstr "Status:"
 
-#: mod/photos.php:267
-msgid "Album was empty."
-msgstr "Album was empty."
+#: src/Model/Profile.php:448 src/Model/Profile.php:808
+#: src/Module/Directory.php:142
+msgid "Homepage:"
+msgstr "Homepage:"
 
-#: mod/photos.php:590
-msgid "a photo"
-msgstr "a photo"
+#: src/Model/Profile.php:449 src/Model/Profile.php:828
+#: src/Module/Directory.php:143 src/Module/Contact.php:632
+#: mod/notifications.php:278
+msgid "About:"
+msgstr "About:"
 
-#: mod/photos.php:590
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s was tagged in %2$s by %3$s"
+#: src/Model/Profile.php:450 src/Module/Contact.php:630
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/photos.php:689
-msgid "Image upload didn't complete, please try again"
-msgstr "Image upload didn't complete, please try again"
+#: src/Model/Profile.php:542 src/Module/Contact.php:320
+msgid "Unfollow"
+msgstr "Unfollow"
 
-#: mod/photos.php:692
-msgid "Image file is missing"
-msgstr "Image file is missing"
+#: src/Model/Profile.php:544
+msgid "Atom feed"
+msgstr "Atom feed"
 
-#: mod/photos.php:697
-msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr "Server can't accept new file upload at this time, please contact your administrator"
+#: src/Model/Profile.php:554 src/Module/Contact.php:316
+#: mod/notifications.php:289
+msgid "Network:"
+msgstr "Network:"
 
-#: mod/photos.php:723
-msgid "Image file is empty."
-msgstr "Image file is empty."
+#: src/Model/Profile.php:584 src/Model/Profile.php:681
+msgid "g A l F d"
+msgstr "g A l F d"
 
-#: mod/photos.php:855
-msgid "No photos selected"
-msgstr "No photos selected"
+#: src/Model/Profile.php:585
+msgid "d"
+msgstr "d"
 
-#: mod/photos.php:947 mod/videos.php:210
-msgid "Access to this item is restricted."
-msgstr "Access to this item is restricted."
+#: src/Model/Profile.php:647 src/Model/Profile.php:732
+msgid "[today]"
+msgstr "[today]"
 
-#: mod/photos.php:1001
-msgid "Upload Photos"
-msgstr "Upload photos"
+#: src/Model/Profile.php:657
+msgid "Birthday Reminders"
+msgstr "Birthday reminders"
 
-#: mod/photos.php:1005 mod/photos.php:1097
-msgid "New album name: "
-msgstr "New album name: "
+#: src/Model/Profile.php:658
+msgid "Birthdays this week:"
+msgstr "Birthdays this week:"
 
-#: mod/photos.php:1006
-msgid "or select existing album:"
-msgstr "or select existing album:"
+#: src/Model/Profile.php:719
+msgid "[No description]"
+msgstr "[No description]"
 
-#: mod/photos.php:1007
-msgid "Do not show a status post for this upload"
-msgstr "Do not show a status post for this upload"
+#: src/Model/Profile.php:745
+msgid "Event Reminders"
+msgstr "Event reminders"
 
-#: mod/photos.php:1009 mod/photos.php:1383 mod/events.php:555
-#: src/Core/ACL.php:314
-msgid "Permissions"
-msgstr "Permissions"
+#: src/Model/Profile.php:746
+msgid "Upcoming events the next 7 days:"
+msgstr "Upcoming events the next 7 days:"
 
-#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213
-msgid "Show to Groups"
-msgstr "Show to groups"
+#: src/Model/Profile.php:760 mod/settings.php:1195
+msgid "Full Name:"
+msgstr "Full name:"
 
-#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214
-msgid "Show to Contacts"
-msgstr "Show to contacts"
+#: src/Model/Profile.php:763
+msgid "Member since:"
+msgstr "Member since:"
 
-#: mod/photos.php:1079
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Do you really want to delete this photo album and all its photos?"
+#: src/Model/Profile.php:771
+msgid "j F, Y"
+msgstr "j F, Y"
 
-#: mod/photos.php:1081 mod/photos.php:1102
-msgid "Delete Album"
-msgstr "Delete album"
+#: src/Model/Profile.php:772
+msgid "j F"
+msgstr "j F"
 
-#: mod/photos.php:1108
-msgid "Edit Album"
-msgstr "Edit album"
+#: src/Model/Profile.php:780 src/Util/Temporal.php:146
+msgid "Birthday:"
+msgstr "Birthday:"
 
-#: mod/photos.php:1109
-msgid "Drop Album"
-msgstr "Drop album"
+#: src/Model/Profile.php:787
+msgid "Age:"
+msgstr "Age:"
 
-#: mod/photos.php:1114
-msgid "Show Newest First"
-msgstr "Show newest first"
+#: src/Model/Profile.php:800
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "for %1$d %2$s"
 
-#: mod/photos.php:1116
-msgid "Show Oldest First"
-msgstr "Show oldest first"
+#: src/Model/Profile.php:804 mod/profiles.php:586
+msgid "Sexual Preference:"
+msgstr "Sexual preference:"
 
-#: mod/photos.php:1137 mod/photos.php:1624
-msgid "View Photo"
-msgstr "View photo"
+#: src/Model/Profile.php:812 mod/profiles.php:613
+msgid "Hometown:"
+msgstr "Home town:"
 
-#: mod/photos.php:1174
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permission denied. Access to this item may be restricted."
+#: src/Model/Profile.php:816 src/Module/Contact.php:634
+#: mod/notifications.php:280 mod/follow.php:183
+msgid "Tags:"
+msgstr "Tags:"
 
-#: mod/photos.php:1176
-msgid "Photo not available"
-msgstr "Photo not available"
+#: src/Model/Profile.php:820 mod/profiles.php:614
+msgid "Political Views:"
+msgstr "Political views:"
 
-#: mod/photos.php:1186
-msgid "Do you really want to delete this photo?"
-msgstr "Do you really want to delete this photo?"
+#: src/Model/Profile.php:824
+msgid "Religion:"
+msgstr "Religion:"
 
-#: mod/photos.php:1188 mod/photos.php:1388
-msgid "Delete Photo"
-msgstr "Delete photo"
+#: src/Model/Profile.php:832
+msgid "Hobbies/Interests:"
+msgstr "Hobbies/Interests:"
 
-#: mod/photos.php:1279
-msgid "View photo"
-msgstr "View photo"
+#: src/Model/Profile.php:836 mod/profiles.php:618
+msgid "Likes:"
+msgstr "Likes:"
 
-#: mod/photos.php:1281
-msgid "Edit photo"
-msgstr "Edit photo"
+#: src/Model/Profile.php:840 mod/profiles.php:619
+msgid "Dislikes:"
+msgstr "Dislikes:"
 
-#: mod/photos.php:1282
-msgid "Delete photo"
-msgstr "Delete photo"
+#: src/Model/Profile.php:844
+msgid "Contact information and Social Networks:"
+msgstr "Contact information and social networks:"
 
-#: mod/photos.php:1283
-msgid "Use as profile photo"
-msgstr "Use as profile photo"
+#: src/Model/Profile.php:848
+msgid "Musical interests:"
+msgstr "Music:"
 
-#: mod/photos.php:1290
-msgid "Private Photo"
-msgstr "Private photo"
+#: src/Model/Profile.php:852
+msgid "Books, literature:"
+msgstr "Books/Literature:"
 
-#: mod/photos.php:1296
-msgid "View Full Size"
-msgstr "View full size"
+#: src/Model/Profile.php:856
+msgid "Television:"
+msgstr "Television:"
 
-#: mod/photos.php:1356
-msgid "Tags: "
-msgstr "Tags: "
+#: src/Model/Profile.php:860
+msgid "Film/dance/culture/entertainment:"
+msgstr "Arts, culture, entertainment:"
 
-#: mod/photos.php:1359
-msgid "[Select tags to remove]"
-msgstr "[Select tags to remove]"
+#: src/Model/Profile.php:864
+msgid "Love/Romance:"
+msgstr "Love/Romance:"
 
-#: mod/photos.php:1374
-msgid "New album name"
-msgstr "New album name"
+#: src/Model/Profile.php:868
+msgid "Work/employment:"
+msgstr "Work/Employment:"
 
-#: mod/photos.php:1375
-msgid "Caption"
-msgstr "Caption"
+#: src/Model/Profile.php:872
+msgid "School/education:"
+msgstr "School/Education:"
 
-#: mod/photos.php:1376
-msgid "Add a Tag"
-msgstr "Add Tag"
+#: src/Model/Profile.php:877
+msgid "Forums:"
+msgstr "Forums:"
 
-#: mod/photos.php:1376
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Example: @bob, @jojo@example.com, #California, #camping"
+#: src/Model/Profile.php:886 mod/events.php:559
+msgid "Basic"
+msgstr "Basic"
 
-#: mod/photos.php:1377
-msgid "Do not rotate"
-msgstr "Do not rotate"
+#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573
+#: src/Module/Contact.php:901 mod/events.php:560
+msgid "Advanced"
+msgstr "Advanced"
 
-#: mod/photos.php:1378
-msgid "Rotate CW (right)"
-msgstr "Rotate right (CW)"
+#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195
+#: mod/unfollow.php:147
+msgid "Status Messages and Posts"
+msgstr "Status Messages and Posts"
 
-#: mod/photos.php:1379
-msgid "Rotate CCW (left)"
-msgstr "Rotate left (CCW)"
+#: src/Model/Profile.php:924 src/Module/Contact.php:871
+msgid "Profile Details"
+msgstr "Profile Details"
 
-#: mod/photos.php:1413 src/Object/Post.php:313
-msgid "I like this (toggle)"
-msgstr "I like this (toggle)"
+#: src/Model/Profile.php:932 mod/photos.php:112
+msgid "Photo Albums"
+msgstr "Photo Albums"
 
-#: mod/photos.php:1414 src/Object/Post.php:314
-msgid "I don't like this (toggle)"
-msgstr "I don't like this (toggle)"
+#: src/Model/Profile.php:971 mod/notes.php:34
+msgid "Personal Notes"
+msgstr "Personal notes"
 
-#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528
-#: src/Module/Item/Compose.php:176 src/Module/Contact.php:1002
-#: src/Object/Post.php:876
-msgid "This is you"
-msgstr "This is me"
+#: src/Model/Profile.php:974
+msgid "Only You Can See This"
+msgstr "Only you can see this."
 
-#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530
-#: src/Object/Post.php:420 src/Object/Post.php:878
-msgid "Comment"
-msgstr "Comment"
+#: src/Model/Profile.php:982 src/Model/Profile.php:985
+msgid "Tips for New Members"
+msgstr "Tips for New Members"
 
-#: mod/photos.php:1559
-msgid "Map"
-msgstr "Map"
+#: src/Model/Profile.php:1180
+#, php-format
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr "OpenWebAuth: %1$s welcomes %2$s"
 
-#: mod/photos.php:1630 mod/videos.php:287
-msgid "View Album"
-msgstr "View album"
+#: src/Model/Event.php:35 src/Model/Event.php:848
+#: src/Module/Debug/Localtime.php:17
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: mod/ping.php:272
-msgid "{0} wants to be your friend"
-msgstr "{0} wants to be your friend"
+#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436
+#: src/Model/Event.php:916
+msgid "Starts:"
+msgstr "Starts:"
 
-#: mod/ping.php:288
-msgid "{0} requested registration"
-msgstr "{0} requested registration"
+#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437
+#: src/Model/Event.php:920
+msgid "Finishes:"
+msgstr "Finishes:"
 
-#: mod/poke.php:177
-msgid "Poke/Prod"
-msgstr "Poke/Prod"
+#: src/Model/Event.php:386
+msgid "all-day"
+msgstr "All-day"
 
-#: mod/poke.php:178
-msgid "poke, prod or do other things to somebody"
-msgstr "Poke, prod or do other things to somebody"
+#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424
+msgid "Sun"
+msgstr "Sun"
 
-#: mod/poke.php:179
-msgid "Recipient"
-msgstr "Recipient:"
+#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424
+msgid "Mon"
+msgstr "Mon"
 
-#: mod/poke.php:180
-msgid "Choose what you wish to do to recipient"
-msgstr "Choose what you wish to do:"
+#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424
+msgid "Tue"
+msgstr "Tue"
 
-#: mod/poke.php:183
-msgid "Make this post private"
-msgstr "Make this post private"
+#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424
+msgid "Wed"
+msgstr "Wed"
 
-#: mod/profile_photo.php:58
-msgid "Image uploaded but image cropping failed."
-msgstr "Image uploaded but image cropping failed."
+#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424
+msgid "Thu"
+msgstr "Thu"
 
-#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
-#: mod/profile_photo.php:311
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Image size reduction [%s] failed."
+#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424
+msgid "Fri"
+msgstr "Fri"
 
-#: mod/profile_photo.php:125
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
+#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424
+msgid "Sat"
+msgstr "Sat"
 
-#: mod/profile_photo.php:133
-msgid "Unable to process image"
-msgstr "Unable to process image"
+#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936
+msgid "Sunday"
+msgstr "Sunday"
 
-#: mod/profile_photo.php:244
-msgid "Upload File:"
-msgstr "Upload File:"
+#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936
+msgid "Monday"
+msgstr "Monday"
 
-#: mod/profile_photo.php:245
-msgid "Select a profile:"
-msgstr "Select a profile:"
+#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404
+msgid "Tuesday"
+msgstr "Tuesday"
 
-#: mod/profile_photo.php:250
-msgid "or"
-msgstr "or"
+#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404
+msgid "Wednesday"
+msgstr "Wednesday"
 
-#: mod/profile_photo.php:251
-msgid "skip this step"
-msgstr "skip this step"
+#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404
+msgid "Thursday"
+msgstr "Thursday"
 
-#: mod/profile_photo.php:251
-msgid "select a photo from your photo albums"
-msgstr "select a photo from your photo albums"
+#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404
+msgid "Friday"
+msgstr "Friday"
 
-#: mod/profile_photo.php:264
-msgid "Crop Image"
-msgstr "Crop Image"
+#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404
+msgid "Saturday"
+msgstr "Saturday"
 
-#: mod/profile_photo.php:265
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Please adjust the image cropping for optimum viewing."
+#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428
+msgid "Jan"
+msgstr "Jan"
 
-#: mod/profile_photo.php:267
-msgid "Done Editing"
-msgstr "Done editing"
+#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428
+msgid "Feb"
+msgstr "Feb"
 
-#: mod/profile_photo.php:301
-msgid "Image uploaded successfully."
-msgstr "Image uploaded successfully."
+#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428
+msgid "Mar"
+msgstr "Mar"
 
-#: mod/search.php:92
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Only logged in users are permitted to perform a search."
+#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428
+msgid "Apr"
+msgstr "Apr"
 
-#: mod/search.php:114
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Only one search per minute is permitted for not logged in users."
+#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408
+#: src/Core/L10n/L10n.php:428
+msgid "May"
+msgstr "May"
 
-#: mod/search.php:134 src/Content/Text/HTML.php:893 src/Content/Nav.php:200
-msgid "Search"
-msgstr "Search"
+#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428
+msgid "Jun"
+msgstr "Jun"
 
-#: mod/search.php:228
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Items tagged with: %s"
+#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428
+msgid "Jul"
+msgstr "Jul"
 
-#: mod/search.php:230 src/Module/Contact.php:794
-#, php-format
-msgid "Results for: %s"
-msgstr "Results for: %s"
+#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428
+msgid "Aug"
+msgstr "Aug"
 
-#: mod/subthread.php:104
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s is following %2$s's %3$s"
+#: src/Model/Event.php:412
+msgid "Sept"
+msgstr "Sep"
 
-#: mod/suggest.php:28
-msgid "Contact suggestion successfully ignored."
-msgstr "Contact suggestion ignored."
+#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428
+msgid "Oct"
+msgstr "Oct"
 
-#: mod/suggest.php:52
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
+#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428
+msgid "Nov"
+msgstr "Nov"
 
-#: mod/suggest.php:71
-msgid "Do you really want to delete this suggestion?"
-msgstr "Do you really want to delete this suggestion?"
+#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428
+msgid "Dec"
+msgstr "Dec"
 
-#: mod/suggest.php:89 mod/suggest.php:109
-msgid "Ignore/Hide"
-msgstr "Ignore/Hide"
+#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408
+msgid "January"
+msgstr "January"
 
-#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69
-msgid "Friend Suggestions"
-msgstr "Friend suggestions"
+#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408
+msgid "February"
+msgstr "February"
 
-#: mod/uexport.php:52
-msgid "Export account"
-msgstr "Export account"
+#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408
+msgid "March"
+msgstr "March"
 
-#: mod/uexport.php:52
-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 "Export your account info and contacts. Use this to backup your account or to move it to another server."
+#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408
+msgid "April"
+msgstr "April"
 
-#: mod/uexport.php:53
-msgid "Export all"
-msgstr "Export all"
+#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408
+msgid "June"
+msgstr "June"
 
-#: mod/uexport.php:53
-msgid ""
-"Export your accout 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 "Export your account info, contacts and all your items as JSON. This 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."
+#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408
+msgid "July"
+msgstr "July"
 
-#: mod/uexport.php:59 mod/settings.php:131
-#: src/Module/BaseSettingsModule.php:89
-msgid "Export personal data"
-msgstr "Export personal data"
+#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408
+msgid "August"
+msgstr "August"
 
-#: mod/videos.php:123
-msgid "No videos selected"
-msgstr "No videos selected"
+#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408
+msgid "September"
+msgstr "September"
 
-#: mod/videos.php:280 src/Model/Item.php:3477
-msgid "View Video"
-msgstr "View video"
+#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408
+msgid "October"
+msgstr "October"
 
-#: mod/videos.php:295
-msgid "Recent Videos"
-msgstr "Recent videos"
+#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408
+msgid "November"
+msgstr "November"
 
-#: mod/videos.php:297
-msgid "Upload New Videos"
-msgstr "Upload new videos"
+#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408
+msgid "December"
+msgstr "December"
 
-#: mod/display.php:254 mod/display.php:339
-msgid "The requested item doesn't exist or has been deleted."
-msgstr "The requested item doesn't exist or has been deleted."
+#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267
+msgid "today"
+msgstr "today"
 
-#: mod/display.php:417
-msgid "The feed for this item is unavailable."
-msgstr "The feed for this item is unavailable."
+#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406
+#: mod/cal.php:268
+msgid "month"
+msgstr "month"
 
-#: mod/events.php:118 mod/events.php:120
-msgid "Event can not end before it has started."
-msgstr "Event cannot end before it has started."
+#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407
+#: mod/cal.php:269
+msgid "week"
+msgstr "week"
 
-#: mod/events.php:127 mod/events.php:129
-msgid "Event title and start time are required."
-msgstr "Event title and starting time are required."
+#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408
+#: mod/cal.php:270
+msgid "day"
+msgstr "day"
 
-#: mod/events.php:385
-msgid "Create New Event"
-msgstr "Create new event"
-
-#: mod/events.php:508
-msgid "Event details"
-msgstr "Event details"
-
-#: mod/events.php:509
-msgid "Starting date and Title are required."
-msgstr "Starting date and title are required."
-
-#: mod/events.php:510 mod/events.php:515
-msgid "Event Starts:"
-msgstr "Event starts:"
-
-#: mod/events.php:523 mod/events.php:548
-msgid "Finish date/time is not known or not relevant"
-msgstr "Finish date/time is not known or not relevant"
-
-#: mod/events.php:525 mod/events.php:530
-msgid "Event Finishes:"
-msgstr "Event finishes:"
-
-#: mod/events.php:536 mod/events.php:549
-msgid "Adjust for viewer timezone"
-msgstr "Adjust for viewer's time zone"
-
-#: mod/events.php:538
-msgid "Description:"
-msgstr "Description:"
-
-#: mod/events.php:540 mod/notifications.php:272 src/Model/Event.php:68
-#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933
-#: src/Model/Profile.php:447 src/Module/Directory.php:137
-#: src/Module/Contact.php:607
-msgid "Location:"
-msgstr "Location:"
+#: src/Model/Event.php:434
+msgid "No events to display"
+msgstr "No events to display"
 
-#: mod/events.php:542 mod/events.php:544
-msgid "Title:"
-msgstr "Title:"
+#: src/Model/Event.php:562
+msgid "l, F j"
+msgstr "l, F j"
 
-#: mod/events.php:545 mod/events.php:546
-msgid "Share this event"
-msgstr "Share this event"
+#: src/Model/Event.php:593
+msgid "Edit event"
+msgstr "Edit event"
 
-#: mod/events.php:553 src/Model/Profile.php:890
-msgid "Basic"
-msgstr "Basic"
+#: src/Model/Event.php:594
+msgid "Duplicate event"
+msgstr "Duplicate event"
 
-#: mod/events.php:554 src/Model/Profile.php:891 src/Module/Admin/Site.php:573
-#: src/Module/Contact.php:880
-msgid "Advanced"
-msgstr "Advanced"
+#: src/Model/Event.php:595
+msgid "Delete event"
+msgstr "Delete event"
 
-#: mod/events.php:571
-msgid "Failed to remove event"
-msgstr "Failed to remove event"
+#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663
+msgid "link to source"
+msgstr "Link to source"
 
-#: mod/events.php:573
-msgid "Event removed"
-msgstr "Event removed"
+#: src/Model/Event.php:849
+msgid "D g:i A"
+msgstr "D g:i A"
 
-#: mod/item.php:123
-msgid "Unable to locate original post."
-msgstr "Unable to locate original post."
+#: src/Model/Event.php:850
+msgid "g:i A"
+msgstr "g:i A"
 
-#: mod/item.php:323
-msgid "Empty post discarded."
-msgstr "Empty post discarded."
+#: src/Model/Event.php:935 src/Model/Event.php:937
+msgid "Show map"
+msgstr "Show map"
 
-#: mod/item.php:803
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "This message was sent to you by %s, a member of the Friendica social network."
+#: src/Model/Event.php:936
+msgid "Hide map"
+msgstr "Hide map"
 
-#: mod/item.php:805
+#: src/Model/Event.php:1028
 #, php-format
-msgid "You may visit them online at %s"
-msgstr "You may visit them online at %s"
-
-#: mod/item.php:806
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
+msgid "%s's birthday"
+msgstr "%s's birthday"
 
-#: mod/item.php:810
+#: src/Model/Event.php:1029
 #, php-format
-msgid "%s posted an update."
-msgstr "%s posted an update."
-
-#: mod/notifications.php:40
-msgid "Invalid request identifier."
-msgstr "Invalid request identifier."
-
-#: mod/notifications.php:96 src/Content/Nav.php:249
-msgid "Notifications"
-msgstr "Notifications"
-
-#: mod/notifications.php:115
-msgid "Network Notifications"
-msgstr "Network notifications"
+msgid "Happy Birthday %s"
+msgstr "Happy Birthday, %s!"
 
-#: mod/notifications.php:120
-msgid "System Notifications"
-msgstr "System notifications"
+#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52
+#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938
+#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554
+#: mod/photos.php:1569
+msgid "Contact Photos"
+msgstr "Contact photos"
 
-#: mod/notifications.php:125
-msgid "Personal Notifications"
-msgstr "Personal notifications"
+#: src/Model/User.php:357
+msgid "Login failed"
+msgstr "Login failed"
 
-#: mod/notifications.php:130
-msgid "Home Notifications"
-msgstr "Home notifications"
+#: src/Model/User.php:389
+msgid "Not enough information to authenticate"
+msgstr "Not enough information to authenticate"
 
-#: mod/notifications.php:153
-msgid "Show unread"
-msgstr "Show unread"
+#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284
+msgid "User not found"
+msgstr "User not found"
 
-#: mod/notifications.php:153
-msgid "Show all"
-msgstr "Show all"
+#: src/Model/User.php:483
+msgid "Password can't be empty"
+msgstr "Password can't be empty"
 
-#: mod/notifications.php:164
-msgid "Show Ignored Requests"
-msgstr "Show ignored requests."
+#: src/Model/User.php:502
+msgid "Empty passwords are not allowed."
+msgstr "Empty passwords are not allowed."
 
-#: mod/notifications.php:164
-msgid "Hide Ignored Requests"
-msgstr "Hide ignored requests"
+#: src/Model/User.php:506
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr "The new password has been exposed in a public data dump; please choose another."
 
-#: mod/notifications.php:177 mod/notifications.php:262
-msgid "Notification type:"
-msgstr "Notification type:"
+#: src/Model/User.php:512
+msgid ""
+"The password can't contain accentuated letters, white spaces or colons (:)"
+msgstr "The password can't contain accentuated letters, white spaces or colons"
 
-#: mod/notifications.php:180
-msgid "Suggested by:"
-msgstr "Suggested by:"
+#: src/Model/User.php:612
+msgid "Passwords do not match. Password unchanged."
+msgstr "Passwords do not match. Password unchanged."
 
-#: mod/notifications.php:192 mod/notifications.php:279
-#: src/Module/Contact.php:594
-msgid "Hide this contact from others"
-msgstr "Hide this contact from others"
+#: src/Model/User.php:619
+msgid "An invitation is required."
+msgstr "An invitation is required."
 
-#: mod/notifications.php:194 mod/notifications.php:288
-#: src/Model/Contact.php:1238 src/Module/Admin/Users.php:286
-msgid "Approve"
-msgstr "Approve"
+#: src/Model/User.php:623
+msgid "Invitation could not be verified."
+msgstr "Invitation could not be verified."
 
-#: mod/notifications.php:214
-msgid "Claims to be known to you: "
-msgstr "Says they know me:"
+#: src/Model/User.php:631
+msgid "Invalid OpenID url"
+msgstr "Invalid OpenID URL"
 
-#: mod/notifications.php:215
-msgid "yes"
-msgstr "yes"
+#: src/Model/User.php:644 src/Core/Authentication.php:190
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
 
-#: mod/notifications.php:215
-msgid "no"
-msgstr "no"
+#: src/Model/User.php:644 src/Core/Authentication.php:190
+msgid "The error message was:"
+msgstr "The error message was:"
 
-#: mod/notifications.php:216 mod/notifications.php:220
-msgid "Shall your connection be bidirectional or not?"
-msgstr "Shall your connection be in both directions or not?"
+#: src/Model/User.php:650
+msgid "Please enter the required information."
+msgstr "Please enter the required information."
 
-#: mod/notifications.php:217 mod/notifications.php:221
+#: src/Model/User.php:664
 #, 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 "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."
+"system.username_min_length (%s) and system.username_max_length (%s) are "
+"excluding each other, swapping values."
+msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."
 
-#: mod/notifications.php:218
+#: src/Model/User.php:671
 #, 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 "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
+msgid "Username should be at least %s character."
+msgid_plural "Username should be at least %s characters."
+msgstr[0] "Username should be at least %s character."
+msgstr[1] "Username should be at least %s characters."
 
-#: mod/notifications.php:222
+#: src/Model/User.php:675
 #, php-format
-msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
-msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
+msgid "Username should be at most %s character."
+msgid_plural "Username should be at most %s characters."
+msgstr[0] "Username should be at most %s character."
+msgstr[1] "Username should be at most %s characters."
 
-#: mod/notifications.php:233
-msgid "Friend"
-msgstr "Friend"
+#: src/Model/User.php:683
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "That doesn't appear to be your full (i.e first and last) name."
 
-#: mod/notifications.php:234
-msgid "Sharer"
-msgstr "Sharer"
+#: src/Model/User.php:688
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Your email domain is not allowed on this site."
 
-#: mod/notifications.php:234
-msgid "Subscriber"
-msgstr "Subscriber"
+#: src/Model/User.php:692
+msgid "Not a valid email address."
+msgstr "Not a valid email address."
 
-#: mod/notifications.php:274 src/Model/Profile.php:453
-#: src/Model/Profile.php:832 src/Module/Directory.php:145
-#: src/Module/Contact.php:611
-msgid "About:"
-msgstr "About:"
+#: src/Model/User.php:695
+msgid "The nickname was blocked from registration by the nodes admin."
+msgstr "The nickname was blocked from registration by the nodes admin."
 
-#: mod/notifications.php:278 src/Model/Profile.php:450
-#: src/Model/Profile.php:771 src/Module/Directory.php:142
-msgid "Gender:"
-msgstr "Gender:"
+#: src/Model/User.php:699 src/Model/User.php:707
+msgid "Cannot use that email."
+msgstr "Cannot use that email."
 
-#: mod/notifications.php:285 src/Model/Profile.php:558
-#: src/Module/Contact.php:295
-msgid "Network:"
-msgstr "Network:"
+#: src/Model/User.php:714
+msgid "Your nickname can only contain a-z, 0-9 and _."
+msgstr "Your nickname can only contain a-z, 0-9 and _."
 
-#: mod/notifications.php:299
-msgid "No introductions."
-msgstr "No introductions."
+#: src/Model/User.php:722 src/Model/User.php:779
+msgid "Nickname is already registered. Please choose another."
+msgstr "Nickname is already registered. Please choose another."
 
-#: mod/notifications.php:333
-#, php-format
-msgid "No more %s notifications."
-msgstr "No more %s notifications."
+#: src/Model/User.php:732
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "SERIOUS ERROR: Generation of security keys failed."
 
-#: mod/openid.php:30
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID protocol error. No ID returned."
+#: src/Model/User.php:766 src/Model/User.php:770
+msgid "An error occurred during registration. Please try again."
+msgstr "An error occurred during registration. Please try again."
 
-#: mod/openid.php:60
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Account not found and OpenID registration is not permitted on this site."
+#: src/Model/User.php:795
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "An error occurred creating your default profile. Please try again."
 
-#: mod/openid.php:108 src/Module/Login.php:88 src/Module/Login.php:139
-msgid "Login failed."
-msgstr "Login failed."
+#: src/Model/User.php:802
+msgid "An error occurred creating your self contact. Please try again."
+msgstr "An error occurred creating your self-contact. Please try again."
 
-#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24
-msgid "Account"
-msgstr "Account"
+#: src/Model/User.php:811
+msgid ""
+"An error occurred creating your default contact group. Please try again."
+msgstr "An error occurred while creating your default contact group. Please try again."
 
-#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31
-#: src/Module/Settings/TwoFactor/Index.php:89
-#: src/Module/TwoFactor/Verify.php:62
-msgid "Two-factor authentication"
-msgstr "Two-factor authentication"
+#: src/Model/User.php:888
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t\t%4$s\n"
+"\t\t\tPassword:\t\t%5$s\n"
+"\t\t"
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t"
 
-#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402
-#: src/Module/BaseSettingsModule.php:38
-msgid "Profiles"
-msgstr "Profiles"
+#: src/Model/User.php:909
+#, php-format
+msgid "Registration at %s"
+msgstr "Registration at %s"
 
-#: mod/settings.php:88 src/Module/BaseAdminModule.php:84
-#: src/Module/BaseSettingsModule.php:46
-msgid "Additional features"
-msgstr "Additional features"
+#: src/Model/User.php:929
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t\t"
 
-#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54
-msgid "Display"
-msgstr "Display"
+#: src/Model/User.php:937
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t\t%1$s\n"
+"\t\t\tPassword:\t\t%5$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %2$s."
+msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s."
 
-#: mod/settings.php:103 mod/settings.php:843
-#: src/Module/BaseSettingsModule.php:61
-msgid "Social Networks"
-msgstr "Social networks"
+#: src/Model/User.php:976 src/Module/Admin/Users.php:88
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registration details for %s"
 
-#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100
-#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82
-#: src/Module/BaseSettingsModule.php:68
-msgid "Addons"
-msgstr "Addons"
+#: src/Model/Mail.php:114 src/Model/Mail.php:251
+msgid "[no subject]"
+msgstr "[no subject]"
 
-#: mod/settings.php:117 src/Content/Nav.php:263
-#: src/Module/BaseSettingsModule.php:75
-msgid "Delegations"
-msgstr "Delegations"
+#: src/Model/Group.php:77
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
 
-#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82
-msgid "Connected apps"
-msgstr "Connected apps"
+#: src/Model/Group.php:426
+msgid "Default privacy group for new contacts"
+msgstr "Default privacy group for new contacts"
 
-#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96
-msgid "Remove account"
-msgstr "Remove account"
+#: src/Model/Group.php:458
+msgid "Everybody"
+msgstr "Everybody"
 
-#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265
-#: src/Module/Admin/Addons/Details.php:102
-#: src/Module/Admin/Themes/Details.php:107
-#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33
-msgid "Settings"
-msgstr "Settings"
+#: src/Model/Group.php:477
+msgid "edit"
+msgstr "edit"
 
-#: mod/settings.php:190
-msgid "Missing some important data!"
-msgstr "Missing some important data!"
+#: src/Model/Group.php:502
+msgid "add"
+msgstr "add"
 
-#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:801
-msgid "Update"
-msgstr "Update"
+#: src/Model/Group.php:503 src/Module/Welcome.php:57
+#: src/Module/Contact.php:729
+msgid "Groups"
+msgstr "Groups"
 
-#: mod/settings.php:302
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Failed to connect with email account using the settings provided."
+#: src/Model/Group.php:507
+msgid "Edit group"
+msgstr "Edit group"
 
-#: mod/settings.php:307
-msgid "Email settings updated."
-msgstr "Email settings updated."
+#: src/Model/Group.php:508 src/Module/Group.php:186
+msgid "Contacts not in any group"
+msgstr "Contacts not in any group"
 
-#: mod/settings.php:323
-msgid "Features updated"
-msgstr "Features updated"
+#: src/Model/Group.php:510
+msgid "Create a new group"
+msgstr "Create new group"
 
-#: mod/settings.php:384
-msgid "The theme you chose isn't available."
-msgstr "The chosen theme isn't available."
+#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194
+#: src/Module/Group.php:271
+msgid "Group Name: "
+msgstr "Group name: "
 
-#: mod/settings.php:396
-msgid "Relocate message has been send to your contacts"
-msgstr "Relocate message has been send to your contacts"
+#: src/Model/Group.php:512
+msgid "Edit groups"
+msgstr "Edit groups"
 
-#: mod/settings.php:408
-msgid "Passwords do not match."
-msgstr "Passwords do not match."
+#: src/Model/FileTag.php:265
+msgid "Item filed"
+msgstr "Item filed"
 
-#: mod/settings.php:416 src/Console/NewPassword.php:101
-msgid "Password update failed. Please try again."
-msgstr "Password update failed. Please try again."
+#: src/Model/Contact.php:1251 src/Model/Contact.php:1264
+msgid "UnFollow"
+msgstr "Unfollow"
 
-#: mod/settings.php:419 src/Console/NewPassword.php:104
-msgid "Password changed."
-msgstr "Password changed."
+#: src/Model/Contact.php:1260
+msgid "Drop Contact"
+msgstr "Drop contact"
 
-#: mod/settings.php:422
-msgid "Password unchanged."
-msgstr "Password unchanged."
+#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286
+#: mod/notifications.php:198 mod/notifications.php:292
+msgid "Approve"
+msgstr "Approve"
 
-#: mod/settings.php:503
-msgid " Please use a shorter name."
-msgstr " Please use a shorter name."
+#: src/Model/Contact.php:1818
+msgid "Organisation"
+msgstr "Organisation"
 
-#: mod/settings.php:506
-msgid " Name too short."
-msgstr " Name too short."
+#: src/Model/Contact.php:1822
+msgid "News"
+msgstr "News"
 
-#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72
-msgid "Wrong Password"
-msgstr "Wrong password"
+#: src/Model/Contact.php:1826
+msgid "Forum"
+msgstr "Forum"
 
-#: mod/settings.php:518
-msgid "Invalid email."
-msgstr "Invalid email."
+#: src/Model/Contact.php:2216 mod/dfrn_request.php:342
+msgid "Disallowed profile URL."
+msgstr "Disallowed profile URL."
 
-#: mod/settings.php:524
-msgid "Cannot change to that email."
-msgstr "Cannot change to that email."
+#: src/Model/Contact.php:2221 src/Module/Friendica.php:59
+#: mod/dfrn_request.php:348
+msgid "Blocked domain"
+msgstr "Blocked domain"
 
-#: mod/settings.php:574
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr "Private forum has no privacy permissions. Using default privacy group."
+#: src/Model/Contact.php:2226
+msgid "Connect URL missing."
+msgstr "Connect URL missing."
 
-#: mod/settings.php:577
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr "Private forum has no privacy permissions and no default privacy group."
+#: src/Model/Contact.php:2235
+msgid ""
+"The contact could not be added. Please check the relevant network "
+"credentials in your Settings -> Social Networks page."
+msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."
 
-#: mod/settings.php:617
-msgid "Settings updated."
-msgstr "Settings updated."
+#: src/Model/Contact.php:2276
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "This site is not configured to allow communications with other networks."
 
-#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736
-msgid "Add application"
-msgstr "Add application"
+#: src/Model/Contact.php:2277 src/Model/Contact.php:2290
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "No compatible communication protocols or feeds were discovered."
 
-#: mod/settings.php:680 mod/settings.php:706
-msgid "Consumer Key"
-msgstr "Consumer key"
+#: src/Model/Contact.php:2288
+msgid "The profile address specified does not provide adequate information."
+msgstr "The profile address specified does not provide adequate information."
 
-#: mod/settings.php:681 mod/settings.php:707
-msgid "Consumer Secret"
-msgstr "Consumer secret"
+#: src/Model/Contact.php:2293
+msgid "An author or name was not found."
+msgstr "An author or name was not found."
 
-#: mod/settings.php:682 mod/settings.php:708
-msgid "Redirect"
-msgstr "Redirect"
+#: src/Model/Contact.php:2296
+msgid "No browser URL could be matched to this address."
+msgstr "No browser URL could be matched to this address."
 
-#: mod/settings.php:683 mod/settings.php:709
-msgid "Icon url"
-msgstr "Icon URL"
+#: src/Model/Contact.php:2299
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Unable to match @-style identity address with a known protocol or email contact."
 
-#: mod/settings.php:694
-msgid "You can't edit this application."
-msgstr "You cannot edit this application."
+#: src/Model/Contact.php:2300
+msgid "Use mailto: in front of address to force email check."
+msgstr "Use mailto: in front of address to force email check."
 
-#: mod/settings.php:735
-msgid "Connected Apps"
-msgstr "Connected Apps"
+#: src/Model/Contact.php:2306
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "The profile address specified belongs to a network which has been disabled on this site."
 
-#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170
-msgid "Edit"
-msgstr "Edit"
+#: src/Model/Contact.php:2311
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
 
-#: mod/settings.php:739
-msgid "Client key starts with"
-msgstr "Client key starts with"
+#: src/Model/Contact.php:2372
+msgid "Unable to retrieve contact information."
+msgstr "Unable to retrieve contact information."
 
-#: mod/settings.php:740
-msgid "No name"
-msgstr "No name"
+#: src/Model/Contact.php:2593 mod/dfrn_request.php:562
+#: mod/dfrn_confirm.php:539
+msgid "[Name Withheld]"
+msgstr "[Name Withheld]"
 
-#: mod/settings.php:741
-msgid "Remove authorization"
-msgstr "Remove authorization"
+#: src/Model/Item.php:3398
+msgid "activity"
+msgstr "activity"
 
-#: mod/settings.php:752
-msgid "No Addon settings configured"
-msgstr "No addon settings configured"
+#: src/Model/Item.php:3403
+msgid "post"
+msgstr "post"
 
-#: mod/settings.php:761
-msgid "Addon Settings"
-msgstr "Addon settings"
+#: src/Model/Item.php:3526
+#, php-format
+msgid "Content warning: %s"
+msgstr "Content warning: %s"
 
-#: mod/settings.php:775 src/Module/Admin/Features.php:58
-#: src/Module/Admin/Features.php:59
-msgid "Off"
-msgstr "Off"
+#: src/Model/Item.php:3586 mod/videos.php:238
+msgid "View Video"
+msgstr "View video"
 
-#: mod/settings.php:775 src/Module/Admin/Features.php:58
-#: src/Module/Admin/Features.php:59
-msgid "On"
-msgstr "On"
+#: src/Model/Item.php:3603
+msgid "bytes"
+msgstr "bytes"
 
-#: mod/settings.php:782
-msgid "Additional Features"
-msgstr "Additional Features"
+#: src/Model/Item.php:3650
+msgid "View on separate page"
+msgstr "View on separate page"
 
-#: mod/settings.php:806 src/Content/ContactSelector.php:120
-msgid "Diaspora"
-msgstr "diaspora*"
+#: src/Model/Item.php:3651
+msgid "view on separate page"
+msgstr "view on separate page"
 
-#: mod/settings.php:806 mod/settings.php:807
-msgid "enabled"
-msgstr "enabled"
+#: src/Model/Storage/Database.php:36
+#, php-format
+msgid "Database storage failed to update %s"
+msgstr "Database storage failed to update %s"
 
-#: mod/settings.php:806 mod/settings.php:807
-msgid "disabled"
-msgstr "disabled"
+#: src/Model/Storage/Database.php:43
+msgid "Database storage failed to insert data"
+msgstr "Database storage failed to insert data"
 
-#: mod/settings.php:806 mod/settings.php:807
+#: src/Model/Storage/Filesystem.php:63
 #, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "Built-in support for %s connectivity is %s"
+msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
+msgstr "Filesystem storage failed to create \"%s\". Check you write permissions."
 
-#: mod/settings.php:807
-msgid "GNU Social (OStatus)"
-msgstr "GNU Social (OStatus)"
+#: src/Model/Storage/Filesystem.php:105
+#, php-format
+msgid ""
+"Filesystem storage failed to save data to \"%s\". Check your write "
+"permissions"
+msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions"
 
-#: mod/settings.php:838
-msgid "Email access is disabled on this site."
-msgstr "Email access is disabled on this site."
-
-#: mod/settings.php:848
-msgid "General Social Media Settings"
-msgstr "General Social Media Settings"
-
-#: mod/settings.php:849
-msgid "Accept only top level posts by contacts you follow"
-msgstr "Accept only top-level posts by contacts you follow"
+#: src/Model/Storage/Filesystem.php:126
+msgid "Storage base path"
+msgstr "Storage base path"
 
-#: mod/settings.php:849
+#: src/Model/Storage/Filesystem.php:128
 msgid ""
-"The system does an auto completion of threads when a comment arrives. This "
-"has got the side effect that you can receive posts that had been started by "
-"a non-follower but had been commented by someone you follow. This setting "
-"deactivates this behaviour. When activated, you strictly only will receive "
-"posts from people you really do follow."
-msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow."
-
-#: mod/settings.php:850
-msgid "Disable Content Warning"
-msgstr "Disable Content Warning"
+"Folder where uploaded files are saved. For maximum security, This should be "
+"a path outside web server folder tree"
+msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"
 
-#: mod/settings.php:850
-msgid ""
-"Users on networks like Mastodon or Pleroma are able to set a content warning"
-" field which collapse their post by default. This disables the automatic "
-"collapsing and sets the content warning as the post title. Doesn't affect "
-"any other content filtering you eventually set up."
-msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."
+#: src/Model/Storage/Filesystem.php:138
+msgid "Enter a valid existing folder"
+msgstr "Enter a valid existing folder"
 
-#: mod/settings.php:851
-msgid "Disable intelligent shortening"
-msgstr "Disable intelligent shortening"
+#: src/Model/Notify.php:275 src/Model/Notify.php:287
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s commented on %s's post"
 
-#: mod/settings.php:851
-msgid ""
-"Normally the system tries to find the best link to add to shortened posts. "
-"If this option is enabled then every shortened post will always point to the"
-" original friendica post."
-msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."
+#: src/Model/Notify.php:286
+#, php-format
+msgid "%s created a new post"
+msgstr "%s posted something new"
 
-#: mod/settings.php:852
-msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
-msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners"
+#: src/Model/Notify.php:300
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s liked %s's post"
 
-#: mod/settings.php:852
-msgid ""
-"If you receive a message from an unknown OStatus user, this option decides "
-"what to do. If it is checked, a new contact will be created for every "
-"unknown user."
-msgstr "Create a new contact for every unknown OStatus user from whom you receive a message."
+#: src/Model/Notify.php:313
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s disliked %s's post"
 
-#: mod/settings.php:853
-msgid "Default group for OStatus contacts"
-msgstr "Default group for OStatus contacts"
+#: src/Model/Notify.php:326
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s is going to %s's event"
 
-#: mod/settings.php:854
-msgid "Your legacy GNU Social account"
-msgstr "Your legacy GNU Social account"
+#: src/Model/Notify.php:339
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%s is not going to %s's event"
 
-#: mod/settings.php:854
-msgid ""
-"If you enter your old 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 "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."
+#: src/Model/Notify.php:352
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%s may go to %s's event"
 
-#: mod/settings.php:857
-msgid "Repair OStatus subscriptions"
-msgstr "Repair OStatus subscriptions"
+#: src/Model/Notify.php:385
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s is now friends with %s"
 
-#: mod/settings.php:861
-msgid "Email/Mailbox Setup"
-msgstr "Email/Mailbox setup"
+#: src/Model/Notify.php:678
+msgid "Friend Suggestion"
+msgstr "Friend suggestion"
 
-#: mod/settings.php:862
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."
+#: src/Model/Notify.php:712
+msgid "Friend/Connect Request"
+msgstr "Friend/Contact request"
 
-#: mod/settings.php:863
-msgid "Last successful email check:"
-msgstr "Last successful email check:"
+#: src/Model/Notify.php:712
+msgid "New Follower"
+msgstr "New follower"
 
-#: mod/settings.php:865
-msgid "IMAP server name:"
-msgstr "IMAP server name:"
+#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117
+#: src/Module/Profile.php:120
+#, php-format
+msgid "%s's timeline"
+msgstr "%s's timeline"
 
-#: mod/settings.php:866
-msgid "IMAP port:"
-msgstr "IMAP port:"
+#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118
+#, php-format
+msgid "%s's posts"
+msgstr "%s's posts"
 
-#: mod/settings.php:867
-msgid "Security:"
-msgstr "Security:"
+#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119
+#, php-format
+msgid "%s's comments"
+msgstr "%s's comments"
 
-#: mod/settings.php:867 mod/settings.php:872
-msgid "None"
-msgstr "None"
+#: src/Protocol/OStatus.php:1839
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s is now following %s."
 
-#: mod/settings.php:868
-msgid "Email login name:"
-msgstr "Email login name:"
+#: src/Protocol/OStatus.php:1840
+msgid "following"
+msgstr "following"
 
-#: mod/settings.php:869
-msgid "Email password:"
-msgstr "Email password:"
+#: src/Protocol/OStatus.php:1843
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s stopped following %s."
 
-#: mod/settings.php:870
-msgid "Reply-to address:"
-msgstr "Reply-to address:"
+#: src/Protocol/OStatus.php:1844
+msgid "stopped following"
+msgstr "stopped following"
 
-#: mod/settings.php:871
-msgid "Send public posts to all email contacts:"
-msgstr "Send public posts to all email contacts:"
+#: src/Protocol/Diaspora.php:3585
+msgid "Attachments:"
+msgstr "Attachments:"
 
-#: mod/settings.php:872
-msgid "Action after import:"
-msgstr "Action after import:"
+#: src/LegacyModule.php:30
+#, php-format
+msgid "Legacy module file not found: %s"
+msgstr "Legacy module file not found: %s"
 
-#: mod/settings.php:872 src/Content/Nav.php:251
-msgid "Mark as seen"
-msgstr "Mark as seen"
+#: src/Core/Update.php:193
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Update %s failed. See error logs."
 
-#: mod/settings.php:872
-msgid "Move to folder"
-msgstr "Move to folder"
+#: src/Core/Update.php:257
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
 
-#: mod/settings.php:873
-msgid "Move to folder:"
-msgstr "Move to folder:"
+#: src/Core/Update.php:263
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "The error message is\n[pre]%s[/pre]"
 
-#: mod/settings.php:897 src/Module/Admin/Site.php:433
-msgid "No special theme for mobile devices"
-msgstr "No special theme for mobile devices"
+#: src/Core/Update.php:269 src/Core/Update.php:308
+msgid "[Friendica Notify] Database update"
+msgstr "[Friendica Notify] Database update"
 
-#: mod/settings.php:905
+#: src/Core/Update.php:300
 #, php-format
-msgid "%s - (Unsupported)"
-msgstr "%s - (Unsupported)"
+msgid ""
+"\n"
+"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
+msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
 
-#: mod/settings.php:907 src/Module/Admin/Site.php:450
-#, php-format
-msgid "%s - (Experimental)"
-msgstr "%s - (Experimental)"
+#: src/Core/L10n/L10n.php:428
+msgid "Sep"
+msgstr "Sep"
 
-#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395
-msgid "Sunday"
-msgstr "Sunday"
+#: src/Core/L10n/L10n.php:447
+msgid "poke"
+msgstr "poke"
 
-#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396
-msgid "Monday"
-msgstr "Monday"
+#: src/Core/L10n/L10n.php:447
+msgid "poked"
+msgstr "poked"
 
-#: mod/settings.php:951
-msgid "Display Settings"
-msgstr "Display Settings"
+#: src/Core/L10n/L10n.php:448
+msgid "ping"
+msgstr "ping"
 
-#: mod/settings.php:957
-msgid "Display Theme:"
-msgstr "Display theme:"
+#: src/Core/L10n/L10n.php:448
+msgid "pinged"
+msgstr "pinged"
 
-#: mod/settings.php:958
-msgid "Mobile Theme:"
-msgstr "Mobile theme:"
+#: src/Core/L10n/L10n.php:449
+msgid "prod"
+msgstr "prod"
 
-#: mod/settings.php:959
-msgid "Suppress warning of insecure networks"
-msgstr "Suppress warning of insecure networks"
+#: src/Core/L10n/L10n.php:449
+msgid "prodded"
+msgstr "prodded"
 
-#: mod/settings.php:959
-msgid ""
-"Should the system suppress the warning that the current group contains "
-"members of networks that can't receive non public postings."
-msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings."
+#: src/Core/L10n/L10n.php:450
+msgid "slap"
+msgstr "slap"
 
-#: mod/settings.php:960
-msgid "Update browser every xx seconds"
-msgstr "Update browser every so many seconds:"
+#: src/Core/L10n/L10n.php:450
+msgid "slapped"
+msgstr "slapped"
 
-#: mod/settings.php:960
-msgid "Minimum of 10 seconds. Enter -1 to disable it."
-msgstr "Minimum 10 seconds; to disable -1."
+#: src/Core/L10n/L10n.php:451
+msgid "finger"
+msgstr "finger"
 
-#: mod/settings.php:961
-msgid "Number of items to display per page:"
-msgstr "Number of items displayed per page:"
+#: src/Core/L10n/L10n.php:451
+msgid "fingered"
+msgstr "fingered"
 
-#: mod/settings.php:961 mod/settings.php:962
-msgid "Maximum of 100 items"
-msgstr "Maximum of 100 items"
+#: src/Core/L10n/L10n.php:452
+msgid "rebuff"
+msgstr "rebuff"
 
-#: mod/settings.php:962
-msgid "Number of items to display per page when viewed from mobile device:"
-msgstr "Number of items displayed per page on mobile devices:"
+#: src/Core/L10n/L10n.php:452
+msgid "rebuffed"
+msgstr "rebuffed"
 
-#: mod/settings.php:963
-msgid "Don't show emoticons"
-msgstr "Don't show emoticons"
+#: src/Core/Authentication.php:176 src/Core/Authentication.php:228
+#: mod/openid.php:79
+msgid "Login failed."
+msgstr "Login failed."
 
-#: mod/settings.php:964
-msgid "Calendar"
-msgstr "Calendar"
+#: src/Core/Authentication.php:239
+msgid "Login failed. Please check your credentials."
+msgstr "Login failed. Please check your credentials."
 
-#: mod/settings.php:965
-msgid "Beginning of week:"
-msgstr "Week begins: "
+#: src/Core/Authentication.php:355
+#, php-format
+msgid "Welcome %s"
+msgstr "Welcome %s"
 
-#: mod/settings.php:966
-msgid "Don't show notices"
-msgstr "Don't show notices"
+#: src/Core/Authentication.php:356
+msgid "Please upload a profile photo."
+msgstr "Please upload a profile photo."
 
-#: mod/settings.php:967
-msgid "Infinite scroll"
-msgstr "Infinite scroll"
+#: src/Core/Authentication.php:359
+#, php-format
+msgid "Welcome back %s"
+msgstr "Welcome back %s"
 
-#: mod/settings.php:968
-msgid "Automatic updates only at the top of the network page"
-msgstr "Automatically updates only top of the network page"
+#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119
+msgid "Mutuals"
+msgstr "Mutuals"
 
-#: mod/settings.php:968
-msgid ""
-"When disabled, the network page is updated all the time, which could be "
-"confusing while reading."
-msgstr "When disabled, the network page is updated all the time, which could be confusing while reading."
+#: src/Core/ACL.php:376
+msgid "Post to Email"
+msgstr "Post to email"
 
-#: mod/settings.php:969
-msgid "Bandwidth Saver Mode"
-msgstr "Bandwidth Saver Mode"
+#: src/Core/ACL.php:394
+msgid "Public"
+msgstr "Public"
 
-#: mod/settings.php:969
+#: src/Core/ACL.php:395
 msgid ""
-"When enabled, embedded content is not displayed on automatic updates, they "
-"only show on page reload."
-msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."
+"This content will be shown to all your followers and can be seen in the "
+"community pages and by anyone with its link."
+msgstr "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link."
 
-#: mod/settings.php:970
-msgid "Smart Threading"
-msgstr "Smart threading"
+#: src/Core/ACL.php:396
+msgid "Limited/Private"
+msgstr "Limited/Private"
 
-#: mod/settings.php:970
+#: src/Core/ACL.php:397
 msgid ""
-"When enabled, suppress extraneous thread indentation while keeping it where "
-"it matters. Only works if threading is available and enabled."
-msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."
+"This content will be shown only to the people in the first box, to the "
+"exception of the people mentioned in the second box. It won't appear "
+"anywhere public."
+msgstr "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly."
 
-#: mod/settings.php:972
-msgid "General Theme Settings"
-msgstr "Themes"
+#: src/Core/ACL.php:398
+msgid "Show to:"
+msgstr "Show to:"
 
-#: mod/settings.php:973
-msgid "Custom Theme Settings"
-msgstr "Theme customisation"
+#: src/Core/ACL.php:399
+msgid "Except to:"
+msgstr "Except to:"
 
-#: mod/settings.php:974
-msgid "Content Settings"
-msgstr "Content/Layout"
+#: src/Core/ACL.php:400 mod/editpost.php:96
+msgid "CC: email addresses"
+msgstr "CC: email addresses"
 
-#: mod/settings.php:975 view/theme/duepuntozero/config.php:73
-#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75
-#: view/theme/vier/config.php:121
-msgid "Theme settings"
-msgstr "Theme settings"
+#: src/Core/ACL.php:401 mod/editpost.php:103
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Example: bob@example.com, mary@example.com"
 
-#: mod/settings.php:989
-msgid "Unable to find your profile. Please contact your admin."
-msgstr "Unable to find your profile. Please contact your admin."
+#: src/Core/ACL.php:402
+msgid "Connectors"
+msgstr "Connectors"
 
-#: mod/settings.php:1028
-msgid "Account Types"
-msgstr "Account types:"
+#: src/Core/ACL.php:403
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Hide profile details from unknown viewers?"
 
-#: mod/settings.php:1029
-msgid "Personal Page Subtypes"
-msgstr "Personal Page subtypes"
+#: src/Core/ACL.php:403
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Connectors are disabled since \"%s\" is enabled."
 
-#: mod/settings.php:1030
-msgid "Community Forum Subtypes"
-msgstr "Community forum subtypes"
+#: src/Core/UserImport.php:107
+msgid "Error decoding account file"
+msgstr "Error decoding account file"
 
-#: mod/settings.php:1037 src/Module/Admin/Users.php:229
-msgid "Personal Page"
-msgstr "Personal Page"
+#: src/Core/UserImport.php:113
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Error! No version data in file! Is this a Friendica account file?"
 
-#: mod/settings.php:1038
-msgid "Account for a personal profile."
-msgstr "Account for a personal profile."
+#: src/Core/UserImport.php:121
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "User '%s' already exists on this server!"
 
-#: mod/settings.php:1041 src/Module/Admin/Users.php:230
-msgid "Organisation Page"
-msgstr "Organisation Page"
+#: src/Core/UserImport.php:157
+msgid "User creation error"
+msgstr "User creation error"
 
-#: mod/settings.php:1042
-msgid ""
-"Account for an organisation that automatically approves contact requests as "
-"\"Followers\"."
-msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"."
+#: src/Core/UserImport.php:175
+msgid "User profile creation error"
+msgstr "User profile creation error"
 
-#: mod/settings.php:1045 src/Module/Admin/Users.php:231
-msgid "News Page"
-msgstr "News Page"
+#: src/Core/UserImport.php:219
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contact not imported"
+msgstr[1] "%d contacts not imported"
 
-#: mod/settings.php:1046
+#: src/Core/UserImport.php:284
+msgid "Done. You can now login with your username and password"
+msgstr "Done. You can now login with your username and password"
+
+#: src/Core/Installer.php:162
 msgid ""
-"Account for a news reflector that automatically approves contact requests as"
-" \"Followers\"."
-msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"."
+"The database configuration file \"config/local.config.php\" could not be "
+"written. Please use the enclosed text to create a configuration file in your"
+" web server root."
+msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
 
-#: mod/settings.php:1049 src/Module/Admin/Users.php:232
-msgid "Community Forum"
-msgstr "Community Forum"
+#: src/Core/Installer.php:181
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
 
-#: mod/settings.php:1050
-msgid "Account for community discussions."
-msgstr "Account for community discussions."
+#: src/Core/Installer.php:182 src/Module/Install.php:173
+#: src/Module/Install.php:329
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Please see the file \"INSTALL.txt\"."
 
-#: mod/settings.php:1053 src/Module/Admin/Users.php:222
-msgid "Normal Account Page"
-msgstr "Standard"
+#: src/Core/Installer.php:243
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Could not find a command line version of PHP in the web server PATH."
 
-#: mod/settings.php:1054
+#: src/Core/Installer.php:244
 msgid ""
-"Account for a regular personal profile that requires manual approval of "
-"\"Friends\" and \"Followers\"."
-msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-worker'>'Setup the worker'</a>"
+msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"
 
-#: mod/settings.php:1057 src/Module/Admin/Users.php:223
-msgid "Soapbox Page"
-msgstr "Soapbox"
+#: src/Core/Installer.php:249
+msgid "PHP executable path"
+msgstr "PHP executable path"
 
-#: mod/settings.php:1058
+#: src/Core/Installer.php:249
 msgid ""
-"Account for a public profile that automatically approves contact requests as"
-" \"Followers\"."
-msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"."
-
-#: mod/settings.php:1061 src/Module/Admin/Users.php:224
-msgid "Public Forum"
-msgstr "Public forum"
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
 
-#: mod/settings.php:1062
-msgid "Automatically approves all contact requests."
-msgstr "Automatically approves all contact requests."
+#: src/Core/Installer.php:254
+msgid "Command line PHP"
+msgstr "Command line PHP"
 
-#: mod/settings.php:1065 src/Module/Admin/Users.php:225
-msgid "Automatic Friend Page"
-msgstr "Love-all"
+#: src/Core/Installer.php:263
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
 
-#: mod/settings.php:1066
-msgid ""
-"Account for a popular profile that automatically approves contact requests "
-"as \"Friends\"."
-msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"."
+#: src/Core/Installer.php:264
+msgid "Found PHP version: "
+msgstr "Found PHP version: "
 
-#: mod/settings.php:1069
-msgid "Private Forum [Experimental]"
-msgstr "Private forum [Experimental]"
+#: src/Core/Installer.php:266
+msgid "PHP cli binary"
+msgstr "PHP cli binary"
 
-#: mod/settings.php:1070
-msgid "Requires manual approval of contact requests."
-msgstr "Requires manual approval of contact requests."
+#: src/Core/Installer.php:279
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
 
-#: mod/settings.php:1081
-msgid "OpenID:"
-msgstr "OpenID:"
+#: src/Core/Installer.php:280
+msgid "This is required for message delivery to work."
+msgstr "This is required for message delivery to work."
 
-#: mod/settings.php:1081
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Optional) Allow this OpenID to login to this account."
+#: src/Core/Installer.php:285
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/settings.php:1089
-msgid "Publish your default profile in your local site directory?"
-msgstr "Publish default profile in local site directory?"
+#: src/Core/Installer.php:317
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
 
-#: mod/settings.php:1089
-#, php-format
+#: src/Core/Installer.php:318
 msgid ""
-"Your profile will be published in this node's <a href=\"%s\">local "
-"directory</a>. Your profile details may be publicly visible depending on the"
-" system settings."
-msgstr "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: mod/settings.php:1095
-msgid "Publish your default profile in the global social directory?"
-msgstr "Publish default profile in global directory?"
+#: src/Core/Installer.php:321
+msgid "Generate encryption keys"
+msgstr "Generate encryption keys"
 
-#: mod/settings.php:1095
-#, php-format
+#: src/Core/Installer.php:373
 msgid ""
-"Your profile will be published in the global friendica directories (e.g. <a "
-"href=\"%s\">%s</a>). Your profile will be visible in public."
-msgstr "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible."
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: Apache web server mod-rewrite module is required but not installed."
 
-#: mod/settings.php:1095
-msgid ""
-"This setting also determines whether Friendica will inform search engines "
-"that your profile should be indexed or not. Third-party search engines may "
-"or may not respect this setting."
-msgstr "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."
+#: src/Core/Installer.php:378
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
 
-#: mod/settings.php:1102
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Hide my contact list from others?"
+#: src/Core/Installer.php:384
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Error: PDO or MySQLi PHP module required but not installed."
 
-#: mod/settings.php:1102
-msgid ""
-"Your contact list won't be shown in your default profile page. You can "
-"decide to show your contact list separately for each additional profile you "
-"create"
-msgstr "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"
-
-#: mod/settings.php:1106
-msgid "Hide your profile details from anonymous viewers?"
-msgstr "Hide profile details from anonymous viewers?"
-
-#: mod/settings.php:1106
-msgid ""
-"Anonymous visitors will only see your profile picture, your display name and"
-" the nickname you are using on your profile page. Your public posts and "
-"replies will still be accessible by other means."
-msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."
-
-#: mod/settings.php:1110
-msgid "Allow friends to post to your profile page?"
-msgstr "Allow friends to post to my wall?"
+#: src/Core/Installer.php:389
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Error: MySQL driver for PDO is not installed."
 
-#: mod/settings.php:1110
-msgid ""
-"Your contacts may write posts on your profile wall. These posts will be "
-"distributed to your contacts"
-msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"
+#: src/Core/Installer.php:393
+msgid "PDO or MySQLi PHP module"
+msgstr "PDO or MySQLi PHP module"
 
-#: mod/settings.php:1114
-msgid "Allow friends to tag your posts?"
-msgstr "Allow friends to tag my post?"
+#: src/Core/Installer.php:401
+msgid "Error, XML PHP module required but not installed."
+msgstr "Error, XML PHP module required but not installed."
 
-#: mod/settings.php:1114
-msgid "Your contacts can add additional tags to your posts."
-msgstr "Your contacts can add additional tags to your posts."
+#: src/Core/Installer.php:405
+msgid "XML PHP module"
+msgstr "XML PHP module"
 
-#: mod/settings.php:1118
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Allow us to suggest you as a potential friend to new members?"
+#: src/Core/Installer.php:408
+msgid "libCurl PHP module"
+msgstr "libCurl PHP module"
 
-#: mod/settings.php:1118
-msgid ""
-"If you like, Friendica may suggest new members to add you as a contact."
-msgstr "If you like, Friendica may suggest new members to add you as a contact."
+#: src/Core/Installer.php:409
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: libCURL PHP module required but not installed."
 
-#: mod/settings.php:1122
-msgid "Permit unknown people to send you private mail?"
-msgstr "Allow unknown people to send me private messages?"
+#: src/Core/Installer.php:415
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP module"
 
-#: mod/settings.php:1122
+#: src/Core/Installer.php:416
 msgid ""
-"Friendica network users may send you private messages even if they are not "
-"in your contact list."
-msgstr "Friendica network users may send you private messages even if they are not in your contact list."
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
 
-#: mod/settings.php:1126
-msgid "Profile is <strong>not published</strong>."
-msgstr "Profile is <strong>not published</strong>."
+#: src/Core/Installer.php:422
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP module"
 
-#: mod/settings.php:1132
-#, php-format
-msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
-msgstr "My identity address: <strong>'%s'</strong> or '%s'"
+#: src/Core/Installer.php:423
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: openssl PHP module required but not installed."
 
-#: mod/settings.php:1139
-msgid "Automatically expire posts after this many days:"
-msgstr "Automatically expire posts after this many days:"
+#: src/Core/Installer.php:429
+msgid "mb_string PHP module"
+msgstr "mb_string PHP module"
 
-#: mod/settings.php:1139
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Posts will not expire if empty;  expired posts will be deleted"
+#: src/Core/Installer.php:430
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: mb_string PHP module required but not installed."
 
-#: mod/settings.php:1140
-msgid "Advanced expiration settings"
-msgstr "Advanced expiration settings"
+#: src/Core/Installer.php:436
+msgid "iconv PHP module"
+msgstr "iconv PHP module"
 
-#: mod/settings.php:1141
-msgid "Advanced Expiration"
-msgstr "Advanced expiration"
+#: src/Core/Installer.php:437
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Error: iconv PHP module required but not installed."
 
-#: mod/settings.php:1142
-msgid "Expire posts:"
-msgstr "Expire posts:"
+#: src/Core/Installer.php:443
+msgid "POSIX PHP module"
+msgstr "POSIX PHP module"
 
-#: mod/settings.php:1143
-msgid "Expire personal notes:"
-msgstr "Expire personal notes:"
+#: src/Core/Installer.php:444
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Error: POSIX PHP module required but not installed."
 
-#: mod/settings.php:1144
-msgid "Expire starred posts:"
-msgstr "Expire starred posts:"
+#: src/Core/Installer.php:450
+msgid "JSON PHP module"
+msgstr "JSON PHP module"
 
-#: mod/settings.php:1145
-msgid "Expire photos:"
-msgstr "Expire photos:"
+#: src/Core/Installer.php:451
+msgid "Error: JSON PHP module required but not installed."
+msgstr "Error: JSON PHP module is required but not installed."
 
-#: mod/settings.php:1146
-msgid "Only expire posts by others:"
-msgstr "Only expire posts by others:"
+#: src/Core/Installer.php:457
+msgid "File Information PHP module"
+msgstr "File Information PHP module"
 
-#: mod/settings.php:1176
-msgid "Account Settings"
-msgstr "Account Settings"
+#: src/Core/Installer.php:458
+msgid "Error: File Information PHP module required but not installed."
+msgstr "Error: File Information PHP module required but not installed."
 
-#: mod/settings.php:1184
-msgid "Password Settings"
-msgstr "Password change"
+#: src/Core/Installer.php:481
+msgid ""
+"The web installer needs to be able to create a file called "
+"\"local.config.php\" in the \"config\" folder of your web server and it is "
+"unable to do so."
+msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server but is unable to do so."
 
-#: mod/settings.php:1185 src/Module/Register.php:130
-msgid "New Password:"
-msgstr "New password:"
+#: src/Core/Installer.php:482
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
 
-#: mod/settings.php:1185
+#: src/Core/Installer.php:483
 msgid ""
-"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
-"spaces, accentuated letters and colon (:)."
-msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon."
+"At the end of this procedure, we will give you a text to save in a file "
+"named local.config.php in your Friendica \"config\" folder."
+msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."
 
-#: mod/settings.php:1186 src/Module/Register.php:131
-msgid "Confirm:"
-msgstr "Confirm new password:"
+#: src/Core/Installer.php:484
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
 
-#: mod/settings.php:1186
-msgid "Leave password fields blank unless changing"
-msgstr "Leave password fields blank unless changing"
+#: src/Core/Installer.php:487
+msgid "config/local.config.php is writable"
+msgstr "config/local.config.php is writable"
 
-#: mod/settings.php:1187
-msgid "Current Password:"
-msgstr "Current password:"
+#: src/Core/Installer.php:507
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
 
-#: mod/settings.php:1187 mod/settings.php:1188
-msgid "Your current password to confirm the changes"
-msgstr "Current password to confirm change"
+#: src/Core/Installer.php:508
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."
 
-#: mod/settings.php:1188
-msgid "Password:"
-msgstr "Password:"
+#: src/Core/Installer.php:509
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."
 
-#: mod/settings.php:1192
-msgid "Basic Settings"
-msgstr "Basic information"
+#: src/Core/Installer.php:510
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."
 
-#: mod/settings.php:1193 src/Model/Profile.php:764
-msgid "Full Name:"
-msgstr "Full name:"
+#: src/Core/Installer.php:513
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 is writeable"
 
-#: mod/settings.php:1194
-msgid "Email Address:"
-msgstr "Email address:"
+#: src/Core/Installer.php:542
+msgid ""
+"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
+" to .htaccess."
+msgstr "URL rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."
 
-#: mod/settings.php:1195
-msgid "Your Timezone:"
-msgstr "Time zone:"
+#: src/Core/Installer.php:544
+msgid "Error message from Curl when fetching"
+msgstr "Error message from Curl while fetching"
 
-#: mod/settings.php:1196
-msgid "Your Language:"
-msgstr "Language:"
+#: src/Core/Installer.php:549
+msgid "Url rewrite is working"
+msgstr "URL rewrite is working"
 
-#: mod/settings.php:1196
-msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
-msgstr "Set the language of your Friendica interface and emails sent to you."
+#: src/Core/Installer.php:578
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagick PHP extension is not installed"
 
-#: mod/settings.php:1197
-msgid "Default Post Location:"
-msgstr "Posting location:"
+#: src/Core/Installer.php:580
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP extension is installed"
 
-#: mod/settings.php:1198
-msgid "Use Browser Location:"
-msgstr "Use browser location:"
+#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366
+#: tests/src/Core/InstallerTest.php:389
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick supports GIF"
 
-#: mod/settings.php:1201
-msgid "Security and Privacy Settings"
-msgstr "Security and privacy"
+#: src/Core/Installer.php:604
+msgid "Database already in use."
+msgstr "Database already in use."
 
-#: mod/settings.php:1203
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maximum friend requests per day:"
+#: src/Core/Installer.php:609
+msgid "Could not connect to database."
+msgstr "Could not connect to database."
 
-#: mod/settings.php:1203 mod/settings.php:1232
-msgid "(to prevent spam abuse)"
-msgstr "May prevent spam or abuse registrations"
+#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19
+#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31
+#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169
+#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115
+msgid "Public access denied."
+msgstr "Public access denied."
 
-#: mod/settings.php:1204
-msgid "Default Post Permissions"
-msgstr "Default post permissions"
+#: src/Module/Directory.php:59
+msgid "No entries (some entries may be hidden)."
+msgstr "No entries (entries may be hidden)."
 
-#: mod/settings.php:1205
-msgid "(click to open/close)"
-msgstr "(reveal/hide)"
+#: src/Module/Directory.php:78
+msgid "Find on this site"
+msgstr "Find on this site"
 
-#: mod/settings.php:1215
-msgid "Default Private Post"
-msgstr "Default private post"
+#: src/Module/Directory.php:80
+msgid "Results for:"
+msgstr "Results for:"
 
-#: mod/settings.php:1216
-msgid "Default Public Post"
-msgstr "Default public post"
+#: src/Module/Directory.php:82
+msgid "Site Directory"
+msgstr "Site directory"
 
-#: mod/settings.php:1220
-msgid "Default Permissions for New Posts"
-msgstr "Default permissions for new posts"
+#: src/Module/Special/HTTPException.php:32
+msgid "Bad Request"
+msgstr "Bad Request"
 
-#: mod/settings.php:1232
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maximum private messages per day from unknown people:"
+#: src/Module/Special/HTTPException.php:33
+msgid "Unauthorized"
+msgstr "Unauthorized"
 
-#: mod/settings.php:1235
-msgid "Notification Settings"
-msgstr "Notification"
+#: src/Module/Special/HTTPException.php:34
+msgid "Forbidden"
+msgstr "Forbidden"
 
-#: mod/settings.php:1236
-msgid "Send a notification email when:"
-msgstr "Send notification email when:"
+#: src/Module/Special/HTTPException.php:35
+msgid "Not Found"
+msgstr "Not found"
 
-#: mod/settings.php:1237
-msgid "You receive an introduction"
-msgstr "Receiving an introduction"
+#: src/Module/Special/HTTPException.php:36
+msgid "Internal Server Error"
+msgstr "Internal Server Error"
 
-#: mod/settings.php:1238
-msgid "Your introductions are confirmed"
-msgstr "My introductions are confirmed"
+#: src/Module/Special/HTTPException.php:37
+msgid "Service Unavailable"
+msgstr "Service Unavailable"
 
-#: mod/settings.php:1239
-msgid "Someone writes on your profile wall"
-msgstr "Someone writes on my wall"
+#: src/Module/Special/HTTPException.php:44
+msgid ""
+"The server cannot or will not process the request due to an apparent client "
+"error."
+msgstr "The server cannot process the request due to an apparent client error."
 
-#: mod/settings.php:1240
-msgid "Someone writes a followup comment"
-msgstr "A follow up comment is posted"
+#: src/Module/Special/HTTPException.php:45
+msgid ""
+"Authentication is required and has failed or has not yet been provided."
+msgstr "Authentication is required and has failed or has not yet been provided."
 
-#: mod/settings.php:1241
-msgid "You receive a private message"
-msgstr "receiving a private message"
+#: src/Module/Special/HTTPException.php:46
+msgid ""
+"The request was valid, but the server is refusing action. The user might not"
+" have the necessary permissions for a resource, or may need an account."
+msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."
 
-#: mod/settings.php:1242
-msgid "You receive a friend suggestion"
-msgstr "Receiving a friend suggestion"
+#: src/Module/Special/HTTPException.php:47
+msgid ""
+"The requested resource could not be found but may be available in the "
+"future."
+msgstr "The requested resource could not be found but may be available in the future."
 
-#: mod/settings.php:1243
-msgid "You are tagged in a post"
-msgstr "Tagged in a post"
+#: src/Module/Special/HTTPException.php:48
+msgid ""
+"An unexpected condition was encountered and no more specific message is "
+"suitable."
+msgstr "An unexpected condition was encountered and no more specific message is available."
 
-#: mod/settings.php:1244
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Poked in a post"
+#: src/Module/Special/HTTPException.php:49
+msgid ""
+"The server is currently unavailable (because it is overloaded or down for "
+"maintenance). Please try again later."
+msgstr "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."
 
-#: mod/settings.php:1246
-msgid "Activate desktop notifications"
-msgstr "Activate desktop notifications"
+#: src/Module/Special/HTTPException.php:55
+msgid "Go back"
+msgstr "Go back"
 
-#: mod/settings.php:1246
-msgid "Show desktop popup on new notifications"
-msgstr "Show desktop pop-up on new notifications"
+#: src/Module/Help.php:43
+msgid "Help:"
+msgstr "Help:"
 
-#: mod/settings.php:1248
-msgid "Text-only notification emails"
-msgstr "Text-only notification emails"
+#: src/Module/Delegation.php:130
+msgid "Manage Identities and/or Pages"
+msgstr "Manage Identities and Pages"
 
-#: mod/settings.php:1250
-msgid "Send text only notification emails, without the html part"
-msgstr "Receive text only emails without HTML "
+#: src/Module/Delegation.php:131
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Accounts that I manage or own."
 
-#: mod/settings.php:1252
-msgid "Show detailled notifications"
-msgstr "Show detailled notifications"
+#: src/Module/Delegation.php:132
+msgid "Select an identity to manage: "
+msgstr "Select identity:"
 
-#: mod/settings.php:1254
+#: src/Module/Tos.php:35 src/Module/Tos.php:77
 msgid ""
-"Per default, notifications are condensed to a single notification per item. "
-"When enabled every notification is displayed."
-msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."
+"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 "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."
 
-#: mod/settings.php:1256
-msgid "Advanced Account/Page Type Settings"
-msgstr "Advanced account types"
+#: src/Module/Tos.php:36 src/Module/Tos.php:78
+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 "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."
 
-#: mod/settings.php:1257
-msgid "Change the behaviour of this account for special situations"
-msgstr "Change behaviour of this account for special situations"
+#: src/Module/Tos.php:37 src/Module/Tos.php:79
+#, php-format
+msgid ""
+"At any point in time a logged in user can export their account data from the"
+" <a href=\"%1$s/settings/userexport\">account settings</a>. If the user "
+"wants to delete their account they can do so at <a "
+"href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will "
+"be permanent. Deletion of the data will also be requested from the nodes of "
+"the communication partners."
+msgstr "At any point in time a logged in user can export their account data from the <a href=\"%1$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."
 
-#: mod/settings.php:1260
-msgid "Relocate"
-msgstr "Recent relocation"
+#: src/Module/Tos.php:40 src/Module/Tos.php:76
+msgid "Privacy Statement"
+msgstr "Privacy Statement"
 
-#: mod/settings.php:1261
-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 "If you have moved this profile from another server and some of your contacts don't receive your updates:"
+#: src/Module/Install.php:159
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica Communications Server - Setup"
 
-#: mod/settings.php:1262
-msgid "Resend relocate message to contacts"
-msgstr "Resend relocation message to contacts"
+#: src/Module/Install.php:170
+msgid "System check"
+msgstr "System check"
 
-#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745
-msgid "default"
-msgstr "default"
+#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264
+msgid "Next"
+msgstr "Next"
 
-#: view/theme/duepuntozero/config.php:56
-msgid "greenzero"
-msgstr "greenzero"
+#: src/Module/Install.php:175
+msgid "Check again"
+msgstr "Check again"
 
-#: view/theme/duepuntozero/config.php:57
-msgid "purplezero"
-msgstr "purplezero"
+#: src/Module/Install.php:182 src/Module/Admin/Site.php:514
+msgid "No SSL policy, links will track page SSL state"
+msgstr "No SSL policy, links will track page SSL state"
 
-#: view/theme/duepuntozero/config.php:58
-msgid "easterbunny"
-msgstr "easterbunny"
+#: src/Module/Install.php:183 src/Module/Admin/Site.php:515
+msgid "Force all links to use SSL"
+msgstr "Force all links to use SSL"
 
-#: view/theme/duepuntozero/config.php:59
-msgid "darkzero"
-msgstr "darkzero"
+#: src/Module/Install.php:184 src/Module/Admin/Site.php:516
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
 
-#: view/theme/duepuntozero/config.php:60
-msgid "comix"
-msgstr "comix"
+#: src/Module/Install.php:190
+msgid "Base settings"
+msgstr "Base settings"
 
-#: view/theme/duepuntozero/config.php:61
-msgid "slackr"
-msgstr "slackr"
+#: src/Module/Install.php:192 src/Module/Admin/Site.php:592
+msgid "SSL link policy"
+msgstr "SSL link policy"
 
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Variations"
+#: src/Module/Install.php:194 src/Module/Admin/Site.php:592
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determines whether generated links should be forced to use SSL"
 
-#: view/theme/frio/php/Image.php:24
-msgid "Top Banner"
-msgstr "Top Banner"
+#: src/Module/Install.php:197
+msgid "Host name"
+msgstr "Host name"
 
-#: view/theme/frio/php/Image.php:24
+#: src/Module/Install.php:199
 msgid ""
-"Resize image to the width of the screen and show background color below on "
-"long pages."
-msgstr "Resize image to the width of the screen and show background colour below on long pages."
+"Overwrite this field in case the determinated hostname isn't right, "
+"otherweise leave it as is."
+msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."
 
-#: view/theme/frio/php/Image.php:25
-msgid "Full screen"
-msgstr "Full screen"
+#: src/Module/Install.php:202
+msgid "Base path to installation"
+msgstr "Base path to installation"
 
-#: view/theme/frio/php/Image.php:25
+#: src/Module/Install.php:204
 msgid ""
-"Resize image to fill entire screen, clipping either the right or the bottom."
-msgstr "Resize image to fill entire screen, clipping either the right or the bottom."
+"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 "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."
 
-#: view/theme/frio/php/Image.php:26
-msgid "Single row mosaic"
-msgstr "Single row mosaic"
+#: src/Module/Install.php:207
+msgid "Sub path of the URL"
+msgstr "URL Subpath"
 
-#: view/theme/frio/php/Image.php:26
+#: src/Module/Install.php:209
 msgid ""
-"Resize image to repeat it on a single row, either vertical or horizontal."
-msgstr "Resize image to repeat it on a single row, either vertical or horizontal."
-
-#: view/theme/frio/php/Image.php:27
-msgid "Mosaic"
-msgstr "Mosaic"
-
-#: view/theme/frio/php/Image.php:27
-msgid "Repeat image to fill the screen."
-msgstr "Repeat image to fill the screen."
-
-#: view/theme/frio/config.php:111
-msgid "Custom"
-msgstr "Custom"
-
-#: view/theme/frio/config.php:123
-msgid "Note"
-msgstr "Note"
+"Overwrite this field in case the sub path determination isn't right, "
+"otherwise leave it as is. Leaving this field blank means the installation is"
+" at the base URL without sub path."
+msgstr "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath."
 
-#: view/theme/frio/config.php:123
-msgid "Check image permissions if all users are allowed to see the image"
-msgstr "Check image permissions that all everyone is allowed to see the image"
+#: src/Module/Install.php:220
+msgid "Database connection"
+msgstr "Database connection"
 
-#: view/theme/frio/config.php:129
-msgid "Select color scheme"
-msgstr "Select colour scheme"
+#: src/Module/Install.php:221
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "In order to install Friendica we need to know how to connect to your database."
 
-#: view/theme/frio/config.php:130
-msgid "Copy or paste schemestring"
-msgstr "Copy or paste theme string"
+#: src/Module/Install.php:222
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
 
-#: view/theme/frio/config.php:130
+#: src/Module/Install.php:223
 msgid ""
-"You can copy this string to share your theme with others. Pasting here "
-"applies the schemestring"
-msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string"
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
 
-#: view/theme/frio/config.php:131
-msgid "Navigation bar background color"
-msgstr "Navigation bar background colour:"
+#: src/Module/Install.php:230
+msgid "Database Server Name"
+msgstr "Database server name"
 
-#: view/theme/frio/config.php:132
-msgid "Navigation bar icon color "
-msgstr "Navigation bar icon colour:"
+#: src/Module/Install.php:235
+msgid "Database Login Name"
+msgstr "Database login name"
 
-#: view/theme/frio/config.php:133
-msgid "Link color"
-msgstr "Link colour:"
+#: src/Module/Install.php:241
+msgid "Database Login Password"
+msgstr "Database login password"
 
-#: view/theme/frio/config.php:134
-msgid "Set the background color"
-msgstr "Background colour:"
+#: src/Module/Install.php:243
+msgid "For security reasons the password must not be empty"
+msgstr "For security reasons the password must not be empty"
 
-#: view/theme/frio/config.php:135
-msgid "Content background opacity"
-msgstr "Content background opacity"
+#: src/Module/Install.php:246
+msgid "Database Name"
+msgstr "Database name"
 
-#: view/theme/frio/config.php:136
-msgid "Set the background image"
-msgstr "Background image:"
+#: src/Module/Install.php:250 src/Module/Install.php:279
+msgid "Please select a default timezone for your website"
+msgstr "Please select a default time zone for your website"
 
-#: view/theme/frio/config.php:137
-msgid "Background image style"
-msgstr "Background image style"
+#: src/Module/Install.php:264
+msgid "Site settings"
+msgstr "Site settings"
 
-#: view/theme/frio/config.php:139
-msgid "Enable Compose page"
-msgstr "Enable compose page"
+#: src/Module/Install.php:274
+msgid "Site administrator email address"
+msgstr "Site administrator email address"
 
-#: view/theme/frio/config.php:139
+#: src/Module/Install.php:276
 msgid ""
-"This replaces the jot modal window for writing new posts with a link to <a "
-"href=\"compose\">the new Compose page</a>."
-msgstr "This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Your account email address must match this in order to use the web admin panel."
 
-#: view/theme/frio/config.php:143
-msgid "Login page background image"
-msgstr "Login page background image"
+#: src/Module/Install.php:283
+msgid "System Language:"
+msgstr "System language:"
 
-#: view/theme/frio/config.php:147
-msgid "Login page background color"
-msgstr "Login page background colour"
+#: src/Module/Install.php:285
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Set the default language for your Friendica installation interface and email communication."
 
-#: view/theme/frio/config.php:147
-msgid "Leave background image and color empty for theme defaults"
-msgstr "Leave background image and colour empty for theme defaults"
+#: src/Module/Install.php:297
+msgid "Your Friendica site database has been installed."
+msgstr "Your Friendica site database has been installed."
 
-#: view/theme/frio/theme.php:246
-msgid "Guest"
-msgstr "Guest"
+#: src/Module/Install.php:305
+msgid "Installation finished"
+msgstr "Installation finished"
 
-#: view/theme/frio/theme.php:251
-msgid "Visitor"
-msgstr "Visitor"
+#: src/Module/Install.php:327
+msgid "<h1>What next</h1>"
+msgstr "<h1>What next</h1>"
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
-#: src/Model/Profile.php:917 src/Module/Settings/TwoFactor/Index.php:91
-#: src/Module/Contact.php:616 src/Module/Contact.php:831
-msgid "Status"
-msgstr "Status"
+#: src/Module/Install.php:328
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
-#: src/Content/Nav.php:244
-msgid "Your posts and conversations"
-msgstr "My posts and conversations"
+#: src/Module/Install.php:331
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
+msgstr "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."
 
-#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
-msgid "Your profile page"
-msgstr "My profile page"
+#: src/Module/BaseAdminModule.php:56 mod/api.php:95
+msgid "Please login to continue."
+msgstr "Please login to continue."
 
-#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
-msgid "Your photos"
-msgstr "My photos"
+#: src/Module/BaseAdminModule.php:62
+msgid ""
+"Submanaged account can't access the administation pages. Please log back in "
+"as the master account."
+msgstr "A managed account cannot access the administration pages. Please log in as administrator."
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
-#: src/Model/Profile.php:941 src/Model/Profile.php:944
-msgid "Videos"
-msgstr "Videos"
+#: src/Module/BaseAdminModule.php:76
+msgid "Overview"
+msgstr "Overview"
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
-msgid "Your videos"
-msgstr "My videos"
+#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188
+msgid "Federation Statistics"
+msgstr "Federation statistics"
 
-#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
-msgid "Your events"
-msgstr "My events"
+#: src/Module/BaseAdminModule.php:79
+msgid "Configuration"
+msgstr "Configuration"
 
-#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151
-#: src/Content/Nav.php:241
-msgid "Network"
-msgstr "Network"
+#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567
+msgid "Site"
+msgstr "Site"
 
-#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
-msgid "Conversations from your friends"
-msgstr "My friends' conversations"
+#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278
+#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471
+msgid "Users"
+msgstr "Users"
 
-#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
-#: src/Model/Profile.php:956 src/Model/Profile.php:967
-msgid "Events and Calendar"
-msgstr "Events and calendar"
+#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100
+#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68
+#: mod/settings.php:112
+msgid "Addons"
+msgstr "Addons"
 
-#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
-msgid "Private mail"
-msgstr "Private messages"
+#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105
+#: src/Module/Admin/Themes/Index.php:96
+msgid "Themes"
+msgstr "Theme selection"
 
-#: view/theme/frio/theme.php:277 src/Content/Nav.php:265
-msgid "Account settings"
-msgstr "Account settings"
+#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46
+#: mod/settings.php:90
+msgid "Additional features"
+msgstr "Additional features"
 
-#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:904
-#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:996
-#: src/Model/Profile.php:999 src/Module/Contact.php:774
-#: src/Module/Contact.php:859
-msgid "Contacts"
-msgstr "Contacts"
+#: src/Module/BaseAdminModule.php:87
+msgid "Database"
+msgstr "Database"
 
-#: view/theme/frio/theme.php:278 src/Content/Nav.php:271
-msgid "Manage/edit friends and contacts"
-msgstr "Manage/Edit friends and contacts"
+#: src/Module/BaseAdminModule.php:88
+msgid "DB updates"
+msgstr "DB updates"
 
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Alignment"
+#: src/Module/BaseAdminModule.php:89
+msgid "Inspect Deferred Workers"
+msgstr "Inspect deferred workers"
 
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Left"
+#: src/Module/BaseAdminModule.php:90
+msgid "Inspect worker Queue"
+msgstr "Inspect worker queue"
 
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Centre"
+#: src/Module/BaseAdminModule.php:92
+msgid "Tools"
+msgstr "Tools"
 
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Colour scheme"
+#: src/Module/BaseAdminModule.php:93
+msgid "Contact Blocklist"
+msgstr "Contact block-list"
 
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Posts font size"
+#: src/Module/BaseAdminModule.php:94
+msgid "Server Blocklist"
+msgstr "Server block-list"
 
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Text areas font size"
+#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47
+msgid "Delete Item"
+msgstr "Delete item"
 
-#: view/theme/vier/config.php:76
-msgid "Comma separated list of helper forums"
-msgstr "Comma separated list of helper forums"
+#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98
+#: src/Module/Admin/Logs/Settings.php:64
+msgid "Logs"
+msgstr "Logs"
 
-#: view/theme/vier/config.php:116 src/Core/ACL.php:302
-msgid "don't show"
-msgstr "don't show"
+#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47
+msgid "View Logs"
+msgstr "View logs"
 
-#: view/theme/vier/config.php:116 src/Core/ACL.php:301
-msgid "show"
-msgstr "show"
+#: src/Module/BaseAdminModule.php:101
+msgid "Diagnostics"
+msgstr "Diagnostics"
 
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "Set style"
+#: src/Module/BaseAdminModule.php:102
+msgid "PHP Info"
+msgstr "PHP info"
 
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "Community pages"
+#: src/Module/BaseAdminModule.php:103
+msgid "probe address"
+msgstr "Probe address"
 
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151
-msgid "Community Profiles"
-msgstr "Community profiles"
+#: src/Module/BaseAdminModule.php:104
+msgid "check webfinger"
+msgstr "Check webfinger"
 
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr "Help or @NewHere ?"
+#: src/Module/BaseAdminModule.php:105
+msgid "Item Source"
+msgstr "Item source"
 
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373
-msgid "Connect Services"
-msgstr "Connect services"
+#: src/Module/BaseAdminModule.php:106
+msgid "Babel"
+msgstr "Babel"
 
-#: view/theme/vier/config.php:127
-msgid "Find Friends"
-msgstr "Find friends"
+#: src/Module/BaseAdminModule.php:115
+msgid "Addon Features"
+msgstr "Addon features"
 
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "Last users"
+#: src/Module/BaseAdminModule.php:116
+msgid "User registrations waiting for confirmation"
+msgstr "User registrations awaiting confirmation"
 
-#: view/theme/vier/theme.php:199 src/Content/Widget.php:64
-msgid "Find People"
-msgstr "Find people"
+#: src/Module/Login.php:96
+msgid "Create a New Account"
+msgstr "Create a new account"
 
-#: view/theme/vier/theme.php:200 src/Content/Widget.php:65
-msgid "Enter name or interest"
-msgstr "Enter name or interest"
+#: src/Module/Login.php:121
+msgid "Your OpenID: "
+msgstr "Your OpenID: "
 
-#: view/theme/vier/theme.php:202 src/Content/Widget.php:67
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Examples: Robert Morgenstein, fishing"
+#: src/Module/Login.php:124
+msgid ""
+"Please enter your username and password to add the OpenID to your existing "
+"account."
+msgstr "Please enter your username and password to add the OpenID to your existing account."
 
-#: view/theme/vier/theme.php:203 src/Content/Widget.php:68
-#: src/Module/Directory.php:86 src/Module/Contact.php:795
-msgid "Find"
-msgstr "Find"
+#: src/Module/Login.php:126
+msgid "Or login using OpenID: "
+msgstr "Or login with OpenID: "
 
-#: view/theme/vier/theme.php:205 src/Content/Widget.php:70
-msgid "Similar Interests"
-msgstr "Similar interests"
+#: src/Module/Login.php:139 mod/lostpass.php:120
+msgid "Nickname or Email: "
+msgstr "Nickname or email: "
 
-#: view/theme/vier/theme.php:206 src/Content/Widget.php:71
-msgid "Random Profile"
-msgstr "Random profile"
+#: src/Module/Login.php:140
+msgid "Password: "
+msgstr "Password: "
 
-#: view/theme/vier/theme.php:207 src/Content/Widget.php:72
-msgid "Invite Friends"
-msgstr "Invite friends"
+#: src/Module/Login.php:141
+msgid "Remember me"
+msgstr "Remember me"
 
-#: view/theme/vier/theme.php:208 src/Content/Widget.php:73
-#: src/Module/Directory.php:78
-msgid "Global Directory"
-msgstr "Global Directory"
+#: src/Module/Login.php:150
+msgid "Forgot your password?"
+msgstr "Forgot your password?"
 
-#: view/theme/vier/theme.php:210 src/Content/Widget.php:75
-msgid "Local Directory"
-msgstr "Local directory"
+#: src/Module/Login.php:151 mod/lostpass.php:136
+msgid "Password Reset"
+msgstr "Forgotten password?"
 
-#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:907
-#: src/Content/Nav.php:209 src/Content/ForumManager.php:130
-msgid "Forums"
-msgstr "Forums"
+#: src/Module/Login.php:153
+msgid "Website Terms of Service"
+msgstr "Website Terms of Service"
 
-#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132
-msgid "External link to forum"
-msgstr "External link to forum"
+#: src/Module/Login.php:154
+msgid "terms of service"
+msgstr "Terms of service"
 
-#: view/theme/vier/theme.php:255 src/Content/Widget.php:407
-#: src/Content/Widget.php:507 src/Content/ForumManager.php:135
-msgid "show more"
-msgstr "Show more..."
+#: src/Module/Login.php:156
+msgid "Website Privacy Policy"
+msgstr "Website Privacy Policy"
 
-#: view/theme/vier/theme.php:288
-msgid "Quick Start"
-msgstr "Quick start"
+#: src/Module/Login.php:157
+msgid "privacy policy"
+msgstr "Privacy policy"
 
-#: view/theme/vier/theme.php:294 src/Content/Nav.php:192
-#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99
-#: src/Module/Settings/TwoFactor/Index.php:90
-#: src/Module/Settings/TwoFactor/Recovery.php:77
-#: src/Module/Settings/TwoFactor/Verify.php:117
-msgid "Help"
-msgstr "Help"
+#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265
+msgid "Access to this profile has been restricted."
+msgstr "Access to this profile has been restricted."
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397
-msgid "Tuesday"
-msgstr "Tuesday"
+#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49
+#: src/Module/Settings/TwoFactor/Verify.php:67
+msgid "Invalid code, please retry."
+msgstr "Invalid code, please try again."
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398
-msgid "Wednesday"
-msgstr "Wednesday"
+#: src/Module/TwoFactor/Verify.php:65
+#: src/Module/Settings/TwoFactor/Index.php:89
+#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75
+msgid "Two-factor authentication"
+msgstr "Two-factor authentication"
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399
-msgid "Thursday"
-msgstr "Thursday"
+#: src/Module/TwoFactor/Verify.php:66
+msgid ""
+"<p>Open the two-factor authentication app on your device to get an "
+"authentication code and verify your identity.</p>"
+msgstr "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400
-msgid "Friday"
-msgstr "Friday"
+#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37
+msgid "Error"
+msgid_plural "Errors"
+msgstr[0] "Error"
+msgstr[1] "Errors"
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401
-msgid "Saturday"
-msgstr "Saturday"
+#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70
+#, php-format
+msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
+msgstr "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416
-msgid "January"
-msgstr "January"
+#: src/Module/TwoFactor/Verify.php:70
+#: src/Module/Settings/TwoFactor/Verify.php:126
+msgid "Please enter a code from your authentication app"
+msgstr "Please enter a code from your authentication app"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417
-msgid "February"
-msgstr "February"
+#: src/Module/TwoFactor/Verify.php:71
+msgid "Verify code and complete login"
+msgstr "Verify code and complete login"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418
-msgid "March"
-msgstr "March"
+#: src/Module/TwoFactor/Recovery.php:42
+#, php-format
+msgid "Remaining recovery codes: %d"
+msgstr "Remaining recovery codes: %d"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419
-msgid "April"
-msgstr "April"
+#: src/Module/TwoFactor/Recovery.php:68
+msgid "Two-factor recovery"
+msgstr "Two-factor recovery"
 
-#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394
-#: src/Model/Event.php:407
-msgid "May"
-msgstr "May"
+#: src/Module/TwoFactor/Recovery.php:69
+msgid ""
+"<p>You can enter one of your one-time recovery codes in case you lost access"
+" to your mobile device.</p>"
+msgstr "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420
-msgid "June"
-msgstr "June"
+#: src/Module/TwoFactor/Recovery.php:71
+msgid "Please enter a recovery code"
+msgstr "Please enter a recovery code"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421
-msgid "July"
-msgstr "July"
+#: src/Module/TwoFactor/Recovery.php:72
+msgid "Submit recovery code and complete login"
+msgstr "Submit recovery code and complete login"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422
-msgid "August"
-msgstr "August"
+#: src/Module/Maintenance.php:29
+msgid "System down for maintenance"
+msgstr "Sorry, the system is currently down for maintenance."
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423
-msgid "September"
-msgstr "September"
+#: src/Module/Bookmarklet.php:35
+msgid "This page is missing a url parameter."
+msgstr "This page is missing a URL parameter."
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424
-msgid "October"
-msgstr "October"
+#: src/Module/Bookmarklet.php:57
+msgid "The post was created"
+msgstr "The post was created"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425
-msgid "November"
-msgstr "November"
+#: src/Module/Photo.php:87
+#, php-format
+msgid "Invalid photo with id %s."
+msgstr "Invalid photo with id %s."
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426
-msgid "December"
-msgstr "December"
+#: src/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "Item was not found."
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388
-msgid "Mon"
-msgstr "Mon"
+#: src/Module/Admin/Blocklist/Server.php:31
+msgid "Server domain pattern added to blocklist."
+msgstr "Server domain pattern added to block-list."
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389
-msgid "Tue"
-msgstr "Tue"
+#: src/Module/Admin/Blocklist/Server.php:47
+msgid "Site blocklist updated."
+msgstr "Site block-list updated."
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390
-msgid "Wed"
-msgstr "Wed"
+#: src/Module/Admin/Blocklist/Server.php:64
+#: src/Module/Admin/Blocklist/Server.php:89
+msgid "Blocked server domain pattern"
+msgstr "Blocked server domain pattern"
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391
-msgid "Thu"
-msgstr "Thu"
+#: src/Module/Admin/Blocklist/Server.php:65
+#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60
+msgid "Reason for the block"
+msgstr "Reason for the block"
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392
-msgid "Fri"
-msgstr "Fri"
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Delete server domain pattern"
+msgstr "Delete server domain pattern"
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393
-msgid "Sat"
-msgstr "Sat"
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Check to delete this entry from the blocklist"
+msgstr "Check to delete this entry from the block-list"
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387
-msgid "Sun"
-msgstr "Sun"
+#: src/Module/Admin/Blocklist/Server.php:73
+#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42
+#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50
+#: src/Module/Admin/Themes/Details.php:104
+#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277
+#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187
+#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46
+#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46
+#: src/Module/Admin/Summary.php:192
+msgid "Administration"
+msgstr "Administration"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403
-msgid "Jan"
-msgstr "Jan"
+#: src/Module/Admin/Blocklist/Server.php:74
+msgid "Server Domain Pattern Blocklist"
+msgstr "Server domain pattern block-list"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404
-msgid "Feb"
-msgstr "Feb"
+#: src/Module/Admin/Blocklist/Server.php:75
+msgid ""
+"This page can be used to define a blacklist of server domain patterns from "
+"the federated network that are not allowed to interact with your node. For "
+"each domain pattern you should also provide the reason why you block it."
+msgstr "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405
-msgid "Mar"
-msgstr "Mar"
+#: src/Module/Admin/Blocklist/Server.php:76
+msgid ""
+"The list of blocked server domain patterns will be made publically available"
+" on the <a href=\"/friendica\">/friendica</a> page so that your users and "
+"people investigating communication problems can find the reason easily."
+msgstr "The list of blocked server domain patterns will be made publicly available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406
-msgid "Apr"
-msgstr "Apr"
+#: src/Module/Admin/Blocklist/Server.php:77
+msgid ""
+"<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n"
+"<ul>\n"
+"\t<li><code>*</code>: Any number of characters</li>\n"
+"\t<li><code>?</code>: Any single character</li>\n"
+"\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n"
+"</ul>"
+msgstr "<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408
-msgid "Jun"
-msgstr "Jun"
-
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409
-msgid "Jul"
-msgstr "Jul"
+#: src/Module/Admin/Blocklist/Server.php:83
+msgid "Add new entry to block list"
+msgstr "Add new entry to block-list"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410
-msgid "Aug"
-msgstr "Aug"
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid "Server Domain Pattern"
+msgstr "Server Domain Pattern"
 
-#: src/Core/L10n/L10n.php:394
-msgid "Sep"
-msgstr "Sep"
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid ""
+"The domain pattern of the new server to add to the block list. Do not "
+"include the protocol."
+msgstr "The domain pattern of the new server to add to the block list. Do not include the protocol."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412
-msgid "Oct"
-msgstr "Oct"
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "Block reason"
+msgstr "Block reason"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413
-msgid "Nov"
-msgstr "Nov"
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "The reason why you blocked this server domain pattern."
+msgstr "The reason why you blocked this server domain pattern."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414
-msgid "Dec"
-msgstr "Dec"
+#: src/Module/Admin/Blocklist/Server.php:86
+msgid "Add Entry"
+msgstr "Add entry"
 
-#: src/Core/L10n/L10n.php:413
-msgid "poke"
-msgstr "poke"
+#: src/Module/Admin/Blocklist/Server.php:87
+msgid "Save changes to the blocklist"
+msgstr "Save changes to the block-list"
 
-#: src/Core/L10n/L10n.php:413
-msgid "poked"
-msgstr "poked"
+#: src/Module/Admin/Blocklist/Server.php:88
+msgid "Current Entries in the Blocklist"
+msgstr "Current entries in the block-list"
 
-#: src/Core/L10n/L10n.php:414
-msgid "ping"
-msgstr "ping"
+#: src/Module/Admin/Blocklist/Server.php:91
+msgid "Delete entry from blocklist"
+msgstr "Delete entry from block-list"
 
-#: src/Core/L10n/L10n.php:414
-msgid "pinged"
-msgstr "pinged"
+#: src/Module/Admin/Blocklist/Server.php:94
+msgid "Delete entry from blocklist?"
+msgstr "Delete entry from block-list?"
 
-#: src/Core/L10n/L10n.php:415
-msgid "prod"
-msgstr "prod"
+#: src/Module/Admin/Blocklist/Contact.php:28
+#: src/Console/GlobalCommunityBlock.php:87
+msgid "The contact has been blocked from the node"
+msgstr "The contact has been blocked from the node"
 
-#: src/Core/L10n/L10n.php:415
-msgid "prodded"
-msgstr "prodded"
+#: src/Module/Admin/Blocklist/Contact.php:30
+#: src/Console/GlobalCommunityBlock.php:82
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr "Could not find any contact entry for this URL (%s)"
 
-#: src/Core/L10n/L10n.php:416
-msgid "slap"
-msgstr "slap"
+#: src/Module/Admin/Blocklist/Contact.php:38
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] "%s contact unblocked"
+msgstr[1] "%s contacts unblocked"
 
-#: src/Core/L10n/L10n.php:416
-msgid "slapped"
-msgstr "slapped"
+#: src/Module/Admin/Blocklist/Contact.php:62
+msgid "Remote Contact Blocklist"
+msgstr "Remote contact block-list"
 
-#: src/Core/L10n/L10n.php:417
-msgid "finger"
-msgstr "finger"
+#: src/Module/Admin/Blocklist/Contact.php:63
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr "This page allows you to prevent any message from a remote contact to reach your node."
 
-#: src/Core/L10n/L10n.php:417
-msgid "fingered"
-msgstr "fingered"
+#: src/Module/Admin/Blocklist/Contact.php:64
+msgid "Block Remote Contact"
+msgstr "Block Remote Contact"
 
-#: src/Core/L10n/L10n.php:418
-msgid "rebuff"
-msgstr "rebuff"
+#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
+msgid "select all"
+msgstr "select all"
 
-#: src/Core/L10n/L10n.php:418
-msgid "rebuffed"
-msgstr "rebuffed"
+#: src/Module/Admin/Blocklist/Contact.php:66
+msgid "select none"
+msgstr "select none"
 
-#: src/Core/Update.php:193
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Update %s failed. See error logs."
+#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
+#: src/Module/Contact.php:606 src/Module/Contact.php:823
+#: src/Module/Contact.php:1082
+msgid "Unblock"
+msgstr "Unblock"
 
-#: src/Core/Update.php:257
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
-msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+#: src/Module/Admin/Blocklist/Contact.php:69
+msgid "No remote contact is blocked from this node."
+msgstr "No remote contact is blocked from this node."
 
-#: src/Core/Update.php:263
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "The error message is\n[pre]%s[/pre]"
+#: src/Module/Admin/Blocklist/Contact.php:71
+msgid "Blocked Remote Contacts"
+msgstr "Blocked remote contacts"
 
-#: src/Core/Update.php:269 src/Core/Update.php:308
-msgid "[Friendica Notify] Database update"
-msgstr "[Friendica Notify] Database update"
+#: src/Module/Admin/Blocklist/Contact.php:72
+msgid "Block New Remote Contact"
+msgstr "Block new remote contact"
 
-#: src/Core/Update.php:300
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
-msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Photo"
+msgstr "Photo"
 
-#: src/Core/UserImport.php:107
-msgid "Error decoding account file"
-msgstr "Error decoding account file"
+#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272
+#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
+#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672
+#: mod/settings.php:698
+msgid "Name"
+msgstr "Name:"
 
-#: src/Core/UserImport.php:113
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Error! No version data in file! Is this a Friendica account file?"
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Reason"
+msgstr "Reason"
 
-#: src/Core/UserImport.php:121
+#: src/Module/Admin/Blocklist/Contact.php:81
 #, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "User '%s' already exists on this server!"
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] "%s total blocked contact"
+msgstr[1] "%s total blocked contacts"
 
-#: src/Core/UserImport.php:157
-msgid "User creation error"
-msgstr "User creation error"
+#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624
+#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179
+#: mod/unfollow.php:137
+msgid "Profile URL"
+msgstr "Profile URL:"
 
-#: src/Core/UserImport.php:175
-msgid "User profile creation error"
-msgstr "User profile creation error"
+#: src/Module/Admin/Blocklist/Contact.php:83
+msgid "URL of the remote contact to block."
+msgstr "URL of the remote contact to block."
 
-#: src/Core/UserImport.php:219
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contact not imported"
-msgstr[1] "%d contacts not imported"
+#: src/Module/Admin/Blocklist/Contact.php:84
+msgid "Block Reason"
+msgstr "Reason for blocking"
 
-#: src/Core/UserImport.php:284
-msgid "Done. You can now login with your username and password"
-msgstr "Done. You can now login with your username and password"
+#: src/Module/Admin/Tos.php:30
+msgid "The Terms of Service settings have been updated."
+msgstr "The Terms of Service settings have been updated."
 
-#: src/Core/Installer.php:162
-msgid ""
-"The database configuration file \"config/local.config.php\" could not be "
-"written. Please use the enclosed text to create a configuration file in your"
-" web server root."
-msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
+#: src/Module/Admin/Tos.php:44
+msgid "Display Terms of Service"
+msgstr "Display Terms of Service"
 
-#: src/Core/Installer.php:181
+#: src/Module/Admin/Tos.php:44
 msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
-
-#: src/Core/Installer.php:182 src/Module/Install.php:173
-#: src/Module/Install.php:329
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Please see the file \"INSTALL.txt\"."
+"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 "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."
 
-#: src/Core/Installer.php:243
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Could not find a command line version of PHP in the web server PATH."
+#: src/Module/Admin/Tos.php:45
+msgid "Display Privacy Statement"
+msgstr "Display Privacy Statement"
 
-#: src/Core/Installer.php:244
+#: src/Module/Admin/Tos.php:45
+#, php-format
 msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-worker'>'Setup the worker'</a>"
-msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgstr "Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
 
-#: src/Core/Installer.php:249
-msgid "PHP executable path"
-msgstr "PHP executable path"
+#: src/Module/Admin/Tos.php:46
+msgid "Privacy Statement Preview"
+msgstr "Privacy Statement Preview"
 
-#: src/Core/Installer.php:249
+#: src/Module/Admin/Tos.php:48
+msgid "The Terms of Service"
+msgstr "Terms of Service"
+
+#: src/Module/Admin/Tos.php:48
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
+msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower."
 
-#: src/Core/Installer.php:254
-msgid "Command line PHP"
-msgstr "Command line PHP"
+#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52
+#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568
+#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65
+#: src/Module/Settings/Delegation.php:158 mod/settings.php:670
+#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954
+#: mod/settings.php:1179
+msgid "Save Settings"
+msgstr "Save settings"
 
-#: src/Core/Installer.php:263
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
+#: src/Module/Admin/Addons/Details.php:51
+msgid "Addon not found."
+msgstr "Addon not found."
 
-#: src/Core/Installer.php:264
-msgid "Found PHP version: "
-msgstr "Found PHP version: "
+#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32
+#, php-format
+msgid "Addon %s disabled."
+msgstr "Addon %s disabled."
 
-#: src/Core/Installer.php:266
-msgid "PHP cli binary"
-msgstr "PHP cli binary"
+#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34
+#, php-format
+msgid "Addon %s enabled."
+msgstr "Addon %s enabled."
 
-#: src/Core/Installer.php:279
+#: src/Module/Admin/Addons/Details.php:76
+#: src/Module/Admin/Themes/Details.php:60
+msgid "Disable"
+msgstr "Disable"
+
+#: src/Module/Admin/Addons/Details.php:79
+#: src/Module/Admin/Themes/Details.php:63
+msgid "Enable"
+msgstr "Enable"
+
+#: src/Module/Admin/Addons/Details.php:101
+#: src/Module/Admin/Themes/Details.php:106
+msgid "Toggle"
+msgstr "Toggle"
+
+#: src/Module/Admin/Addons/Details.php:109
+#: src/Module/Admin/Themes/Details.php:115
+msgid "Author: "
+msgstr "Author: "
+
+#: src/Module/Admin/Addons/Details.php:110
+#: src/Module/Admin/Themes/Details.php:116
+msgid "Maintainer: "
+msgstr "Maintainer: "
+
+#: src/Module/Admin/Addons/Index.php:36
+#, php-format
+msgid "Addon %s failed to install."
+msgstr "Addon %s failed to install."
+
+#: src/Module/Admin/Addons/Index.php:53
+msgid "Reload active addons"
+msgstr "Reload active addons"
+
+#: src/Module/Admin/Addons/Index.php:58
+#, php-format
 msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
+msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s"
 
-#: src/Core/Installer.php:280
-msgid "This is required for message delivery to work."
-msgstr "This is required for message delivery to work."
+#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32
+msgid "Theme settings updated."
+msgstr "Theme settings updated."
 
-#: src/Core/Installer.php:285
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: src/Module/Admin/Themes/Embed.php:67
+msgid "Unknown theme."
+msgstr "Unknown theme."
 
-#: src/Core/Installer.php:317
+#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49
+#, php-format
+msgid "Theme %s disabled."
+msgstr "Theme %s disabled."
+
+#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51
+#, php-format
+msgid "Theme %s successfully enabled."
+msgstr "Theme %s successfully enabled."
+
+#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53
+#, php-format
+msgid "Theme %s failed to install."
+msgstr "Theme %s failed to install."
+
+#: src/Module/Admin/Themes/Details.php:97
+msgid "Screenshot"
+msgstr "Screenshot"
+
+#: src/Module/Admin/Themes/Index.php:98
+msgid "Reload active themes"
+msgstr "Reload active themes"
+
+#: src/Module/Admin/Themes/Index.php:103
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "No themes found on the system. They should be placed in %1$s"
+
+#: src/Module/Admin/Themes/Index.php:104
+msgid "[Experimental]"
+msgstr "[Experimental]"
+
+#: src/Module/Admin/Themes/Index.php:105
+msgid "[Unsupported]"
+msgstr "[Unsupported]"
+
+#: src/Module/Admin/Users.php:48
+#, php-format
 msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you."
 
-#: src/Core/Installer.php:318
+#: src/Module/Admin/Users.php:51
+#, php-format
 msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n\n\t\t\tThank you and welcome to %4$s."
 
-#: src/Core/Installer.php:321
-msgid "Generate encryption keys"
-msgstr "Generate encryption keys"
+#: src/Module/Admin/Users.php:96
+#, php-format
+msgid "%s user blocked"
+msgid_plural "%s users blocked"
+msgstr[0] "%s user blocked"
+msgstr[1] "%s users blocked"
 
-#: src/Core/Installer.php:373
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: Apache web server mod-rewrite module is required but not installed."
+#: src/Module/Admin/Users.php:102
+#, php-format
+msgid "%s user unblocked"
+msgid_plural "%s users unblocked"
+msgstr[0] "%s user unblocked"
+msgstr[1] "%s users unblocked"
 
-#: src/Core/Installer.php:378
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
+#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160
+msgid "You can't remove yourself"
+msgstr "You can't remove yourself"
 
-#: src/Core/Installer.php:384
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Error: PDO or MySQLi PHP module required but not installed."
+#: src/Module/Admin/Users.php:114
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s user deleted"
+msgstr[1] "%s users deleted"
 
-#: src/Core/Installer.php:389
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Error: MySQL driver for PDO is not installed."
+#: src/Module/Admin/Users.php:158
+#, php-format
+msgid "User \"%s\" deleted"
+msgstr "User \"%s\" deleted"
 
-#: src/Core/Installer.php:393
-msgid "PDO or MySQLi PHP module"
-msgstr "PDO or MySQLi PHP module"
+#: src/Module/Admin/Users.php:167
+#, php-format
+msgid "User \"%s\" blocked"
+msgstr "User \"%s\" blocked"
 
-#: src/Core/Installer.php:401
-msgid "Error, XML PHP module required but not installed."
-msgstr "Error, XML PHP module required but not installed."
+#: src/Module/Admin/Users.php:173
+#, php-format
+msgid "User \"%s\" unblocked"
+msgstr "User \"%s\" unblocked"
 
-#: src/Core/Installer.php:405
-msgid "XML PHP module"
-msgstr "XML PHP module"
+#: src/Module/Admin/Users.php:222 mod/settings.php:1054
+msgid "Normal Account Page"
+msgstr "Standard"
 
-#: src/Core/Installer.php:408
-msgid "libCurl PHP module"
-msgstr "libCurl PHP module"
+#: src/Module/Admin/Users.php:223 mod/settings.php:1058
+msgid "Soapbox Page"
+msgstr "Soapbox"
 
-#: src/Core/Installer.php:409
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: libCURL PHP module required but not installed."
+#: src/Module/Admin/Users.php:224 mod/settings.php:1062
+msgid "Public Forum"
+msgstr "Public forum"
 
-#: src/Core/Installer.php:415
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP module"
+#: src/Module/Admin/Users.php:225 mod/settings.php:1066
+msgid "Automatic Friend Page"
+msgstr "Love-all"
 
-#: src/Core/Installer.php:416
+#: src/Module/Admin/Users.php:226
+msgid "Private Forum"
+msgstr "Private Forum"
+
+#: src/Module/Admin/Users.php:229 mod/settings.php:1038
+msgid "Personal Page"
+msgstr "Personal Page"
+
+#: src/Module/Admin/Users.php:230 mod/settings.php:1042
+msgid "Organisation Page"
+msgstr "Organisation Page"
+
+#: src/Module/Admin/Users.php:231 mod/settings.php:1046
+msgid "News Page"
+msgstr "News Page"
+
+#: src/Module/Admin/Users.php:232 mod/settings.php:1050
+msgid "Community Forum"
+msgstr "Community Forum"
+
+#: src/Module/Admin/Users.php:233
+msgid "Relay"
+msgstr "Relay"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Register date"
+msgstr "Registration date"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last login"
+msgstr "Last login"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last item"
+msgstr "Last item"
+
+#: src/Module/Admin/Users.php:272
+msgid "Type"
+msgstr "Type"
+
+#: src/Module/Admin/Users.php:279
+msgid "Add User"
+msgstr "Add user"
+
+#: src/Module/Admin/Users.php:281
+msgid "User registrations waiting for confirm"
+msgstr "User registrations awaiting confirmation"
+
+#: src/Module/Admin/Users.php:282
+msgid "User waiting for permanent deletion"
+msgstr "User awaiting permanent deletion"
+
+#: src/Module/Admin/Users.php:283
+msgid "Request date"
+msgstr "Request date"
+
+#: src/Module/Admin/Users.php:284
+msgid "No registrations."
+msgstr "No registrations."
+
+#: src/Module/Admin/Users.php:285
+msgid "Note from the user"
+msgstr "Note from the user"
+
+#: src/Module/Admin/Users.php:287
+msgid "Deny"
+msgstr "Deny"
+
+#: src/Module/Admin/Users.php:290
+msgid "User blocked"
+msgstr "User blocked"
+
+#: src/Module/Admin/Users.php:292
+msgid "Site admin"
+msgstr "Site admin"
+
+#: src/Module/Admin/Users.php:293
+msgid "Account expired"
+msgstr "Account expired"
+
+#: src/Module/Admin/Users.php:296
+msgid "New User"
+msgstr "New user"
+
+#: src/Module/Admin/Users.php:297
+msgid "Permanent deletion"
+msgstr "Permanent deletion"
+
+#: src/Module/Admin/Users.php:302
 msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"
 
-#: src/Core/Installer.php:422
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP module"
+#: src/Module/Admin/Users.php:303
+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 "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
 
-#: src/Core/Installer.php:423
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: openssl PHP module required but not installed."
+#: src/Module/Admin/Users.php:313
+msgid "Name of the new user."
+msgstr "Name of the new user."
 
-#: src/Core/Installer.php:429
-msgid "mb_string PHP module"
-msgstr "mb_string PHP module"
+#: src/Module/Admin/Users.php:314
+msgid "Nickname"
+msgstr "Nickname"
 
-#: src/Core/Installer.php:430
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: mb_string PHP module required but not installed."
+#: src/Module/Admin/Users.php:314
+msgid "Nickname of the new user."
+msgstr "Nickname of the new user."
 
-#: src/Core/Installer.php:436
-msgid "iconv PHP module"
-msgstr "iconv PHP module"
+#: src/Module/Admin/Users.php:315
+msgid "Email address of the new user."
+msgstr "Email address of the new user."
 
-#: src/Core/Installer.php:437
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Error: iconv PHP module required but not installed."
+#: src/Module/Admin/Site.php:49
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
 
-#: src/Core/Installer.php:443
-msgid "POSIX PHP module"
-msgstr "POSIX PHP module"
+#: src/Module/Admin/Site.php:234
+msgid "Invalid storage backend setting value."
+msgstr "Invalid storage backend settings."
+
+#: src/Module/Admin/Site.php:410
+msgid "Site settings updated."
+msgstr "Site settings updated."
+
+#: src/Module/Admin/Site.php:433 mod/settings.php:898
+msgid "No special theme for mobile devices"
+msgstr "No special theme for mobile devices"
+
+#: src/Module/Admin/Site.php:450 mod/settings.php:908
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
+
+#: src/Module/Admin/Site.php:462
+msgid "No community page for local users"
+msgstr "No community page for local users"
+
+#: src/Module/Admin/Site.php:463
+msgid "No community page"
+msgstr "No community page"
+
+#: src/Module/Admin/Site.php:464
+msgid "Public postings from users of this site"
+msgstr "Public postings from users of this site"
+
+#: src/Module/Admin/Site.php:465
+msgid "Public postings from the federated network"
+msgstr "Public postings from the federated network"
+
+#: src/Module/Admin/Site.php:466
+msgid "Public postings from local users and the federated network"
+msgstr "Public postings from local users and the federated network"
+
+#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665
+#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97
+#: src/Module/Contact.php:546
+msgid "Disabled"
+msgstr "Disabled"
+
+#: src/Module/Admin/Site.php:472
+msgid "Users, Global Contacts"
+msgstr "Users, global contacts"
+
+#: src/Module/Admin/Site.php:473
+msgid "Users, Global Contacts/fallback"
+msgstr "Users, Global Contacts/fallback"
+
+#: src/Module/Admin/Site.php:477
+msgid "One month"
+msgstr "One month"
+
+#: src/Module/Admin/Site.php:478
+msgid "Three months"
+msgstr "Three months"
+
+#: src/Module/Admin/Site.php:479
+msgid "Half a year"
+msgstr "Half a year"
+
+#: src/Module/Admin/Site.php:480
+msgid "One year"
+msgstr "One a year"
+
+#: src/Module/Admin/Site.php:486
+msgid "Multi user instance"
+msgstr "Multi user instance"
+
+#: src/Module/Admin/Site.php:508
+msgid "Closed"
+msgstr "Closed"
+
+#: src/Module/Admin/Site.php:509
+msgid "Requires approval"
+msgstr "Requires approval"
+
+#: src/Module/Admin/Site.php:510
+msgid "Open"
+msgstr "Open"
+
+#: src/Module/Admin/Site.php:520
+msgid "Don't check"
+msgstr "Don't check"
+
+#: src/Module/Admin/Site.php:521
+msgid "check the stable version"
+msgstr "check for stable version updates"
+
+#: src/Module/Admin/Site.php:522
+msgid "check the development version"
+msgstr "check for development version updates"
+
+#: src/Module/Admin/Site.php:542
+msgid "Database (legacy)"
+msgstr "Database (legacy)"
+
+#: src/Module/Admin/Site.php:569
+msgid "Republish users to directory"
+msgstr "Republish users to directory"
+
+#: src/Module/Admin/Site.php:570 src/Module/Register.php:115
+msgid "Registration"
+msgstr "Join this Friendica Node Today"
+
+#: src/Module/Admin/Site.php:571
+msgid "File upload"
+msgstr "File upload"
+
+#: src/Module/Admin/Site.php:572
+msgid "Policies"
+msgstr "Policies"
+
+#: src/Module/Admin/Site.php:574
+msgid "Auto Discovered Contact Directory"
+msgstr "Auto-discovered contact directory"
+
+#: src/Module/Admin/Site.php:575
+msgid "Performance"
+msgstr "Performance"
+
+#: src/Module/Admin/Site.php:576
+msgid "Worker"
+msgstr "Worker"
+
+#: src/Module/Admin/Site.php:577
+msgid "Message Relay"
+msgstr "Message relay"
+
+#: src/Module/Admin/Site.php:578
+msgid "Relocate Instance"
+msgstr "Relocate Instance"
+
+#: src/Module/Admin/Site.php:579
+msgid "Warning! Advanced function. Could make this server unreachable."
+msgstr "Warning! Advanced function that could make this server unreachable."
+
+#: src/Module/Admin/Site.php:583
+msgid "Site name"
+msgstr "Site name"
+
+#: src/Module/Admin/Site.php:584
+msgid "Sender Email"
+msgstr "Sender email"
+
+#: src/Module/Admin/Site.php:584
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr "The email address your server shall use to send notification emails from."
+
+#: src/Module/Admin/Site.php:585
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
 
-#: src/Core/Installer.php:444
-msgid "Error: POSIX PHP module required but not installed."
-msgstr "Error: POSIX PHP module required but not installed."
+#: src/Module/Admin/Site.php:586
+msgid "Shortcut icon"
+msgstr "Shortcut icon"
 
-#: src/Core/Installer.php:450
-msgid "JSON PHP module"
-msgstr "JSON PHP module"
+#: src/Module/Admin/Site.php:586
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link to an icon that will be used for browsers."
 
-#: src/Core/Installer.php:451
-msgid "Error: JSON PHP module required but not installed."
-msgstr "Error: JSON PHP module is required but not installed."
+#: src/Module/Admin/Site.php:587
+msgid "Touch icon"
+msgstr "Touch icon"
 
-#: src/Core/Installer.php:457
-msgid "File Information PHP module"
-msgstr "File Information PHP module"
+#: src/Module/Admin/Site.php:587
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link to an icon that will be used for tablets and mobiles."
 
-#: src/Core/Installer.php:458
-msgid "Error: File Information PHP module required but not installed."
-msgstr "Error: File Information PHP module required but not installed."
+#: src/Module/Admin/Site.php:588
+msgid "Additional Info"
+msgstr "Additional Info"
 
-#: src/Core/Installer.php:481
+#: src/Module/Admin/Site.php:588
+#, php-format
 msgid ""
-"The web installer needs to be able to create a file called "
-"\"local.config.php\" in the \"config\" folder of your web server and it is "
-"unable to do so."
-msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server but is unable to do so."
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr "For public servers: You can add additional information here that will be listed at %s/servers."
 
-#: src/Core/Installer.php:482
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
+#: src/Module/Admin/Site.php:589
+msgid "System language"
+msgstr "System language"
 
-#: src/Core/Installer.php:483
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named local.config.php in your Friendica \"config\" folder."
-msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."
+#: src/Module/Admin/Site.php:590
+msgid "System theme"
+msgstr "System theme"
 
-#: src/Core/Installer.php:484
+#: src/Module/Admin/Site.php:590
 msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
+"Default system theme - may be over-ridden by user profiles - <a "
+"href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
+msgstr "Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
 
-#: src/Core/Installer.php:487
-msgid "config/local.config.php is writable"
-msgstr "config/local.config.php is writable"
+#: src/Module/Admin/Site.php:591
+msgid "Mobile system theme"
+msgstr "Mobile system theme"
 
-#: src/Core/Installer.php:507
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
+#: src/Module/Admin/Site.php:591
+msgid "Theme for mobile devices"
+msgstr "Theme for mobile devices"
 
-#: src/Core/Installer.php:508
+#: src/Module/Admin/Site.php:593
+msgid "Force SSL"
+msgstr "Force SSL"
+
+#: src/Module/Admin/Site.php:593
 msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
 
-#: src/Core/Installer.php:509
+#: src/Module/Admin/Site.php:594
+msgid "Hide help entry from navigation menu"
+msgstr "Hide help entry from navigation menu"
+
+#: src/Module/Admin/Site.php:594
 msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
 
-#: src/Core/Installer.php:510
+#: src/Module/Admin/Site.php:595
+msgid "Single user instance"
+msgstr "Single user instance"
+
+#: src/Module/Admin/Site.php:595
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Make this instance multi-user or single-user for the named user"
+
+#: src/Module/Admin/Site.php:597
+msgid "File storage backend"
+msgstr "File storage backend"
+
+#: src/Module/Admin/Site.php:597
 msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."
+"The backend used to store uploaded data. If you change the storage backend, "
+"you can manually move the existing files. If you do not do so, the files "
+"uploaded before the change will still be available at the old backend. "
+"Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a>"
+" for more information about the choices and the moving procedure."
+msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you don't do so, the files uploaded before the change will still be available at the old backend. Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a> for more information about the choices and the moving procedure."
 
-#: src/Core/Installer.php:513
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 is writeable"
+#: src/Module/Admin/Site.php:599
+msgid "Maximum image size"
+msgstr "Maximum image size"
 
-#: src/Core/Installer.php:542
+#: src/Module/Admin/Site.php:599
 msgid ""
-"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
-" to .htaccess."
-msgstr "URL rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
 
-#: src/Core/Installer.php:544
-msgid "Error message from Curl when fetching"
-msgstr "Error message from Curl while fetching"
+#: src/Module/Admin/Site.php:600
+msgid "Maximum image length"
+msgstr "Maximum image length"
 
-#: src/Core/Installer.php:549
-msgid "Url rewrite is working"
-msgstr "URL rewrite is working"
+#: src/Module/Admin/Site.php:600
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
 
-#: src/Core/Installer.php:578
-msgid "ImageMagick PHP extension is not installed"
-msgstr "ImageMagick PHP extension is not installed"
+#: src/Module/Admin/Site.php:601
+msgid "JPEG image quality"
+msgstr "JPEG image quality"
 
-#: src/Core/Installer.php:580
-msgid "ImageMagick PHP extension is installed"
-msgstr "ImageMagick PHP extension is installed"
+#: src/Module/Admin/Site.php:601
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."
 
-#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:372
-#: tests/src/Core/InstallerTest.php:400
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick supports GIF"
+#: src/Module/Admin/Site.php:603
+msgid "Register policy"
+msgstr "Registration policy"
 
-#: src/Core/Installer.php:604
-msgid "Database already in use."
-msgstr "Database already in use."
+#: src/Module/Admin/Site.php:604
+msgid "Maximum Daily Registrations"
+msgstr "Maximum daily registrations"
 
-#: src/Core/Installer.php:609
-msgid "Could not connect to database."
-msgstr "Could not connect to database."
+#: src/Module/Admin/Site.php:604
+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 "If open registration is permitted, this sets the maximum number of new registrations per day.  This setting has no effect for registrations by approval."
 
-#: src/Core/NotificationsManager.php:144
-msgid "System"
-msgstr "System"
+#: src/Module/Admin/Site.php:605
+msgid "Register text"
+msgstr "Registration text"
 
-#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182
-#: src/Content/Nav.php:244
-msgid "Home"
-msgstr "Home"
+#: src/Module/Admin/Site.php:605
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr "Will be displayed prominently on the registration page. You may use BBCode here."
 
-#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248
-msgid "Introductions"
-msgstr "Introductions"
+#: src/Module/Admin/Site.php:606
+msgid "Forbidden Nicknames"
+msgstr "Forbidden Nicknames"
 
-#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s commented on %s's post"
+#: src/Module/Admin/Site.php:606
+msgid ""
+"Comma separated list of nicknames that are forbidden from registration. "
+"Preset is a list of role names according RFC 2142."
+msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142."
 
-#: src/Core/NotificationsManager.php:245
-#, php-format
-msgid "%s created a new post"
-msgstr "%s posted something new"
+#: src/Module/Admin/Site.php:607
+msgid "Accounts abandoned after x days"
+msgstr "Accounts abandoned after so many days"
 
-#: src/Core/NotificationsManager.php:259
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s liked %s's post"
+#: src/Module/Admin/Site.php:607
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."
 
-#: src/Core/NotificationsManager.php:272
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s disliked %s's post"
+#: src/Module/Admin/Site.php:608
+msgid "Allowed friend domains"
+msgstr "Allowed friend domains"
 
-#: src/Core/NotificationsManager.php:285
-#, php-format
-msgid "%s is attending %s's event"
-msgstr "%s is going to %s's event"
+#: src/Module/Admin/Site.php:608
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"
 
-#: src/Core/NotificationsManager.php:298
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr "%s is not going to %s's event"
+#: src/Module/Admin/Site.php:609
+msgid "Allowed email domains"
+msgstr "Allowed email domains"
 
-#: src/Core/NotificationsManager.php:311
-#, php-format
-msgid "%s may attend %s's event"
-msgstr "%s may go to %s's event"
+#: src/Module/Admin/Site.php:609
+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 "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"
 
-#: src/Core/NotificationsManager.php:344
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s is now friends with %s"
+#: src/Module/Admin/Site.php:610
+msgid "No OEmbed rich content"
+msgstr "No OEmbed rich content"
 
-#: src/Core/NotificationsManager.php:629
-msgid "Friend Suggestion"
-msgstr "Friend suggestion"
+#: src/Module/Admin/Site.php:610
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below."
 
-#: src/Core/NotificationsManager.php:663
-msgid "Friend/Connect Request"
-msgstr "Friend/Contact request"
+#: src/Module/Admin/Site.php:611
+msgid "Allowed OEmbed domains"
+msgstr "Allowed OEmbed domains"
 
-#: src/Core/NotificationsManager.php:663
-msgid "New Follower"
-msgstr "New follower"
+#: src/Module/Admin/Site.php:611
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible."
 
-#: src/Core/Session.php:186
-#, php-format
-msgid "Welcome %s"
-msgstr "Welcome %s"
+#: src/Module/Admin/Site.php:612
+msgid "Block public"
+msgstr "Block public"
 
-#: src/Core/Session.php:187
-msgid "Please upload a profile photo."
-msgstr "Please upload a profile photo."
+#: src/Module/Admin/Site.php:612
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in."
 
-#: src/Core/Session.php:190
-#, php-format
-msgid "Welcome back %s"
-msgstr "Welcome back %s"
+#: src/Module/Admin/Site.php:613
+msgid "Force publish"
+msgstr "Mandatory directory listing"
 
-#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139
-msgid "Post to Email"
-msgstr "Post to email"
+#: src/Module/Admin/Site.php:613
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Force all profiles on this site to be listed in the site directory."
 
-#: src/Core/ACL.php:300
-msgid "Visible to everybody"
-msgstr "Visible to everybody"
+#: src/Module/Admin/Site.php:613
+msgid "Enabling this may violate privacy laws like the GDPR"
+msgstr "Enabling this may violate privacy laws like the GDPR"
 
-#: src/Core/ACL.php:311
-msgid "Connectors"
-msgstr "Connectors"
+#: src/Module/Admin/Site.php:614
+msgid "Global directory URL"
+msgstr "Global directory URL"
 
-#: src/Core/ACL.php:313
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Hide profile details from unknown viewers?"
+#: src/Module/Admin/Site.php:614
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
 
-#: src/Core/ACL.php:313
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Connectors are disabled since \"%s\" is enabled."
+#: src/Module/Admin/Site.php:615
+msgid "Private posts by default for new users"
+msgstr "Private posts by default for new users"
 
-#: src/Core/ACL.php:315
-msgid "Close"
-msgstr "Close"
+#: src/Module/Admin/Site.php:615
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Set default post permissions for all new members to the default privacy group rather than public."
 
-#: src/Util/Temporal.php:147 src/Model/Profile.php:784
-msgid "Birthday:"
-msgstr "Birthday:"
+#: src/Module/Admin/Site.php:616
+msgid "Don't include post content in email notifications"
+msgstr "Don't include post content in email notifications"
 
-#: src/Util/Temporal.php:151
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "YYYY-MM-DD or MM-DD"
+#: src/Module/Admin/Site.php:616
+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 "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."
 
-#: src/Util/Temporal.php:298
-msgid "never"
-msgstr "never"
+#: src/Module/Admin/Site.php:617
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Disallow public access to addons listed in the apps menu."
 
-#: src/Util/Temporal.php:305
-msgid "less than a second ago"
-msgstr "less than a second ago"
+#: src/Module/Admin/Site.php:617
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Checking this box will restrict addons listed in the apps menu to members only."
 
-#: src/Util/Temporal.php:313
-msgid "year"
-msgstr "year"
+#: src/Module/Admin/Site.php:618
+msgid "Don't embed private images in posts"
+msgstr "Don't embed private images in posts"
 
-#: src/Util/Temporal.php:313
-msgid "years"
-msgstr "years"
+#: src/Module/Admin/Site.php:618
+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 "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."
 
-#: src/Util/Temporal.php:314
-msgid "months"
-msgstr "months"
+#: src/Module/Admin/Site.php:619
+msgid "Explicit Content"
+msgstr "Explicit Content"
 
-#: src/Util/Temporal.php:315
-msgid "weeks"
-msgstr "weeks"
+#: src/Module/Admin/Site.php:619
+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 "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."
 
-#: src/Util/Temporal.php:316
-msgid "days"
-msgstr "days"
+#: src/Module/Admin/Site.php:620
+msgid "Allow Users to set remote_self"
+msgstr "Allow users to set \"Remote self\""
 
-#: src/Util/Temporal.php:317
-msgid "hour"
-msgstr "hour"
+#: src/Module/Admin/Site.php:620
+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 "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."
 
-#: src/Util/Temporal.php:317
-msgid "hours"
-msgstr "hours"
+#: src/Module/Admin/Site.php:621
+msgid "Block multiple registrations"
+msgstr "Block multiple registrations"
 
-#: src/Util/Temporal.php:318
-msgid "minute"
-msgstr "minute"
+#: src/Module/Admin/Site.php:621
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Disallow users to sign up for additional accounts."
 
-#: src/Util/Temporal.php:318
-msgid "minutes"
-msgstr "minutes"
+#: src/Module/Admin/Site.php:622
+msgid "Disable OpenID"
+msgstr "Disable OpenID"
 
-#: src/Util/Temporal.php:319
-msgid "second"
-msgstr "second"
+#: src/Module/Admin/Site.php:622
+msgid "Disable OpenID support for registration and logins."
+msgstr "Disable OpenID support for registration and logins."
 
-#: src/Util/Temporal.php:319
-msgid "seconds"
-msgstr "seconds"
+#: src/Module/Admin/Site.php:623
+msgid "No Fullname check"
+msgstr "No full name check"
 
-#: src/Util/Temporal.php:329
-#, php-format
-msgid "in %1$d %2$s"
-msgstr "in %1$d %2$s"
+#: src/Module/Admin/Site.php:623
+msgid ""
+"Allow users to register without a space between the first name and the last "
+"name in their full name."
+msgstr "Allow users to register without a space between the first name and the last name in their full name."
 
-#: src/Util/Temporal.php:332
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s ago"
+#: src/Module/Admin/Site.php:624
+msgid "Community pages for visitors"
+msgstr "Community pages for visitors"
 
-#: src/Content/Text/HTML.php:793
-msgid "Loading more entries..."
-msgstr "Loading more entries..."
+#: src/Module/Admin/Site.php:624
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr "Community pages that should be available for visitors. Local users always see both pages."
 
-#: src/Content/Text/HTML.php:794
-msgid "The end"
-msgstr "The end"
+#: src/Module/Admin/Site.php:625
+msgid "Posts per user on community page"
+msgstr "Posts per user on community page"
 
-#: src/Content/Text/HTML.php:887 src/Model/Profile.php:544
-#: src/Module/Contact.php:297
-msgid "Follow"
-msgstr "Follow"
+#: src/Module/Admin/Site.php:625
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"\"Global Community\")"
+msgstr "Maximum number of posts per user on the community page. (Not valid for \"Global Community\")"
 
-#: src/Content/Text/HTML.php:896 src/Content/Nav.php:79
-msgid "@name, !forum, #tags, content"
-msgstr "@name, !forum, #tags, content"
+#: src/Module/Admin/Site.php:626
+msgid "Disable OStatus support"
+msgstr "Disable OStatus support"
 
-#: src/Content/Text/HTML.php:902 src/Content/Nav.php:203
-msgid "Full Text"
-msgstr "Full text"
+#: src/Module/Admin/Site.php:626
+msgid ""
+"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."
 
-#: src/Content/Text/HTML.php:903 src/Content/Widget/TagCloud.php:54
-#: src/Content/Nav.php:204
-msgid "Tags"
-msgstr "Tags"
+#: src/Module/Admin/Site.php:627
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "OStatus support can only be enabled if threading is enabled."
 
-#: src/Content/Text/HTML.php:944 src/Content/Text/BBCode.php:1478
-msgid "Click to open/close"
-msgstr "Reveal/hide"
+#: src/Module/Admin/Site.php:629
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory."
 
-#: src/Content/Text/BBCode.php:465
-msgid "view full size"
-msgstr "view full size"
+#: src/Module/Admin/Site.php:630
+msgid "Enable Diaspora support"
+msgstr "Enable diaspora* support"
 
-#: src/Content/Text/BBCode.php:899 src/Content/Text/BBCode.php:1560
-#: src/Content/Text/BBCode.php:1561
-msgid "Image/photo"
-msgstr "Image/Photo"
+#: src/Module/Admin/Site.php:630
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Provide built-in diaspora* network compatibility."
 
-#: src/Content/Text/BBCode.php:1017
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+#: src/Module/Admin/Site.php:631
+msgid "Only allow Friendica contacts"
+msgstr "Only allow Friendica contacts"
 
-#: src/Content/Text/BBCode.php:1509
-msgid "$1 wrote:"
-msgstr "$1 wrote:"
+#: src/Module/Admin/Site.php:631
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."
 
-#: src/Content/Text/BBCode.php:1563 src/Content/Text/BBCode.php:1564
-msgid "Encrypted content"
-msgstr "Encrypted content"
+#: src/Module/Admin/Site.php:632
+msgid "Verify SSL"
+msgstr "Verify SSL"
 
-#: src/Content/Text/BBCode.php:1788
-msgid "Invalid source protocol"
-msgstr "Invalid source protocol"
+#: src/Module/Admin/Site.php:632
+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 "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
 
-#: src/Content/Text/BBCode.php:1803
-msgid "Invalid link protocol"
-msgstr "Invalid link protocol"
+#: src/Module/Admin/Site.php:633
+msgid "Proxy user"
+msgstr "Proxy user"
 
-#: src/Content/Widget/CalendarExport.php:64
-msgid "Export"
-msgstr "Export"
+#: src/Module/Admin/Site.php:634
+msgid "Proxy URL"
+msgstr "Proxy URL"
 
-#: src/Content/Widget/CalendarExport.php:65
-msgid "Export calendar as ical"
-msgstr "Export calendar as ical"
+#: src/Module/Admin/Site.php:635
+msgid "Network timeout"
+msgstr "Network timeout"
 
-#: src/Content/Widget/CalendarExport.php:66
-msgid "Export calendar as csv"
-msgstr "Export calendar as csv"
+#: src/Module/Admin/Site.php:635
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)."
 
-#: src/Content/Widget/ContactBlock.php:58
-msgid "No contacts"
-msgstr "No contacts"
+#: src/Module/Admin/Site.php:636
+msgid "Maximum Load Average"
+msgstr "Maximum load average"
 
-#: src/Content/Widget/ContactBlock.php:90
+#: src/Module/Admin/Site.php:636
 #, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d contact"
-msgstr[1] "%d contacts"
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default %d."
+msgstr "Maximum system load before delivery and poll processes are deferred - default %d."
 
-#: src/Content/Widget/ContactBlock.php:109
-msgid "View Contacts"
-msgstr "View contacts"
+#: src/Module/Admin/Site.php:637
+msgid "Maximum Load Average (Frontend)"
+msgstr "Maximum load average (frontend)"
 
-#: src/Content/Widget/TrendingTags.php:34
-#, php-format
-msgid "Trending Tags (last %d hour)"
-msgid_plural "Trending Tags (last %d hours)"
-msgstr[0] "Trending Tags (last %d hour)"
-msgstr[1] "Trending tags (last %d hours)"
+#: src/Module/Admin/Site.php:637
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Maximum system load before the frontend quits service (default 50)."
 
-#: src/Content/Widget/TrendingTags.php:35
-msgid "More Trending Tags"
-msgstr "More Trending Tags"
+#: src/Module/Admin/Site.php:638
+msgid "Minimal Memory"
+msgstr "Minimal memory"
 
-#: src/Content/Pager.php:153
-msgid "newer"
-msgstr "Later posts"
+#: src/Module/Admin/Site.php:638
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."
 
-#: src/Content/Pager.php:158
-msgid "older"
-msgstr "Earlier posts"
+#: src/Module/Admin/Site.php:639
+msgid "Maximum table size for optimization"
+msgstr "Maximum table size for optimization"
 
-#: src/Content/Pager.php:203
-msgid "prev"
-msgstr "prev"
+#: src/Module/Admin/Site.php:639
+msgid ""
+"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
+"disable it."
+msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it."
 
-#: src/Content/Pager.php:263
-msgid "last"
-msgstr "last"
+#: src/Module/Admin/Site.php:640
+msgid "Minimum level of fragmentation"
+msgstr "Minimum level of fragmentation"
 
-#: src/Content/Feature.php:82
-msgid "General Features"
-msgstr "General"
+#: src/Module/Admin/Site.php:640
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)."
 
-#: src/Content/Feature.php:84
-msgid "Multiple Profiles"
-msgstr "Multiple profiles"
+#: src/Module/Admin/Site.php:642
+msgid "Periodical check of global contacts"
+msgstr "Periodical check of global contacts"
 
-#: src/Content/Feature.php:84
-msgid "Ability to create multiple profiles"
-msgstr "Ability to create multiple profiles"
+#: src/Module/Admin/Site.php:642
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."
 
-#: src/Content/Feature.php:85
-msgid "Photo Location"
-msgstr "Photo location"
+#: src/Module/Admin/Site.php:643
+msgid "Days between requery"
+msgstr "Days between enquiry"
 
-#: src/Content/Feature.php:85
-msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."
+#: src/Module/Admin/Site.php:643
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Number of days after which a server is required check contacts."
 
-#: src/Content/Feature.php:86
-msgid "Export Public Calendar"
-msgstr "Export public calendar"
+#: src/Module/Admin/Site.php:644
+msgid "Discover contacts from other servers"
+msgstr "Discover contacts from other servers"
 
-#: src/Content/Feature.php:86
-msgid "Ability for visitors to download the public calendar"
-msgstr "Ability for visitors to download the public calendar"
+#: src/Module/Admin/Site.php:644
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"\"Users\": the users on the remote system, \"Global Contacts\": active "
+"contacts that are known on the system. The fallback is meant for Redmatrix "
+"servers and older friendica servers, where global contacts weren't "
+"available. The fallback increases the server load, so the recommended "
+"setting is \"Users, Global Contacts\"."
+msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"."
 
-#: src/Content/Feature.php:87
-msgid "Trending Tags"
-msgstr "Trending Tags"
+#: src/Module/Admin/Site.php:645
+msgid "Timeframe for fetching global contacts"
+msgstr "Time-frame for fetching global contacts"
 
-#: src/Content/Feature.php:87
+#: src/Module/Admin/Site.php:645
 msgid ""
-"Show a community page widget with a list of the most popular tags in recent "
-"public posts."
-msgstr "Show a community page widget with a list of the most popular tags in recent public posts."
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."
 
-#: src/Content/Feature.php:92
-msgid "Post Composition Features"
-msgstr "Post composition"
+#: src/Module/Admin/Site.php:646
+msgid "Search the local directory"
+msgstr "Search the local directory"
 
-#: src/Content/Feature.php:93
-msgid "Auto-mention Forums"
-msgstr "Auto-mention forums"
+#: src/Module/Admin/Site.php:646
+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 "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."
 
-#: src/Content/Feature.php:93
+#: src/Module/Admin/Site.php:648
+msgid "Publish server information"
+msgstr "Publish server information"
+
+#: src/Module/Admin/Site.php:648
 msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
+"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 <a"
+" href=\"http://the-federation.info/\">the-federation.info</a> for details."
+msgstr "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 <a href=\"http://the-federation.info/\">the-federation.info</a> for details."
 
-#: src/Content/Feature.php:94
-msgid "Explicit Mentions"
-msgstr "Explicit mentions"
+#: src/Module/Admin/Site.php:650
+msgid "Check upstream version"
+msgstr "Check upstream version"
 
-#: src/Content/Feature.php:94
+#: src/Module/Admin/Site.php:650
 msgid ""
-"Add explicit mentions to comment box for manual control over who gets "
-"mentioned in replies."
-msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies."
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."
 
-#: src/Content/Feature.php:99
-msgid "Network Sidebar"
-msgstr "Network sidebar"
+#: src/Module/Admin/Site.php:651
+msgid "Suppress Tags"
+msgstr "Suppress tags"
 
-#: src/Content/Feature.php:100 src/Content/Widget.php:501
-msgid "Archives"
-msgstr "Archives"
+#: src/Module/Admin/Site.php:651
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Suppress listed hashtags at the end of posts."
 
-#: src/Content/Feature.php:100
-msgid "Ability to select posts by date ranges"
-msgstr "Ability to select posts by date ranges"
+#: src/Module/Admin/Site.php:652
+msgid "Clean database"
+msgstr "Clean database"
 
-#: src/Content/Feature.php:101
-msgid "Protocol Filter"
-msgstr "Protocol Filter"
+#: src/Module/Admin/Site.php:652
+msgid ""
+"Remove old remote items, orphaned database records and old content from some"
+" other helper tables."
+msgstr "Remove old remote items, orphaned database records and old content from some other helper tables."
 
-#: src/Content/Feature.php:101
-msgid "Enable widget to display Network posts only from selected protocols"
-msgstr "Enable widget to display Network posts only from selected protocols"
+#: src/Module/Admin/Site.php:653
+msgid "Lifespan of remote items"
+msgstr "Lifespan of remote items"
 
-#: src/Content/Feature.php:106
-msgid "Network Tabs"
-msgstr "Network tabs"
+#: src/Module/Admin/Site.php:653
+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 "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."
+
+#: src/Module/Admin/Site.php:654
+msgid "Lifespan of unclaimed items"
+msgstr "Lifespan of unclaimed items"
 
-#: src/Content/Feature.php:107
-msgid "Network New Tab"
-msgstr "Network new tab"
+#: src/Module/Admin/Site.php:654
+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 "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."
 
-#: src/Content/Feature.php:107
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Enable tab to display only new network posts (last 12 hours)"
+#: src/Module/Admin/Site.php:655
+msgid "Lifespan of raw conversation data"
+msgstr "Lifespan of raw conversation data"
 
-#: src/Content/Feature.php:108
-msgid "Network Shared Links Tab"
-msgstr "Network shared links tab"
+#: src/Module/Admin/Site.php:655
+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 "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."
 
-#: src/Content/Feature.php:108
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Enable tab to display only network posts with links in them"
+#: src/Module/Admin/Site.php:656
+msgid "Path to item cache"
+msgstr "Path to item cache"
 
-#: src/Content/Feature.php:113
-msgid "Post/Comment Tools"
-msgstr "Post/Comment tools"
+#: src/Module/Admin/Site.php:656
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "The item caches buffers generated bbcode and external images."
 
-#: src/Content/Feature.php:114
-msgid "Post Categories"
-msgstr "Post categories"
+#: src/Module/Admin/Site.php:657
+msgid "Cache duration in seconds"
+msgstr "Cache duration in seconds"
 
-#: src/Content/Feature.php:114
-msgid "Add categories to your posts"
-msgstr "Add categories to your posts"
+#: src/Module/Admin/Site.php:657
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)"
 
-#: src/Content/Feature.php:119
-msgid "Advanced Profile Settings"
-msgstr "Advanced profiles"
+#: src/Module/Admin/Site.php:658
+msgid "Maximum numbers of comments per post"
+msgstr "Maximum numbers of comments per post"
 
-#: src/Content/Feature.php:120
-msgid "List Forums"
-msgstr "List forums"
+#: src/Module/Admin/Site.php:658
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "How many comments should be shown for each post? (Default 100)"
 
-#: src/Content/Feature.php:120
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr "Show visitors of public community forums at the advanced profile page"
+#: src/Module/Admin/Site.php:659
+msgid "Temp path"
+msgstr "Temp path"
 
-#: src/Content/Feature.php:121
-msgid "Tag Cloud"
-msgstr "Tag cloud"
+#: src/Module/Admin/Site.php:659
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."
 
-#: src/Content/Feature.php:121
-msgid "Provide a personal tag cloud on your profile page"
-msgstr "Provides a personal tag cloud on your profile page"
+#: src/Module/Admin/Site.php:660
+msgid "Disable picture proxy"
+msgstr "Disable picture proxy"
 
-#: src/Content/Feature.php:122
-msgid "Display Membership Date"
-msgstr "Display membership date"
+#: src/Module/Admin/Site.php:660
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwidth."
+msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth."
 
-#: src/Content/Feature.php:122
-msgid "Display membership date in profile"
-msgstr "Display membership date in profile"
+#: src/Module/Admin/Site.php:661
+msgid "Only search in tags"
+msgstr "Only search in tags"
 
-#: src/Content/Nav.php:74
-msgid "Nothing new here"
-msgstr "Nothing new here"
+#: src/Module/Admin/Site.php:661
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "On large systems the text search can slow down the system significantly."
 
-#: src/Content/Nav.php:78
-msgid "Clear notifications"
-msgstr "Clear notifications"
+#: src/Module/Admin/Site.php:663
+msgid "New base url"
+msgstr "New base URL"
 
-#: src/Content/Nav.php:153 src/Module/Login.php:315
-msgid "Logout"
-msgstr "Logout"
+#: src/Module/Admin/Site.php:663
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr "Change base url for this server. Sends relocate message to all Friendica and diaspora* contacts of all users."
 
-#: src/Content/Nav.php:153
-msgid "End this session"
-msgstr "End this session"
+#: src/Module/Admin/Site.php:665
+msgid "RINO Encryption"
+msgstr "RINO Encryption"
 
-#: src/Content/Nav.php:155 src/Module/Login.php:316
-#: src/Module/Bookmarklet.php:25
-msgid "Login"
-msgstr "Login"
+#: src/Module/Admin/Site.php:665
+msgid "Encryption layer between nodes."
+msgstr "Encryption layer between nodes."
 
-#: src/Content/Nav.php:155
-msgid "Sign in"
-msgstr "Sign in"
+#: src/Module/Admin/Site.php:665
+msgid "Enabled"
+msgstr "Enabled"
 
-#: src/Content/Nav.php:165
-msgid "Personal notes"
-msgstr "Personal notes"
+#: src/Module/Admin/Site.php:667
+msgid "Maximum number of parallel workers"
+msgstr "Maximum number of parallel workers"
 
-#: src/Content/Nav.php:165
-msgid "Your personal notes"
-msgstr "My personal notes"
+#: src/Module/Admin/Site.php:667
+#, php-format
+msgid ""
+"On shared hosters set this to %d. On larger systems, values of %d are great."
+" Default value is %d."
+msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."
 
-#: src/Content/Nav.php:182
-msgid "Home Page"
-msgstr "Home page"
+#: src/Module/Admin/Site.php:668
+msgid "Don't use \"proc_open\" with the worker"
+msgstr "Don't use \"proc_open\" with the worker"
 
-#: src/Content/Nav.php:186 src/Module/Login.php:287
-#: src/Module/Register.php:136
-msgid "Register"
-msgstr "Sign up now >>"
+#: src/Module/Admin/Site.php:668
+msgid ""
+"Enable this if your system doesn't allow the use of \"proc_open\". This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."
 
-#: src/Content/Nav.php:186
-msgid "Create an account"
-msgstr "Create account"
+#: src/Module/Admin/Site.php:669
+msgid "Enable fastlane"
+msgstr "Enable fast-lane"
 
-#: src/Content/Nav.php:192
-msgid "Help and documentation"
-msgstr "Help and documentation"
+#: src/Module/Admin/Site.php:669
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
 
-#: src/Content/Nav.php:196
-msgid "Apps"
-msgstr "Apps"
+#: src/Module/Admin/Site.php:670
+msgid "Enable frontend worker"
+msgstr "Enable frontend worker"
 
-#: src/Content/Nav.php:196
-msgid "Addon applications, utilities, games"
-msgstr "Addon applications, utilities, games"
+#: src/Module/Admin/Site.php:670
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed (e.g. messages being delivered). On smaller sites you might want "
+"to call %s/worker on a regular basis via an external cron job. You should "
+"only enable this option if you cannot utilize cron/scheduled jobs on your "
+"server."
+msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."
 
-#: src/Content/Nav.php:200
-msgid "Search site content"
-msgstr "Search site content"
+#: src/Module/Admin/Site.php:672
+msgid "Subscribe to relay"
+msgstr "Subscribe to relay"
 
-#: src/Content/Nav.php:224
-msgid "Community"
-msgstr "Community"
+#: src/Module/Admin/Site.php:672
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
+msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page."
 
-#: src/Content/Nav.php:224
-msgid "Conversations on this and other servers"
-msgstr "Conversations on this and other servers"
+#: src/Module/Admin/Site.php:673
+msgid "Relay server"
+msgstr "Relay server"
 
-#: src/Content/Nav.php:231
-msgid "Directory"
-msgstr "Directory"
+#: src/Module/Admin/Site.php:673
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr "Address of the relay server where public posts should be send to. For example https://relay.diasp.org"
 
-#: src/Content/Nav.php:231
-msgid "People directory"
-msgstr "People directory"
+#: src/Module/Admin/Site.php:674
+msgid "Direct relay transfer"
+msgstr "Direct relay transfer"
 
-#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
-msgid "Information"
-msgstr "Information"
+#: src/Module/Admin/Site.php:674
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr "Enables direct transfer to other servers without using a relay server."
 
-#: src/Content/Nav.php:233
-msgid "Information about this friendica instance"
-msgstr "Information about this Friendica instance"
+#: src/Module/Admin/Site.php:675
+msgid "Relay scope"
+msgstr "Relay scope"
 
-#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43
-#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144
-msgid "Terms of Service"
-msgstr "Terms of Service"
+#: src/Module/Admin/Site.php:675
+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 "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."
 
-#: src/Content/Nav.php:236
-msgid "Terms of Service of this Friendica instance"
-msgstr "Terms of Service for this Friendica instance"
+#: src/Module/Admin/Site.php:675
+msgid "all"
+msgstr "all"
 
-#: src/Content/Nav.php:242
-msgid "Network Reset"
-msgstr "Network reset"
+#: src/Module/Admin/Site.php:675
+msgid "tags"
+msgstr "tags"
 
-#: src/Content/Nav.php:242
-msgid "Load Network page with no filters"
-msgstr "Load network page without filters"
+#: src/Module/Admin/Site.php:676
+msgid "Server tags"
+msgstr "Server tags"
 
-#: src/Content/Nav.php:248
-msgid "Friend Requests"
-msgstr "Friend requests"
+#: src/Module/Admin/Site.php:676
+msgid "Comma separated list of tags for the \"tags\" subscription."
+msgstr "Comma separated list of tags for the \"tags\" subscription."
 
-#: src/Content/Nav.php:250
-msgid "See all notifications"
-msgstr "See all notifications"
+#: src/Module/Admin/Site.php:677
+msgid "Allow user tags"
+msgstr "Allow user tags"
 
-#: src/Content/Nav.php:251
-msgid "Mark all system notifications seen"
-msgstr "Mark all system notifications seen"
+#: src/Module/Admin/Site.php:677
+msgid ""
+"If enabled, the tags from the saved searches will used for the \"tags\" "
+"subscription in addition to the \"relay_server_tags\"."
+msgstr "If enabled, the tags from the saved searches will be used for the \"tags\" subscription in addition to the \"relay_server_tags\"."
 
-#: src/Content/Nav.php:255
-msgid "Inbox"
-msgstr "Inbox"
+#: src/Module/Admin/Site.php:680
+msgid "Start Relocation"
+msgstr "Start relocation"
 
-#: src/Content/Nav.php:256
-msgid "Outbox"
-msgstr "Outbox"
+#: src/Module/Admin/Federation.php:76
+msgid "unknown"
+msgstr "unknown"
 
-#: src/Content/Nav.php:260
-msgid "Manage"
-msgstr "Manage"
+#: src/Module/Admin/Federation.php:181
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."
 
-#: src/Content/Nav.php:260
-msgid "Manage other pages"
-msgstr "Manage other pages"
+#: src/Module/Admin/Federation.php:182
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
 
-#: src/Content/Nav.php:268
-msgid "Manage/Edit Profiles"
-msgstr "Manage/Edit profiles"
+#: src/Module/Admin/Federation.php:194
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:"
 
-#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114
-msgid "Admin"
-msgstr "Admin"
+#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59
+#: mod/settings.php:768
+msgid "Off"
+msgstr "Off"
 
-#: src/Content/Nav.php:276
-msgid "Site setup and configuration"
-msgstr "Site setup and configuration"
+#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59
+#: mod/settings.php:768
+msgid "On"
+msgstr "On"
 
-#: src/Content/Nav.php:279
-msgid "Navigation"
-msgstr "Navigation"
+#: src/Module/Admin/Features.php:59
+#, php-format
+msgid "Lock feature %s"
+msgstr "Lock feature %s"
 
-#: src/Content/Nav.php:279
-msgid "Site map"
-msgstr "Site map"
+#: src/Module/Admin/Features.php:67
+msgid "Manage Additional Features"
+msgstr "Manage additional features"
 
-#: src/Content/OEmbed.php:254
-msgid "Embedding disabled"
-msgstr "Embedding disabled"
+#: src/Module/Admin/Queue.php:34
+msgid "Inspect Deferred Worker Queue"
+msgstr "Inspect Deferred Worker Queue"
 
-#: src/Content/OEmbed.php:377
-msgid "Embedded content"
-msgstr "Embedded content"
+#: src/Module/Admin/Queue.php:35
+msgid ""
+"This page lists the deferred worker jobs. This are jobs that couldn't be "
+"executed at the first time."
+msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."
 
-#: src/Content/Widget.php:38
-msgid "Add New Contact"
-msgstr "Add new contact"
+#: src/Module/Admin/Queue.php:38
+msgid "Inspect Worker Queue"
+msgstr "Inspect Worker Queue"
 
-#: src/Content/Widget.php:39
-msgid "Enter address or web location"
-msgstr "Enter address or web location"
+#: src/Module/Admin/Queue.php:39
+msgid ""
+"This page lists the currently queued worker jobs. These jobs are handled by "
+"the worker cronjob you've set up during install."
+msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."
 
-#: src/Content/Widget.php:40
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Example: jo@example.com, http://example.com/jo"
+#: src/Module/Admin/Queue.php:59
+msgid "ID"
+msgstr "ID"
 
-#: src/Content/Widget.php:58
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitation available"
-msgstr[1] "%d invitations available"
+#: src/Module/Admin/Queue.php:60
+msgid "Job Parameters"
+msgstr "Job Parameters"
 
-#: src/Content/Widget.php:193 src/Module/Profile/Contacts.php:127
-#: src/Module/Contact.php:772
-msgid "Following"
-msgstr "Following"
+#: src/Module/Admin/Queue.php:61
+msgid "Created"
+msgstr "Created"
 
-#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:128
-#: src/Module/Contact.php:773
-msgid "Mutual friends"
-msgstr "Mutual friends"
+#: src/Module/Admin/Queue.php:62
+msgid "Priority"
+msgstr "Priority"
 
-#: src/Content/Widget.php:199
-msgid "Relationships"
-msgstr "Relationships"
+#: src/Module/Admin/Item/Delete.php:35
+msgid "Item marked for deletion."
+msgstr "Item marked for deletion."
 
-#: src/Content/Widget.php:201 src/Module/Group.php:287
-#: src/Module/Contact.php:660
-msgid "All Contacts"
-msgstr "All contacts"
+#: src/Module/Admin/Item/Delete.php:48
+msgid "Delete this Item"
+msgstr "Delete"
 
-#: src/Content/Widget.php:244
-msgid "Protocols"
-msgstr "Protocols"
+#: src/Module/Admin/Item/Delete.php:49
+msgid ""
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
+msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."
 
-#: src/Content/Widget.php:246
-msgid "All Protocols"
-msgstr "All Protocols"
+#: src/Module/Admin/Item/Delete.php:50
+msgid ""
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
+msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."
 
-#: src/Content/Widget.php:279
-msgid "Saved Folders"
-msgstr "Saved Folders"
+#: src/Module/Admin/Item/Delete.php:51
+msgid "GUID"
+msgstr "GUID"
 
-#: src/Content/Widget.php:281 src/Content/Widget.php:320
-msgid "Everything"
-msgstr "Everything"
+#: src/Module/Admin/Item/Delete.php:51
+msgid "The GUID of the item you want to delete."
+msgstr "GUID of item to be deleted."
 
-#: src/Content/Widget.php:318
-msgid "Categories"
-msgstr "Categories"
+#: src/Module/Admin/Item/Source.php:47
+msgid "Item Guid"
+msgstr "Item Guid"
 
-#: src/Content/Widget.php:402
+#: src/Module/Admin/Logs/Settings.php:27
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contact in common"
-msgstr[1] "%d contacts in common"
-
-#: src/Content/ContactSelector.php:58
-msgid "Frequently"
-msgstr "Frequently"
+msgid "The logfile '%s' is not writable. No logging possible"
+msgstr "The logfile '%s' is not writeable. No logging possible"
 
-#: src/Content/ContactSelector.php:59
-msgid "Hourly"
-msgstr "Hourly"
+#: src/Module/Admin/Logs/Settings.php:36
+msgid "Log settings updated."
+msgstr "Log settings updated."
 
-#: src/Content/ContactSelector.php:60
-msgid "Twice daily"
-msgstr "Twice daily"
+#: src/Module/Admin/Logs/Settings.php:55
+msgid "PHP log currently enabled."
+msgstr "PHP log currently enabled."
 
-#: src/Content/ContactSelector.php:61
-msgid "Daily"
-msgstr "Daily"
+#: src/Module/Admin/Logs/Settings.php:57
+msgid "PHP log currently disabled."
+msgstr "PHP log currently disabled."
 
-#: src/Content/ContactSelector.php:62
-msgid "Weekly"
-msgstr "Weekly"
+#: src/Module/Admin/Logs/Settings.php:66
+msgid "Clear"
+msgstr "Clear"
 
-#: src/Content/ContactSelector.php:63
-msgid "Monthly"
-msgstr "Monthly"
+#: src/Module/Admin/Logs/Settings.php:70
+msgid "Enable Debugging"
+msgstr "Enable debugging"
 
-#: src/Content/ContactSelector.php:116
-msgid "DFRN"
-msgstr "DFRN"
+#: src/Module/Admin/Logs/Settings.php:71
+msgid "Log file"
+msgstr "Log file"
 
-#: src/Content/ContactSelector.php:117
-msgid "OStatus"
-msgstr "OStatus"
+#: src/Module/Admin/Logs/Settings.php:71
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Must be writable by web server and relative to your Friendica top-level directory."
 
-#: src/Content/ContactSelector.php:118
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: src/Module/Admin/Logs/Settings.php:72
+msgid "Log level"
+msgstr "Log level"
 
-#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272
-#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
-#: src/Module/Admin/Users.php:315
-msgid "Email"
-msgstr "Email"
+#: src/Module/Admin/Logs/Settings.php:74
+msgid "PHP logging"
+msgstr "PHP logging"
 
-#: src/Content/ContactSelector.php:121
-msgid "Zot!"
-msgstr "Zot!"
+#: src/Module/Admin/Logs/Settings.php:75
+msgid ""
+"To temporarily enable logging of PHP errors and warnings you can prepend the"
+" following to the index.php file of your installation. The filename set in "
+"the 'error_log' line is relative to the friendica top-level directory and "
+"must be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."
 
-#: src/Content/ContactSelector.php:122
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: src/Module/Admin/Logs/View.php:22
+#, php-format
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr "Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file %1$s exist and is readable."
 
-#: src/Content/ContactSelector.php:123
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: src/Module/Admin/Logs/View.php:26
+#, php-format
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr "Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check if file %1$s is readable."
 
-#: src/Content/ContactSelector.php:124
-msgid "MySpace"
-msgstr "MySpace"
+#: src/Module/Admin/Summary.php:32
+#, 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 <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
+msgstr "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"
 
-#: src/Content/ContactSelector.php:125
-msgid "Google+"
-msgstr "Google+"
+#: src/Module/Admin/Summary.php:40
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s"
 
-#: src/Content/ContactSelector.php:126
-msgid "pump.io"
-msgstr "pump.io"
+#: src/Module/Admin/Summary.php:49
+msgid ""
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."
 
-#: src/Content/ContactSelector.php:127
-msgid "Twitter"
-msgstr "Twitter"
+#: src/Module/Admin/Summary.php:53
+msgid ""
+"The last update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear. (Some of the errors are possibly inside the logfile.)"
+msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear at the standard output and logfile."
 
-#: src/Content/ContactSelector.php:128
-msgid "Diaspora Connector"
-msgstr "diaspora* connector"
+#: src/Module/Admin/Summary.php:58
+msgid "The worker was never executed. Please check your database structure!"
+msgstr "The worker process has never been executed. Please check your database structure!"
 
-#: src/Content/ContactSelector.php:129
-msgid "GNU Social Connector"
-msgstr "GNU Social Connector"
+#: src/Module/Admin/Summary.php:60
+#, php-format
+msgid ""
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."
 
-#: src/Content/ContactSelector.php:130
-msgid "ActivityPub"
-msgstr "ActivityPub"
+#: src/Module/Admin/Summary.php:65
+#, 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 "
+"<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for "
+"help with the transition."
+msgstr "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your  configuration from <code>.htconfig.php</code>. See <a href=\"%s\">the  configuration help page</a> for help with the transition."
 
-#: src/Content/ContactSelector.php:131
-msgid "pnut"
-msgstr "pnut"
+#: src/Module/Admin/Summary.php:69
+#, 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 "
+"<code>config/local.ini.php</code>. See <a href=\"%s\">the Config help "
+"page</a> for help with the transition."
+msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."
 
-#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269
-#: src/Content/ContactSelector.php:307
-msgid "No answer"
-msgstr "No answer"
+#: src/Module/Admin/Summary.php:75
+#, php-format
+msgid ""
+"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
+"configuration issue that prevents server to server communication. See <a "
+"href=\"%s\">the installation page</a> for help."
+msgstr "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."
 
-#: src/Content/ContactSelector.php:230
-msgid "Male"
-msgstr "Male"
+#: src/Module/Admin/Summary.php:94
+#, php-format
+msgid "The logfile '%s' is not usable. No logging possible (error: '%s')"
+msgstr "The logfile '%s' is not usable. No logging is possible (error: '%s')."
 
-#: src/Content/ContactSelector.php:231
-msgid "Female"
-msgstr "Female"
+#: src/Module/Admin/Summary.php:109
+#, php-format
+msgid ""
+"The debug logfile '%s' is not usable. No logging possible (error: '%s')"
+msgstr "The debug logfile '%s' is not usable. No logging is possible (error: '%s')."
 
-#: src/Content/ContactSelector.php:232
-msgid "Currently Male"
-msgstr "Currently male"
+#: src/Module/Admin/Summary.php:125
+#, 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 "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."
 
-#: src/Content/ContactSelector.php:233
-msgid "Currently Female"
-msgstr "Currently female"
+#: src/Module/Admin/Summary.php:133
+#, php-format
+msgid ""
+"Friendica's current system.basepath '%s' is wrong and the config file '%s' "
+"isn't used."
+msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used."
 
-#: src/Content/ContactSelector.php:234
-msgid "Mostly Male"
-msgstr "Mostly male"
+#: src/Module/Admin/Summary.php:141
+#, php-format
+msgid ""
+"Friendica's current system.basepath '%s' is not equal to the config file "
+"'%s'. Please fix your configuration."
+msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."
 
-#: src/Content/ContactSelector.php:235
-msgid "Mostly Female"
-msgstr "Mostly female"
+#: src/Module/Admin/Summary.php:148
+msgid "Normal Account"
+msgstr "Standard account"
 
-#: src/Content/ContactSelector.php:236
-msgid "Transgender"
-msgstr "Transgender"
+#: src/Module/Admin/Summary.php:149
+msgid "Automatic Follower Account"
+msgstr "Automatic follower account"
 
-#: src/Content/ContactSelector.php:237
-msgid "Intersex"
-msgstr "Intersex"
+#: src/Module/Admin/Summary.php:150
+msgid "Public Forum Account"
+msgstr "Public forum account"
 
-#: src/Content/ContactSelector.php:238
-msgid "Transsexual"
-msgstr "Transsexual"
+#: src/Module/Admin/Summary.php:151
+msgid "Automatic Friend Account"
+msgstr "Automatic friend account"
 
-#: src/Content/ContactSelector.php:239
-msgid "Hermaphrodite"
-msgstr "Hermaphrodite"
+#: src/Module/Admin/Summary.php:152
+msgid "Blog Account"
+msgstr "Blog account"
 
-#: src/Content/ContactSelector.php:240
-msgid "Neuter"
-msgstr "Neuter"
+#: src/Module/Admin/Summary.php:153
+msgid "Private Forum Account"
+msgstr "Private forum account"
 
-#: src/Content/ContactSelector.php:241
-msgid "Non-specific"
-msgstr "Non-specific"
+#: src/Module/Admin/Summary.php:173
+msgid "Message queues"
+msgstr "Message queues"
 
-#: src/Content/ContactSelector.php:242
-msgid "Other"
-msgstr "Other"
+#: src/Module/Admin/Summary.php:179
+msgid "Server Settings"
+msgstr "Server Settings"
 
-#: src/Content/ContactSelector.php:270
-msgid "Males"
-msgstr "Males"
+#: src/Module/Admin/Summary.php:193
+msgid "Summary"
+msgstr "Summary"
 
-#: src/Content/ContactSelector.php:271
-msgid "Females"
-msgstr "Females"
+#: src/Module/Admin/Summary.php:195
+msgid "Registered users"
+msgstr "Registered users"
 
-#: src/Content/ContactSelector.php:272
-msgid "Gay"
-msgstr "Gay"
+#: src/Module/Admin/Summary.php:197
+msgid "Pending registrations"
+msgstr "Pending registrations"
 
-#: src/Content/ContactSelector.php:273
-msgid "Lesbian"
-msgstr "Lesbian"
+#: src/Module/Admin/Summary.php:198
+msgid "Version"
+msgstr "Version"
 
-#: src/Content/ContactSelector.php:274
-msgid "No Preference"
-msgstr "No Preference"
+#: src/Module/Admin/Summary.php:202
+msgid "Active addons"
+msgstr "Active addons"
 
-#: src/Content/ContactSelector.php:275
-msgid "Bisexual"
-msgstr "Bisexual"
+#: src/Module/Admin/DBSync.php:32
+msgid "Update has been marked successful"
+msgstr "Update has been marked successful"
 
-#: src/Content/ContactSelector.php:276
-msgid "Autosexual"
-msgstr "Auto-sexual"
+#: src/Module/Admin/DBSync.php:42
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Database structure update %s was successfully applied."
 
-#: src/Content/ContactSelector.php:277
-msgid "Abstinent"
-msgstr "Abstinent"
+#: src/Module/Admin/DBSync.php:46
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Executing of database structure update %s failed with error: %s"
 
-#: src/Content/ContactSelector.php:278
-msgid "Virgin"
-msgstr "Virgin"
+#: src/Module/Admin/DBSync.php:63
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Executing %s failed with error: %s"
 
-#: src/Content/ContactSelector.php:279
-msgid "Deviant"
-msgstr "Deviant"
+#: src/Module/Admin/DBSync.php:65
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Update %s was successfully applied."
 
-#: src/Content/ContactSelector.php:280
-msgid "Fetish"
-msgstr "Fetish"
+#: src/Module/Admin/DBSync.php:68
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Update %s did not return a status. Unknown if it succeeded."
 
-#: src/Content/ContactSelector.php:281
-msgid "Oodles"
-msgstr "Oodles"
+#: src/Module/Admin/DBSync.php:71
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "There was no additional update function %s that needed to be called."
 
-#: src/Content/ContactSelector.php:282
-msgid "Nonsexual"
-msgstr "Asexual"
+#: src/Module/Admin/DBSync.php:91
+msgid "No failed updates."
+msgstr "No failed updates."
 
-#: src/Content/ContactSelector.php:308
-msgid "Single"
-msgstr "Single"
+#: src/Module/Admin/DBSync.php:92
+msgid "Check database structure"
+msgstr "Check database structure"
 
-#: src/Content/ContactSelector.php:309
-msgid "Lonely"
-msgstr "Lonely"
+#: src/Module/Admin/DBSync.php:97
+msgid "Failed Updates"
+msgstr "Failed updates"
 
-#: src/Content/ContactSelector.php:310
-msgid "In a relation"
-msgstr "In a relation"
+#: src/Module/Admin/DBSync.php:98
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "This does not include updates prior to 1139, which did not return a status."
 
-#: src/Content/ContactSelector.php:311
-msgid "Has crush"
-msgstr "Having a crush"
+#: src/Module/Admin/DBSync.php:99
+msgid "Mark success (if update was manually applied)"
+msgstr "Mark success (if update was manually applied)"
 
-#: src/Content/ContactSelector.php:312
-msgid "Infatuated"
-msgstr "Infatuated"
+#: src/Module/Admin/DBSync.php:100
+msgid "Attempt to execute this update step automatically"
+msgstr "Attempt to execute this update step automatically"
 
-#: src/Content/ContactSelector.php:313
-msgid "Dating"
-msgstr "Dating"
+#: src/Module/Settings/Delegation.php:37
+msgid "Delegation successfully granted."
+msgstr "Delegation successfully granted."
 
-#: src/Content/ContactSelector.php:314
-msgid "Unfaithful"
-msgstr "Unfaithful"
+#: src/Module/Settings/Delegation.php:39
+msgid "Parent user not found, unavailable or password doesn't match."
+msgstr "Parent user not found, unavailable or password doesn't match."
 
-#: src/Content/ContactSelector.php:315
-msgid "Sex Addict"
-msgstr "Sex addict"
+#: src/Module/Settings/Delegation.php:43
+msgid "Delegation successfully revoked."
+msgstr "Delegation successfully revoked."
 
-#: src/Content/ContactSelector.php:316 src/Model/User.php:762
-msgid "Friends"
-msgstr "Friends"
+#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88
+msgid ""
+"Delegated administrators can view but not change delegation permissions."
+msgstr "Delegated administrators can view but not change delegation permissions."
 
-#: src/Content/ContactSelector.php:317
-msgid "Friends/Benefits"
-msgstr "Friends with benefits"
+#: src/Module/Settings/Delegation.php:80
+msgid "Delegate user not found."
+msgstr "Delegate user not found."
 
-#: src/Content/ContactSelector.php:318
-msgid "Casual"
-msgstr "Casual"
+#: src/Module/Settings/Delegation.php:137
+msgid "No parent user"
+msgstr "No parent user"
 
-#: src/Content/ContactSelector.php:319
-msgid "Engaged"
-msgstr "Engaged"
+#: src/Module/Settings/Delegation.php:149
+msgid "Parent Password:"
+msgstr "Parent password:"
 
-#: src/Content/ContactSelector.php:320
-msgid "Married"
-msgstr "Married"
+#: src/Module/Settings/Delegation.php:149
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr "Please enter the password of the parent account to authorise this request."
 
-#: src/Content/ContactSelector.php:321
-msgid "Imaginarily married"
-msgstr "Imaginarily married"
+#: src/Module/Settings/Delegation.php:154
+msgid "Parent User"
+msgstr "Parent user"
 
-#: src/Content/ContactSelector.php:322
-msgid "Partners"
-msgstr "Partners"
+#: src/Module/Settings/Delegation.php:157
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."
 
-#: src/Content/ContactSelector.php:323
-msgid "Cohabiting"
-msgstr "Cohabiting"
+#: src/Module/Settings/Delegation.php:159
+msgid "Delegate Page Management"
+msgstr "Delegate Page Management"
 
-#: src/Content/ContactSelector.php:324
-msgid "Common law"
-msgstr "Common law spouse"
+#: src/Module/Settings/Delegation.php:160
+msgid "Delegates"
+msgstr "Delegates"
 
-#: src/Content/ContactSelector.php:325
-msgid "Happy"
-msgstr "Happy"
+#: src/Module/Settings/Delegation.php:162
+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 "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
 
-#: src/Content/ContactSelector.php:326
-msgid "Not looking"
-msgstr "Not looking"
+#: src/Module/Settings/Delegation.php:163
+msgid "Existing Page Delegates"
+msgstr "Existing page delegates"
 
-#: src/Content/ContactSelector.php:327
-msgid "Swinger"
-msgstr "Swinger"
+#: src/Module/Settings/Delegation.php:165
+msgid "Potential Delegates"
+msgstr "Potential delegates"
 
-#: src/Content/ContactSelector.php:328
-msgid "Betrayed"
-msgstr "Betrayed"
+#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114
+msgid "Remove"
+msgstr "Remove"
 
-#: src/Content/ContactSelector.php:329
-msgid "Separated"
-msgstr "Separated"
+#: src/Module/Settings/Delegation.php:168
+msgid "Add"
+msgstr "Add"
 
-#: src/Content/ContactSelector.php:330
-msgid "Unstable"
-msgstr "Unstable"
+#: src/Module/Settings/Delegation.php:169
+msgid "No entries."
+msgstr "No entries."
 
-#: src/Content/ContactSelector.php:331
-msgid "Divorced"
-msgstr "Divorced"
+#: src/Module/Settings/UserExport.php:44
+msgid "Export account"
+msgstr "Export account"
 
-#: src/Content/ContactSelector.php:332
-msgid "Imaginarily divorced"
-msgstr "Imaginarily divorced"
+#: src/Module/Settings/UserExport.php:44
+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 "Export your account info and contacts. Use this to backup your account or to move it to another server."
 
-#: src/Content/ContactSelector.php:333
-msgid "Widowed"
-msgstr "Widowed"
+#: src/Module/Settings/UserExport.php:45
+msgid "Export all"
+msgstr "Export all"
 
-#: src/Content/ContactSelector.php:334
-msgid "Uncertain"
-msgstr "Uncertain"
+#: src/Module/Settings/UserExport.php:45
+msgid ""
+"Export your accout 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 "Export your account info, contacts and all your items as JSON. This 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."
 
-#: src/Content/ContactSelector.php:335
-msgid "It's complicated"
-msgstr "It's complicated"
+#: src/Module/Settings/UserExport.php:46
+msgid "Export Contacts to CSV"
+msgstr "Export contacts to CSV"
 
-#: src/Content/ContactSelector.php:336
-msgid "Don't care"
-msgstr "Don't care"
+#: src/Module/Settings/UserExport.php:46
+msgid ""
+"Export the list of the accounts you are following as CSV file. Compatible to"
+" e.g. Mastodon."
+msgstr "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example."
 
-#: src/Content/ContactSelector.php:337
-msgid "Ask me"
-msgstr "Ask me"
+#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89
+#: mod/settings.php:133
+msgid "Export personal data"
+msgstr "Export personal data"
 
-#: src/Database/DBStructure.php:50
-msgid "There are no tables on MyISAM."
-msgstr "There are no tables on MyISAM."
+#: src/Module/Settings/TwoFactor/Verify.php:41
+#: src/Module/Settings/TwoFactor/AppSpecific.php:36
+#: src/Module/Settings/TwoFactor/Recovery.php:34
+msgid "Please enter your password to access this page."
+msgstr "Please enter your password to access this page."
 
-#: src/Database/DBStructure.php:74
+#: src/Module/Settings/TwoFactor/Verify.php:63
+msgid "Two-factor authentication successfully activated."
+msgstr "Two-factor authentication successfully activated."
+
+#: src/Module/Settings/TwoFactor/Verify.php:96
 #, php-format
 msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr "\nError %d occurred during database update:\n%s\n"
+"<p>Or you can submit the authentication settings manually:</p>\n"
+"<dl>\n"
+"\t<dt>Issuer</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Account Name</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Secret Key</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Type</dt>\n"
+"\t<dd>Time-based</dd>\n"
+"\t<dt>Number of digits</dt>\n"
+"\t<dd>6</dd>\n"
+"\t<dt>Hashing algorithm</dt>\n"
+"\t<dd>SHA-1</dd>\n"
+"</dl>"
+msgstr "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"
 
-#: src/Database/DBStructure.php:77
-msgid "Errors encountered performing database changes: "
-msgstr "Errors encountered performing database changes: "
+#: src/Module/Settings/TwoFactor/Verify.php:116
+msgid "Two-factor code verification"
+msgstr "Two-factor code verification"
 
-#: src/Database/DBStructure.php:266
-#, php-format
-msgid "%s: Database update"
-msgstr "%s: Database update"
+#: src/Module/Settings/TwoFactor/Verify.php:118
+msgid ""
+"<p>Please scan this QR Code with your authenticator app and submit the "
+"provided code.</p>"
+msgstr "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"
 
-#: src/Database/DBStructure.php:527
+#: src/Module/Settings/TwoFactor/Verify.php:120
 #, php-format
-msgid "%s: updating %s table."
-msgstr "%s: updating %s table."
+msgid ""
+"<p>Or you can open the following URL in your mobile devicde:</p><p><a "
+"href=\"%s\">%s</a></p>"
+msgstr "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>"
 
-#: src/Model/Storage/Filesystem.php:63
-#, php-format
-msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
-msgstr "Filesystem storage failed to create \"%s\". Check you write permissions."
+#: src/Module/Settings/TwoFactor/Verify.php:127
+msgid "Verify code and enable two-factor authentication"
+msgstr "Verify code and enable two-factor authentication"
 
-#: src/Model/Storage/Filesystem.php:105
-#, php-format
+#: src/Module/Settings/TwoFactor/AppSpecific.php:54
+msgid "App-specific password generation failed: The description is empty."
+msgstr "App-specific password generation failed: The description is empty."
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:57
 msgid ""
-"Filesystem storage failed to save data to \"%s\". Check your write "
-"permissions"
-msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions"
+"App-specific password generation failed: This description already exists."
+msgstr "App-specific password generation failed: This description already exists."
 
-#: src/Model/Storage/Filesystem.php:126
-msgid "Storage base path"
-msgstr "Storage base path"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:61
+msgid "New app-specific password generated."
+msgstr "New app-specific password generated."
 
-#: src/Model/Storage/Filesystem.php:128
-msgid ""
-"Folder where uploaded files are saved. For maximum security, This should be "
-"a path outside web server folder tree"
-msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:67
+msgid "App-specific passwords successfully revoked."
+msgstr "App-specific passwords successfully revoked."
 
-#: src/Model/Storage/Filesystem.php:138
-msgid "Enter a valid existing folder"
-msgstr "Enter a valid existing folder"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:77
+msgid "App-specific password successfully revoked."
+msgstr "App-specific password successfully revoked."
 
-#: src/Model/Storage/Database.php:36
-#, php-format
-msgid "Database storage failed to update %s"
-msgstr "Database storage failed to update %s"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:98
+msgid "Two-factor app-specific passwords"
+msgstr "Two-factor app-specific passwords"
 
-#: src/Model/Storage/Database.php:43
-msgid "Database storage failed to insert data"
-msgstr "Database storage failed to insert data"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:100
+msgid ""
+"<p>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.</p>"
+msgstr "<p>App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.</p>"
 
-#: src/Model/Event.php:34 src/Model/Event.php:847
-#: src/Module/Debug/Localtime.php:17
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:101
+msgid ""
+"Make sure to copy your new app-specific password now. You won’t be able to "
+"see it again!"
+msgstr "Make sure to copy your new app-specific password now. You won’t be able to see it again!"
 
-#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435
-#: src/Model/Event.php:915
-msgid "Starts:"
-msgstr "Starts:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:104
+msgid "Description"
+msgstr "Description"
 
-#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436
-#: src/Model/Event.php:919
-msgid "Finishes:"
-msgstr "Finishes:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:105
+msgid "Last Used"
+msgstr "Last Used"
 
-#: src/Model/Event.php:385
-msgid "all-day"
-msgstr "All-day"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:106
+msgid "Revoke"
+msgstr "Revoke"
 
-#: src/Model/Event.php:411
-msgid "Sept"
-msgstr "Sep"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:107
+msgid "Revoke All"
+msgstr "Revoke All"
 
-#: src/Model/Event.php:433
-msgid "No events to display"
-msgstr "No events to display"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:110
+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 "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it."
 
-#: src/Model/Event.php:561
-msgid "l, F j"
-msgstr "l, F j"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:111
+msgid "Generate new app-specific password"
+msgstr "Generate new app-specific password"
 
-#: src/Model/Event.php:592
-msgid "Edit event"
-msgstr "Edit event"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:112
+msgid "Friendiqa on my Fairphone 2..."
+msgstr "Friendiqa on my Fairphone 2..."
 
-#: src/Model/Event.php:593
-msgid "Duplicate event"
-msgstr "Duplicate event"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:113
+msgid "Generate"
+msgstr "Generate"
 
-#: src/Model/Event.php:594
-msgid "Delete event"
-msgstr "Delete event"
+#: src/Module/Settings/TwoFactor/Index.php:51
+msgid "Two-factor authentication successfully disabled."
+msgstr "Two-factor authentication successfully disabled."
 
-#: src/Model/Event.php:626 src/Model/Item.php:3547 src/Model/Item.php:3554
-msgid "link to source"
-msgstr "Link to source"
+#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541
+msgid "Wrong Password"
+msgstr "Wrong password"
 
-#: src/Model/Event.php:848
-msgid "D g:i A"
-msgstr "D g:i A"
+#: src/Module/Settings/TwoFactor/Index.php:92
+msgid ""
+"<p>Use an application on a mobile device to get two-factor authentication "
+"codes when prompted on login.</p>"
+msgstr "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"
 
-#: src/Model/Event.php:849
-msgid "g:i A"
-msgstr "g:i A"
+#: src/Module/Settings/TwoFactor/Index.php:96
+msgid "Authenticator app"
+msgstr "Authenticator app"
 
-#: src/Model/Event.php:934 src/Model/Event.php:936
-msgid "Show map"
-msgstr "Show map"
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Configured"
+msgstr "Configured"
 
-#: src/Model/Event.php:935
-msgid "Hide map"
-msgstr "Hide map"
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Not Configured"
+msgstr "Not configured"
 
-#: src/Model/Event.php:1027
-#, php-format
-msgid "%s's birthday"
-msgstr "%s's birthday"
+#: src/Module/Settings/TwoFactor/Index.php:98
+msgid "<p>You haven't finished configuring your authenticator app.</p>"
+msgstr "<p>You haven't finished configuring your authenticator app.</p>"
 
-#: src/Model/Event.php:1028
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Happy Birthday, %s!"
+#: src/Module/Settings/TwoFactor/Index.php:99
+msgid "<p>Your authenticator app is correctly configured.</p>"
+msgstr "<p>Your authenticator app is correctly configured.</p>"
 
-#: src/Model/FileTag.php:265
-msgid "Item filed"
-msgstr "Item filed"
+#: src/Module/Settings/TwoFactor/Index.php:101
+msgid "Recovery codes"
+msgstr "Recovery codes"
 
-#: src/Model/User.php:331
-msgid "Login failed"
-msgstr "Login failed"
+#: src/Module/Settings/TwoFactor/Index.php:102
+msgid "Remaining valid codes"
+msgstr "Remaining valid codes"
 
-#: src/Model/User.php:362
-msgid "Not enough information to authenticate"
-msgstr "Not enough information to authenticate"
+#: src/Module/Settings/TwoFactor/Index.php:104
+msgid ""
+"<p>These one-use codes can replace an authenticator app code in case you "
+"have lost access to it.</p>"
+msgstr "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"
 
-#: src/Model/User.php:440
-msgid "Password can't be empty"
-msgstr "Password can't be empty"
+#: src/Module/Settings/TwoFactor/Index.php:106
+msgid "App-specific passwords"
+msgstr "App-specific passwords"
 
-#: src/Model/User.php:459
-msgid "Empty passwords are not allowed."
-msgstr "Empty passwords are not allowed."
+#: src/Module/Settings/TwoFactor/Index.php:107
+msgid "Generated app-specific passwords"
+msgstr "Generated app-specific passwords"
 
-#: src/Model/User.php:463
+#: src/Module/Settings/TwoFactor/Index.php:109
 msgid ""
-"The new password has been exposed in a public data dump, please choose "
-"another."
-msgstr "The new password has been exposed in a public data dump; please choose another."
+"<p>These randomly generated passwords allow you to authenticate on apps not "
+"supporting two-factor authentication.</p>"
+msgstr "<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"
 
-#: src/Model/User.php:469
+#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635
+msgid "Actions"
+msgstr "Actions"
+
+#: src/Module/Settings/TwoFactor/Index.php:112
+msgid "Current password:"
+msgstr "Current password:"
+
+#: src/Module/Settings/TwoFactor/Index.php:112
 msgid ""
-"The password can't contain accentuated letters, white spaces or colons (:)"
-msgstr "The password can't contain accentuated letters, white spaces or colons"
+"You need to provide your current password to change two-factor "
+"authentication settings."
+msgstr "You need to provide your current password to change two-factor authentication settings."
 
-#: src/Model/User.php:569
-msgid "Passwords do not match. Password unchanged."
-msgstr "Passwords do not match. Password unchanged."
+#: src/Module/Settings/TwoFactor/Index.php:113
+msgid "Enable two-factor authentication"
+msgstr "Enable two-factor authentication"
 
-#: src/Model/User.php:576
-msgid "An invitation is required."
-msgstr "An invitation is required."
+#: src/Module/Settings/TwoFactor/Index.php:114
+msgid "Disable two-factor authentication"
+msgstr "Disable two-factor authentication"
 
-#: src/Model/User.php:580
-msgid "Invitation could not be verified."
-msgstr "Invitation could not be verified."
+#: src/Module/Settings/TwoFactor/Index.php:115
+msgid "Show recovery codes"
+msgstr "Show recovery codes"
 
-#: src/Model/User.php:587
-msgid "Invalid OpenID url"
-msgstr "Invalid OpenID URL"
+#: src/Module/Settings/TwoFactor/Index.php:116
+msgid "Manage app-specific passwords"
+msgstr "Manage app-specific passwords"
 
-#: src/Model/User.php:600 src/Module/Login.php:102
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
+#: src/Module/Settings/TwoFactor/Index.php:117
+msgid "Finish app configuration"
+msgstr "Finish app configuration"
 
-#: src/Model/User.php:600 src/Module/Login.php:102
-msgid "The error message was:"
-msgstr "The error message was:"
+#: src/Module/Settings/TwoFactor/Recovery.php:50
+msgid "New recovery codes successfully generated."
+msgstr "New recovery codes successfully generated."
 
-#: src/Model/User.php:606
-msgid "Please enter the required information."
-msgstr "Please enter the required information."
+#: src/Module/Settings/TwoFactor/Recovery.php:76
+msgid "Two-factor recovery codes"
+msgstr "Two-factor recovery codes"
 
-#: src/Model/User.php:620
-#, php-format
+#: src/Module/Settings/TwoFactor/Recovery.php:78
 msgid ""
-"system.username_min_length (%s) and system.username_max_length (%s) are "
-"excluding each other, swapping values."
-msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."
+"<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your "
+"device and don’t have the recovery codes you will lose access to your "
+"account.</p>"
+msgstr "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"
 
-#: src/Model/User.php:627
-#, php-format
-msgid "Username should be at least %s character."
-msgid_plural "Username should be at least %s characters."
-msgstr[0] "Username should be at least %s character."
-msgstr[1] "Username should be at least %s characters."
+#: src/Module/Settings/TwoFactor/Recovery.php:80
+msgid ""
+"When you generate new recovery codes, you must copy the new codes. Your old "
+"codes won’t work anymore."
+msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."
 
-#: src/Model/User.php:631
-#, php-format
-msgid "Username should be at most %s character."
-msgid_plural "Username should be at most %s characters."
-msgstr[0] "Username should be at most %s character."
-msgstr[1] "Username should be at most %s characters."
+#: src/Module/Settings/TwoFactor/Recovery.php:81
+msgid "Generate new recovery codes"
+msgstr "Generate new recovery codes"
 
-#: src/Model/User.php:639
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "That doesn't appear to be your full (i.e first and last) name."
+#: src/Module/Settings/TwoFactor/Recovery.php:83
+msgid "Next: Verification"
+msgstr "Next: Verification"
 
-#: src/Model/User.php:644
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Your email domain is not allowed on this site."
+#: src/Module/HTTPException/MethodNotAllowed.php:13
+msgid "Method Not Allowed."
+msgstr "Method not allowed."
 
-#: src/Model/User.php:648
-msgid "Not a valid email address."
-msgstr "Not a valid email address."
+#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186
+msgid "Page not found."
+msgstr "Page not found"
 
-#: src/Model/User.php:651
-msgid "The nickname was blocked from registration by the nodes admin."
-msgstr "The nickname was blocked from registration by the nodes admin."
+#: src/Module/BaseSearchModule.php:54
+#, php-format
+msgid "People Search - %s"
+msgstr "People search - %s"
 
-#: src/Model/User.php:655 src/Model/User.php:663
-msgid "Cannot use that email."
-msgstr "Cannot use that email."
+#: src/Module/BaseSearchModule.php:64
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Forum search - %s"
 
-#: src/Model/User.php:670
-msgid "Your nickname can only contain a-z, 0-9 and _."
-msgstr "Your nickname can only contain a-z, 0-9 and _."
+#: src/Module/BaseSearchModule.php:96 mod/match.php:130
+msgid "No matches"
+msgstr "No matches"
 
-#: src/Model/User.php:677 src/Model/User.php:734
-msgid "Nickname is already registered. Please choose another."
-msgstr "Nickname is already registered. Please choose another."
+#: src/Module/Apps.php:29
+msgid "No installed applications."
+msgstr "No installed applications."
 
-#: src/Model/User.php:687
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "SERIOUS ERROR: Generation of security keys failed."
+#: src/Module/Apps.php:34
+msgid "Applications"
+msgstr "Applications"
 
-#: src/Model/User.php:721 src/Model/User.php:725
-msgid "An error occurred during registration. Please try again."
-msgstr "An error occurred during registration. Please try again."
+#: src/Module/Credits.php:25
+msgid "Credits"
+msgstr "Credits"
 
-#: src/Model/User.php:750
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "An error occurred creating your default profile. Please try again."
+#: src/Module/Credits.php:26
+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 "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!"
 
-#: src/Model/User.php:757
-msgid "An error occurred creating your self contact. Please try again."
-msgstr "An error occurred creating your self-contact. Please try again."
+#: src/Module/Logout.php:41
+msgid "Logged out."
+msgstr "Logged out."
 
-#: src/Model/User.php:766
-msgid ""
-"An error occurred creating your default contact group. Please try again."
-msgstr "An error occurred while creating your default contact group. Please try again."
+#: src/Module/Group.php:42
+msgid "Group created."
+msgstr "Group created."
 
-#: src/Model/User.php:842
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t\t%4$s\n"
-"\t\t\tPassword:\t\t%5$s\n"
-"\t\t"
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t"
+#: src/Module/Group.php:48
+msgid "Could not create group."
+msgstr "Could not create group."
 
-#: src/Model/User.php:859
-#, php-format
-msgid "Registration at %s"
-msgstr "Registration at %s"
+#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233
+msgid "Group not found."
+msgstr "Group not found."
 
-#: src/Model/User.php:878
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
-"\t\t"
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t"
+#: src/Module/Group.php:65
+msgid "Group name changed."
+msgstr "Group name changed."
 
-#: src/Model/User.php:884
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t\t%1$s\n"
-"\t\t\tPassword:\t\t%5$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %2$s."
-msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s."
+#: src/Module/Group.php:87
+msgid "Unknown group."
+msgstr "Unknown group."
 
-#: src/Model/User.php:919 src/Module/Admin/Users.php:88
-#, php-format
-msgid "Registration details for %s"
-msgstr "Registration details for %s"
+#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32
+#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126
+#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137
+msgid "Contact not found."
+msgstr "Contact not found."
 
-#: src/Model/Contact.php:1230
-msgid "Drop Contact"
-msgstr "Drop contact"
+#: src/Module/Group.php:96
+msgid "Contact is unavailable."
+msgstr "Contact is unavailable."
 
-#: src/Model/Contact.php:1783
-msgid "Organisation"
-msgstr "Organisation"
+#: src/Module/Group.php:100
+msgid "Contact is deleted."
+msgstr "Contact is deleted."
 
-#: src/Model/Contact.php:1787
-msgid "News"
-msgstr "News"
+#: src/Module/Group.php:106
+msgid "Contact is blocked, unable to add it to a group."
+msgstr "Contact is blocked, unable to add it to a group."
 
-#: src/Model/Contact.php:1791
-msgid "Forum"
-msgstr "Forum"
+#: src/Module/Group.php:110
+msgid "Unable to add the contact to the group."
+msgstr "Unable to add contact to group."
 
-#: src/Model/Contact.php:2192
-msgid "Connect URL missing."
-msgstr "Connect URL missing."
+#: src/Module/Group.php:112
+msgid "Contact successfully added to group."
+msgstr "Contact successfully added to group."
 
-#: src/Model/Contact.php:2201
-msgid ""
-"The contact could not be added. Please check the relevant network "
-"credentials in your Settings -> Social Networks page."
-msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."
+#: src/Module/Group.php:116
+msgid "Unable to remove the contact from the group."
+msgstr "Unable to remove contact from group."
 
-#: src/Model/Contact.php:2242
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "This site is not configured to allow communications with other networks."
+#: src/Module/Group.php:118
+msgid "Contact successfully removed from group."
+msgstr "Contact removed from group."
 
-#: src/Model/Contact.php:2243 src/Model/Contact.php:2256
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "No compatible communication protocols or feeds were discovered."
+#: src/Module/Group.php:121
+msgid "Unknown group command."
+msgstr "Unknown group command."
 
-#: src/Model/Contact.php:2254
-msgid "The profile address specified does not provide adequate information."
-msgstr "The profile address specified does not provide adequate information."
+#: src/Module/Group.php:124
+msgid "Bad request."
+msgstr "Bad request."
 
-#: src/Model/Contact.php:2259
-msgid "An author or name was not found."
-msgstr "An author or name was not found."
+#: src/Module/Group.php:163
+msgid "Save Group"
+msgstr "Save group"
 
-#: src/Model/Contact.php:2262
-msgid "No browser URL could be matched to this address."
-msgstr "No browser URL could be matched to this address."
+#: src/Module/Group.php:164
+msgid "Filter"
+msgstr "Filter"
 
-#: src/Model/Contact.php:2265
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Unable to match @-style identity address with a known protocol or email contact."
+#: src/Module/Group.php:170
+msgid "Create a group of contacts/friends."
+msgstr "Create a group of contacts/friends."
 
-#: src/Model/Contact.php:2266
-msgid "Use mailto: in front of address to force email check."
-msgstr "Use mailto: in front of address to force email check."
+#: src/Module/Group.php:212
+msgid "Group removed."
+msgstr "Group removed."
 
-#: src/Model/Contact.php:2272
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "The profile address specified belongs to a network which has been disabled on this site."
+#: src/Module/Group.php:214
+msgid "Unable to remove group."
+msgstr "Unable to remove group."
 
-#: src/Model/Contact.php:2277
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
+#: src/Module/Group.php:265
+msgid "Delete Group"
+msgstr "Delete group"
 
-#: src/Model/Contact.php:2332
-msgid "Unable to retrieve contact information."
-msgstr "Unable to retrieve contact information."
+#: src/Module/Group.php:275
+msgid "Edit Group Name"
+msgstr "Edit group name"
 
-#: src/Model/Group.php:77
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
+#: src/Module/Group.php:285
+msgid "Members"
+msgstr "Members"
 
-#: src/Model/Group.php:407
-msgid "Default privacy group for new contacts"
-msgstr "Default privacy group for new contacts"
+#: src/Module/Group.php:288 mod/network.php:616
+msgid "Group is empty"
+msgstr "Group is empty"
 
-#: src/Model/Group.php:439
-msgid "Everybody"
-msgstr "Everybody"
+#: src/Module/Group.php:301
+msgid "Remove contact from group"
+msgstr "Remove contact from group"
 
-#: src/Model/Group.php:458
-msgid "edit"
-msgstr "edit"
+#: src/Module/Group.php:321 mod/profperm.php:119
+msgid "Click on a contact to add or remove."
+msgstr "Click on a contact to add or remove it."
 
-#: src/Model/Group.php:484 src/Module/Welcome.php:57
-#: src/Module/Contact.php:708
-msgid "Groups"
-msgstr "Groups"
+#: src/Module/Group.php:335
+msgid "Add contact to group"
+msgstr "Add contact to group"
 
-#: src/Model/Group.php:488
-msgid "Edit group"
-msgstr "Edit group"
+#: src/Module/FollowConfirm.php:37
+msgid "No given contact."
+msgstr "No given contact."
 
-#: src/Model/Group.php:489 src/Module/Group.php:186
-msgid "Contacts not in any group"
-msgstr "Contacts not in any group"
+#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Only logged in users are permitted to perform a probing."
 
-#: src/Model/Group.php:491
-msgid "Create a new group"
-msgstr "Create new group"
+#: src/Module/Debug/Localtime.php:30
+msgid "Time Conversion"
+msgstr "Time conversion"
 
-#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194
-#: src/Module/Group.php:271
-msgid "Group Name: "
-msgstr "Group name: "
+#: src/Module/Debug/Localtime.php:31
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
 
-#: src/Model/Group.php:493
-msgid "Edit groups"
-msgstr "Edit groups"
+#: src/Module/Debug/Localtime.php:32
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC time: %s"
 
-#: src/Model/Mail.php:113 src/Model/Mail.php:250
-msgid "[no subject]"
-msgstr "[no subject]"
+#: src/Module/Debug/Localtime.php:35
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Current time zone: %s"
 
-#: src/Model/Profile.php:212 src/Model/Profile.php:428
-#: src/Model/Profile.php:885
-msgid "Edit profile"
-msgstr "Edit profile"
+#: src/Module/Debug/Localtime.php:39
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Converted local time: %s"
 
-#: src/Model/Profile.php:402
-msgid "Manage/edit profiles"
-msgstr "Manage/Edit profiles"
+#: src/Module/Debug/Localtime.php:43
+msgid "Please select your timezone:"
+msgstr "Please select your time zone:"
 
-#: src/Model/Profile.php:451 src/Model/Profile.php:795
-#: src/Module/Directory.php:143
-msgid "Status:"
-msgstr "Status:"
+#: src/Module/Debug/Babel.php:32
+msgid "Source input"
+msgstr "Source input"
 
-#: src/Model/Profile.php:452 src/Model/Profile.php:812
-#: src/Module/Directory.php:144
-msgid "Homepage:"
-msgstr "Homepage:"
+#: src/Module/Debug/Babel.php:38
+msgid "BBCode::toPlaintext"
+msgstr "BBCode::toPlaintext"
 
-#: src/Model/Profile.php:454 src/Module/Contact.php:609
-msgid "XMPP:"
-msgstr "XMPP:"
+#: src/Module/Debug/Babel.php:44
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode::convert (raw HTML)"
 
-#: src/Model/Profile.php:546 src/Module/Contact.php:299
-msgid "Unfollow"
-msgstr "Unfollow"
+#: src/Module/Debug/Babel.php:49
+msgid "BBCode::convert"
+msgstr "BBCode::convert"
 
-#: src/Model/Profile.php:548
-msgid "Atom feed"
-msgstr "Atom feed"
+#: src/Module/Debug/Babel.php:55
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode::convert => HTML::toBBCode"
 
-#: src/Model/Profile.php:588 src/Model/Profile.php:685
-msgid "g A l F d"
-msgstr "g A l F d"
+#: src/Module/Debug/Babel.php:61
+msgid "BBCode::toMarkdown"
+msgstr "BBCode::toMarkdown"
 
-#: src/Model/Profile.php:589
-msgid "F d"
-msgstr "F d"
+#: src/Module/Debug/Babel.php:67
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode::toMarkdown => Markdown::convert"
 
-#: src/Model/Profile.php:651 src/Model/Profile.php:736
-msgid "[today]"
-msgstr "[today]"
+#: src/Module/Debug/Babel.php:73
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::toBBCode"
 
-#: src/Model/Profile.php:661
-msgid "Birthday Reminders"
-msgstr "Birthday reminders"
+#: src/Module/Debug/Babel.php:79
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
 
-#: src/Model/Profile.php:662
-msgid "Birthdays this week:"
-msgstr "Birthdays this week:"
+#: src/Module/Debug/Babel.php:90
+msgid "Item Body"
+msgstr "Item Body"
 
-#: src/Model/Profile.php:723
-msgid "[No description]"
-msgstr "[No description]"
+#: src/Module/Debug/Babel.php:94
+msgid "Item Tags"
+msgstr "Item Tags"
 
-#: src/Model/Profile.php:749
-msgid "Event Reminders"
-msgstr "Event reminders"
+#: src/Module/Debug/Babel.php:101
+msgid "Source input (Diaspora format)"
+msgstr "Source input (diaspora* format)"
 
-#: src/Model/Profile.php:750
-msgid "Upcoming events the next 7 days:"
-msgstr "Upcoming events the next 7 days:"
+#: src/Module/Debug/Babel.php:107
+msgid "Markdown::convert (raw HTML)"
+msgstr "Markdown::convert (raw HTML)"
 
-#: src/Model/Profile.php:767
-msgid "Member since:"
-msgstr "Member since:"
+#: src/Module/Debug/Babel.php:112
+msgid "Markdown::convert"
+msgstr "Markdown::convert"
 
-#: src/Model/Profile.php:775
-msgid "j F, Y"
-msgstr "j F, Y"
+#: src/Module/Debug/Babel.php:118
+msgid "Markdown::toBBCode"
+msgstr "Markdown::toBBCode"
 
-#: src/Model/Profile.php:776
-msgid "j F"
-msgstr "j F"
+#: src/Module/Debug/Babel.php:125
+msgid "Raw HTML input"
+msgstr "Raw HTML input"
 
-#: src/Model/Profile.php:791
-msgid "Age:"
-msgstr "Age:"
+#: src/Module/Debug/Babel.php:130
+msgid "HTML Input"
+msgstr "HTML input"
 
-#: src/Model/Profile.php:804
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "for %1$d %2$s"
+#: src/Module/Debug/Babel.php:136
+msgid "HTML::toBBCode"
+msgstr "HTML::toBBCode"
 
-#: src/Model/Profile.php:828
-msgid "Religion:"
-msgstr "Religion:"
+#: src/Module/Debug/Babel.php:142
+msgid "HTML::toBBCode => BBCode::convert"
+msgstr "HTML::toBBCode => BBCode::convert"
 
-#: src/Model/Profile.php:836
-msgid "Hobbies/Interests:"
-msgstr "Hobbies/Interests:"
+#: src/Module/Debug/Babel.php:147
+msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
+msgstr "HTML::toBBCode => BBCode::convert (raw HTML)"
 
-#: src/Model/Profile.php:848
-msgid "Contact information and Social Networks:"
-msgstr "Contact information and social networks:"
+#: src/Module/Debug/Babel.php:153
+msgid "HTML::toBBCode => BBCode::toPlaintext"
+msgstr "HTML::toBBCode => BBCode::toPlaintext"
 
-#: src/Model/Profile.php:852
-msgid "Musical interests:"
-msgstr "Music:"
+#: src/Module/Debug/Babel.php:159
+msgid "HTML::toMarkdown"
+msgstr "HTML::toMarkdown"
 
-#: src/Model/Profile.php:856
-msgid "Books, literature:"
-msgstr "Books/Literature:"
+#: src/Module/Debug/Babel.php:165
+msgid "HTML::toPlaintext"
+msgstr "HTML::toPlaintext"
 
-#: src/Model/Profile.php:860
-msgid "Television:"
-msgstr "Television:"
+#: src/Module/Debug/Babel.php:171
+msgid "HTML::toPlaintext (compact)"
+msgstr "HTML::toPlaintext (compact)"
 
-#: src/Model/Profile.php:864
-msgid "Film/dance/culture/entertainment:"
-msgstr "Arts, culture, entertainment:"
+#: src/Module/Debug/Babel.php:179
+msgid "Source text"
+msgstr "Source text"
 
-#: src/Model/Profile.php:868
-msgid "Love/Romance:"
-msgstr "Love/Romance:"
+#: src/Module/Debug/Babel.php:180
+msgid "BBCode"
+msgstr "BBCode"
 
-#: src/Model/Profile.php:872
-msgid "Work/employment:"
-msgstr "Work/Employment:"
+#: src/Module/Debug/Babel.php:181
+msgid "Markdown"
+msgstr "Markdown"
 
-#: src/Model/Profile.php:876
-msgid "School/education:"
-msgstr "School/Education:"
+#: src/Module/Debug/Babel.php:182
+msgid "HTML"
+msgstr "HTML"
 
-#: src/Model/Profile.php:881
-msgid "Forums:"
-msgstr "Forums:"
+#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25
+#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31
+#: mod/cal.php:35 mod/follow.php:20
+msgid "Access denied."
+msgstr "Access denied."
 
-#: src/Model/Profile.php:928 src/Module/Contact.php:850
-msgid "Profile Details"
-msgstr "Profile Details"
+#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
+msgid "You must be logged in to use this module"
+msgstr "You must be logged in to use this module"
 
-#: src/Model/Profile.php:978
-msgid "Only You Can See This"
-msgstr "Only you can see this."
+#: src/Module/Debug/Feed.php:49
+msgid "Source URL"
+msgstr "Source URL"
 
-#: src/Model/Profile.php:986 src/Model/Profile.php:989
-msgid "Tips for New Members"
-msgstr "Tips for New Members"
+#: src/Module/Debug/Probe.php:35
+msgid "Lookup address"
+msgstr "Lookup address"
 
-#: src/Model/Profile.php:1186
+#: src/Module/Home.php:34
 #, php-format
-msgid "OpenWebAuth: %1$s welcomes %2$s"
-msgstr "OpenWebAuth: %1$s welcomes %2$s"
+msgid "Welcome to %s"
+msgstr "Welcome to %s"
 
-#: src/Model/Item.php:3313
-msgid "activity"
-msgstr "activity"
+#: src/Module/Welcome.php:25
+msgid "Welcome to Friendica"
+msgstr "Welcome to Friendica"
 
-#: src/Model/Item.php:3315 src/Object/Post.php:474
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "comment"
-msgstr[1] "comments"
+#: src/Module/Welcome.php:26
+msgid "New Member Checklist"
+msgstr "New Member Checklist"
 
-#: src/Model/Item.php:3318
-msgid "post"
-msgstr "post"
+#: src/Module/Welcome.php:27
+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 "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."
 
-#: src/Model/Item.php:3417
-#, php-format
-msgid "Content warning: %s"
-msgstr "Content warning: %s"
+#: src/Module/Welcome.php:29
+msgid "Getting Started"
+msgstr "Getting started"
 
-#: src/Model/Item.php:3494
-msgid "bytes"
-msgstr "bytes"
+#: src/Module/Welcome.php:30
+msgid "Friendica Walk-Through"
+msgstr "Friendica walk-through"
 
-#: src/Model/Item.php:3541
-msgid "View on separate page"
-msgstr "View on separate page"
+#: src/Module/Welcome.php:31
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
 
-#: src/Model/Item.php:3542
-msgid "view on separate page"
-msgstr "view on separate page"
+#: src/Module/Welcome.php:34
+msgid "Go to Your Settings"
+msgstr "Go to your settings"
 
-#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:119
-#: src/Module/Profile.php:122
-#, php-format
-msgid "%s's timeline"
-msgstr "%s's timeline"
+#: src/Module/Welcome.php:35
+msgid ""
+"On your <em>Settings</em> 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 "On your <em>Settings</em> 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."
 
-#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:120
-#, php-format
-msgid "%s's posts"
-msgstr "%s's posts"
+#: src/Module/Welcome.php:36
+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 "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."
 
-#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:121
-#, php-format
-msgid "%s's comments"
-msgstr "%s's comments"
+#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583
+msgid "Upload Profile Photo"
+msgstr "Upload profile photo"
 
-#: src/Protocol/OStatus.php:1861
-#, php-format
-msgid "%s is now following %s."
-msgstr "%s is now following %s."
+#: src/Module/Welcome.php:40
+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 "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."
 
-#: src/Protocol/OStatus.php:1862
-msgid "following"
-msgstr "following"
+#: src/Module/Welcome.php:41
+msgid "Edit Your Profile"
+msgstr "Edit your profile"
 
-#: src/Protocol/OStatus.php:1865
-#, php-format
-msgid "%s stopped following %s."
-msgstr "%s stopped following %s."
+#: src/Module/Welcome.php:42
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown"
+" visitors."
+msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
 
-#: src/Protocol/OStatus.php:1866
-msgid "stopped following"
-msgstr "stopped following"
+#: src/Module/Welcome.php:43
+msgid "Profile Keywords"
+msgstr "Profile keywords"
 
-#: src/Protocol/Diaspora.php:2527
-msgid "Sharing notification from Diaspora network"
-msgstr "Sharing notification from diaspora* network"
+#: src/Module/Welcome.php:44
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
 
-#: src/Protocol/Diaspora.php:3674
-msgid "Attachments:"
-msgstr "Attachments:"
+#: src/Module/Welcome.php:46
+msgid "Connecting"
+msgstr "Connecting"
 
-#: src/Worker/Delivery.php:508
-msgid "(no subject)"
-msgstr "(no subject)"
+#: src/Module/Welcome.php:48
+msgid "Importing Emails"
+msgstr "Importing emails"
 
-#: src/Module/Tos.php:35 src/Module/Tos.php:77
+#: src/Module/Welcome.php:49
 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 "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."
+"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 "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
 
-#: src/Module/Tos.php:36 src/Module/Tos.php:78
-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 "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."
+#: src/Module/Welcome.php:50
+msgid "Go to Your Contacts Page"
+msgstr "Go to your contacts page"
 
-#: src/Module/Tos.php:37 src/Module/Tos.php:79
-#, php-format
+#: src/Module/Welcome.php:51
 msgid ""
-"At any point in time a logged in user can export their account data from the"
-" <a href=\"%1$s/settings/uexport\">account settings</a>. If the user wants "
-"to delete their account they can do so at <a "
-"href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will "
-"be permanent. Deletion of the data will also be requested from the nodes of "
-"the communication partners."
-msgstr "At any point in time a logged in user can export their account data from the <a href=\"%1$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."
-
-#: src/Module/Tos.php:40 src/Module/Tos.php:76
-msgid "Privacy Statement"
-msgstr "Privacy Statement"
+"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 <em>Add New Contact</em> dialog."
+msgstr "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 <em>Add new contact</em> dialog."
 
-#: src/Module/Apps.php:29
-msgid "No installed applications."
-msgstr "No installed applications."
+#: src/Module/Welcome.php:52
+msgid "Go to Your Site's Directory"
+msgstr "Go to your site's directory"
 
-#: src/Module/Apps.php:34
-msgid "Applications"
-msgstr "Applications"
+#: src/Module/Welcome.php:53
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
+msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
 
-#: src/Module/Credits.php:25
-msgid "Credits"
-msgstr "Credits"
+#: src/Module/Welcome.php:54
+msgid "Finding New People"
+msgstr "Finding new people"
 
-#: src/Module/Credits.php:26
+#: src/Module/Welcome.php:55
 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 "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!"
+"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 "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."
 
-#: src/Module/Admin/Addons/Details.php:51
-msgid "Addon not found."
-msgstr "Addon not found."
+#: src/Module/Welcome.php:58
+msgid "Group Your Contacts"
+msgstr "Group your contacts"
 
-#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32
-#, php-format
-msgid "Addon %s disabled."
-msgstr "Addon %s disabled."
+#: src/Module/Welcome.php:59
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."
 
-#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34
-#, php-format
-msgid "Addon %s enabled."
-msgstr "Addon %s enabled."
+#: src/Module/Welcome.php:61
+msgid "Why Aren't My Posts Public?"
+msgstr "Why aren't my posts public?"
 
-#: src/Module/Admin/Addons/Details.php:76
-#: src/Module/Admin/Themes/Details.php:60
-msgid "Disable"
-msgstr "Disable"
+#: src/Module/Welcome.php:62
+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 "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."
 
-#: src/Module/Admin/Addons/Details.php:79
-#: src/Module/Admin/Themes/Details.php:63
-msgid "Enable"
-msgstr "Enable"
+#: src/Module/Welcome.php:64
+msgid "Getting Help"
+msgstr "Getting help"
 
-#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50
-#: src/Module/Admin/Blocklist/Contact.php:61
-#: src/Module/Admin/Blocklist/Server.php:73
-#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46
-#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46
-#: src/Module/Admin/Themes/Details.php:104
-#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42
-#: src/Module/Admin/Users.php:277 src/Module/Admin/Queue.php:56
-#: src/Module/Admin/Site.php:566 src/Module/Admin/Summary.php:173
-msgid "Administration"
-msgstr "Administration"
+#: src/Module/Welcome.php:65
+msgid "Go to the Help Section"
+msgstr "Go to the help section"
 
-#: src/Module/Admin/Addons/Details.php:101
-#: src/Module/Admin/Themes/Details.php:106
-msgid "Toggle"
-msgstr "Toggle"
+#: src/Module/Welcome.php:66
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
 
-#: src/Module/Admin/Addons/Details.php:109
-#: src/Module/Admin/Themes/Details.php:115
-msgid "Author: "
-msgstr "Author: "
+#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37
+msgid "User not found."
+msgstr "User not found."
 
-#: src/Module/Admin/Addons/Details.php:110
-#: src/Module/Admin/Themes/Details.php:116
-msgid "Maintainer: "
-msgstr "Maintainer: "
+#: src/Module/Profile/Contacts.php:78
+msgid "No contacts."
+msgstr "No contacts."
 
-#: src/Module/Admin/Addons/Index.php:36
+#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590
+#: src/Module/Contact.php:1029
 #, php-format
-msgid "Addon %s failed to install."
-msgstr "Addon %s failed to install."
-
-#: src/Module/Admin/Addons/Index.php:53
-msgid "Reload active addons"
-msgstr "Reload active addons"
+msgid "Visit %s's profile [%s]"
+msgstr "Visit %s's profile [%s]"
 
-#: src/Module/Admin/Addons/Index.php:58
+#: src/Module/Profile/Contacts.php:112
 #, php-format
-msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
-msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s"
-
-#: src/Module/Admin/Blocklist/Contact.php:28
-#: src/Console/GlobalCommunityBlock.php:87
-msgid "The contact has been blocked from the node"
-msgstr "The contact has been blocked from the node"
+msgid "Follower (%s)"
+msgid_plural "Followers (%s)"
+msgstr[0] "Follower (%s)"
+msgstr[1] "Followers (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:30
-#: src/Console/GlobalCommunityBlock.php:82
+#: src/Module/Profile/Contacts.php:113
 #, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr "Could not find any contact entry for this URL (%s)"
+msgid "Following (%s)"
+msgid_plural "Following (%s)"
+msgstr[0] "Following (%s)"
+msgstr[1] "Following (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:38
+#: src/Module/Profile/Contacts.php:114
 #, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] "%s contact unblocked"
-msgstr[1] "%s contacts unblocked"
+msgid "Mutual friend (%s)"
+msgid_plural "Mutual friends (%s)"
+msgstr[0] "Mutual friend (%s)"
+msgstr[1] "Mutual friends (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:62
-msgid "Remote Contact Blocklist"
-msgstr "Remote contact blocklist"
+#: src/Module/Profile/Contacts.php:116
+#, php-format
+msgid "Contact (%s)"
+msgid_plural "Contacts (%s)"
+msgstr[0] "Contact (%s)"
+msgstr[1] "Contacts (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:63
-msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr "This page allows you to prevent any message from a remote contact to reach your node."
+#: src/Module/Profile/Contacts.php:125
+msgid "All contacts"
+msgstr "All contacts"
 
-#: src/Module/Admin/Blocklist/Contact.php:64
-msgid "Block Remote Contact"
-msgstr "Block Remote Contact"
+#: src/Module/Filer/SaveTag.php:39
+#, php-format
+msgid "Filetag %s saved to item"
+msgstr "File-tag %s saved to item"
 
-#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
-msgid "select all"
-msgstr "select all"
+#: src/Module/Filer/SaveTag.php:48
+msgid "- select -"
+msgstr "- select -"
 
-#: src/Module/Admin/Blocklist/Contact.php:66
-msgid "select none"
-msgstr "select none"
+#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43
+#: mod/network.php:649
+msgid "Invalid contact."
+msgstr "Invalid contact."
 
-#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
-#: src/Module/Contact.php:585 src/Module/Contact.php:802
-#: src/Module/Contact.php:1061
-msgid "Unblock"
-msgstr "Unblock"
+#: src/Module/AllFriends.php:55
+msgid "No friends to display."
+msgstr "No friends to display."
 
-#: src/Module/Admin/Blocklist/Contact.php:69
-msgid "No remote contact is blocked from this node."
-msgstr "No remote contact is blocked from this node."
+#: src/Module/Contact.php:72
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d contact edited."
+msgstr[1] "%d contacts edited."
 
-#: src/Module/Admin/Blocklist/Contact.php:71
-msgid "Blocked Remote Contacts"
-msgstr "Blocked remote contacts"
+#: src/Module/Contact.php:99
+msgid "Could not access contact record."
+msgstr "Could not access contact record."
 
-#: src/Module/Admin/Blocklist/Contact.php:72
-msgid "Block New Remote Contact"
-msgstr "Block new remote contact"
+#: src/Module/Contact.php:109
+msgid "Could not locate selected profile."
+msgstr "Could not locate selected profile."
 
-#: src/Module/Admin/Blocklist/Contact.php:73
-msgid "Photo"
-msgstr "Photo"
+#: src/Module/Contact.php:141
+msgid "Contact updated."
+msgstr "Contact updated."
 
-#: src/Module/Admin/Blocklist/Contact.php:73
-msgid "Reason"
-msgstr "Reason"
+#: src/Module/Contact.php:143 mod/dfrn_request.php:415
+msgid "Failed to update contact record."
+msgstr "Failed to update contact record."
 
-#: src/Module/Admin/Blocklist/Contact.php:81
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] "%s total blocked contact"
-msgstr[1] "%s total blocked contacts"
+#: src/Module/Contact.php:376
+msgid "Contact not found"
+msgstr "Contact not found"
 
-#: src/Module/Admin/Blocklist/Contact.php:83
-msgid "URL of the remote contact to block."
-msgstr "URL of the remote contact to block."
+#: src/Module/Contact.php:395
+msgid "Contact has been blocked"
+msgstr "Contact has been blocked"
 
-#: src/Module/Admin/Blocklist/Contact.php:84
-msgid "Block Reason"
-msgstr "Reason for blocking"
+#: src/Module/Contact.php:395
+msgid "Contact has been unblocked"
+msgstr "Contact has been unblocked"
 
-#: src/Module/Admin/Blocklist/Server.php:31
-msgid "Server domain pattern added to blocklist."
-msgstr "Server domain pattern added to blocklist."
+#: src/Module/Contact.php:405
+msgid "Contact has been ignored"
+msgstr "Contact has been ignored"
 
-#: src/Module/Admin/Blocklist/Server.php:47
-msgid "Site blocklist updated."
-msgstr "Site blocklist updated."
+#: src/Module/Contact.php:405
+msgid "Contact has been unignored"
+msgstr "Contact has been unignored"
 
-#: src/Module/Admin/Blocklist/Server.php:64
-#: src/Module/Admin/Blocklist/Server.php:89
-msgid "Blocked server domain pattern"
-msgstr "Blocked server domain pattern"
+#: src/Module/Contact.php:415
+msgid "Contact has been archived"
+msgstr "Contact has been archived"
 
-#: src/Module/Admin/Blocklist/Server.php:65
-#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60
-msgid "Reason for the block"
-msgstr "Reason for the block"
+#: src/Module/Contact.php:415
+msgid "Contact has been unarchived"
+msgstr "Contact has been unarchived"
 
-#: src/Module/Admin/Blocklist/Server.php:66
-msgid "Delete server domain pattern"
-msgstr "Delete server domain pattern"
+#: src/Module/Contact.php:439
+msgid "Drop contact"
+msgstr "Drop contact"
 
-#: src/Module/Admin/Blocklist/Server.php:66
-msgid "Check to delete this entry from the blocklist"
-msgstr "Check to delete this entry from the blocklist"
+#: src/Module/Contact.php:442 src/Module/Contact.php:819
+msgid "Do you really want to delete this contact?"
+msgstr "Do you really want to delete this contact?"
 
-#: src/Module/Admin/Blocklist/Server.php:74
-msgid "Server Domain Pattern Blocklist"
-msgstr "Server Domain Pattern Blocklist"
+#: src/Module/Contact.php:456
+msgid "Contact has been removed."
+msgstr "Contact has been removed."
 
-#: src/Module/Admin/Blocklist/Server.php:75
-msgid ""
-"This page can be used to define a blacklist of server domain patterns from "
-"the federated network that are not allowed to interact with your node. For "
-"each domain pattern you should also provide the reason why you block it."
-msgstr "This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."
+#: src/Module/Contact.php:486
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "You are mutual friends with %s"
 
-#: src/Module/Admin/Blocklist/Server.php:76
-msgid ""
-"The list of blocked server domain patterns will be made publically available"
-" on the <a href=\"/friendica\">/friendica</a> page so that your users and "
-"people investigating communication problems can find the reason easily."
-msgstr "The list of blocked server domain patterns will be made publicly available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."
+#: src/Module/Contact.php:491
+#, php-format
+msgid "You are sharing with %s"
+msgstr "You are sharing with %s"
 
-#: src/Module/Admin/Blocklist/Server.php:77
-msgid ""
-"<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n"
-"<ul>\n"
-"\t<li><code>*</code>: Any number of characters</li>\n"
-"\t<li><code>?</code>: Any single character</li>\n"
-"\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n"
-"</ul>"
-msgstr "<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"
+#: src/Module/Contact.php:496
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s is sharing with you"
 
-#: src/Module/Admin/Blocklist/Server.php:83
-msgid "Add new entry to block list"
-msgstr "Add new entry to block list"
+#: src/Module/Contact.php:520
+msgid "Private communications are not available for this contact."
+msgstr "Private communications are not available for this contact."
 
-#: src/Module/Admin/Blocklist/Server.php:84
-msgid "Server Domain Pattern"
-msgstr "Server Domain Pattern"
+#: src/Module/Contact.php:522
+msgid "Never"
+msgstr "Never"
 
-#: src/Module/Admin/Blocklist/Server.php:84
-msgid ""
-"The domain pattern of the new server to add to the block list. Do not "
-"include the protocol."
-msgstr "The domain pattern of the new server to add to the block list. Do not include the protocol."
+#: src/Module/Contact.php:525
+msgid "(Update was successful)"
+msgstr "(Update was successful)"
 
-#: src/Module/Admin/Blocklist/Server.php:85
-msgid "Block reason"
-msgstr "Block reason"
+#: src/Module/Contact.php:525
+msgid "(Update was not successful)"
+msgstr "(Update was not successful)"
 
-#: src/Module/Admin/Blocklist/Server.php:85
-msgid "The reason why you blocked this server domain pattern."
-msgstr "The reason why you blocked this server domain pattern."
+#: src/Module/Contact.php:527 src/Module/Contact.php:1063
+msgid "Suggest friends"
+msgstr "Suggest friends"
 
-#: src/Module/Admin/Blocklist/Server.php:86
-msgid "Add Entry"
-msgstr "Add entry"
+#: src/Module/Contact.php:531
+#, php-format
+msgid "Network type: %s"
+msgstr "Network type: %s"
 
-#: src/Module/Admin/Blocklist/Server.php:87
-msgid "Save changes to the blocklist"
-msgstr "Save changes to the blocklist"
+#: src/Module/Contact.php:536
+msgid "Communications lost with this contact!"
+msgstr "Communications lost with this contact!"
 
-#: src/Module/Admin/Blocklist/Server.php:88
-msgid "Current Entries in the Blocklist"
-msgstr "Current entries in the blocklist"
+#: src/Module/Contact.php:542
+msgid "Fetch further information for feeds"
+msgstr "Fetch further information for feeds"
 
-#: src/Module/Admin/Blocklist/Server.php:91
-msgid "Delete entry from blocklist"
-msgstr "Delete entry from blocklist"
+#: src/Module/Contact.php:544
+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 "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."
 
-#: src/Module/Admin/Blocklist/Server.php:94
-msgid "Delete entry from blocklist?"
-msgstr "Delete entry from blocklist?"
+#: src/Module/Contact.php:547
+msgid "Fetch information"
+msgstr "Fetch information"
 
-#: src/Module/Admin/DBSync.php:32
-msgid "Update has been marked successful"
-msgstr "Update has been marked successful"
+#: src/Module/Contact.php:548
+msgid "Fetch keywords"
+msgstr "Fetch keywords"
 
-#: src/Module/Admin/DBSync.php:42
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Database structure update %s was successfully applied."
+#: src/Module/Contact.php:549
+msgid "Fetch information and keywords"
+msgstr "Fetch information and keywords"
 
-#: src/Module/Admin/DBSync.php:46
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr "Executing of database structure update %s failed with error: %s"
+#: src/Module/Contact.php:568
+msgid "Profile Visibility"
+msgstr "Profile visibility"
 
-#: src/Module/Admin/DBSync.php:63
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Executing %s failed with error: %s"
+#: src/Module/Contact.php:569
+msgid "Contact Information / Notes"
+msgstr "Personal note"
 
-#: src/Module/Admin/DBSync.php:65
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Update %s was successfully applied."
+#: src/Module/Contact.php:570
+msgid "Contact Settings"
+msgstr "Notification and privacy "
 
-#: src/Module/Admin/DBSync.php:68
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Update %s did not return a status. Unknown if it succeeded."
+#: src/Module/Contact.php:579
+msgid "Contact"
+msgstr "Contact"
 
-#: src/Module/Admin/DBSync.php:71
+#: src/Module/Contact.php:583
 #, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr "There was no additional update function %s that needed to be called."
-
-#: src/Module/Admin/DBSync.php:91
-msgid "No failed updates."
-msgstr "No failed updates."
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
 
-#: src/Module/Admin/DBSync.php:92
-msgid "Check database structure"
-msgstr "Check database structure"
+#: src/Module/Contact.php:585
+msgid "Their personal note"
+msgstr "Their personal note"
 
-#: src/Module/Admin/DBSync.php:97
-msgid "Failed Updates"
-msgstr "Failed updates"
+#: src/Module/Contact.php:587
+msgid "Edit contact notes"
+msgstr "Edit contact notes"
 
-#: src/Module/Admin/DBSync.php:98
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "This does not include updates prior to 1139, which did not return a status."
+#: src/Module/Contact.php:591
+msgid "Block/Unblock contact"
+msgstr "Block/Unblock contact"
 
-#: src/Module/Admin/DBSync.php:99
-msgid "Mark success (if update was manually applied)"
-msgstr "Mark success (if update was manually applied)"
+#: src/Module/Contact.php:592
+msgid "Ignore contact"
+msgstr "Ignore contact"
 
-#: src/Module/Admin/DBSync.php:100
-msgid "Attempt to execute this update step automatically"
-msgstr "Attempt to execute this update step automatically"
+#: src/Module/Contact.php:593
+msgid "Repair URL settings"
+msgstr "Repair URL settings"
 
-#: src/Module/Admin/Features.php:59
-#, php-format
-msgid "Lock feature %s"
-msgstr "Lock feature %s"
+#: src/Module/Contact.php:594
+msgid "View conversations"
+msgstr "View conversations"
 
-#: src/Module/Admin/Features.php:67
-msgid "Manage Additional Features"
-msgstr "Manage additional features"
+#: src/Module/Contact.php:599
+msgid "Last update:"
+msgstr "Last update:"
 
-#: src/Module/Admin/Federation.php:76
-msgid "unknown"
-msgstr "unknown"
+#: src/Module/Contact.php:601
+msgid "Update public posts"
+msgstr "Update public posts"
 
-#: src/Module/Admin/Federation.php:181
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."
+#: src/Module/Contact.php:603 src/Module/Contact.php:1073
+msgid "Update now"
+msgstr "Update now"
 
-#: src/Module/Admin/Federation.php:182
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
+#: src/Module/Contact.php:607 src/Module/Contact.php:824
+#: src/Module/Contact.php:1090
+msgid "Unignore"
+msgstr "Unignore"
 
-#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77
-msgid "Federation Statistics"
-msgstr "Federation statistics"
+#: src/Module/Contact.php:611
+msgid "Currently blocked"
+msgstr "Currently blocked"
 
-#: src/Module/Admin/Federation.php:194
-#, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr "Currently this node is aware of %d nodes with %d registered users from the following platforms:"
+#: src/Module/Contact.php:612
+msgid "Currently ignored"
+msgstr "Currently ignored"
 
-#: src/Module/Admin/Item/Delete.php:35
-msgid "Item marked for deletion."
-msgstr "Item marked for deletion."
+#: src/Module/Contact.php:613
+msgid "Currently archived"
+msgstr "Currently archived"
 
-#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95
-msgid "Delete Item"
-msgstr "Delete item"
+#: src/Module/Contact.php:614
+msgid "Awaiting connection acknowledge"
+msgstr "Awaiting connection acknowledgement "
 
-#: src/Module/Admin/Item/Delete.php:48
-msgid "Delete this Item"
-msgstr "Delete"
+#: src/Module/Contact.php:615 mod/notifications.php:196
+#: mod/notifications.php:283
+msgid "Hide this contact from others"
+msgstr "Hide this contact from others"
 
-#: src/Module/Admin/Item/Delete.php:49
+#: src/Module/Contact.php:615
 msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
 
-#: src/Module/Admin/Item/Delete.php:50
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."
+#: src/Module/Contact.php:616
+msgid "Notification for new posts"
+msgstr "Notification for new posts"
 
-#: src/Module/Admin/Item/Delete.php:51
-msgid "GUID"
-msgstr "GUID"
+#: src/Module/Contact.php:616
+msgid "Send a notification of every new post of this contact"
+msgstr "Send notification for every new post from this contact"
 
-#: src/Module/Admin/Item/Delete.php:51
-msgid "The GUID of the item you want to delete."
-msgstr "GUID of item to be deleted."
+#: src/Module/Contact.php:618
+msgid "Blacklisted keywords"
+msgstr "Blacklisted keywords"
 
-#: src/Module/Admin/Item/Source.php:47
-msgid "Item Guid"
-msgstr "Item Guid"
+#: src/Module/Contact.php:618
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
 
-#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83
-#: src/Module/Admin/Summary.php:90
-#, php-format
-msgid "The logfile '%s' is not writable. No logging possible"
-msgstr "The logfile '%s' is not writeable. No logging possible"
+#: src/Module/Contact.php:684
+msgid "Show all contacts"
+msgstr "Show all contacts"
 
-#: src/Module/Admin/Logs/Settings.php:36
-msgid "Log settings updated."
-msgstr "Log settings updated."
+#: src/Module/Contact.php:689 src/Module/Contact.php:799
+msgid "Pending"
+msgstr "Pending"
 
-#: src/Module/Admin/Logs/Settings.php:55
-msgid "PHP log currently enabled."
-msgstr "PHP log currently enabled."
+#: src/Module/Contact.php:692
+msgid "Only show pending contacts"
+msgstr "Only show pending contacts"
 
-#: src/Module/Admin/Logs/Settings.php:57
-msgid "PHP log currently disabled."
-msgstr "PHP log currently disabled."
+#: src/Module/Contact.php:697 src/Module/Contact.php:800
+msgid "Blocked"
+msgstr "Blocked"
 
-#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97
-#: src/Module/BaseAdminModule.php:98
-msgid "Logs"
-msgstr "Logs"
+#: src/Module/Contact.php:700
+msgid "Only show blocked contacts"
+msgstr "Only show blocked contacts"
 
-#: src/Module/Admin/Logs/Settings.php:66
-msgid "Clear"
-msgstr "Clear"
+#: src/Module/Contact.php:705 src/Module/Contact.php:802
+msgid "Ignored"
+msgstr "Ignored"
 
-#: src/Module/Admin/Logs/Settings.php:70
-msgid "Enable Debugging"
-msgstr "Enable debugging"
+#: src/Module/Contact.php:708
+msgid "Only show ignored contacts"
+msgstr "Only show ignored contacts"
 
-#: src/Module/Admin/Logs/Settings.php:71
-msgid "Log file"
-msgstr "Log file"
+#: src/Module/Contact.php:713 src/Module/Contact.php:803
+msgid "Archived"
+msgstr "Archived"
 
-#: src/Module/Admin/Logs/Settings.php:71
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Must be writable by web server and relative to your Friendica top-level directory."
+#: src/Module/Contact.php:716
+msgid "Only show archived contacts"
+msgstr "Only show archived contacts"
 
-#: src/Module/Admin/Logs/Settings.php:72
-msgid "Log level"
-msgstr "Log level"
+#: src/Module/Contact.php:721 src/Module/Contact.php:801
+msgid "Hidden"
+msgstr "Hidden"
 
-#: src/Module/Admin/Logs/Settings.php:74
-msgid "PHP logging"
-msgstr "PHP logging"
+#: src/Module/Contact.php:724
+msgid "Only show hidden contacts"
+msgstr "Only show hidden contacts"
 
-#: src/Module/Admin/Logs/Settings.php:75
-msgid ""
-"To temporarily enable logging of PHP errors and warnings you can prepend the"
-" following to the index.php file of your installation. The filename set in "
-"the 'error_log' line is relative to the friendica top-level directory and "
-"must be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."
+#: src/Module/Contact.php:732
+msgid "Organize your contact groups"
+msgstr "Organise your contact groups"
 
-#: src/Module/Admin/Logs/View.php:22
-#, php-format
-msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
-msgstr "Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file %1$s exist and is readable."
+#: src/Module/Contact.php:814
+msgid "Search your contacts"
+msgstr "Search your contacts"
 
-#: src/Module/Admin/Logs/View.php:26
+#: src/Module/Contact.php:815 src/Module/Search/Index.php:185
 #, php-format
-msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr "Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check if file %1$s is readable."
+msgid "Results for: %s"
+msgstr "Results for: %s"
 
-#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99
-msgid "View Logs"
-msgstr "View logs"
+#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696
+msgid "Update"
+msgstr "Update"
 
-#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46
-msgid "Theme settings updated."
-msgstr "Theme settings updated."
+#: src/Module/Contact.php:825 src/Module/Contact.php:1099
+msgid "Archive"
+msgstr "Archive"
 
-#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49
-#, php-format
-msgid "Theme %s disabled."
-msgstr "Theme %s disabled."
+#: src/Module/Contact.php:825 src/Module/Contact.php:1099
+msgid "Unarchive"
+msgstr "Unarchive"
 
-#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51
-#, php-format
-msgid "Theme %s successfully enabled."
-msgstr "Theme %s successfully enabled."
+#: src/Module/Contact.php:828
+msgid "Batch Actions"
+msgstr "Batch actions"
 
-#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53
-#, php-format
-msgid "Theme %s failed to install."
-msgstr "Theme %s failed to install."
+#: src/Module/Contact.php:855
+msgid "Conversations started by this contact"
+msgstr "Conversations started by this contact"
 
-#: src/Module/Admin/Themes/Details.php:97
-msgid "Screenshot"
-msgstr "Screenshot"
+#: src/Module/Contact.php:860
+msgid "Posts and Comments"
+msgstr "Posts and Comments"
 
-#: src/Module/Admin/Themes/Details.php:105
-#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83
-msgid "Themes"
-msgstr "Theme selection"
+#: src/Module/Contact.php:883
+msgid "View all contacts"
+msgstr "View all contacts"
 
-#: src/Module/Admin/Themes/Embed.php:67
-msgid "Unknown theme."
-msgstr "Unknown theme."
+#: src/Module/Contact.php:891 mod/common.php:141
+msgid "Common Friends"
+msgstr "Common friends"
 
-#: src/Module/Admin/Themes/Index.php:98
-msgid "Reload active themes"
-msgstr "Reload active themes"
+#: src/Module/Contact.php:894
+msgid "View all common friends"
+msgstr "View all common friends"
 
-#: src/Module/Admin/Themes/Index.php:103
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr "No themes found on the system. They should be placed in %1$s"
+#: src/Module/Contact.php:904
+msgid "Advanced Contact Settings"
+msgstr "Advanced contact settings"
 
-#: src/Module/Admin/Themes/Index.php:104
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: src/Module/Contact.php:987
+msgid "Mutual Friendship"
+msgstr "Mutual friendship"
 
-#: src/Module/Admin/Themes/Index.php:105
-msgid "[Unsupported]"
-msgstr "[Unsupported]"
+#: src/Module/Contact.php:992
+msgid "is a fan of yours"
+msgstr "is a fan of yours"
 
-#: src/Module/Admin/Tos.php:30
-msgid "The Terms of Service settings have been updated."
-msgstr "The Terms of Service settings have been updated."
+#: src/Module/Contact.php:997
+msgid "you are a fan of"
+msgstr "I follow them"
 
-#: src/Module/Admin/Tos.php:44
-msgid "Display Terms of Service"
-msgstr "Display Terms of Service"
+#: src/Module/Contact.php:1015
+msgid "Pending outgoing contact request"
+msgstr "Pending outgoing contact request"
 
-#: src/Module/Admin/Tos.php:44
-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 "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."
+#: src/Module/Contact.php:1017
+msgid "Pending incoming contact request"
+msgstr "Pending incoming contact request"
 
-#: src/Module/Admin/Tos.php:45
-msgid "Display Privacy Statement"
-msgstr "Display Privacy Statement"
+#: src/Module/Contact.php:1030
+msgid "Edit contact"
+msgstr "Edit contact"
 
-#: src/Module/Admin/Tos.php:45
-#, php-format
-msgid ""
-"Show some informations regarding the needed information to operate the node "
-"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
-msgstr "Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+#: src/Module/Contact.php:1084
+msgid "Toggle Blocked status"
+msgstr "Toggle blocked status"
 
-#: src/Module/Admin/Tos.php:46
-msgid "Privacy Statement Preview"
-msgstr "Privacy Statement Preview"
+#: src/Module/Contact.php:1092
+msgid "Toggle Ignored status"
+msgstr "Toggle ignored status"
 
-#: src/Module/Admin/Tos.php:48
-msgid "The Terms of Service"
-msgstr "Terms of Service"
+#: src/Module/Contact.php:1101
+msgid "Toggle Archive status"
+msgstr "Toggle archive status"
 
-#: src/Module/Admin/Tos.php:48
-msgid ""
-"Enter the Terms of Service for your node here. You can use BBCode. Headers "
-"of sections should be [h2] and below."
-msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower."
+#: src/Module/Contact.php:1109
+msgid "Delete contact"
+msgstr "Delete contact"
 
-#: src/Module/Admin/Users.php:48
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you."
+#: src/Module/Invite.php:37
+msgid "Total invitation limit exceeded."
+msgstr "Total invitation limit exceeded"
 
-#: src/Module/Admin/Users.php:51
+#: src/Module/Invite.php:60
 #, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n\n\t\t\tThank you and welcome to %4$s."
+msgid "%s : Not a valid email address."
+msgstr "%s : Not a valid email address"
 
-#: src/Module/Admin/Users.php:96
+#: src/Module/Invite.php:87
+msgid "Please join us on Friendica"
+msgstr "Please join us on Friendica."
+
+#: src/Module/Invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Invitation limit is exceeded. Please contact your site administrator."
+
+#: src/Module/Invite.php:100
 #, php-format
-msgid "%s user blocked"
-msgid_plural "%s users blocked"
-msgstr[0] "%s user blocked"
-msgstr[1] "%s users blocked"
+msgid "%s : Message delivery failed."
+msgstr "%s : Message delivery failed"
 
-#: src/Module/Admin/Users.php:102
+#: src/Module/Invite.php:104
 #, php-format
-msgid "%s user unblocked"
-msgid_plural "%s users unblocked"
-msgstr[0] "%s user unblocked"
-msgstr[1] "%s users unblocked"
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d message sent."
+msgstr[1] "%d messages sent."
 
-#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160
-msgid "You can't remove yourself"
-msgstr "You can't remove yourself"
+#: src/Module/Invite.php:122
+msgid "You have no more invitations available"
+msgstr "You have no more invitations available."
 
-#: src/Module/Admin/Users.php:114
+#: src/Module/Invite.php:129
 #, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s user deleted"
-msgstr[1] "%s users deleted"
+msgid ""
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."
 
-#: src/Module/Admin/Users.php:158
+#: src/Module/Invite.php:131
 #, php-format
-msgid "User \"%s\" deleted"
-msgstr "User \"%s\" deleted"
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "To accept this invitation, please sign up at %s or any other public Friendica website."
 
-#: src/Module/Admin/Users.php:167
+#: src/Module/Invite.php:132
 #, php-format
-msgid "User \"%s\" blocked"
-msgstr "User \"%s\" blocked"
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."
 
-#: src/Module/Admin/Users.php:173
+#: src/Module/Invite.php:136
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
+
+#: src/Module/Invite.php:139
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks."
+msgstr "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."
+
+#: src/Module/Invite.php:138
 #, php-format
-msgid "User \"%s\" unblocked"
-msgstr "User \"%s\" unblocked"
+msgid "To accept this invitation, please visit and register at %s."
+msgstr "To accept this invitation, please visit and register at %s."
 
-#: src/Module/Admin/Users.php:226
-msgid "Private Forum"
-msgstr "Private Forum"
+#: src/Module/Invite.php:146
+msgid "Send invitations"
+msgstr "Send invitations"
 
-#: src/Module/Admin/Users.php:233
-msgid "Relay"
-msgstr "Relay"
+#: src/Module/Invite.php:147
+msgid "Enter email addresses, one per line:"
+msgstr "Enter email addresses, one per line:"
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Register date"
-msgstr "Registration date"
+#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255
+#: mod/message.php:435
+msgid "Your message:"
+msgstr "Your message:"
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Last login"
-msgstr "Last login"
+#: src/Module/Invite.php:151
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Last item"
-msgstr "Last item"
+#: src/Module/Invite.php:153
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "You will need to supply this invitation code: $invite_code"
 
-#: src/Module/Admin/Users.php:272
-msgid "Type"
-msgstr "Type"
+#: src/Module/Invite.php:153
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Once you have signed up, please connect with me via my profile page at:"
 
-#: src/Module/Admin/Users.php:278 src/Module/Admin/Users.php:295
-#: src/Module/Admin/Site.php:471 src/Module/BaseAdminModule.php:81
-msgid "Users"
-msgstr "Users"
+#: src/Module/Invite.php:155
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"
 
-#: src/Module/Admin/Users.php:279
-msgid "Add User"
-msgstr "Add user"
+#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62
+msgid "everybody"
+msgstr "everybody"
 
-#: src/Module/Admin/Users.php:281
-msgid "User registrations waiting for confirm"
-msgstr "User registrations awaiting confirmation"
+#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67
+msgid "Account"
+msgstr "Account"
 
-#: src/Module/Admin/Users.php:282
-msgid "User waiting for permanent deletion"
-msgstr "User awaiting permanent deletion"
+#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98
+msgid "Display"
+msgstr "Display"
 
-#: src/Module/Admin/Users.php:283
-msgid "Request date"
-msgstr "Request date"
+#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105
+#: mod/settings.php:843
+msgid "Social Networks"
+msgstr "Social networks"
 
-#: src/Module/Admin/Users.php:284
-msgid "No registrations."
-msgstr "No registrations."
+#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119
+msgid "Delegations"
+msgstr "Delegations"
 
-#: src/Module/Admin/Users.php:285
-msgid "Note from the user"
-msgstr "Note from the user"
+#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126
+msgid "Connected apps"
+msgstr "Connected apps"
 
-#: src/Module/Admin/Users.php:287
-msgid "Deny"
-msgstr "Deny"
+#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140
+msgid "Remove account"
+msgstr "Remove account"
 
-#: src/Module/Admin/Users.php:290
-msgid "User blocked"
-msgstr "User blocked"
+#: src/Module/Item/Compose.php:34
+msgid "Please enter a post body."
+msgstr "Please enter a post body."
 
-#: src/Module/Admin/Users.php:292
-msgid "Site admin"
-msgstr "Site admin"
+#: src/Module/Item/Compose.php:47
+msgid "This feature is only available with the frio theme."
+msgstr "This feature is only available with the Frio theme."
 
-#: src/Module/Admin/Users.php:293
-msgid "Account expired"
-msgstr "Account expired"
+#: src/Module/Item/Compose.php:75
+msgid "Compose new personal note"
+msgstr "Compose new personal note"
 
-#: src/Module/Admin/Users.php:296
-msgid "New User"
-msgstr "New user"
+#: src/Module/Item/Compose.php:84
+msgid "Compose new post"
+msgstr "Compose new post"
 
-#: src/Module/Admin/Users.php:297
-msgid "Permanent deletion"
-msgstr "Permanent deletion"
+#: src/Module/Item/Compose.php:119
+msgid "Visibility"
+msgstr "Visibility"
 
-#: src/Module/Admin/Users.php:302
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"
+#: src/Module/Item/Compose.php:140
+msgid "Clear the location"
+msgstr "Clear location"
 
-#: src/Module/Admin/Users.php:303
-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 "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
+#: src/Module/Item/Compose.php:141
+msgid "Location services are unavailable on your device"
+msgstr "Location services are unavailable on your device"
 
-#: src/Module/Admin/Users.php:313
-msgid "Name of the new user."
-msgstr "Name of the new user."
+#: src/Module/Item/Compose.php:142
+msgid ""
+"Location services are disabled. Please check the website's permissions on "
+"your device"
+msgstr "Location services are disabled. Please check the website's permissions on your device"
 
-#: src/Module/Admin/Users.php:314
-msgid "Nickname"
-msgstr "Nickname"
+#: src/Module/Friendica.php:40
+msgid "Installed addons/apps:"
+msgstr "Installed addons/apps:"
 
-#: src/Module/Admin/Users.php:314
-msgid "Nickname of the new user."
-msgstr "Nickname of the new user."
+#: src/Module/Friendica.php:45
+msgid "No installed addons/apps"
+msgstr "No installed addons/apps"
 
-#: src/Module/Admin/Users.php:315
-msgid "Email address of the new user."
-msgstr "Email address of the new user."
+#: src/Module/Friendica.php:50
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
 
-#: src/Module/Admin/Queue.php:34
-msgid "Inspect Deferred Worker Queue"
-msgstr "Inspect Deferred Worker Queue"
+#: src/Module/Friendica.php:57
+msgid "On this server the following remote servers are blocked."
+msgstr "On this server the following remote servers are blocked."
 
-#: src/Module/Admin/Queue.php:35
+#: src/Module/Friendica.php:75
+#, php-format
 msgid ""
-"This page lists the deferred worker jobs. This are jobs that couldn't be "
-"executed at the first time."
-msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."
-
-#: src/Module/Admin/Queue.php:38
-msgid "Inspect Worker Queue"
-msgstr "Inspect Worker Queue"
+"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 "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."
 
-#: src/Module/Admin/Queue.php:39
+#: src/Module/Friendica.php:80
 msgid ""
-"This page lists the currently queued worker jobs. These jobs are handled by "
-"the worker cronjob you've set up during install."
-msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."
 
-#: src/Module/Admin/Queue.php:59
-msgid "ID"
-msgstr "ID"
+#: src/Module/Friendica.php:81
+msgid "Bug reports and issues: please visit"
+msgstr "Bug reports and issues: please visit"
 
-#: src/Module/Admin/Queue.php:60
-msgid "Job Parameters"
-msgstr "Job Parameters"
+#: src/Module/Friendica.php:81
+msgid "the bugtracker at github"
+msgstr "the bugtracker at github"
 
-#: src/Module/Admin/Queue.php:61
-msgid "Created"
-msgstr "Created"
+#: src/Module/Friendica.php:82
+msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
 
-#: src/Module/Admin/Queue.php:62
-msgid "Priority"
-msgstr "Priority"
+#: src/Module/Register.php:60 mod/uimport.php:39
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
 
-#: src/Module/Admin/Site.php:49
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
+#: src/Module/Register.php:77
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking \"Register\"."
+msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."
 
-#: src/Module/Admin/Site.php:234
-msgid "Invalid storage backend setting value."
-msgstr "Invalid storage backend settings."
+#: src/Module/Register.php:78
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
 
-#: src/Module/Admin/Site.php:410
-msgid "Site settings updated."
-msgstr "Site settings updated."
+#: src/Module/Register.php:79
+msgid "Your OpenID (optional): "
+msgstr "Your OpenID (optional): "
 
-#: src/Module/Admin/Site.php:462
-msgid "No community page for local users"
-msgstr "No community page for local users"
+#: src/Module/Register.php:88
+msgid "Include your profile in member directory?"
+msgstr "Include your profile in member directory?"
 
-#: src/Module/Admin/Site.php:463
-msgid "No community page"
-msgstr "No community page"
+#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642
+#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530
+#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096
+#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111
+#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123
+#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145
+#: mod/settings.php:1146 mod/settings.php:1147
+msgid "No"
+msgstr "No"
 
-#: src/Module/Admin/Site.php:464
-msgid "Public postings from users of this site"
-msgstr "Public postings from users of this site"
+#: src/Module/Register.php:111
+msgid "Note for the admin"
+msgstr "Note for the admin"
 
-#: src/Module/Admin/Site.php:465
-msgid "Public postings from the federated network"
-msgstr "Public postings from the federated network"
+#: src/Module/Register.php:111
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Leave a message for the admin, why you want to join this node."
 
-#: src/Module/Admin/Site.php:466
-msgid "Public postings from local users and the federated network"
-msgstr "Public postings from local users and the federated network"
+#: src/Module/Register.php:112
+msgid "Membership on this site is by invitation only."
+msgstr "Membership on this site is by invitation only."
 
-#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665
-#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97
-#: src/Module/Contact.php:525
-msgid "Disabled"
-msgstr "Disabled"
+#: src/Module/Register.php:113
+msgid "Your invitation code: "
+msgstr "Your invitation code: "
 
-#: src/Module/Admin/Site.php:472
-msgid "Users, Global Contacts"
-msgstr "Users, Global Contacts"
+#: src/Module/Register.php:121
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Your full name: "
 
-#: src/Module/Admin/Site.php:473
-msgid "Users, Global Contacts/fallback"
-msgstr "Users, Global Contacts/fallback"
+#: src/Module/Register.php:122
+msgid ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "Your Email Address: (Initial information will be send there; so this must be an existing address.)"
 
-#: src/Module/Admin/Site.php:477
-msgid "One month"
-msgstr "One month"
+#: src/Module/Register.php:124 mod/settings.php:1186
+msgid "New Password:"
+msgstr "New password:"
 
-#: src/Module/Admin/Site.php:478
-msgid "Three months"
-msgstr "Three months"
+#: src/Module/Register.php:124
+msgid "Leave empty for an auto generated password."
+msgstr "Leave empty for an auto generated password."
 
-#: src/Module/Admin/Site.php:479
-msgid "Half a year"
-msgstr "Half a year"
+#: src/Module/Register.php:125 mod/settings.php:1187
+msgid "Confirm:"
+msgstr "Confirm new password:"
 
-#: src/Module/Admin/Site.php:480
-msgid "One year"
-msgstr "One a year"
+#: src/Module/Register.php:126
+#, php-format
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be \"<strong>nickname@%s</strong>\"."
+msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."
 
-#: src/Module/Admin/Site.php:486
-msgid "Multi user instance"
-msgstr "Multi user instance"
+#: src/Module/Register.php:127
+msgid "Choose a nickname: "
+msgstr "Choose a nickname: "
 
-#: src/Module/Admin/Site.php:508
-msgid "Closed"
-msgstr "Closed"
+#: src/Module/Register.php:135 mod/uimport.php:46
+msgid "Import"
+msgstr "Import profile"
 
-#: src/Module/Admin/Site.php:509
-msgid "Requires approval"
-msgstr "Requires approval"
+#: src/Module/Register.php:136
+msgid "Import your profile to this friendica instance"
+msgstr "Import an existing Friendica profile to this node."
 
-#: src/Module/Admin/Site.php:510
-msgid "Open"
-msgstr "Open"
+#: src/Module/Register.php:143
+msgid "Note: This node explicitly contains adult content"
+msgstr "Note: This node explicitly contains adult content"
 
-#: src/Module/Admin/Site.php:514 src/Module/Install.php:182
-msgid "No SSL policy, links will track page SSL state"
-msgstr "No SSL policy, links will track page SSL state"
+#: src/Module/Register.php:238
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Registration successful. Please check your email for further instructions."
 
-#: src/Module/Admin/Site.php:515 src/Module/Install.php:183
-msgid "Force all links to use SSL"
-msgstr "Force all links to use SSL"
+#: src/Module/Register.php:242
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
 
-#: src/Module/Admin/Site.php:516 src/Module/Install.php:184
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
+#: src/Module/Register.php:248
+msgid "Registration successful."
+msgstr "Registration successful."
 
-#: src/Module/Admin/Site.php:520
-msgid "Don't check"
-msgstr "Don't check"
+#: src/Module/Register.php:253 src/Module/Register.php:260
+msgid "Your registration can not be processed."
+msgstr "Your registration cannot be processed."
 
-#: src/Module/Admin/Site.php:521
-msgid "check the stable version"
-msgstr "check for stable version updates"
+#: src/Module/Register.php:259
+msgid "You have to leave a request note for the admin."
+msgstr "You have to leave a request note for the admin."
 
-#: src/Module/Admin/Site.php:522
-msgid "check the development version"
-msgstr "check for development version updates"
+#: src/Module/Register.php:266
+msgid "You have entered too much information."
+msgstr "You have entered too much information."
 
-#: src/Module/Admin/Site.php:542
-msgid "Database (legacy)"
-msgstr "Database (legacy)"
+#: src/Module/Register.php:312
+msgid "Your registration is pending approval by the site owner."
+msgstr "Your registration is pending approval by the site administrator."
 
-#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80
-msgid "Site"
-msgstr "Site"
+#: src/Module/Search/Saved.php:29
+msgid "Search term successfully saved."
+msgstr "Search term successfully saved."
 
-#: src/Module/Admin/Site.php:569
-msgid "Republish users to directory"
-msgstr "Republish users to directory"
+#: src/Module/Search/Saved.php:31
+msgid "Search term already saved."
+msgstr "Search term already saved."
 
-#: src/Module/Admin/Site.php:570 src/Module/Register.php:121
-msgid "Registration"
-msgstr "Join this Friendica Node Today"
+#: src/Module/Search/Saved.php:37
+msgid "Search term successfully removed."
+msgstr "Search term successfully removed."
 
-#: src/Module/Admin/Site.php:571
-msgid "File upload"
-msgstr "File upload"
+#: src/Module/Search/Index.php:35
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Only logged in users are permitted to perform a search."
 
-#: src/Module/Admin/Site.php:572
-msgid "Policies"
-msgstr "Policies"
+#: src/Module/Search/Index.php:57
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Only one search per minute is permitted for not logged in users."
 
-#: src/Module/Admin/Site.php:574
-msgid "Auto Discovered Contact Directory"
-msgstr "Auto-discovered contact directory"
+#: src/Module/Search/Index.php:178 mod/community.php:155
+msgid "No results."
+msgstr "No results."
 
-#: src/Module/Admin/Site.php:575
-msgid "Performance"
-msgstr "Performance"
+#: src/Module/Search/Index.php:183
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Items tagged with: %s"
 
-#: src/Module/Admin/Site.php:576
-msgid "Worker"
-msgstr "Worker"
+#: src/Module/Search/Acl.php:37
+msgid "You must be logged in to use this module."
+msgstr "You must be logged in to use this module."
 
-#: src/Module/Admin/Site.php:577
-msgid "Message Relay"
-msgstr "Message relay"
+#: src/BaseModule.php:133
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
 
-#: src/Module/Admin/Site.php:578
-msgid "Relocate Instance"
-msgstr "Relocate Instance"
+#: src/App/Page.php:228
+msgid "Delete this item?"
+msgstr "Delete this item?"
 
-#: src/Module/Admin/Site.php:579
-msgid "Warning! Advanced function. Could make this server unreachable."
-msgstr "Warning! Advanced function that could make this server unreachable."
+#: src/App/Page.php:276
+msgid "toggle mobile"
+msgstr "Toggle mobile"
 
-#: src/Module/Admin/Site.php:583
-msgid "Site name"
-msgstr "Site name"
+#: src/App/Router.php:184
+#, php-format
+msgid "Method not allowed for this module. Allowed method(s): %s"
+msgstr "Method not allowed for this module. Allowed method(s): %s"
+
+#: src/App/Module.php:221
+msgid "You must be logged in to use addons. "
+msgstr "You must be logged in to use addons. "
 
-#: src/Module/Admin/Site.php:584
-msgid "Sender Email"
-msgstr "Sender email"
+#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581
+msgid "Miscellaneous"
+msgstr "Miscellaneous"
 
-#: src/Module/Admin/Site.php:584
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "The email address your server shall use to send notification emails from."
+#: src/Util/Temporal.php:148 mod/profiles.php:604
+msgid "Age: "
+msgstr "Age: "
 
-#: src/Module/Admin/Site.php:585
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+#: src/Util/Temporal.php:150
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD or MM-DD"
 
-#: src/Module/Admin/Site.php:586
-msgid "Shortcut icon"
-msgstr "Shortcut icon"
+#: src/Util/Temporal.php:297
+msgid "never"
+msgstr "never"
 
-#: src/Module/Admin/Site.php:586
-msgid "Link to an icon that will be used for browsers."
-msgstr "Link to an icon that will be used for browsers."
+#: src/Util/Temporal.php:304
+msgid "less than a second ago"
+msgstr "less than a second ago"
 
-#: src/Module/Admin/Site.php:587
-msgid "Touch icon"
-msgstr "Touch icon"
+#: src/Util/Temporal.php:312
+msgid "year"
+msgstr "year"
 
-#: src/Module/Admin/Site.php:587
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Link to an icon that will be used for tablets and mobiles."
+#: src/Util/Temporal.php:312
+msgid "years"
+msgstr "years"
 
-#: src/Module/Admin/Site.php:588
-msgid "Additional Info"
-msgstr "Additional Info"
+#: src/Util/Temporal.php:313
+msgid "months"
+msgstr "months"
 
-#: src/Module/Admin/Site.php:588
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
-msgstr "For public servers: You can add additional information here that will be listed at %s/servers."
+#: src/Util/Temporal.php:314
+msgid "weeks"
+msgstr "weeks"
 
-#: src/Module/Admin/Site.php:589
-msgid "System language"
-msgstr "System language"
+#: src/Util/Temporal.php:315
+msgid "days"
+msgstr "days"
 
-#: src/Module/Admin/Site.php:590
-msgid "System theme"
-msgstr "System theme"
+#: src/Util/Temporal.php:316
+msgid "hour"
+msgstr "hour"
 
-#: src/Module/Admin/Site.php:590
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a "
-"href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
-msgstr "Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
+#: src/Util/Temporal.php:316
+msgid "hours"
+msgstr "hours"
 
-#: src/Module/Admin/Site.php:591
-msgid "Mobile system theme"
-msgstr "Mobile system theme"
+#: src/Util/Temporal.php:317
+msgid "minute"
+msgstr "minute"
 
-#: src/Module/Admin/Site.php:591
-msgid "Theme for mobile devices"
-msgstr "Theme for mobile devices"
+#: src/Util/Temporal.php:317
+msgid "minutes"
+msgstr "minutes"
 
-#: src/Module/Admin/Site.php:592 src/Module/Install.php:192
-msgid "SSL link policy"
-msgstr "SSL link policy"
+#: src/Util/Temporal.php:318
+msgid "second"
+msgstr "second"
 
-#: src/Module/Admin/Site.php:592 src/Module/Install.php:194
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determines whether generated links should be forced to use SSL"
+#: src/Util/Temporal.php:318
+msgid "seconds"
+msgstr "seconds"
 
-#: src/Module/Admin/Site.php:593
-msgid "Force SSL"
-msgstr "Force SSL"
+#: src/Util/Temporal.php:328
+#, php-format
+msgid "in %1$d %2$s"
+msgstr "in %1$d %2$s"
 
-#: src/Module/Admin/Site.php:593
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
+#: src/Util/Temporal.php:331
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s ago"
 
-#: src/Module/Admin/Site.php:594
-msgid "Hide help entry from navigation menu"
-msgstr "Hide help entry from navigation menu"
+#: src/Worker/Delivery.php:532
+msgid "(no subject)"
+msgstr "(no subject)"
 
-#: src/Module/Admin/Site.php:594
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
+#: src/Console/PostUpdate.php:73
+#, php-format
+msgid "Post update version number has been set to %s."
+msgstr "Post update version number has been set to %s."
 
-#: src/Module/Admin/Site.php:595
-msgid "Single user instance"
-msgstr "Single user instance"
+#: src/Console/PostUpdate.php:81
+msgid "Check for pending update actions."
+msgstr "Check for pending update actions."
 
-#: src/Module/Admin/Site.php:595
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Make this instance multi-user or single-user for the named user"
+#: src/Console/PostUpdate.php:83
+msgid "Done."
+msgstr "Done."
 
-#: src/Module/Admin/Site.php:597
-msgid "File storage backend"
-msgstr "File storage backend"
+#: src/Console/PostUpdate.php:85
+msgid "Execute pending post updates."
+msgstr "Execute pending post updates."
 
-#: src/Module/Admin/Site.php:597
-msgid ""
-"The backend used to store uploaded data. If you change the storage backend, "
-"you can manually move the existing files. If you do not do so, the files "
-"uploaded before the change will still be available at the old backend. "
-"Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a>"
-" for more information about the choices and the moving procedure."
-msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you don't do so, the files uploaded before the change will still be available at the old backend. Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a> for more information about the choices and the moving procedure."
+#: src/Console/PostUpdate.php:91
+msgid "All pending post updates are done."
+msgstr "All pending post updates are done."
 
-#: src/Module/Admin/Site.php:599
-msgid "Maximum image size"
-msgstr "Maximum image size"
+#: src/Console/NewPassword.php:93
+msgid "Enter new password: "
+msgstr "Enter new password: "
 
-#: src/Module/Admin/Site.php:599
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
+#: src/Console/NewPassword.php:101 mod/settings.php:443
+msgid "Password update failed. Please try again."
+msgstr "Password update failed. Please try again."
 
-#: src/Module/Admin/Site.php:600
-msgid "Maximum image length"
-msgstr "Maximum image length"
+#: src/Console/NewPassword.php:104 mod/settings.php:446
+msgid "Password changed."
+msgstr "Password changed."
 
-#: src/Module/Admin/Site.php:600
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
+#: src/Console/ArchiveContact.php:86
+#, php-format
+msgid "Could not find any unarchived contact entry for this URL (%s)"
+msgstr "Could not find any unarchived contact entry for this URL (%s)"
 
-#: src/Module/Admin/Site.php:601
-msgid "JPEG image quality"
-msgstr "JPEG image quality"
+#: src/Console/ArchiveContact.php:89
+msgid "The contact entries have been archived"
+msgstr "The contact entries have been archived"
 
-#: src/Module/Admin/Site.php:601
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "No valid account found."
 
-#: src/Module/Admin/Site.php:603
-msgid "Register policy"
-msgstr "Registration policy"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "Password reset request issued. Please check your email."
 
-#: src/Module/Admin/Site.php:604
-msgid "Maximum Daily Registrations"
-msgstr "Maximum daily registrations"
+#: mod/lostpass.php:45
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."
 
-#: src/Module/Admin/Site.php:604
+#: mod/lostpass.php:56
+#, php-format
 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 "If open registration is permitted, this sets the maximum number of new registrations per day.  This setting has no effect for registrations by approval."
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s"
 
-#: src/Module/Admin/Site.php:605
-msgid "Register text"
-msgstr "Registration text"
+#: mod/lostpass.php:75
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Password reset requested at %s"
 
-#: src/Module/Admin/Site.php:605
+#: mod/lostpass.php:90
 msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
-msgstr "Will be displayed prominently on the registration page. You may use BBCode here."
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
 
-#: src/Module/Admin/Site.php:606
-msgid "Forbidden Nicknames"
-msgstr "Forbidden Nicknames"
+#: mod/lostpass.php:103
+msgid "Request has expired, please make a new one."
+msgstr "Request has expired, please make a new one."
 
-#: src/Module/Admin/Site.php:606
+#: mod/lostpass.php:118
+msgid "Forgot your Password?"
+msgstr "Reset My Password"
+
+#: mod/lostpass.php:119
 msgid ""
-"Comma separated list of nicknames that are forbidden from registration. "
-"Preset is a list of role names according RFC 2142."
-msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142."
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
 
-#: src/Module/Admin/Site.php:607
-msgid "Accounts abandoned after x days"
-msgstr "Accounts abandoned after so many days"
+#: mod/lostpass.php:121
+msgid "Reset"
+msgstr "Reset"
 
-#: src/Module/Admin/Site.php:607
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "Your password has been reset as requested."
 
-#: src/Module/Admin/Site.php:608
-msgid "Allowed friend domains"
-msgstr "Allowed friend domains"
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "Your new password is"
 
-#: src/Module/Admin/Site.php:608
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "Save or copy your new password - and then"
 
-#: src/Module/Admin/Site.php:609
-msgid "Allowed email domains"
-msgstr "Allowed email domains"
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "click here to login"
 
-#: src/Module/Admin/Site.php:609
+#: mod/lostpass.php:141
 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 "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
 
-#: src/Module/Admin/Site.php:610
-msgid "No OEmbed rich content"
-msgstr "No OEmbed rich content"
+#: mod/lostpass.php:148
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"
 
-#: src/Module/Admin/Site.php:610
+#: mod/lostpass.php:154
+#, php-format
 msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below."
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
+msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"
 
-#: src/Module/Admin/Site.php:611
-msgid "Allowed OEmbed domains"
-msgstr "Allowed OEmbed domains"
+#: mod/lostpass.php:170
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Your password has been changed at %s"
 
-#: src/Module/Admin/Site.php:611
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr "Comma separated list of domains from where OEmbed content is allowed. Wildcards are possible."
+#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36
+#: mod/update_community.php:23 mod/update_display.php:24
+#: mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[Embedded content - reload page to view]"
 
-#: src/Module/Admin/Site.php:612
-msgid "Block public"
-msgstr "Block public"
+#: mod/uimport.php:30
+msgid "User imports on closed servers can only be done by an administrator."
+msgstr "User imports on closed servers can only be done by an administrator."
 
-#: src/Module/Admin/Site.php:612
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in."
+#: mod/uimport.php:48
+msgid "Move account"
+msgstr "Move Existing Friendica Account"
 
-#: src/Module/Admin/Site.php:613
-msgid "Force publish"
-msgstr "Mandatory directory listing"
+#: mod/uimport.php:49
+msgid "You can import an account from another Friendica server."
+msgstr "You can import an existing Friendica profile to this node."
 
-#: src/Module/Admin/Site.php:613
+#: mod/uimport.php:50
 msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Force all profiles on this site to be listed in the site directory."
+"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 "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."
 
-#: src/Module/Admin/Site.php:613
-msgid "Enabling this may violate privacy laws like the GDPR"
-msgstr "Enabling this may violate privacy laws like the GDPR"
+#: mod/uimport.php:51
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*."
 
-#: src/Module/Admin/Site.php:614
-msgid "Global directory URL"
-msgstr "Global directory URL"
+#: mod/uimport.php:52
+msgid "Account file"
+msgstr "Account file:"
 
-#: src/Module/Admin/Site.php:614
+#: mod/uimport.php:52
 msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
 
-#: src/Module/Admin/Site.php:615
-msgid "Private posts by default for new users"
-msgstr "Private posts by default for new users"
+#: mod/community.php:68
+msgid "Community option not available."
+msgstr "Community option not available."
 
-#: src/Module/Admin/Site.php:615
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Set default post permissions for all new members to the default privacy group rather than public."
+#: mod/community.php:85
+msgid "Not available."
+msgstr "Not available."
 
-#: src/Module/Admin/Site.php:616
-msgid "Don't include post content in email notifications"
-msgstr "Don't include post content in email notifications"
+#: mod/community.php:95
+msgid "Local Community"
+msgstr "Local community"
 
-#: src/Module/Admin/Site.php:616
-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 "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."
+#: mod/community.php:98
+msgid "Posts from local users on this server"
+msgstr "Posts from local users on this server"
 
-#: src/Module/Admin/Site.php:617
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Disallow public access to addons listed in the apps menu."
+#: mod/community.php:106
+msgid "Global Community"
+msgstr "Global community"
 
-#: src/Module/Admin/Site.php:617
+#: mod/community.php:109
+msgid "Posts from users of the whole federated network"
+msgstr "Posts from users of the whole federated network"
+
+#: mod/community.php:207
 msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Checking this box will restrict addons listed in the apps menu to members only."
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."
 
-#: src/Module/Admin/Site.php:618
-msgid "Don't embed private images in posts"
-msgstr "Don't embed private images in posts"
+#: mod/fsuggest.php:44
+msgid "Suggested contact not found."
+msgstr "Suggested contact not found."
 
-#: src/Module/Admin/Site.php:618
-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 "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."
+#: mod/fsuggest.php:57
+msgid "Friend suggestion sent."
+msgstr "Friend suggestion sent"
 
-#: src/Module/Admin/Site.php:619
-msgid "Explicit Content"
-msgstr "Explicit Content"
+#: mod/fsuggest.php:79
+msgid "Suggest Friends"
+msgstr "Suggest friends"
 
-#: src/Module/Admin/Site.php:619
-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 "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."
+#: mod/fsuggest.php:81
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggest a friend for %s"
 
-#: src/Module/Admin/Site.php:620
-msgid "Allow Users to set remote_self"
-msgstr "Allow users to set \"Remote self\""
+#: mod/common.php:90
+msgid "No contacts in common."
+msgstr "No contacts in common."
 
-#: src/Module/Admin/Site.php:620
-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 "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."
+#: mod/ping.php:272
+msgid "{0} wants to be your friend"
+msgstr "{0} wants to be your friend"
 
-#: src/Module/Admin/Site.php:621
-msgid "Block multiple registrations"
-msgstr "Block multiple registrations"
+#: mod/ping.php:288
+msgid "{0} requested registration"
+msgstr "{0} requested registration"
 
-#: src/Module/Admin/Site.php:621
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Disallow users to sign up for additional accounts."
+#: mod/lockview.php:49 mod/lockview.php:60
+msgid "Remote privacy information not available."
+msgstr "Remote privacy information not available."
 
-#: src/Module/Admin/Site.php:622
-msgid "Disable OpenID"
-msgstr "Disable OpenID"
+#: mod/lockview.php:72
+msgid "Visible to:"
+msgstr "Visible to:"
 
-#: src/Module/Admin/Site.php:622
-msgid "Disable OpenID support for registration and logins."
-msgstr "Disable OpenID support for registration and logins."
+#: mod/events.php:121 mod/events.php:123
+msgid "Event can not end before it has started."
+msgstr "Event cannot end before it has started."
 
-#: src/Module/Admin/Site.php:623
-msgid "No Fullname check"
-msgstr "No full name check"
+#: mod/events.php:130 mod/events.php:132
+msgid "Event title and start time are required."
+msgstr "Event title and starting time are required."
 
-#: src/Module/Admin/Site.php:623
-msgid ""
-"Allow users to register without a space between the first name and the last "
-"name in their full name."
-msgstr "Allow users to register without a space between the first name and the last name in their full name."
+#: mod/events.php:397 mod/cal.php:262
+msgid "View"
+msgstr "View"
 
-#: src/Module/Admin/Site.php:624
-msgid "Community pages for visitors"
-msgstr "Community pages for visitors"
+#: mod/events.php:398
+msgid "Create New Event"
+msgstr "Create new event"
 
-#: src/Module/Admin/Site.php:624
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr "Community pages that should be available for visitors. Local users always see both pages."
+#: mod/events.php:399 mod/cal.php:263
+msgid "Previous"
+msgstr "Previous"
 
-#: src/Module/Admin/Site.php:625
-msgid "Posts per user on community page"
-msgstr "Posts per user on community page"
+#: mod/events.php:409 mod/cal.php:271
+msgid "list"
+msgstr "List"
 
-#: src/Module/Admin/Site.php:625
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"\"Global Community\")"
-msgstr "Maximum number of posts per user on the community page. (Not valid for \"Global Community\")"
+#: mod/events.php:514
+msgid "Event details"
+msgstr "Event details"
 
-#: src/Module/Admin/Site.php:626
-msgid "Disable OStatus support"
-msgstr "Disable OStatus support"
+#: mod/events.php:515
+msgid "Starting date and Title are required."
+msgstr "Starting date and title are required."
 
-#: src/Module/Admin/Site.php:626
-msgid ""
-"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."
+#: mod/events.php:516 mod/events.php:521
+msgid "Event Starts:"
+msgstr "Event starts:"
 
-#: src/Module/Admin/Site.php:627
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr "OStatus support can only be enabled if threading is enabled."
+#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592
+msgid "Required"
+msgstr "Required"
 
-#: src/Module/Admin/Site.php:629
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory."
+#: mod/events.php:529 mod/events.php:554
+msgid "Finish date/time is not known or not relevant"
+msgstr "Finish date/time is not known or not relevant"
 
-#: src/Module/Admin/Site.php:630
-msgid "Enable Diaspora support"
-msgstr "Enable diaspora* support"
+#: mod/events.php:531 mod/events.php:536
+msgid "Event Finishes:"
+msgstr "Event finishes:"
 
-#: src/Module/Admin/Site.php:630
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Provide built-in diaspora* network compatibility."
+#: mod/events.php:542 mod/events.php:555
+msgid "Adjust for viewer timezone"
+msgstr "Adjust for viewer's time zone"
 
-#: src/Module/Admin/Site.php:631
-msgid "Only allow Friendica contacts"
-msgstr "Only allow Friendica contacts"
+#: mod/events.php:544
+msgid "Description:"
+msgstr "Description:"
 
-#: src/Module/Admin/Site.php:631
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."
+#: mod/events.php:548 mod/events.php:550
+msgid "Title:"
+msgstr "Title:"
 
-#: src/Module/Admin/Site.php:632
-msgid "Verify SSL"
-msgstr "Verify SSL"
+#: mod/events.php:551 mod/events.php:552
+msgid "Share this event"
+msgstr "Share this event"
 
-#: src/Module/Admin/Site.php:632
-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 "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
+#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348
+msgid "Permissions"
+msgstr "Permissions"
 
-#: src/Module/Admin/Site.php:633
-msgid "Proxy user"
-msgstr "Proxy user"
+#: mod/events.php:577
+msgid "Failed to remove event"
+msgstr "Failed to remove event"
 
-#: src/Module/Admin/Site.php:634
-msgid "Proxy URL"
-msgstr "Proxy URL"
+#: mod/events.php:579
+msgid "Event removed"
+msgstr "Event removed"
 
-#: src/Module/Admin/Site.php:635
-msgid "Network timeout"
-msgstr "Network timeout"
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
+msgstr "Authorise application connection"
 
-#: src/Module/Admin/Site.php:635
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Return to your app and insert this security code:"
 
-#: src/Module/Admin/Site.php:636
-msgid "Maximum Load Average"
-msgstr "Maximum load average"
+#: mod/api.php:109
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Do you want to authorise this application to access your posts and contacts and create new posts for you?"
 
-#: src/Module/Admin/Site.php:636
+#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530
 #, php-format
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default %d."
-msgstr "Maximum system load before delivery and poll processes are deferred - default %d."
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s welcomes %2$s"
 
-#: src/Module/Admin/Site.php:637
-msgid "Maximum Load Average (Frontend)"
-msgstr "Maximum load average (frontend)"
+#: mod/cal.php:300
+msgid "This calendar format is not supported"
+msgstr "This calendar format is not supported"
 
-#: src/Module/Admin/Site.php:637
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr "Maximum system load before the frontend quits service (default 50)."
+#: mod/cal.php:302
+msgid "No exportable data found"
+msgstr "No exportable data found"
 
-#: src/Module/Admin/Site.php:638
-msgid "Minimal Memory"
-msgstr "Minimal memory"
+#: mod/cal.php:319
+msgid "calendar"
+msgstr "calendar"
 
-#: src/Module/Admin/Site.php:638
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."
+#: mod/display.php:224 mod/display.php:301
+msgid "The requested item doesn't exist or has been deleted."
+msgstr "The requested item doesn't exist or has been deleted."
 
-#: src/Module/Admin/Site.php:639
-msgid "Maximum table size for optimization"
-msgstr "Maximum table size for optimization"
+#: mod/display.php:379
+msgid "The feed for this item is unavailable."
+msgstr "The feed for this item is unavailable."
 
-#: src/Module/Admin/Site.php:639
-msgid ""
-"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
-"disable it."
-msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it."
+#: mod/dfrn_request.php:100
+msgid "This introduction has already been accepted."
+msgstr "This introduction has already been accepted."
 
-#: src/Module/Admin/Site.php:640
-msgid "Minimum level of fragmentation"
-msgstr "Minimum level of fragmentation"
+#: mod/dfrn_request.php:118 mod/dfrn_request.php:356
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profile location is not valid or does not contain profile information."
 
-#: src/Module/Admin/Site.php:640
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)."
+#: mod/dfrn_request.php:122 mod/dfrn_request.php:360
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Warning: profile location has no identifiable owner name."
 
-#: src/Module/Admin/Site.php:642
-msgid "Periodical check of global contacts"
-msgstr "Periodical check of global contacts"
+#: mod/dfrn_request.php:125 mod/dfrn_request.php:363
+msgid "Warning: profile location has no profile photo."
+msgstr "Warning: profile location has no profile photo."
 
-#: src/Module/Admin/Site.php:642
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."
+#: mod/dfrn_request.php:129 mod/dfrn_request.php:367
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "%d required parameter was not found at the given location"
+msgstr[1] "%d required parameters were not found at the given location"
 
-#: src/Module/Admin/Site.php:643
-msgid "Days between requery"
-msgstr "Days between enquiry"
+#: mod/dfrn_request.php:167
+msgid "Introduction complete."
+msgstr "Introduction complete."
 
-#: src/Module/Admin/Site.php:643
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr "Number of days after which a server is required check contacts."
+#: mod/dfrn_request.php:203
+msgid "Unrecoverable protocol error."
+msgstr "Unrecoverable protocol error."
 
-#: src/Module/Admin/Site.php:644
-msgid "Discover contacts from other servers"
-msgstr "Discover contacts from other servers"
+#: mod/dfrn_request.php:230
+msgid "Profile unavailable."
+msgstr "Profile unavailable."
 
-#: src/Module/Admin/Site.php:644
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"\"Users\": the users on the remote system, \"Global Contacts\": active "
-"contacts that are known on the system. The fallback is meant for Redmatrix "
-"servers and older friendica servers, where global contacts weren't "
-"available. The fallback increases the server load, so the recommended "
-"setting is \"Users, Global Contacts\"."
-msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"."
+#: mod/dfrn_request.php:251
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s has received too many connection requests today."
 
-#: src/Module/Admin/Site.php:645
-msgid "Timeframe for fetching global contacts"
-msgstr "Time-frame for fetching global contacts"
+#: mod/dfrn_request.php:252
+msgid "Spam protection measures have been invoked."
+msgstr "Spam protection measures have been invoked."
 
-#: src/Module/Admin/Site.php:645
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."
+#: mod/dfrn_request.php:253
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Friends are advised to please try again in 24 hours."
 
-#: src/Module/Admin/Site.php:646
-msgid "Search the local directory"
-msgstr "Search the local directory"
+#: mod/dfrn_request.php:277
+msgid "Invalid locator"
+msgstr "Invalid locator"
 
-#: src/Module/Admin/Site.php:646
-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 "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."
+#: mod/dfrn_request.php:313
+msgid "You have already introduced yourself here."
+msgstr "You have already introduced yourself here."
 
-#: src/Module/Admin/Site.php:648
-msgid "Publish server information"
-msgstr "Publish server information"
+#: mod/dfrn_request.php:316
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Apparently you are already friends with %s."
 
-#: src/Module/Admin/Site.php:648
-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 <a"
-" href=\"http://the-federation.info/\">the-federation.info</a> for details."
-msgstr "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 <a href=\"http://the-federation.info/\">the-federation.info</a> for details."
+#: mod/dfrn_request.php:336
+msgid "Invalid profile URL."
+msgstr "Invalid profile URL."
 
-#: src/Module/Admin/Site.php:650
-msgid "Check upstream version"
-msgstr "Check upstream version"
+#: mod/dfrn_request.php:435
+msgid "Your introduction has been sent."
+msgstr "Your introduction has been sent."
 
-#: src/Module/Admin/Site.php:650
+#: mod/dfrn_request.php:473
 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 "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
+
+#: mod/dfrn_request.php:489
+msgid "Please login to confirm introduction."
+msgstr "Please login to confirm introduction."
 
-#: src/Module/Admin/Site.php:651
-msgid "Suppress Tags"
-msgstr "Suppress tags"
+#: mod/dfrn_request.php:497
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
 
-#: src/Module/Admin/Site.php:651
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "Suppress listed hashtags at the end of posts."
+#: mod/dfrn_request.php:511 mod/dfrn_request.php:526
+msgid "Confirm"
+msgstr "Confirm"
 
-#: src/Module/Admin/Site.php:652
-msgid "Clean database"
-msgstr "Clean database"
+#: mod/dfrn_request.php:522
+msgid "Hide this contact"
+msgstr "Hide this contact"
 
-#: src/Module/Admin/Site.php:652
-msgid ""
-"Remove old remote items, orphaned database records and old content from some"
-" other helper tables."
-msgstr "Remove old remote items, orphaned database records and old content from some other helper tables."
+#: mod/dfrn_request.php:524
+#, php-format
+msgid "Welcome home %s."
+msgstr "Welcome home %s."
 
-#: src/Module/Admin/Site.php:653
-msgid "Lifespan of remote items"
-msgstr "Lifespan of remote items"
+#: mod/dfrn_request.php:525
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Please confirm your introduction/connection request to %s."
 
-#: src/Module/Admin/Site.php:653
+#: mod/dfrn_request.php:634
 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 "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."
-
-#: src/Module/Admin/Site.php:654
-msgid "Lifespan of unclaimed items"
-msgstr "Lifespan of unclaimed items"
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
 
-#: src/Module/Admin/Site.php:654
+#: mod/dfrn_request.php:636
+#, php-format
 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 "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."
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
+msgstr "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."
 
-#: src/Module/Admin/Site.php:655
-msgid "Lifespan of raw conversation data"
-msgstr "Lifespan of raw conversation data"
+#: mod/dfrn_request.php:639
+msgid "Friend/Connection Request"
+msgstr "Friend/Connection request"
 
-#: src/Module/Admin/Site.php:655
+#: mod/dfrn_request.php:640
 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 "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."
-
-#: src/Module/Admin/Site.php:656
-msgid "Path to item cache"
-msgstr "Path to item cache"
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"
 
-#: src/Module/Admin/Site.php:656
-msgid "The item caches buffers generated bbcode and external images."
-msgstr "The item caches buffers generated bbcode and external images."
+#: mod/dfrn_request.php:641 mod/follow.php:162
+msgid "Please answer the following:"
+msgstr "Please answer the following:"
 
-#: src/Module/Admin/Site.php:657
-msgid "Cache duration in seconds"
-msgstr "Cache duration in seconds"
+#: mod/dfrn_request.php:642 mod/follow.php:163
+#, php-format
+msgid "Does %s know you?"
+msgstr "Does %s know you?"
 
-#: src/Module/Admin/Site.php:657
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)"
+#: mod/dfrn_request.php:643 mod/follow.php:164
+msgid "Add a personal note:"
+msgstr "Add a personal note:"
 
-#: src/Module/Admin/Site.php:658
-msgid "Maximum numbers of comments per post"
-msgstr "Maximum numbers of comments per post"
+#: mod/dfrn_request.php:645
+msgid "Friendica"
+msgstr "Friendica"
 
-#: src/Module/Admin/Site.php:658
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "How many comments should be shown for each post? (Default 100)"
+#: mod/dfrn_request.php:646
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr "GNU Social (Pleroma, Mastodon)"
 
-#: src/Module/Admin/Site.php:659
-msgid "Temp path"
-msgstr "Temp path"
+#: mod/dfrn_request.php:647
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr "diaspora* (Socialhome, Hubzilla)"
 
-#: src/Module/Admin/Site.php:659
+#: mod/dfrn_request.php:648
+#, php-format
 msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - please do not use this form.  Instead, enter %s into your diaspora* search bar."
 
-#: src/Module/Admin/Site.php:660
-msgid "Disable picture proxy"
-msgstr "Disable picture proxy"
+#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128
+msgid "Your Identity Address:"
+msgstr "My identity address:"
 
-#: src/Module/Admin/Site.php:660
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwidth."
-msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth."
+#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131
+msgid "Submit Request"
+msgstr "Submit request"
 
-#: src/Module/Admin/Site.php:661
-msgid "Only search in tags"
-msgstr "Only search in tags"
+#: mod/crepair.php:79
+msgid "Contact settings applied."
+msgstr "Contact settings applied."
 
-#: src/Module/Admin/Site.php:661
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "On large systems the text search can slow down the system significantly."
+#: mod/crepair.php:81
+msgid "Contact update failed."
+msgstr "Contact update failed."
 
-#: src/Module/Admin/Site.php:663
-msgid "New base url"
-msgstr "New base URL"
+#: mod/crepair.php:115
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working."
 
-#: src/Module/Admin/Site.php:663
+#: mod/crepair.php:116
 msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr "Change base url for this server. Sends relocate message to all Friendica and diaspora* contacts of all users."
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
 
-#: src/Module/Admin/Site.php:665
-msgid "RINO Encryption"
-msgstr "RINO Encryption"
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "No mirroring"
+msgstr "No mirroring"
 
-#: src/Module/Admin/Site.php:665
-msgid "Encryption layer between nodes."
-msgstr "Encryption layer between nodes."
+#: mod/crepair.php:130
+msgid "Mirror as forwarded posting"
+msgstr "Mirror as forwarded posting"
 
-#: src/Module/Admin/Site.php:665
-msgid "Enabled"
-msgstr "Enabled"
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "Mirror as my own posting"
+msgstr "Mirror as my own posting"
 
-#: src/Module/Admin/Site.php:667
-msgid "Maximum number of parallel workers"
-msgstr "Maximum number of parallel workers"
+#: mod/crepair.php:145
+msgid "Return to contact editor"
+msgstr "Return to contact editor"
 
-#: src/Module/Admin/Site.php:667
-#, php-format
-msgid ""
-"On shared hosters set this to %d. On larger systems, values of %d are great."
-" Default value is %d."
-msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."
+#: mod/crepair.php:147
+msgid "Refetch contact data"
+msgstr "Re-fetch contact data."
 
-#: src/Module/Admin/Site.php:668
-msgid "Don't use \"proc_open\" with the worker"
-msgstr "Don't use \"proc_open\" with the worker"
+#: mod/crepair.php:150
+msgid "Remote Self"
+msgstr "Remote self"
 
-#: src/Module/Admin/Site.php:668
+#: mod/crepair.php:153
+msgid "Mirror postings from this contact"
+msgstr "Mirror postings from this contact:"
+
+#: mod/crepair.php:155
 msgid ""
-"Enable this if your system doesn't allow the use of \"proc_open\". This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
-msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "This will cause Friendica to repost new entries from this contact."
 
-#: src/Module/Admin/Site.php:669
-msgid "Enable fastlane"
-msgstr "Enable fast-lane"
+#: mod/crepair.php:160
+msgid "Account Nickname"
+msgstr "Account nickname:"
 
-#: src/Module/Admin/Site.php:669
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
+#: mod/crepair.php:161
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tag name - overrides name/nickname:"
 
-#: src/Module/Admin/Site.php:670
-msgid "Enable frontend worker"
-msgstr "Enable frontend worker"
+#: mod/crepair.php:162
+msgid "Account URL"
+msgstr "Account URL:"
 
-#: src/Module/Admin/Site.php:670
-#, php-format
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed (e.g. messages being delivered). On smaller sites you might want "
-"to call %s/worker on a regular basis via an external cron job. You should "
-"only enable this option if you cannot utilize cron/scheduled jobs on your "
-"server."
-msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."
+#: mod/crepair.php:163
+msgid "Account URL Alias"
+msgstr "Account URL alias"
 
-#: src/Module/Admin/Site.php:672
-msgid "Subscribe to relay"
-msgstr "Subscribe to relay"
+#: mod/crepair.php:164
+msgid "Friend Request URL"
+msgstr "Friend request URL:"
 
-#: src/Module/Admin/Site.php:672
-msgid ""
-"Enables the receiving of public posts from the relay. They will be included "
-"in the search, subscribed tags and on the global community page."
-msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags and on the global community page."
+#: mod/crepair.php:165
+msgid "Friend Confirm URL"
+msgstr "Friend confirm URL:"
+
+#: mod/crepair.php:166
+msgid "Notification Endpoint URL"
+msgstr "Notification endpoint URL"
 
-#: src/Module/Admin/Site.php:673
-msgid "Relay server"
-msgstr "Relay server"
+#: mod/crepair.php:167
+msgid "Poll/Feed URL"
+msgstr "Poll/Feed URL:"
 
-#: src/Module/Admin/Site.php:673
-msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
-msgstr "Address of the relay server where public posts should be send to. For example https://relay.diasp.org"
+#: mod/crepair.php:168
+msgid "New photo from this URL"
+msgstr "New photo from this URL:"
 
-#: src/Module/Admin/Site.php:674
-msgid "Direct relay transfer"
-msgstr "Direct relay transfer"
+#: mod/openid.php:32
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID protocol error. No ID returned."
 
-#: src/Module/Admin/Site.php:674
+#: mod/openid.php:71
 msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
-msgstr "Enables direct transfer to other servers without using a relay server."
+"Account not found. Please login to your existing account to add the OpenID "
+"to it."
+msgstr "Account not found. Please login to your existing account to add the OpenID."
 
-#: src/Module/Admin/Site.php:675
-msgid "Relay scope"
-msgstr "Relay scope"
-
-#: src/Module/Admin/Site.php:675
+#: mod/openid.php:73
 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 "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."
+"Account not found. Please register a new account or login to your existing "
+"account to add the OpenID to it."
+msgstr "Account not found. Please register a new account or login to your existing account to add the OpenID."
 
-#: src/Module/Admin/Site.php:675
-msgid "all"
-msgstr "all"
+#: mod/notifications.php:39
+msgid "Invalid request identifier."
+msgstr "Invalid request identifier."
 
-#: src/Module/Admin/Site.php:675
-msgid "tags"
-msgstr "tags"
+#: mod/notifications.php:48 mod/notifications.php:202
+#: mod/notifications.php:258 mod/message.php:110
+msgid "Discard"
+msgstr "Discard"
 
-#: src/Module/Admin/Site.php:676
-msgid "Server tags"
-msgstr "Server tags"
+#: mod/notifications.php:119
+msgid "Network Notifications"
+msgstr "Network notifications"
 
-#: src/Module/Admin/Site.php:676
-msgid "Comma separated list of tags for the \"tags\" subscription."
-msgstr "Comma separated list of tags for the \"tags\" subscription."
+#: mod/notifications.php:124
+msgid "System Notifications"
+msgstr "System notifications"
 
-#: src/Module/Admin/Site.php:677
-msgid "Allow user tags"
-msgstr "Allow user tags"
+#: mod/notifications.php:129
+msgid "Personal Notifications"
+msgstr "Personal notifications"
 
-#: src/Module/Admin/Site.php:677
-msgid ""
-"If enabled, the tags from the saved searches will used for the \"tags\" "
-"subscription in addition to the \"relay_server_tags\"."
-msgstr "If enabled, the tags from the saved searches will be used for the \"tags\" subscription in addition to the \"relay_server_tags\"."
+#: mod/notifications.php:134
+msgid "Home Notifications"
+msgstr "Home notifications"
 
-#: src/Module/Admin/Site.php:680
-msgid "Start Relocation"
-msgstr "Start Relocation"
+#: mod/notifications.php:157
+msgid "Show unread"
+msgstr "Show unread"
 
-#: src/Module/Admin/Summary.php:30
-#, 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 <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
-" an automatic conversion.<br />"
-msgstr "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"
+#: mod/notifications.php:157
+msgid "Show all"
+msgstr "Show all"
 
-#: src/Module/Admin/Summary.php:38
-#, php-format
-msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
-msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s"
+#: mod/notifications.php:168
+msgid "Show Ignored Requests"
+msgstr "Show ignored requests."
 
-#: src/Module/Admin/Summary.php:47
-msgid ""
-"The database update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."
+#: mod/notifications.php:168
+msgid "Hide Ignored Requests"
+msgstr "Hide ignored requests"
 
-#: src/Module/Admin/Summary.php:51
-msgid ""
-"The last update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear. (Some of the errors are possibly inside the logfile.)"
-msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear at the standard output and logfile."
+#: mod/notifications.php:181 mod/notifications.php:266
+msgid "Notification type:"
+msgstr "Notification type:"
 
-#: src/Module/Admin/Summary.php:56
-msgid "The worker was never executed. Please check your database structure!"
-msgstr "The worker process has never been executed. Please check your database structure!"
+#: mod/notifications.php:184
+msgid "Suggested by:"
+msgstr "Suggested by:"
 
-#: src/Module/Admin/Summary.php:58
-#, php-format
-msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."
+#: mod/notifications.php:218
+msgid "Claims to be known to you: "
+msgstr "Says they know me:"
 
-#: src/Module/Admin/Summary.php:63
-#, 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 "
-"<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for "
-"help with the transition."
-msgstr "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your  configuration from <code>.htconfig.php</code>. See <a href=\"%s\">the  configuration help page</a> for help with the transition."
+#: mod/notifications.php:219
+msgid "yes"
+msgstr "yes"
 
-#: src/Module/Admin/Summary.php:67
-#, 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 "
-"<code>config/local.ini.php</code>. See <a href=\"%s\">the Config help "
-"page</a> for help with the transition."
-msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."
+#: mod/notifications.php:219
+msgid "no"
+msgstr "no"
 
-#: src/Module/Admin/Summary.php:73
-#, php-format
-msgid ""
-"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
-"configuration issue that prevents server to server communication. See <a "
-"href=\"%s\">the installation page</a> for help."
-msgstr "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."
+#: mod/notifications.php:220 mod/notifications.php:224
+msgid "Shall your connection be bidirectional or not?"
+msgstr "Shall your connection be in both directions or not?"
 
-#: src/Module/Admin/Summary.php:106
+#: mod/notifications.php:221 mod/notifications.php:225
 #, 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 "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."
+"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 "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."
 
-#: src/Module/Admin/Summary.php:114
+#: mod/notifications.php:222
 #, php-format
 msgid ""
-"Friendica's current system.basepath '%s' is wrong and the config file '%s' "
-"isn't used."
-msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used."
+"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 "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
 
-#: src/Module/Admin/Summary.php:122
+#: mod/notifications.php:226
 #, php-format
 msgid ""
-"Friendica's current system.basepath '%s' is not equal to the config file "
-"'%s'. Please fix your configuration."
-msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."
-
-#: src/Module/Admin/Summary.php:129
-msgid "Normal Account"
-msgstr "Standard account"
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
 
-#: src/Module/Admin/Summary.php:130
-msgid "Automatic Follower Account"
-msgstr "Automatic follower account"
+#: mod/notifications.php:237
+msgid "Friend"
+msgstr "Friend"
 
-#: src/Module/Admin/Summary.php:131
-msgid "Public Forum Account"
-msgstr "Public forum account"
+#: mod/notifications.php:238
+msgid "Sharer"
+msgstr "Sharer"
 
-#: src/Module/Admin/Summary.php:132
-msgid "Automatic Friend Account"
-msgstr "Automatic friend account"
+#: mod/notifications.php:238
+msgid "Subscriber"
+msgstr "Subscriber"
 
-#: src/Module/Admin/Summary.php:133
-msgid "Blog Account"
-msgstr "Blog account"
+#: mod/notifications.php:303
+msgid "No introductions."
+msgstr "No introductions."
 
-#: src/Module/Admin/Summary.php:134
-msgid "Private Forum Account"
-msgstr "Private forum account"
+#: mod/notifications.php:337
+#, php-format
+msgid "No more %s notifications."
+msgstr "No more %s notifications."
 
-#: src/Module/Admin/Summary.php:154
-msgid "Message queues"
-msgstr "Message queues"
+#: mod/wallmessage.php:52 mod/wallmessage.php:115
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Number of daily wall messages for %s exceeded. Message failed."
 
-#: src/Module/Admin/Summary.php:160
-msgid "Server Settings"
-msgstr "Server Settings"
+#: mod/wallmessage.php:60 mod/message.php:70
+msgid "No recipient selected."
+msgstr "No recipient selected."
 
-#: src/Module/Admin/Summary.php:174
-msgid "Summary"
-msgstr "Summary"
+#: mod/wallmessage.php:63
+msgid "Unable to check your home location."
+msgstr "Unable to check your home location."
 
-#: src/Module/Admin/Summary.php:176
-msgid "Registered users"
-msgstr "Registered users"
+#: mod/wallmessage.php:66 mod/message.php:77
+msgid "Message could not be sent."
+msgstr "Message could not be sent."
 
-#: src/Module/Admin/Summary.php:178
-msgid "Pending registrations"
-msgstr "Pending registrations"
+#: mod/wallmessage.php:69 mod/message.php:80
+msgid "Message collection failure."
+msgstr "Message collection failure."
 
-#: src/Module/Admin/Summary.php:179
-msgid "Version"
-msgstr "Version"
+#: mod/wallmessage.php:72 mod/message.php:83
+msgid "Message sent."
+msgstr "Message sent."
 
-#: src/Module/Admin/Summary.php:183
-msgid "Active addons"
-msgstr "Active addons"
+#: mod/wallmessage.php:89 mod/wallmessage.php:98
+msgid "No recipient."
+msgstr "No recipient."
 
-#: src/Module/AllFriends.php:55
-msgid "No friends to display."
-msgstr "No friends to display."
+#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360
+msgid "Please enter a link URL:"
+msgstr "Please enter a link URL:"
 
-#: src/Module/Attach.php:36 src/Module/Attach.php:48
-msgid "Item was not found."
-msgstr "Item was not found."
+#: mod/wallmessage.php:128 mod/message.php:246
+msgid "Send Private Message"
+msgstr "Send private message"
 
-#: src/Module/BaseAdminModule.php:62
+#: mod/wallmessage.php:129
+#, php-format
 msgid ""
-"Submanaged account can't access the administation pages. Please log back in "
-"as the master account."
-msgstr "A managed account cannot access the administration pages. Please log in as administrator."
-
-#: src/Module/BaseAdminModule.php:76
-msgid "Overview"
-msgstr "Overview"
-
-#: src/Module/BaseAdminModule.php:79
-msgid "Configuration"
-msgstr "Configuration"
-
-#: src/Module/BaseAdminModule.php:87
-msgid "Database"
-msgstr "Database"
-
-#: src/Module/BaseAdminModule.php:88
-msgid "DB updates"
-msgstr "DB updates"
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
 
-#: src/Module/BaseAdminModule.php:89
-msgid "Inspect Deferred Workers"
-msgstr "Inspect deferred workers"
+#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430
+msgid "To:"
+msgstr "To:"
 
-#: src/Module/BaseAdminModule.php:90
-msgid "Inspect worker Queue"
-msgstr "Inspect worker queue"
+#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432
+msgid "Subject:"
+msgstr "Subject:"
 
-#: src/Module/BaseAdminModule.php:92
-msgid "Tools"
-msgstr "Tools"
+#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259
+#: mod/message.php:440
+msgid "Insert web link"
+msgstr "Insert web link"
 
-#: src/Module/BaseAdminModule.php:93
-msgid "Contact Blocklist"
-msgstr "Contact blocklist"
+#: mod/ostatus_subscribe.php:23
+msgid "Subscribing to OStatus contacts"
+msgstr "Subscribing to OStatus contacts"
 
-#: src/Module/BaseAdminModule.php:94
-msgid "Server Blocklist"
-msgstr "Server blocklist"
+#: mod/ostatus_subscribe.php:35
+msgid "No contact provided."
+msgstr "No contact provided."
 
-#: src/Module/BaseAdminModule.php:101
-msgid "Diagnostics"
-msgstr "Diagnostics"
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch information for contact."
+msgstr "Couldn't fetch information for contact."
 
-#: src/Module/BaseAdminModule.php:102
-msgid "PHP Info"
-msgstr "PHP info"
+#: mod/ostatus_subscribe.php:52
+msgid "Couldn't fetch friends for contact."
+msgstr "Couldn't fetch friends for contact."
 
-#: src/Module/BaseAdminModule.php:103
-msgid "probe address"
-msgstr "Probe address"
+#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
+msgid "Done"
+msgstr "Done"
 
-#: src/Module/BaseAdminModule.php:104
-msgid "check webfinger"
-msgstr "Check webfinger"
+#: mod/ostatus_subscribe.php:84
+msgid "success"
+msgstr "success"
 
-#: src/Module/BaseAdminModule.php:105
-msgid "Item Source"
-msgstr "Item source"
+#: mod/ostatus_subscribe.php:86
+msgid "failed"
+msgstr "failed"
 
-#: src/Module/BaseAdminModule.php:106
-msgid "Babel"
-msgstr "Babel"
+#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
+msgid "Keep this window open until done."
+msgstr "Keep this window open until done."
 
-#: src/Module/BaseAdminModule.php:115
-msgid "Addon Features"
-msgstr "Addon features"
+#: mod/follow.php:46
+msgid "The contact could not be added."
+msgstr "Contact could not be added."
 
-#: src/Module/BaseAdminModule.php:116
-msgid "User registrations waiting for confirmation"
-msgstr "User registrations awaiting confirmation"
+#: mod/follow.php:87
+msgid "You already added this contact."
+msgstr "You already added this contact."
 
-#: src/Module/BaseSearchModule.php:52
-#, php-format
-msgid "People Search - %s"
-msgstr "People search - %s"
+#: mod/follow.php:99
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "diaspora* support isn't enabled. Contact can't be added."
 
-#: src/Module/BaseSearchModule.php:62
-#, php-format
-msgid "Forum Search - %s"
-msgstr "Forum search - %s"
+#: mod/follow.php:106
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus support is disabled. Contact can't be added."
 
-#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
-msgid "You must be logged in to use this module"
-msgstr "You must be logged in to use this module"
+#: mod/follow.php:113
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "The network type couldn't be detected. Contact can't be added."
 
-#: src/Module/Debug/Feed.php:49
-msgid "Source URL"
-msgstr "Source URL"
+#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247
+msgid "Upload"
+msgstr "Upload"
 
-#: src/Module/Debug/Localtime.php:30
-msgid "Time Conversion"
-msgstr "Time conversion"
+#: mod/fbrowser.php:136
+msgid "Files"
+msgstr "Files"
 
-#: src/Module/Debug/Localtime.php:31
+#: mod/network.php:525
+#, php-format
 msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
+msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages."
 
-#: src/Module/Debug/Localtime.php:32
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC time: %s"
+#: mod/network.php:528
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Messages in this group won't be send to these receivers."
 
-#: src/Module/Debug/Localtime.php:35
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Current time zone: %s"
+#: mod/network.php:595
+msgid "No such group"
+msgstr "No such group"
 
-#: src/Module/Debug/Localtime.php:39
+#: mod/network.php:620
 #, php-format
-msgid "Converted localtime: %s"
-msgstr "Converted local time: %s"
+msgid "Group: %s"
+msgstr "Group: %s"
 
-#: src/Module/Debug/Localtime.php:43
-msgid "Please select your timezone:"
-msgstr "Please select your time zone:"
+#: mod/network.php:646
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Private messages to this person are at risk of public disclosure."
 
-#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "Only logged in users are permitted to perform a probing."
+#: mod/network.php:928
+msgid "Latest Activity"
+msgstr "Latest activity"
 
-#: src/Module/Debug/Probe.php:35
-msgid "Lookup address"
-msgstr "Lookup address"
+#: mod/network.php:931
+msgid "Sort by latest activity"
+msgstr "Sort by latest activity"
 
-#: src/Module/Debug/Babel.php:32
-msgid "Source input"
-msgstr "Source input"
+#: mod/network.php:936
+msgid "Latest Posts"
+msgstr "Latest posts"
 
-#: src/Module/Debug/Babel.php:38
-msgid "BBCode::toPlaintext"
-msgstr "BBCode::toPlaintext"
+#: mod/network.php:939
+msgid "Sort by post received date"
+msgstr "Sort by post received date"
 
-#: src/Module/Debug/Babel.php:44
-msgid "BBCode::convert (raw HTML)"
-msgstr "BBCode::convert (raw HTML)"
+#: mod/network.php:946 mod/profiles.php:579
+msgid "Personal"
+msgstr "Personal"
 
-#: src/Module/Debug/Babel.php:49
-msgid "BBCode::convert"
-msgstr "BBCode::convert"
+#: mod/network.php:949
+msgid "Posts that mention or involve you"
+msgstr "Posts mentioning or involving me"
 
-#: src/Module/Debug/Babel.php:55
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr "BBCode::convert => HTML::toBBCode"
+#: mod/network.php:956
+msgid "New"
+msgstr "New"
 
-#: src/Module/Debug/Babel.php:61
-msgid "BBCode::toMarkdown"
-msgstr "BBCode::toMarkdown"
+#: mod/network.php:959
+msgid "Activity Stream - by date"
+msgstr "Activity Stream - by date"
 
-#: src/Module/Debug/Babel.php:67
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr "BBCode::toMarkdown => Markdown::convert"
+#: mod/network.php:967
+msgid "Shared Links"
+msgstr "Shared links"
 
-#: src/Module/Debug/Babel.php:73
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::toBBCode"
+#: mod/network.php:970
+msgid "Interesting Links"
+msgstr "Interesting links"
 
-#: src/Module/Debug/Babel.php:79
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+#: mod/network.php:977
+msgid "Starred"
+msgstr "Starred"
 
-#: src/Module/Debug/Babel.php:90
-msgid "Item Body"
-msgstr "Item Body"
+#: mod/network.php:980
+msgid "Favourite Posts"
+msgstr "My favourite posts"
 
-#: src/Module/Debug/Babel.php:94
-msgid "Item Tags"
-msgstr "Item Tags"
+#: mod/unfollow.php:36 mod/unfollow.php:92
+msgid "You aren't following this contact."
+msgstr "You aren't following this contact."
 
-#: src/Module/Debug/Babel.php:101
-msgid "Source input (Diaspora format)"
-msgstr "Source input (diaspora* format)"
+#: mod/unfollow.php:46 mod/unfollow.php:98
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Unfollowing is currently not supported by your network."
 
-#: src/Module/Debug/Babel.php:107
-msgid "Markdown::convert (raw HTML)"
-msgstr "Markdown::convert (raw HTML)"
+#: mod/unfollow.php:67
+msgid "Contact unfollowed"
+msgstr "Contact unfollowed"
 
-#: src/Module/Debug/Babel.php:112
-msgid "Markdown::convert"
-msgstr "Markdown::convert"
+#: mod/unfollow.php:118
+msgid "Disconnect/Unfollow"
+msgstr "Disconnect/Unfollow"
 
-#: src/Module/Debug/Babel.php:118
-msgid "Markdown::toBBCode"
-msgstr "Markdown::toBBCode"
+#: mod/profile_photo.php:58
+msgid "Image uploaded but image cropping failed."
+msgstr "Image uploaded but image cropping failed."
 
-#: src/Module/Debug/Babel.php:125
-msgid "Raw HTML input"
-msgstr "Raw HTML input"
+#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
+#: mod/profile_photo.php:311
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Image size reduction [%s] failed."
 
-#: src/Module/Debug/Babel.php:130
-msgid "HTML Input"
-msgstr "HTML input"
+#: mod/profile_photo.php:125
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
 
-#: src/Module/Debug/Babel.php:136
-msgid "HTML::toBBCode"
-msgstr "HTML::toBBCode"
+#: mod/profile_photo.php:133
+msgid "Unable to process image"
+msgstr "Unable to process image"
 
-#: src/Module/Debug/Babel.php:142
-msgid "HTML::toBBCode => BBCode::convert"
-msgstr "HTML::toBBCode => BBCode::convert"
+#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677
+#: mod/photos.php:706 mod/wall_upload.php:186
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "Image exceeds size limit of %s"
 
-#: src/Module/Debug/Babel.php:147
-msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
-msgstr "HTML::toBBCode => BBCode::convert (raw HTML)"
+#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200
+msgid "Unable to process image."
+msgstr "Unable to process image."
 
-#: src/Module/Debug/Babel.php:153
-msgid "HTML::toBBCode => BBCode::toPlaintext"
-msgstr "HTML::toBBCode => BBCode::toPlaintext"
+#: mod/profile_photo.php:244
+msgid "Upload File:"
+msgstr "Upload File:"
 
-#: src/Module/Debug/Babel.php:159
-msgid "HTML::toMarkdown"
-msgstr "HTML::toMarkdown"
+#: mod/profile_photo.php:245
+msgid "Select a profile:"
+msgstr "Select a profile:"
 
-#: src/Module/Debug/Babel.php:165
-msgid "HTML::toPlaintext"
-msgstr "HTML::toPlaintext"
+#: mod/profile_photo.php:250
+msgid "or"
+msgstr "or"
 
-#: src/Module/Debug/Babel.php:171
-msgid "HTML::toPlaintext (compact)"
-msgstr "HTML::toPlaintext (compact)"
+#: mod/profile_photo.php:251
+msgid "skip this step"
+msgstr "skip this step"
 
-#: src/Module/Debug/Babel.php:179
-msgid "Source text"
-msgstr "Source text"
+#: mod/profile_photo.php:251
+msgid "select a photo from your photo albums"
+msgstr "select a photo from your photo albums"
 
-#: src/Module/Debug/Babel.php:180
-msgid "BBCode"
-msgstr "BBCode"
+#: mod/profile_photo.php:264
+msgid "Crop Image"
+msgstr "Crop Image"
 
-#: src/Module/Debug/Babel.php:181
-msgid "Markdown"
-msgstr "Markdown"
+#: mod/profile_photo.php:265
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Please adjust the image cropping for optimum viewing."
 
-#: src/Module/Debug/Babel.php:182
-msgid "HTML"
-msgstr "HTML"
+#: mod/profile_photo.php:267
+msgid "Done Editing"
+msgstr "Done editing"
 
-#: src/Module/Directory.php:61
-msgid "No entries (some entries may be hidden)."
-msgstr "No entries (entries may be hidden)."
+#: mod/profile_photo.php:301
+msgid "Image uploaded successfully."
+msgstr "Image uploaded successfully."
 
-#: src/Module/Directory.php:80
-msgid "Find on this site"
-msgstr "Find on this site"
+#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239
+msgid "Image upload failed."
+msgstr "Image upload failed."
 
-#: src/Module/Directory.php:82
-msgid "Results for:"
-msgstr "Results for:"
+#: mod/poke.php:178
+msgid "Poke/Prod"
+msgstr "Poke/Prod"
 
-#: src/Module/Directory.php:84
-msgid "Site Directory"
-msgstr "Site directory"
+#: mod/poke.php:179
+msgid "poke, prod or do other things to somebody"
+msgstr "Poke, prod or do other things to somebody"
 
-#: src/Module/Filer/SaveTag.php:39
-#, php-format
-msgid "Filetag %s saved to item"
-msgstr "File-tag %s saved to item"
+#: mod/poke.php:180
+msgid "Recipient"
+msgstr "Recipient:"
 
-#: src/Module/Filer/SaveTag.php:48
-msgid "- select -"
-msgstr "- select -"
+#: mod/poke.php:181
+msgid "Choose what you wish to do to recipient"
+msgstr "Choose what you wish to do:"
 
-#: src/Module/FollowConfirm.php:37
-msgid "No given contact."
-msgstr "No given contact."
+#: mod/poke.php:184
+msgid "Make this post private"
+msgstr "Make this post private"
 
-#: src/Module/Friendica.php:40
-msgid "Installed addons/apps:"
-msgstr "Installed addons/apps:"
+#: mod/photos.php:113 mod/photos.php:1609
+msgid "Recent Photos"
+msgstr "Recent photos"
 
-#: src/Module/Friendica.php:45
-msgid "No installed addons/apps"
-msgstr "No installed addons/apps"
+#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611
+msgid "Upload New Photos"
+msgstr "Upload new photos"
 
-#: src/Module/Friendica.php:50
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
-msgstr "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+#: mod/photos.php:170
+msgid "Contact information unavailable"
+msgstr "Contact information unavailable"
 
-#: src/Module/Friendica.php:57
-msgid "On this server the following remote servers are blocked."
-msgstr "On this server the following remote servers are blocked."
+#: mod/photos.php:192
+msgid "Album not found."
+msgstr "Album not found."
 
-#: src/Module/Friendica.php:75
-#, 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 "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."
+#: mod/photos.php:250
+msgid "Album successfully deleted"
+msgstr "Album successfully deleted"
 
-#: src/Module/Friendica.php:80
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."
+#: mod/photos.php:252
+msgid "Album was empty."
+msgstr "Album was empty."
 
-#: src/Module/Friendica.php:81
-msgid "Bug reports and issues: please visit"
-msgstr "Bug reports and issues: please visit"
+#: mod/photos.php:578
+msgid "a photo"
+msgstr "a photo"
 
-#: src/Module/Friendica.php:81
-msgid "the bugtracker at github"
-msgstr "the bugtracker at github"
+#: mod/photos.php:578
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s was tagged in %2$s by %3$s"
 
-#: src/Module/Friendica.php:82
-msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
-msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+#: mod/photos.php:680
+msgid "Image upload didn't complete, please try again"
+msgstr "Image upload didn't complete, please try again"
 
-#: src/Module/Group.php:42
-msgid "Group created."
-msgstr "Group created."
+#: mod/photos.php:683
+msgid "Image file is missing"
+msgstr "Image file is missing"
 
-#: src/Module/Group.php:48
-msgid "Could not create group."
-msgstr "Could not create group."
+#: mod/photos.php:688
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr "Server can't accept new file upload at this time, please contact your administrator"
 
-#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233
-msgid "Group not found."
-msgstr "Group not found."
+#: mod/photos.php:714
+msgid "Image file is empty."
+msgstr "Image file is empty."
 
-#: src/Module/Group.php:65
-msgid "Group name changed."
-msgstr "Group name changed."
+#: mod/photos.php:846
+msgid "No photos selected"
+msgstr "No photos selected"
 
-#: src/Module/Group.php:87
-msgid "Unknown group."
-msgstr "Unknown group."
+#: mod/photos.php:912 mod/videos.php:168
+msgid "Access to this item is restricted."
+msgstr "Access to this item is restricted."
 
-#: src/Module/Group.php:96
-msgid "Contact is unavailable."
-msgstr "Contact is unavailable."
+#: mod/photos.php:966
+msgid "Upload Photos"
+msgstr "Upload photos"
 
-#: src/Module/Group.php:100
-msgid "Contact is deleted."
-msgstr "Contact is deleted."
+#: mod/photos.php:970 mod/photos.php:1062
+msgid "New album name: "
+msgstr "New album name: "
 
-#: src/Module/Group.php:106
-msgid "Contact is blocked, unable to add it to a group."
-msgstr "Contact is blocked, unable to add it to a group."
+#: mod/photos.php:971
+msgid "or select existing album:"
+msgstr "or select existing album:"
 
-#: src/Module/Group.php:110
-msgid "Unable to add the contact to the group."
-msgstr "Unable to add contact to group."
+#: mod/photos.php:972
+msgid "Do not show a status post for this upload"
+msgstr "Do not show a status post for this upload"
 
-#: src/Module/Group.php:112
-msgid "Contact successfully added to group."
-msgstr "Contact successfully added to group."
+#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215
+msgid "Show to Groups"
+msgstr "Show to groups"
 
-#: src/Module/Group.php:116
-msgid "Unable to remove the contact from the group."
-msgstr "Unable to remove contact from group."
+#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216
+msgid "Show to Contacts"
+msgstr "Show to contacts"
 
-#: src/Module/Group.php:118
-msgid "Contact successfully removed from group."
-msgstr "Contact removed from group."
+#: mod/photos.php:1044
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Do you really want to delete this photo album and all its photos?"
 
-#: src/Module/Group.php:121
-msgid "Unknown group command."
-msgstr "Unknown group command."
+#: mod/photos.php:1046 mod/photos.php:1067
+msgid "Delete Album"
+msgstr "Delete album"
 
-#: src/Module/Group.php:124
-msgid "Bad request."
-msgstr "Bad request."
+#: mod/photos.php:1073
+msgid "Edit Album"
+msgstr "Edit album"
 
-#: src/Module/Group.php:163
-msgid "Save Group"
-msgstr "Save group"
+#: mod/photos.php:1074
+msgid "Drop Album"
+msgstr "Drop album"
 
-#: src/Module/Group.php:164
-msgid "Filter"
-msgstr "Filter"
+#: mod/photos.php:1079
+msgid "Show Newest First"
+msgstr "Show newest first"
 
-#: src/Module/Group.php:170
-msgid "Create a group of contacts/friends."
-msgstr "Create a group of contacts/friends."
+#: mod/photos.php:1081
+msgid "Show Oldest First"
+msgstr "Show oldest first"
 
-#: src/Module/Group.php:212
-msgid "Group removed."
-msgstr "Group removed."
+#: mod/photos.php:1102 mod/photos.php:1594
+msgid "View Photo"
+msgstr "View photo"
 
-#: src/Module/Group.php:214
-msgid "Unable to remove group."
-msgstr "Unable to remove group."
+#: mod/photos.php:1139
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permission denied. Access to this item may be restricted."
 
-#: src/Module/Group.php:265
-msgid "Delete Group"
-msgstr "Delete group"
+#: mod/photos.php:1141
+msgid "Photo not available"
+msgstr "Photo not available"
 
-#: src/Module/Group.php:275
-msgid "Edit Group Name"
-msgstr "Edit group name"
+#: mod/photos.php:1151
+msgid "Do you really want to delete this photo?"
+msgstr "Do you really want to delete this photo?"
 
-#: src/Module/Group.php:285
-msgid "Members"
-msgstr "Members"
+#: mod/photos.php:1153 mod/photos.php:1353
+msgid "Delete Photo"
+msgstr "Delete photo"
 
-#: src/Module/Group.php:301
-msgid "Remove contact from group"
-msgstr "Remove contact from group"
+#: mod/photos.php:1244
+msgid "View photo"
+msgstr "View photo"
 
-#: src/Module/Group.php:335
-msgid "Add contact to group"
-msgstr "Add contact to group"
+#: mod/photos.php:1246
+msgid "Edit photo"
+msgstr "Edit photo"
 
-#: src/Module/Help.php:43
-msgid "Help:"
-msgstr "Help:"
+#: mod/photos.php:1247
+msgid "Delete photo"
+msgstr "Delete photo"
 
-#: src/Module/Home.php:42
-#, php-format
-msgid "Welcome to %s"
-msgstr "Welcome to %s"
+#: mod/photos.php:1248
+msgid "Use as profile photo"
+msgstr "Use as profile photo"
 
-#: src/Module/Invite.php:37
-msgid "Total invitation limit exceeded."
-msgstr "Total invitation limit exceeded"
+#: mod/photos.php:1255
+msgid "Private Photo"
+msgstr "Private photo"
 
-#: src/Module/Invite.php:60
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Not a valid email address"
+#: mod/photos.php:1261
+msgid "View Full Size"
+msgstr "View full size"
 
-#: src/Module/Invite.php:87
-msgid "Please join us on Friendica"
-msgstr "Please join us on Friendica."
+#: mod/photos.php:1321
+msgid "Tags: "
+msgstr "Tags: "
 
-#: src/Module/Invite.php:96
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Invitation limit is exceeded. Please contact your site administrator."
+#: mod/photos.php:1324
+msgid "[Select tags to remove]"
+msgstr "[Select tags to remove]"
 
-#: src/Module/Invite.php:100
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Message delivery failed"
+#: mod/photos.php:1339
+msgid "New album name"
+msgstr "New album name"
 
-#: src/Module/Invite.php:104
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d message sent."
-msgstr[1] "%d messages sent."
+#: mod/photos.php:1340
+msgid "Caption"
+msgstr "Caption"
 
-#: src/Module/Invite.php:122
-msgid "You have no more invitations available"
-msgstr "You have no more invitations available."
+#: mod/photos.php:1341
+msgid "Add a Tag"
+msgstr "Add Tag"
 
-#: src/Module/Invite.php:129
-#, php-format
+#: mod/photos.php:1341
 msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Example: @bob, @jojo@example.com, #California, #camping"
 
-#: src/Module/Invite.php:131
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "To accept this invitation, please sign up at %s or any other public Friendica website."
+#: mod/photos.php:1342
+msgid "Do not rotate"
+msgstr "Do not rotate"
 
-#: src/Module/Invite.php:132
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."
+#: mod/photos.php:1343
+msgid "Rotate CW (right)"
+msgstr "Rotate right (CW)"
 
-#: src/Module/Invite.php:136
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
+#: mod/photos.php:1344
+msgid "Rotate CCW (left)"
+msgstr "Rotate left (CCW)"
 
-#: src/Module/Invite.php:139
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks."
-msgstr "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."
+#: mod/photos.php:1529
+msgid "Map"
+msgstr "Map"
 
-#: src/Module/Invite.php:138
-#, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr "To accept this invitation, please visit and register at %s."
+#: mod/photos.php:1600 mod/videos.php:245
+msgid "View Album"
+msgstr "View album"
 
-#: src/Module/Invite.php:146
-msgid "Send invitations"
-msgstr "Send invitations"
+#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196
+#: mod/profiles.php:511 mod/dfrn_confirm.php:71
+msgid "Profile not found."
+msgstr "Profile not found."
 
-#: src/Module/Invite.php:147
-msgid "Enter email addresses, one per line:"
-msgstr "Enter email addresses, one per line:"
+#: mod/profiles.php:62
+msgid "Profile deleted."
+msgstr "Profile deleted."
 
-#: src/Module/Invite.php:151
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
+#: mod/profiles.php:78 mod/profiles.php:114
+msgid "Profile-"
+msgstr "Profile-"
 
-#: src/Module/Invite.php:153
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "You will need to supply this invitation code: $invite_code"
+#: mod/profiles.php:97 mod/profiles.php:135
+msgid "New profile created."
+msgstr "New profile created."
 
-#: src/Module/Invite.php:153
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Once you have signed up, please connect with me via my profile page at:"
+#: mod/profiles.php:120
+msgid "Profile unavailable to clone."
+msgstr "Profile unavailable to clone."
 
-#: src/Module/Invite.php:155
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Profile name is required."
 
-#: src/Module/Item/Compose.php:30
-msgid "Please enter a post body."
-msgstr "Please enter a post body."
+#: mod/profiles.php:346
+msgid "Marital Status"
+msgstr "Marital status"
 
-#: src/Module/Item/Compose.php:43
-msgid "This feature is only available with the frio theme."
-msgstr "This feature is only available with the Frio theme."
+#: mod/profiles.php:349
+msgid "Romantic Partner"
+msgstr "Romantic partner"
 
-#: src/Module/Item/Compose.php:63
-msgid "Compose new personal note"
-msgstr "Compose new personal note"
+#: mod/profiles.php:358
+msgid "Work/Employment"
+msgstr "Work/Employment:"
 
-#: src/Module/Item/Compose.php:70
-msgid "Compose new post"
-msgstr "Compose new post"
+#: mod/profiles.php:361
+msgid "Religion"
+msgstr "Religion"
 
-#: src/Module/Item/Compose.php:190
-msgid "Clear the location"
-msgstr "Clear the location"
+#: mod/profiles.php:364
+msgid "Political Views"
+msgstr "Political views"
 
-#: src/Module/Item/Compose.php:191
-msgid "Location services are unavailable on your device"
-msgstr "Location services are unavailable on your device"
+#: mod/profiles.php:367
+msgid "Gender"
+msgstr "Gender"
 
-#: src/Module/Item/Compose.php:192
-msgid ""
-"Location services are disabled. Please check the website's permissions on "
-"your device"
-msgstr "Location services are disabled. Please check the website's permissions on your device"
+#: mod/profiles.php:370
+msgid "Sexual Preference"
+msgstr "Sexual preference"
 
-#: src/Module/Item/Compose.php:196
-msgid "Public"
-msgstr "Public"
+#: mod/profiles.php:373
+msgid "XMPP"
+msgstr "XMPP"
 
-#: src/Module/Item/Compose.php:197
-msgid ""
-"This post will be sent to all your followers and can be seen in the "
-"community pages and by anyone with its link."
-msgstr "This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."
+#: mod/profiles.php:376
+msgid "Homepage"
+msgstr "Homepage"
 
-#: src/Module/Item/Compose.php:198
-msgid "Limited/Private"
-msgstr "Limited/Private"
+#: mod/profiles.php:379 mod/profiles.php:578
+msgid "Interests"
+msgstr "Interests"
 
-#: src/Module/Item/Compose.php:199
-msgid ""
-"This post will be sent only to the people in the first box, to the exception"
-" of the people mentioned in the second box. It won't appear anywhere public."
-msgstr "This post will be sent only to the people in the first box, with the exception of the people mentioned in the second box. It won't appear anywhere public."
+#: mod/profiles.php:382
+msgid "Address"
+msgstr "Address"
 
-#: src/Module/Login.php:286
-msgid "Create a New Account"
-msgstr "Create a new account"
+#: mod/profiles.php:389 mod/profiles.php:574
+msgid "Location"
+msgstr "Location"
 
-#: src/Module/Login.php:319
-msgid "Password: "
-msgstr "Password: "
+#: mod/profiles.php:469
+msgid "Profile updated."
+msgstr "Profile updated."
 
-#: src/Module/Login.php:320
-msgid "Remember me"
-msgstr "Remember me"
+#: mod/profiles.php:523
+msgid "Hide contacts and friends:"
+msgstr "Hide contacts and friends:"
 
-#: src/Module/Login.php:323
-msgid "Or login using OpenID: "
-msgstr "Or login with OpenID: "
+#: mod/profiles.php:528
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Hide your contact/friend list from viewers of this profile?"
 
-#: src/Module/Login.php:329
-msgid "Forgot your password?"
-msgstr "Forgot your password?"
+#: mod/profiles.php:548
+msgid "Show more profile fields:"
+msgstr "Show more profile fields:"
 
-#: src/Module/Login.php:332
-msgid "Website Terms of Service"
-msgstr "Website Terms of Service"
+#: mod/profiles.php:560
+msgid "Profile Actions"
+msgstr "Profile actions"
 
-#: src/Module/Login.php:333
-msgid "terms of service"
-msgstr "Terms of service"
+#: mod/profiles.php:561
+msgid "Edit Profile Details"
+msgstr "Edit Profile Details"
 
-#: src/Module/Login.php:335
-msgid "Website Privacy Policy"
-msgstr "Website Privacy Policy"
+#: mod/profiles.php:563
+msgid "Change Profile Photo"
+msgstr "Change profile photo"
 
-#: src/Module/Login.php:336
-msgid "privacy policy"
-msgstr "Privacy policy"
+#: mod/profiles.php:565
+msgid "View this profile"
+msgstr "View this profile"
 
-#: src/Module/Logout.php:38
-msgid "Logged out."
-msgstr "Logged out."
+#: mod/profiles.php:566
+msgid "View all profiles"
+msgstr "View all profiles"
 
-#: src/Module/Maintenance.php:29
-msgid "System down for maintenance"
-msgstr "Sorry, the system is currently down for maintenance."
+#: mod/profiles.php:568
+msgid "Create a new profile using these settings"
+msgstr "Create a new profile using these settings"
+
+#: mod/profiles.php:569
+msgid "Clone this profile"
+msgstr "Clone this profile"
 
-#: src/Module/PageNotFound.php:13
-msgid "Page not found."
-msgstr "Page not found"
+#: mod/profiles.php:570
+msgid "Delete this profile"
+msgstr "Delete this profile"
 
-#: src/Module/Photo.php:87
-#, php-format
-msgid "Invalid photo with id %s."
-msgstr "Invalid photo with id %s."
+#: mod/profiles.php:572
+msgid "Basic information"
+msgstr "Basic information"
 
-#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36
-msgid "User not found."
-msgstr "User not found."
+#: mod/profiles.php:573
+msgid "Profile picture"
+msgstr "Profile picture"
 
-#: src/Module/Profile/Contacts.php:78
-msgid "No contacts."
-msgstr "No contacts."
+#: mod/profiles.php:575
+msgid "Preferences"
+msgstr "Preferences"
 
-#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:569
-#: src/Module/Contact.php:1008
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Visit %s's profile [%s]"
+#: mod/profiles.php:576
+msgid "Status information"
+msgstr "Status information"
 
-#: src/Module/Profile/Contacts.php:112
-#, php-format
-msgid "Follower (%s)"
-msgid_plural "Followers (%s)"
-msgstr[0] "Follower (%s)"
-msgstr[1] "Followers (%s)"
+#: mod/profiles.php:577
+msgid "Additional information"
+msgstr "Additional information"
 
-#: src/Module/Profile/Contacts.php:113
-#, php-format
-msgid "Following (%s)"
-msgid_plural "Following (%s)"
-msgstr[0] "Following (%s)"
-msgstr[1] "Following (%s)"
+#: mod/profiles.php:580
+msgid "Relation"
+msgstr "Relation"
 
-#: src/Module/Profile/Contacts.php:114
-#, php-format
-msgid "Mutual friend (%s)"
-msgid_plural "Mutual friends (%s)"
-msgstr[0] "Mutual friend (%s)"
-msgstr[1] "Mutual friends (%s)"
+#: mod/profiles.php:584
+msgid "Your Gender:"
+msgstr "Gender:"
 
-#: src/Module/Profile/Contacts.php:116
-#, php-format
-msgid "Contact (%s)"
-msgid_plural "Contacts (%s)"
-msgstr[0] "Contact (%s)"
-msgstr[1] "Contacts (%s)"
+#: mod/profiles.php:585
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Marital status:"
 
-#: src/Module/Profile/Contacts.php:125
-msgid "All contacts"
-msgstr "All contacts"
+#: mod/profiles.php:587
+msgid "Example: fishing photography software"
+msgstr "Example: fishing photography software"
 
-#: src/Module/Register.php:83
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking \"Register\"."
-msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."
+#: mod/profiles.php:592
+msgid "Profile Name:"
+msgstr "Profile name:"
 
-#: src/Module/Register.php:84
+#: mod/profiles.php:594
 msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
-
-#: src/Module/Register.php:85
-msgid "Your OpenID (optional): "
-msgstr "Your OpenID (optional): "
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."
 
-#: src/Module/Register.php:94
-msgid "Include your profile in member directory?"
-msgstr "Include your profile in member directory?"
+#: mod/profiles.php:595
+msgid "Your Full Name:"
+msgstr "My full name:"
 
-#: src/Module/Register.php:117
-msgid "Note for the admin"
-msgstr "Note for the admin"
+#: mod/profiles.php:596
+msgid "Title/Description:"
+msgstr "Title/Description:"
 
-#: src/Module/Register.php:117
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Leave a message for the admin, why you want to join this node."
+#: mod/profiles.php:599
+msgid "Street Address:"
+msgstr "Street address:"
 
-#: src/Module/Register.php:118
-msgid "Membership on this site is by invitation only."
-msgstr "Membership on this site is by invitation only."
+#: mod/profiles.php:600
+msgid "Locality/City:"
+msgstr "Locality/City:"
 
-#: src/Module/Register.php:119
-msgid "Your invitation code: "
-msgstr "Your invitation code: "
+#: mod/profiles.php:601
+msgid "Region/State:"
+msgstr "Region/State:"
 
-#: src/Module/Register.php:127
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Your full name: "
+#: mod/profiles.php:602
+msgid "Postal/Zip Code:"
+msgstr "Postcode:"
 
-#: src/Module/Register.php:128
-msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr "Your Email Address: (Initial information will be send there; so this must be an existing address.)"
+#: mod/profiles.php:603
+msgid "Country:"
+msgstr "Country:"
 
-#: src/Module/Register.php:130
-msgid "Leave empty for an auto generated password."
-msgstr "Leave empty for an auto generated password."
+#: mod/profiles.php:607
+msgid "Who: (if applicable)"
+msgstr "Who: (if applicable)"
 
-#: src/Module/Register.php:132
-#, php-format
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be \"<strong>nickname@%s</strong>\"."
-msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."
+#: mod/profiles.php:607
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
 
-#: src/Module/Register.php:133
-msgid "Choose a nickname: "
-msgstr "Choose a nickname: "
+#: mod/profiles.php:608
+msgid "Since [date]:"
+msgstr "Since when:"
 
-#: src/Module/Register.php:142
-msgid "Import your profile to this friendica instance"
-msgstr "Import an existing Friendica profile to this node."
+#: mod/profiles.php:610
+msgid "Tell us about yourself..."
+msgstr "About myself:"
 
-#: src/Module/Register.php:149
-msgid "Note: This node explicitly contains adult content"
-msgstr "Note: This node explicitly contains adult content"
+#: mod/profiles.php:611
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) address:"
 
-#: src/Module/Register.php:242
+#: mod/profiles.php:611
 msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registration successful. Please check your email for further instructions."
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "The XMPP address will be propagated to your contacts so that they can follow you."
 
-#: src/Module/Register.php:246
-#, php-format
-msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
+#: mod/profiles.php:612
+msgid "Homepage URL:"
+msgstr "Homepage URL:"
 
-#: src/Module/Register.php:253
-msgid "Registration successful."
-msgstr "Registration successful."
+#: mod/profiles.php:615
+msgid "Religious Views:"
+msgstr "Religious views:"
 
-#: src/Module/Register.php:258
-msgid "Your registration can not be processed."
-msgstr "Your registration cannot be processed."
+#: mod/profiles.php:616
+msgid "Public Keywords:"
+msgstr "Public keywords:"
 
-#: src/Module/Register.php:304
-msgid "Your registration is pending approval by the site owner."
-msgstr "Your registration is pending approval by the site administrator."
+#: mod/profiles.php:616
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "Used for suggesting potential friends, can be seen by others."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:36
-#: src/Module/Settings/TwoFactor/Recovery.php:34
-#: src/Module/Settings/TwoFactor/Verify.php:41
-msgid "Please enter your password to access this page."
-msgstr "Please enter your password to access this page."
+#: mod/profiles.php:617
+msgid "Private Keywords:"
+msgstr "Private keywords:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:54
-msgid "App-specific password generation failed: The description is empty."
-msgstr "App-specific password generation failed: The description is empty."
+#: mod/profiles.php:617
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "Used for searching profiles, never shown to others."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:57
-msgid ""
-"App-specific password generation failed: This description already exists."
-msgstr "App-specific password generation failed: This description already exists."
+#: mod/profiles.php:620
+msgid "Musical interests"
+msgstr "Music:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:61
-msgid "New app-specific password generated."
-msgstr "New app-specific password generated."
+#: mod/profiles.php:621
+msgid "Books, literature"
+msgstr "Books, literature, poetry:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:67
-msgid "App-specific passwords successfully revoked."
-msgstr "App-specific passwords successfully revoked."
+#: mod/profiles.php:622
+msgid "Television"
+msgstr "Television:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:77
-msgid "App-specific password successfully revoked."
-msgstr "App-specific password successfully revoked."
+#: mod/profiles.php:623
+msgid "Film/dance/culture/entertainment"
+msgstr "Film, dance, culture, entertainment"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:98
-msgid "Two-factor app-specific passwords"
-msgstr "Two-factor app-specific passwords"
+#: mod/profiles.php:624
+msgid "Hobbies/Interests"
+msgstr "Hobbies/Interests:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:100
-msgid ""
-"<p>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.</p>"
-msgstr "<p>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.</p>"
+#: mod/profiles.php:625
+msgid "Love/romance"
+msgstr "Love/Romance:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:101
-msgid ""
-"Make sure to copy your new app-specific password now. You won’t be able to "
-"see it again!"
-msgstr "Make sure to copy your new app-specific password now. You won’t be able to see it again!"
+#: mod/profiles.php:626
+msgid "Work/employment"
+msgstr "Work/Employment:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:104
-msgid "Description"
-msgstr "Description"
+#: mod/profiles.php:627
+msgid "School/education"
+msgstr "School/Education:"
+
+#: mod/profiles.php:628
+msgid "Contact information and Social Networks"
+msgstr "Contact information and other social networks:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:105
-msgid "Last Used"
-msgstr "Last Used"
+#: mod/profiles.php:668
+msgid "Edit/Manage Profiles"
+msgstr "Edit/Manage Profiles"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:106
-msgid "Revoke"
-msgstr "Revoke"
+#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72
+#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "Invalid request."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:107
-msgid "Revoke All"
-msgstr "Revoke All"
+#: mod/wall_attach.php:90
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:110
-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 "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."
+#: mod/wall_attach.php:90
+msgid "Or - did you try to upload an empty file?"
+msgstr "Or did you try to upload an empty file?"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:111
-msgid "Generate new app-specific password"
-msgstr "Generate new app-specific password"
+#: mod/wall_attach.php:101
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "File exceeds size limit of %s"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:112
-msgid "Friendiqa on my Fairphone 2..."
-msgstr "Friendiqa on my Fairphone 2..."
+#: mod/wall_attach.php:116
+msgid "File upload failed."
+msgstr "File upload failed."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:113
-msgid "Generate"
-msgstr "Generate"
+#: mod/item.php:127
+msgid "Unable to locate original post."
+msgstr "Unable to locate original post."
 
-#: src/Module/Settings/TwoFactor/Index.php:51
-msgid "Two-factor authentication successfully disabled."
-msgstr "Two-factor authentication successfully disabled."
+#: mod/item.php:330
+msgid "Empty post discarded."
+msgstr "Empty post discarded."
 
-#: src/Module/Settings/TwoFactor/Index.php:92
+#: mod/item.php:804
+#, php-format
 msgid ""
-"<p>Use an application on a mobile device to get two-factor authentication "
-"codes when prompted on login.</p>"
-msgstr "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"
-
-#: src/Module/Settings/TwoFactor/Index.php:96
-msgid "Authenticator app"
-msgstr "Authenticator app"
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "This message was sent to you by %s, a member of the Friendica social network."
 
-#: src/Module/Settings/TwoFactor/Index.php:97
-msgid "Configured"
-msgstr "Configured"
+#: mod/item.php:806
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "You may visit them online at %s"
 
-#: src/Module/Settings/TwoFactor/Index.php:97
-msgid "Not Configured"
-msgstr "Not configured"
+#: mod/item.php:807
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
 
-#: src/Module/Settings/TwoFactor/Index.php:98
-msgid "<p>You haven't finished configuring your authenticator app.</p>"
-msgstr "<p>You haven't finished configuring your authenticator app.</p>"
+#: mod/item.php:811
+#, php-format
+msgid "%s posted an update."
+msgstr "%s posted an update."
 
-#: src/Module/Settings/TwoFactor/Index.php:99
-msgid "<p>Your authenticator app is correctly configured.</p>"
-msgstr "<p>Your authenticator app is correctly configured.</p>"
+#: mod/oexchange.php:32
+msgid "Post successful."
+msgstr "Post successful."
 
-#: src/Module/Settings/TwoFactor/Index.php:101
-msgid "Recovery codes"
-msgstr "Recovery codes"
+#: mod/regmod.php:53
+msgid "Account approved."
+msgstr "Account approved."
 
-#: src/Module/Settings/TwoFactor/Index.php:102
-msgid "Remaining valid codes"
-msgstr "Remaining valid codes"
+#: mod/regmod.php:77
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registration revoked for %s"
 
-#: src/Module/Settings/TwoFactor/Index.php:104
-msgid ""
-"<p>These one-use codes can replace an authenticator app code in case you "
-"have lost access to it.</p>"
-msgstr "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"
+#: mod/regmod.php:84
+msgid "Please login."
+msgstr "Please login."
 
-#: src/Module/Settings/TwoFactor/Index.php:106
-msgid "App-specific passwords"
-msgstr "App-specific passwords"
+#: mod/match.php:49
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No keywords to match. Please add keywords to your default profile."
 
-#: src/Module/Settings/TwoFactor/Index.php:107
-msgid "Generated app-specific passwords"
-msgstr "Generated app-specific passwords"
+#: mod/match.php:135
+msgid "Profile Match"
+msgstr "Profile Match"
 
-#: src/Module/Settings/TwoFactor/Index.php:109
-msgid ""
-"<p>These randomly generated passwords allow you to authenticate on apps not "
-"supporting two-factor authentication.</p>"
-msgstr "<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"
+#: mod/settings.php:192
+msgid "Missing some important data!"
+msgstr "Missing some important data!"
 
-#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:614
-msgid "Actions"
-msgstr "Actions"
+#: mod/settings.php:302
+msgid "Failed to connect with email account using the settings provided."
+msgstr "Failed to connect with email account using the settings provided."
 
-#: src/Module/Settings/TwoFactor/Index.php:112
-msgid "Current password:"
-msgstr "Current password:"
+#: mod/settings.php:307
+msgid "Email settings updated."
+msgstr "Email settings updated."
 
-#: src/Module/Settings/TwoFactor/Index.php:112
-msgid ""
-"You need to provide your current password to change two-factor "
-"authentication settings."
-msgstr "You need to provide your current password to change two-factor authentication settings."
+#: mod/settings.php:323
+msgid "Features updated"
+msgstr "Features updated"
 
-#: src/Module/Settings/TwoFactor/Index.php:113
-msgid "Enable two-factor authentication"
-msgstr "Enable two-factor authentication"
+#: mod/settings.php:384
+msgid "The theme you chose isn't available."
+msgstr "The chosen theme isn't available."
 
-#: src/Module/Settings/TwoFactor/Index.php:114
-msgid "Disable two-factor authentication"
-msgstr "Disable two-factor authentication"
+#: mod/settings.php:400
+msgid "Contact CSV file upload error"
+msgstr "Contact CSV file upload error"
 
-#: src/Module/Settings/TwoFactor/Index.php:115
-msgid "Show recovery codes"
-msgstr "Show recovery codes"
+#: mod/settings.php:414
+msgid "Importing Contacts done"
+msgstr "Importing contacts done"
 
-#: src/Module/Settings/TwoFactor/Index.php:116
-msgid "Manage app-specific passwords"
-msgstr "Manage app-specific passwords"
+#: mod/settings.php:423
+msgid "Relocate message has been send to your contacts"
+msgstr "Relocate message has been send to your contacts"
 
-#: src/Module/Settings/TwoFactor/Index.php:117
-msgid "Finish app configuration"
-msgstr "Finish app configuration"
+#: mod/settings.php:435
+msgid "Passwords do not match."
+msgstr "Passwords do not match."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:50
-msgid "New recovery codes successfully generated."
-msgstr "New recovery codes successfully generated."
+#: mod/settings.php:449
+msgid "Password unchanged."
+msgstr "Password unchanged."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:76
-msgid "Two-factor recovery codes"
-msgstr "Two-factor recovery codes"
+#: mod/settings.php:531
+msgid " Please use a shorter name."
+msgstr " Please use a shorter name."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:78
-msgid ""
-"<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your "
-"device and don’t have the recovery codes you will lose access to your "
-"account.</p>"
-msgstr "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"
+#: mod/settings.php:534
+msgid " Name too short."
+msgstr " Name too short."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:80
-msgid ""
-"When you generate new recovery codes, you must copy the new codes. Your old "
-"codes won’t work anymore."
-msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."
+#: mod/settings.php:546
+msgid "Invalid email."
+msgstr "Invalid email."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:81
-msgid "Generate new recovery codes"
-msgstr "Generate new recovery codes"
+#: mod/settings.php:552
+msgid "Cannot change to that email."
+msgstr "Cannot change to that email."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:83
-msgid "Next: Verification"
-msgstr "Next: Verification"
+#: mod/settings.php:590
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "Private forum has no privacy permissions. Using default privacy group."
 
-#: src/Module/Settings/TwoFactor/Verify.php:63
-msgid "Two-factor authentication successfully activated."
-msgstr "Two-factor authentication successfully activated."
+#: mod/settings.php:593
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "Private forum has no privacy permissions and no default privacy group."
 
-#: src/Module/Settings/TwoFactor/Verify.php:67
-#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43
-msgid "Invalid code, please retry."
-msgstr "Invalid code, please try again."
+#: mod/settings.php:610
+msgid "Settings updated."
+msgstr "Settings updated."
 
-#: src/Module/Settings/TwoFactor/Verify.php:96
-#, php-format
-msgid ""
-"<p>Or you can submit the authentication settings manually:</p>\n"
-"<dl>\n"
-"\t<dt>Issuer</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Account Name</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Secret Key</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Type</dt>\n"
-"\t<dd>Time-based</dd>\n"
-"\t<dt>Number of digits</dt>\n"
-"\t<dd>6</dd>\n"
-"\t<dt>Hashing algorithm</dt>\n"
-"\t<dd>SHA-1</dd>\n"
-"</dl>"
-msgstr "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"
+#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729
+msgid "Add application"
+msgstr "Add application"
 
-#: src/Module/Settings/TwoFactor/Verify.php:116
-msgid "Two-factor code verification"
-msgstr "Two-factor code verification"
+#: mod/settings.php:673 mod/settings.php:699
+msgid "Consumer Key"
+msgstr "Consumer key"
 
-#: src/Module/Settings/TwoFactor/Verify.php:118
-msgid ""
-"<p>Please scan this QR Code with your authenticator app and submit the "
-"provided code.</p>"
-msgstr "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"
+#: mod/settings.php:674 mod/settings.php:700
+msgid "Consumer Secret"
+msgstr "Consumer secret"
 
-#: src/Module/Settings/TwoFactor/Verify.php:120
-#, php-format
-msgid ""
-"<p>Or you can open the following URL in your mobile devicde:</p><p><a "
-"href=\"%s\">%s</a></p>"
-msgstr "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>"
+#: mod/settings.php:675 mod/settings.php:701
+msgid "Redirect"
+msgstr "Redirect"
 
-#: src/Module/Settings/TwoFactor/Verify.php:126
-#: src/Module/TwoFactor/Verify.php:67
-msgid "Please enter a code from your authentication app"
-msgstr "Please enter a code from your authentication app"
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Icon url"
+msgstr "Icon URL"
 
-#: src/Module/Settings/TwoFactor/Verify.php:127
-msgid "Verify code and enable two-factor authentication"
-msgstr "Verify code and enable two-factor authentication"
+#: mod/settings.php:687
+msgid "You can't edit this application."
+msgstr "You cannot edit this application."
 
-#: src/Module/Special/HTTPException.php:32
-msgid "Bad Request"
-msgstr "Bad Request"
+#: mod/settings.php:728
+msgid "Connected Apps"
+msgstr "Connected Apps"
 
-#: src/Module/Special/HTTPException.php:33
-msgid "Unauthorized"
-msgstr "Unauthorized"
+#: mod/settings.php:732
+msgid "Client key starts with"
+msgstr "Client key starts with"
 
-#: src/Module/Special/HTTPException.php:34
-msgid "Forbidden"
-msgstr "Forbidden"
+#: mod/settings.php:733
+msgid "No name"
+msgstr "No name"
 
-#: src/Module/Special/HTTPException.php:35
-msgid "Not Found"
-msgstr "Not found"
+#: mod/settings.php:734
+msgid "Remove authorization"
+msgstr "Remove authorization"
 
-#: src/Module/Special/HTTPException.php:36
-msgid "Internal Server Error"
-msgstr "Internal Server Error"
+#: mod/settings.php:745
+msgid "No Addon settings configured"
+msgstr "No addon settings configured"
 
-#: src/Module/Special/HTTPException.php:37
-msgid "Service Unavailable"
-msgstr "Service Unavailable"
+#: mod/settings.php:754
+msgid "Addon Settings"
+msgstr "Addon settings"
 
-#: src/Module/Special/HTTPException.php:44
-msgid ""
-"The server cannot or will not process the request due to an apparent client "
-"error."
-msgstr "The server cannot process the request due to an apparent client error."
+#: mod/settings.php:775
+msgid "Additional Features"
+msgstr "Additional Features"
 
-#: src/Module/Special/HTTPException.php:45
-msgid ""
-"Authentication is required and has failed or has not yet been provided."
-msgstr "Authentication is required and has failed or has not yet been provided."
+#: mod/settings.php:800 mod/settings.php:801
+msgid "enabled"
+msgstr "enabled"
 
-#: src/Module/Special/HTTPException.php:46
-msgid ""
-"The request was valid, but the server is refusing action. The user might not"
-" have the necessary permissions for a resource, or may need an account."
-msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."
+#: mod/settings.php:800 mod/settings.php:801
+msgid "disabled"
+msgstr "disabled"
 
-#: src/Module/Special/HTTPException.php:47
-msgid ""
-"The requested resource could not be found but may be available in the "
-"future."
-msgstr "The requested resource could not be found but may be available in the future."
+#: mod/settings.php:800 mod/settings.php:801
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "Built-in support for %s connectivity is %s"
 
-#: src/Module/Special/HTTPException.php:48
-msgid ""
-"An unexpected condition was encountered and no more specific message is "
-"suitable."
-msgstr "An unexpected condition was encountered and no more specific message is available."
+#: mod/settings.php:801
+msgid "GNU Social (OStatus)"
+msgstr "GNU Social (OStatus)"
 
-#: src/Module/Special/HTTPException.php:49
-msgid ""
-"The server is currently unavailable (because it is overloaded or down for "
-"maintenance). Please try again later."
-msgstr "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."
+#: mod/settings.php:832
+msgid "Email access is disabled on this site."
+msgstr "Email access is disabled on this site."
 
-#: src/Module/Special/HTTPException.php:55
-msgid "Go back"
-msgstr "Go back"
+#: mod/settings.php:837 mod/settings.php:873
+msgid "None"
+msgstr "None"
 
-#: src/Module/TwoFactor/Recovery.php:41
-#, php-format
-msgid "Remaining recovery codes: %d"
-msgstr "Remaining recovery codes: %d"
+#: mod/settings.php:848
+msgid "General Social Media Settings"
+msgstr "General Social Media Settings"
 
-#: src/Module/TwoFactor/Recovery.php:65
-msgid "Two-factor recovery"
-msgstr "Two-factor recovery"
+#: mod/settings.php:849
+msgid "Accept only top level posts by contacts you follow"
+msgstr "Accept only top-level posts by contacts you follow"
 
-#: src/Module/TwoFactor/Recovery.php:66
+#: mod/settings.php:849
 msgid ""
-"<p>You can enter one of your one-time recovery codes in case you lost access"
-" to your mobile device.</p>"
-msgstr "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"
+"The system does an auto completion of threads when a comment arrives. This "
+"has got the side effect that you can receive posts that had been started by "
+"a non-follower but had been commented by someone you follow. This setting "
+"deactivates this behaviour. When activated, you strictly only will receive "
+"posts from people you really do follow."
+msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow."
 
-#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66
-#, php-format
-msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
-msgstr "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
+#: mod/settings.php:850
+msgid "Disable Content Warning"
+msgstr "Disable Content Warning"
 
-#: src/Module/TwoFactor/Recovery.php:68
-msgid "Please enter a recovery code"
-msgstr "Please enter a recovery code"
+#: mod/settings.php:850
+msgid ""
+"Users on networks like Mastodon or Pleroma are able to set a content warning"
+" field which collapse their post by default. This disables the automatic "
+"collapsing and sets the content warning as the post title. Doesn't affect "
+"any other content filtering you eventually set up."
+msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."
 
-#: src/Module/TwoFactor/Recovery.php:69
-msgid "Submit recovery code and complete login"
-msgstr "Submit recovery code and complete login"
+#: mod/settings.php:851
+msgid "Disable intelligent shortening"
+msgstr "Disable intelligent shortening"
 
-#: src/Module/TwoFactor/Verify.php:63
+#: mod/settings.php:851
 msgid ""
-"<p>Open the two-factor authentication app on your device to get an "
-"authentication code and verify your identity.</p>"
-msgstr "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"
+"Normally the system tries to find the best link to add to shortened posts. "
+"If this option is enabled then every shortened post will always point to the"
+" original friendica post."
+msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."
 
-#: src/Module/TwoFactor/Verify.php:68
-msgid "Verify code and complete login"
-msgstr "Verify code and complete login"
+#: mod/settings.php:852
+msgid "Attach the link title"
+msgstr "Attach the link title"
 
-#: src/Module/Welcome.php:25
-msgid "Welcome to Friendica"
-msgstr "Welcome to Friendica"
+#: mod/settings.php:852
+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 "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."
 
-#: src/Module/Welcome.php:26
-msgid "New Member Checklist"
-msgstr "New Member Checklist"
+#: mod/settings.php:853
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners"
 
-#: src/Module/Welcome.php:27
+#: mod/settings.php:853
 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 "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."
+"If you receive a message from an unknown OStatus user, this option decides "
+"what to do. If it is checked, a new contact will be created for every "
+"unknown user."
+msgstr "Create a new contact for every unknown OStatus user from whom you receive a message."
 
-#: src/Module/Welcome.php:29
-msgid "Getting Started"
-msgstr "Getting started"
+#: mod/settings.php:854
+msgid "Default group for OStatus contacts"
+msgstr "Default group for OStatus contacts"
 
-#: src/Module/Welcome.php:30
-msgid "Friendica Walk-Through"
-msgstr "Friendica walk-through"
+#: mod/settings.php:855
+msgid "Your legacy GNU Social account"
+msgstr "Your legacy GNU Social account"
 
-#: src/Module/Welcome.php:31
+#: mod/settings.php:855
 msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
+"If you enter your old 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 "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."
 
-#: src/Module/Welcome.php:34
-msgid "Go to Your Settings"
-msgstr "Go to your settings"
+#: mod/settings.php:858
+msgid "Repair OStatus subscriptions"
+msgstr "Repair OStatus subscriptions"
 
-#: src/Module/Welcome.php:35
-msgid ""
-"On your <em>Settings</em> 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 "On your <em>Settings</em> 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."
+#: mod/settings.php:862
+msgid "Email/Mailbox Setup"
+msgstr "Email/Mailbox setup"
 
-#: src/Module/Welcome.php:36
+#: mod/settings.php:863
 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 "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."
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
+msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."
 
-#: src/Module/Welcome.php:40
-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 "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."
+#: mod/settings.php:864
+msgid "Last successful email check:"
+msgstr "Last successful email check:"
 
-#: src/Module/Welcome.php:41
-msgid "Edit Your Profile"
-msgstr "Edit your profile"
+#: mod/settings.php:866
+msgid "IMAP server name:"
+msgstr "IMAP server name:"
 
-#: src/Module/Welcome.php:42
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
+#: mod/settings.php:867
+msgid "IMAP port:"
+msgstr "IMAP port:"
 
-#: src/Module/Welcome.php:43
-msgid "Profile Keywords"
-msgstr "Profile keywords"
+#: mod/settings.php:868
+msgid "Security:"
+msgstr "Security:"
 
-#: src/Module/Welcome.php:44
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
+#: mod/settings.php:869
+msgid "Email login name:"
+msgstr "Email login name:"
+
+#: mod/settings.php:870
+msgid "Email password:"
+msgstr "Email password:"
+
+#: mod/settings.php:871
+msgid "Reply-to address:"
+msgstr "Reply-to address:"
+
+#: mod/settings.php:872
+msgid "Send public posts to all email contacts:"
+msgstr "Send public posts to all email contacts:"
+
+#: mod/settings.php:873
+msgid "Action after import:"
+msgstr "Action after import:"
 
-#: src/Module/Welcome.php:46
-msgid "Connecting"
-msgstr "Connecting"
+#: mod/settings.php:873
+msgid "Move to folder"
+msgstr "Move to folder"
 
-#: src/Module/Welcome.php:48
-msgid "Importing Emails"
-msgstr "Importing emails"
+#: mod/settings.php:874
+msgid "Move to folder:"
+msgstr "Move to folder:"
 
-#: src/Module/Welcome.php:49
-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 "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
+#: mod/settings.php:906
+#, php-format
+msgid "%s - (Unsupported)"
+msgstr "%s - (Unsupported)"
 
-#: src/Module/Welcome.php:50
-msgid "Go to Your Contacts Page"
-msgstr "Go to your contacts page"
+#: mod/settings.php:952
+msgid "Display Settings"
+msgstr "Display Settings"
 
-#: src/Module/Welcome.php:51
-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 <em>Add New Contact</em> dialog."
-msgstr "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 <em>Add new contact</em> dialog."
+#: mod/settings.php:958
+msgid "Display Theme:"
+msgstr "Display theme:"
 
-#: src/Module/Welcome.php:52
-msgid "Go to Your Site's Directory"
-msgstr "Go to your site's directory"
+#: mod/settings.php:959
+msgid "Mobile Theme:"
+msgstr "Mobile theme:"
 
-#: src/Module/Welcome.php:53
+#: mod/settings.php:960
+msgid "Suppress warning of insecure networks"
+msgstr "Suppress warning of insecure networks"
+
+#: mod/settings.php:960
 msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
+"Should the system suppress the warning that the current group contains "
+"members of networks that can't receive non public postings."
+msgstr "Suppresses warnings if groups contains members whose networks cannot receive non-public postings."
 
-#: src/Module/Welcome.php:54
-msgid "Finding New People"
-msgstr "Finding new people"
+#: mod/settings.php:961
+msgid "Update browser every xx seconds"
+msgstr "Update browser every so many seconds:"
 
-#: src/Module/Welcome.php:55
-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 "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."
+#: mod/settings.php:961
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
+msgstr "Minimum 10 seconds; to disable -1."
 
-#: src/Module/Welcome.php:58
-msgid "Group Your Contacts"
-msgstr "Group your contacts"
+#: mod/settings.php:962
+msgid "Number of items to display per page:"
+msgstr "Number of items displayed per page:"
 
-#: src/Module/Welcome.php:59
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."
+#: mod/settings.php:962 mod/settings.php:963
+msgid "Maximum of 100 items"
+msgstr "Maximum of 100 items"
 
-#: src/Module/Welcome.php:61
-msgid "Why Aren't My Posts Public?"
-msgstr "Why aren't my posts public?"
+#: mod/settings.php:963
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Number of items displayed per page on mobile devices:"
 
-#: src/Module/Welcome.php:62
-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 "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."
+#: mod/settings.php:964
+msgid "Don't show emoticons"
+msgstr "Don't show emoticons"
 
-#: src/Module/Welcome.php:64
-msgid "Getting Help"
-msgstr "Getting help"
+#: mod/settings.php:965
+msgid "Calendar"
+msgstr "Calendar"
 
-#: src/Module/Welcome.php:65
-msgid "Go to the Help Section"
-msgstr "Go to the help section"
+#: mod/settings.php:966
+msgid "Beginning of week:"
+msgstr "Week begins: "
 
-#: src/Module/Welcome.php:66
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
+#: mod/settings.php:967
+msgid "Don't show notices"
+msgstr "Don't show notices"
 
-#: src/Module/Bookmarklet.php:35
-msgid "This page is missing a url parameter."
-msgstr "This page is missing a URL parameter."
+#: mod/settings.php:968
+msgid "Infinite scroll"
+msgstr "Infinite scroll"
 
-#: src/Module/Bookmarklet.php:57
-msgid "The post was created"
-msgstr "The post was created"
+#: mod/settings.php:969
+msgid "Automatic updates only at the top of the network page"
+msgstr "Automatically updates only top of the network page"
 
-#: src/Module/Contact.php:72
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d contact edited."
-msgstr[1] "%d contacts edited."
+#: mod/settings.php:969
+msgid ""
+"When disabled, the network page is updated all the time, which could be "
+"confusing while reading."
+msgstr "When disabled, the network page is updated all the time, which could be confusing while reading."
 
-#: src/Module/Contact.php:99
-msgid "Could not access contact record."
-msgstr "Could not access contact record."
+#: mod/settings.php:970
+msgid "Bandwidth Saver Mode"
+msgstr "Bandwidth Saver Mode"
 
-#: src/Module/Contact.php:109
-msgid "Could not locate selected profile."
-msgstr "Could not locate selected profile."
+#: mod/settings.php:970
+msgid ""
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
+msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."
 
-#: src/Module/Contact.php:141
-msgid "Contact updated."
-msgstr "Contact updated."
+#: mod/settings.php:971
+msgid "Disable Smart Threading"
+msgstr "Disable smart threading"
 
-#: src/Module/Contact.php:355
-msgid "Contact not found"
-msgstr "Contact not found"
+#: mod/settings.php:971
+msgid "Disable the automatic suppression of extraneous thread indentation."
+msgstr "Disable the automatic suppression of extraneous thread indentation."
 
-#: src/Module/Contact.php:374
-msgid "Contact has been blocked"
-msgstr "Contact has been blocked"
+#: mod/settings.php:973
+msgid "General Theme Settings"
+msgstr "Themes"
 
-#: src/Module/Contact.php:374
-msgid "Contact has been unblocked"
-msgstr "Contact has been unblocked"
+#: mod/settings.php:974
+msgid "Custom Theme Settings"
+msgstr "Theme customisation"
 
-#: src/Module/Contact.php:384
-msgid "Contact has been ignored"
-msgstr "Contact has been ignored"
+#: mod/settings.php:975
+msgid "Content Settings"
+msgstr "Content/Layout"
 
-#: src/Module/Contact.php:384
-msgid "Contact has been unignored"
-msgstr "Contact has been unignored"
+#: mod/settings.php:990
+msgid "Unable to find your profile. Please contact your admin."
+msgstr "Unable to find your profile. Please contact your admin."
 
-#: src/Module/Contact.php:394
-msgid "Contact has been archived"
-msgstr "Contact has been archived"
+#: mod/settings.php:1029
+msgid "Account Types"
+msgstr "Account types:"
 
-#: src/Module/Contact.php:394
-msgid "Contact has been unarchived"
-msgstr "Contact has been unarchived"
+#: mod/settings.php:1030
+msgid "Personal Page Subtypes"
+msgstr "Personal Page subtypes"
 
-#: src/Module/Contact.php:418
-msgid "Drop contact"
-msgstr "Drop contact"
+#: mod/settings.php:1031
+msgid "Community Forum Subtypes"
+msgstr "Community forum subtypes"
 
-#: src/Module/Contact.php:421 src/Module/Contact.php:798
-msgid "Do you really want to delete this contact?"
-msgstr "Do you really want to delete this contact?"
+#: mod/settings.php:1039
+msgid "Account for a personal profile."
+msgstr "Account for a personal profile."
 
-#: src/Module/Contact.php:435
-msgid "Contact has been removed."
-msgstr "Contact has been removed."
+#: mod/settings.php:1043
+msgid ""
+"Account for an organisation that automatically approves contact requests as "
+"\"Followers\"."
+msgstr "Account for an organisation that automatically approves contact requests as \"Followers\"."
 
-#: src/Module/Contact.php:465
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "You are mutual friends with %s"
+#: mod/settings.php:1047
+msgid ""
+"Account for a news reflector that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"."
 
-#: src/Module/Contact.php:470
-#, php-format
-msgid "You are sharing with %s"
-msgstr "You are sharing with %s"
+#: mod/settings.php:1051
+msgid "Account for community discussions."
+msgstr "Account for community discussions."
 
-#: src/Module/Contact.php:475
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s is sharing with you"
+#: mod/settings.php:1055
+msgid ""
+"Account for a regular personal profile that requires manual approval of "
+"\"Friends\" and \"Followers\"."
+msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."
 
-#: src/Module/Contact.php:499
-msgid "Private communications are not available for this contact."
-msgstr "Private communications are not available for this contact."
+#: mod/settings.php:1059
+msgid ""
+"Account for a public profile that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"."
 
-#: src/Module/Contact.php:501
-msgid "Never"
-msgstr "Never"
+#: mod/settings.php:1063
+msgid "Automatically approves all contact requests."
+msgstr "Automatically approves all contact requests."
 
-#: src/Module/Contact.php:504
-msgid "(Update was successful)"
-msgstr "(Update was successful)"
+#: mod/settings.php:1067
+msgid ""
+"Account for a popular profile that automatically approves contact requests "
+"as \"Friends\"."
+msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"."
 
-#: src/Module/Contact.php:504
-msgid "(Update was not successful)"
-msgstr "(Update was not successful)"
+#: mod/settings.php:1070
+msgid "Private Forum [Experimental]"
+msgstr "Private forum [Experimental]"
 
-#: src/Module/Contact.php:506 src/Module/Contact.php:1042
-msgid "Suggest friends"
-msgstr "Suggest friends"
+#: mod/settings.php:1071
+msgid "Requires manual approval of contact requests."
+msgstr "Requires manual approval of contact requests."
 
-#: src/Module/Contact.php:510
-#, php-format
-msgid "Network type: %s"
-msgstr "Network type: %s"
+#: mod/settings.php:1082
+msgid "OpenID:"
+msgstr "OpenID:"
 
-#: src/Module/Contact.php:515
-msgid "Communications lost with this contact!"
-msgstr "Communications lost with this contact!"
+#: mod/settings.php:1082
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Optional) Allow this OpenID to login to this account."
 
-#: src/Module/Contact.php:521
-msgid "Fetch further information for feeds"
-msgstr "Fetch further information for feeds"
+#: mod/settings.php:1090
+msgid "Publish your default profile in your local site directory?"
+msgstr "Publish default profile in local site directory?"
 
-#: src/Module/Contact.php:523
+#: mod/settings.php:1090
+#, php-format
 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 "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."
-
-#: src/Module/Contact.php:526
-msgid "Fetch information"
-msgstr "Fetch information"
+"Your profile will be published in this node's <a href=\"%s\">local "
+"directory</a>. Your profile details may be publicly visible depending on the"
+" system settings."
+msgstr "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."
 
-#: src/Module/Contact.php:527
-msgid "Fetch keywords"
-msgstr "Fetch keywords"
+#: mod/settings.php:1096
+msgid "Publish your default profile in the global social directory?"
+msgstr "Publish default profile in global directory?"
 
-#: src/Module/Contact.php:528
-msgid "Fetch information and keywords"
-msgstr "Fetch information and keywords"
+#: mod/settings.php:1096
+#, php-format
+msgid ""
+"Your profile will be published in the global friendica directories (e.g. <a "
+"href=\"%s\">%s</a>). Your profile will be visible in public."
+msgstr "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible."
 
-#: src/Module/Contact.php:547
-msgid "Profile Visibility"
-msgstr "Profile visibility"
+#: mod/settings.php:1096
+msgid ""
+"This setting also determines whether Friendica will inform search engines "
+"that your profile should be indexed or not. Third-party search engines may "
+"or may not respect this setting."
+msgstr "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."
 
-#: src/Module/Contact.php:548
-msgid "Contact Information / Notes"
-msgstr "Personal note"
+#: mod/settings.php:1103
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "Hide my contact list from others?"
 
-#: src/Module/Contact.php:549
-msgid "Contact Settings"
-msgstr "Notification and privacy "
+#: mod/settings.php:1103
+msgid ""
+"Your contact list won't be shown in your default profile page. You can "
+"decide to show your contact list separately for each additional profile you "
+"create"
+msgstr "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"
 
-#: src/Module/Contact.php:558
-msgid "Contact"
-msgstr "Contact"
+#: mod/settings.php:1107
+msgid "Hide your profile details from anonymous viewers?"
+msgstr "Hide profile details from anonymous viewers?"
 
-#: src/Module/Contact.php:562
-#, php-format
+#: mod/settings.php:1107
 msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
-
-#: src/Module/Contact.php:564
-msgid "Their personal note"
-msgstr "Their personal note"
+"Anonymous visitors will only see your profile picture, your display name and"
+" the nickname you are using on your profile page. Your public posts and "
+"replies will still be accessible by other means."
+msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."
 
-#: src/Module/Contact.php:566
-msgid "Edit contact notes"
-msgstr "Edit contact notes"
+#: mod/settings.php:1111
+msgid "Allow friends to post to your profile page?"
+msgstr "Allow friends to post to my wall?"
 
-#: src/Module/Contact.php:570
-msgid "Block/Unblock contact"
-msgstr "Block/Unblock contact"
+#: mod/settings.php:1111
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
+msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"
 
-#: src/Module/Contact.php:571
-msgid "Ignore contact"
-msgstr "Ignore contact"
+#: mod/settings.php:1115
+msgid "Allow friends to tag your posts?"
+msgstr "Allow friends to tag my post?"
 
-#: src/Module/Contact.php:572
-msgid "Repair URL settings"
-msgstr "Repair URL settings"
+#: mod/settings.php:1115
+msgid "Your contacts can add additional tags to your posts."
+msgstr "Your contacts can add additional tags to your posts."
 
-#: src/Module/Contact.php:573
-msgid "View conversations"
-msgstr "View conversations"
+#: mod/settings.php:1119
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Allow us to suggest you as a potential friend to new members?"
 
-#: src/Module/Contact.php:578
-msgid "Last update:"
-msgstr "Last update:"
+#: mod/settings.php:1119
+msgid ""
+"If you like, Friendica may suggest new members to add you as a contact."
+msgstr "If you like, Friendica may suggest new members to add you as a contact."
 
-#: src/Module/Contact.php:580
-msgid "Update public posts"
-msgstr "Update public posts"
+#: mod/settings.php:1123
+msgid "Permit unknown people to send you private mail?"
+msgstr "Allow unknown people to send me private messages?"
 
-#: src/Module/Contact.php:582 src/Module/Contact.php:1052
-msgid "Update now"
-msgstr "Update now"
+#: mod/settings.php:1123
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
+msgstr "Friendica network users may send you private messages even if they are not in your contact list."
 
-#: src/Module/Contact.php:586 src/Module/Contact.php:803
-#: src/Module/Contact.php:1069
-msgid "Unignore"
-msgstr "Unignore"
+#: mod/settings.php:1127
+msgid "Profile is <strong>not published</strong>."
+msgstr "Profile is <strong>not published</strong>."
 
-#: src/Module/Contact.php:590
-msgid "Currently blocked"
-msgstr "Currently blocked"
+#: mod/settings.php:1133
+#, php-format
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+msgstr "My identity address: <strong>'%s'</strong> or '%s'"
 
-#: src/Module/Contact.php:591
-msgid "Currently ignored"
-msgstr "Currently ignored"
+#: mod/settings.php:1140
+msgid "Automatically expire posts after this many days:"
+msgstr "Automatically expire posts after this many days:"
 
-#: src/Module/Contact.php:592
-msgid "Currently archived"
-msgstr "Currently archived"
+#: mod/settings.php:1140
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Posts will not expire if empty;  expired posts will be deleted"
 
-#: src/Module/Contact.php:593
-msgid "Awaiting connection acknowledge"
-msgstr "Awaiting connection acknowledgement "
+#: mod/settings.php:1141
+msgid "Advanced expiration settings"
+msgstr "Advanced expiration settings"
 
-#: src/Module/Contact.php:594
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
+#: mod/settings.php:1142
+msgid "Advanced Expiration"
+msgstr "Advanced expiration"
 
-#: src/Module/Contact.php:595
-msgid "Notification for new posts"
-msgstr "Notification for new posts"
+#: mod/settings.php:1143
+msgid "Expire posts:"
+msgstr "Expire posts:"
 
-#: src/Module/Contact.php:595
-msgid "Send a notification of every new post of this contact"
-msgstr "Send notification for every new post from this contact"
+#: mod/settings.php:1144
+msgid "Expire personal notes:"
+msgstr "Expire personal notes:"
 
-#: src/Module/Contact.php:597
-msgid "Blacklisted keywords"
-msgstr "Blacklisted keywords"
+#: mod/settings.php:1145
+msgid "Expire starred posts:"
+msgstr "Expire starred posts:"
 
-#: src/Module/Contact.php:597
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
+#: mod/settings.php:1146
+msgid "Expire photos:"
+msgstr "Expire photos:"
 
-#: src/Module/Contact.php:663
-msgid "Show all contacts"
-msgstr "Show all contacts"
+#: mod/settings.php:1147
+msgid "Only expire posts by others:"
+msgstr "Only expire posts by others:"
 
-#: src/Module/Contact.php:668 src/Module/Contact.php:778
-msgid "Pending"
-msgstr "Pending"
+#: mod/settings.php:1177
+msgid "Account Settings"
+msgstr "Account Settings"
 
-#: src/Module/Contact.php:671
-msgid "Only show pending contacts"
-msgstr "Only show pending contacts"
+#: mod/settings.php:1185
+msgid "Password Settings"
+msgstr "Password change"
 
-#: src/Module/Contact.php:676 src/Module/Contact.php:779
-msgid "Blocked"
-msgstr "Blocked"
+#: mod/settings.php:1186
+msgid ""
+"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
+"spaces, accentuated letters and colon (:)."
+msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon."
 
-#: src/Module/Contact.php:679
-msgid "Only show blocked contacts"
-msgstr "Only show blocked contacts"
+#: mod/settings.php:1187
+msgid "Leave password fields blank unless changing"
+msgstr "Leave password fields blank unless changing"
 
-#: src/Module/Contact.php:684 src/Module/Contact.php:781
-msgid "Ignored"
-msgstr "Ignored"
+#: mod/settings.php:1188
+msgid "Current Password:"
+msgstr "Current password:"
 
-#: src/Module/Contact.php:687
-msgid "Only show ignored contacts"
-msgstr "Only show ignored contacts"
+#: mod/settings.php:1188 mod/settings.php:1189
+msgid "Your current password to confirm the changes"
+msgstr "Current password to confirm change"
 
-#: src/Module/Contact.php:692 src/Module/Contact.php:782
-msgid "Archived"
-msgstr "Archived"
+#: mod/settings.php:1189
+msgid "Password:"
+msgstr "Password:"
 
-#: src/Module/Contact.php:695
-msgid "Only show archived contacts"
-msgstr "Only show archived contacts"
+#: mod/settings.php:1192
+msgid "Delete OpenID URL"
+msgstr "Delete OpenID URL"
 
-#: src/Module/Contact.php:700 src/Module/Contact.php:780
-msgid "Hidden"
-msgstr "Hidden"
+#: mod/settings.php:1194
+msgid "Basic Settings"
+msgstr "Basic information"
 
-#: src/Module/Contact.php:703
-msgid "Only show hidden contacts"
-msgstr "Only show hidden contacts"
+#: mod/settings.php:1196
+msgid "Email Address:"
+msgstr "Email address:"
 
-#: src/Module/Contact.php:711
-msgid "Organize your contact groups"
-msgstr "Organise your contact groups"
+#: mod/settings.php:1197
+msgid "Your Timezone:"
+msgstr "Time zone:"
 
-#: src/Module/Contact.php:793
-msgid "Search your contacts"
-msgstr "Search your contacts"
+#: mod/settings.php:1198
+msgid "Your Language:"
+msgstr "Language:"
 
-#: src/Module/Contact.php:804 src/Module/Contact.php:1078
-msgid "Archive"
-msgstr "Archive"
+#: mod/settings.php:1198
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr "Set the language of your Friendica interface and emails sent to you."
 
-#: src/Module/Contact.php:804 src/Module/Contact.php:1078
-msgid "Unarchive"
-msgstr "Unarchive"
+#: mod/settings.php:1199
+msgid "Default Post Location:"
+msgstr "Posting location:"
 
-#: src/Module/Contact.php:807
-msgid "Batch Actions"
-msgstr "Batch actions"
+#: mod/settings.php:1200
+msgid "Use Browser Location:"
+msgstr "Use browser location:"
 
-#: src/Module/Contact.php:834
-msgid "Conversations started by this contact"
-msgstr "Conversations started by this contact"
+#: mod/settings.php:1203
+msgid "Security and Privacy Settings"
+msgstr "Security and privacy"
 
-#: src/Module/Contact.php:839
-msgid "Posts and Comments"
-msgstr "Posts and Comments"
+#: mod/settings.php:1205
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maximum friend requests per day:"
 
-#: src/Module/Contact.php:862
-msgid "View all contacts"
-msgstr "View all contacts"
+#: mod/settings.php:1205 mod/settings.php:1234
+msgid "(to prevent spam abuse)"
+msgstr "May prevent spam or abuse registrations"
 
-#: src/Module/Contact.php:873
-msgid "View all common friends"
-msgstr "View all common friends"
+#: mod/settings.php:1206
+msgid "Default Post Permissions"
+msgstr "Default post permissions"
 
-#: src/Module/Contact.php:883
-msgid "Advanced Contact Settings"
-msgstr "Advanced contact settings"
+#: mod/settings.php:1207
+msgid "(click to open/close)"
+msgstr "(reveal/hide)"
 
-#: src/Module/Contact.php:966
-msgid "Mutual Friendship"
-msgstr "Mutual friendship"
+#: mod/settings.php:1217
+msgid "Default Private Post"
+msgstr "Default private post"
 
-#: src/Module/Contact.php:971
-msgid "is a fan of yours"
-msgstr "is a fan of yours"
+#: mod/settings.php:1218
+msgid "Default Public Post"
+msgstr "Default public post"
 
-#: src/Module/Contact.php:976
-msgid "you are a fan of"
-msgstr "I follow them"
+#: mod/settings.php:1222
+msgid "Default Permissions for New Posts"
+msgstr "Default permissions for new posts"
 
-#: src/Module/Contact.php:994
-msgid "Pending outgoing contact request"
-msgstr "Pending outgoing contact request"
+#: mod/settings.php:1234
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximum private messages per day from unknown people:"
 
-#: src/Module/Contact.php:996
-msgid "Pending incoming contact request"
-msgstr "Pending incoming contact request"
+#: mod/settings.php:1237
+msgid "Notification Settings"
+msgstr "Notification"
 
-#: src/Module/Contact.php:1009
-msgid "Edit contact"
-msgstr "Edit contact"
+#: mod/settings.php:1238
+msgid "Send a notification email when:"
+msgstr "Send notification email when:"
 
-#: src/Module/Contact.php:1063
-msgid "Toggle Blocked status"
-msgstr "Toggle blocked status"
+#: mod/settings.php:1239
+msgid "You receive an introduction"
+msgstr "Receiving an introduction"
 
-#: src/Module/Contact.php:1071
-msgid "Toggle Ignored status"
-msgstr "Toggle ignored status"
+#: mod/settings.php:1240
+msgid "Your introductions are confirmed"
+msgstr "My introductions are confirmed"
 
-#: src/Module/Contact.php:1080
-msgid "Toggle Archive status"
-msgstr "Toggle archive status"
+#: mod/settings.php:1241
+msgid "Someone writes on your profile wall"
+msgstr "Someone writes on my wall"
 
-#: src/Module/Contact.php:1088
-msgid "Delete contact"
-msgstr "Delete contact"
+#: mod/settings.php:1242
+msgid "Someone writes a followup comment"
+msgstr "A follow up comment is posted"
 
-#: src/Module/Install.php:159
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica Communications Server - Setup"
+#: mod/settings.php:1243
+msgid "You receive a private message"
+msgstr "receiving a private message"
 
-#: src/Module/Install.php:170
-msgid "System check"
-msgstr "System check"
+#: mod/settings.php:1244
+msgid "You receive a friend suggestion"
+msgstr "Receiving a friend suggestion"
 
-#: src/Module/Install.php:175
-msgid "Check again"
-msgstr "Check again"
+#: mod/settings.php:1245
+msgid "You are tagged in a post"
+msgstr "Tagged in a post"
 
-#: src/Module/Install.php:190
-msgid "Base settings"
-msgstr "Base settings"
+#: mod/settings.php:1246
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Poked in a post"
 
-#: src/Module/Install.php:197
-msgid "Host name"
-msgstr "Host name"
+#: mod/settings.php:1248
+msgid "Activate desktop notifications"
+msgstr "Activate desktop notifications"
 
-#: src/Module/Install.php:199
-msgid ""
-"Overwrite this field in case the determinated hostname isn't right, "
-"otherweise leave it as is."
-msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."
+#: mod/settings.php:1248
+msgid "Show desktop popup on new notifications"
+msgstr "Show desktop pop-up on new notifications"
 
-#: src/Module/Install.php:202
-msgid "Base path to installation"
-msgstr "Base path to installation"
+#: mod/settings.php:1250
+msgid "Text-only notification emails"
+msgstr "Text-only notification emails"
 
-#: src/Module/Install.php:204
-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 "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."
+#: mod/settings.php:1252
+msgid "Send text only notification emails, without the html part"
+msgstr "Receive text only emails without HTML "
 
-#: src/Module/Install.php:207
-msgid "Sub path of the URL"
-msgstr "URL Subpath"
+#: mod/settings.php:1254
+msgid "Show detailled notifications"
+msgstr "Show detailled notifications"
 
-#: src/Module/Install.php:209
+#: mod/settings.php:1256
 msgid ""
-"Overwrite this field in case the sub path determination isn't right, "
-"otherwise leave it as is. Leaving this field blank means the installation is"
-" at the base URL without sub path."
-msgstr "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath."
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
+msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."
 
-#: src/Module/Install.php:220
-msgid "Database connection"
-msgstr "Database connection"
+#: mod/settings.php:1258
+msgid "Advanced Account/Page Type Settings"
+msgstr "Advanced account types"
 
-#: src/Module/Install.php:221
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "In order to install Friendica we need to know how to connect to your database."
+#: mod/settings.php:1259
+msgid "Change the behaviour of this account for special situations"
+msgstr "Change behaviour of this account for special situations"
 
-#: src/Module/Install.php:222
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
+#: mod/settings.php:1262
+msgid "Import Contacts"
+msgstr "Import Contacts"
 
-#: src/Module/Install.php:223
+#: mod/settings.php:1263
 msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
+"Upload a CSV file that contains the handle of your followed accounts in the "
+"first column you exported from the old account."
+msgstr "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."
 
-#: src/Module/Install.php:230
-msgid "Database Server Name"
-msgstr "Database server name"
+#: mod/settings.php:1264
+msgid "Upload File"
+msgstr "Upload File"
 
-#: src/Module/Install.php:235
-msgid "Database Login Name"
-msgstr "Database login name"
+#: mod/settings.php:1266
+msgid "Relocate"
+msgstr "Recent relocation"
 
-#: src/Module/Install.php:241
-msgid "Database Login Password"
-msgstr "Database login password"
+#: mod/settings.php:1267
+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 "If you have moved this profile from another server and some of your contacts don't receive your updates:"
 
-#: src/Module/Install.php:243
-msgid "For security reasons the password must not be empty"
-msgstr "For security reasons the password must not be empty"
+#: mod/settings.php:1268
+msgid "Resend relocate message to contacts"
+msgstr "Resend relocation message to contacts"
 
-#: src/Module/Install.php:246
-msgid "Database Name"
-msgstr "Database name"
+#: mod/suggest.php:28
+msgid "Contact suggestion successfully ignored."
+msgstr "Contact suggestion ignored."
 
-#: src/Module/Install.php:250 src/Module/Install.php:279
-msgid "Please select a default timezone for your website"
-msgstr "Please select a default time zone for your website"
+#: mod/suggest.php:52
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
 
-#: src/Module/Install.php:264
-msgid "Site settings"
-msgstr "Site settings"
+#: mod/suggest.php:71
+msgid "Do you really want to delete this suggestion?"
+msgstr "Do you really want to delete this suggestion?"
 
-#: src/Module/Install.php:274
-msgid "Site administrator email address"
-msgstr "Site administrator email address"
+#: mod/suggest.php:89 mod/suggest.php:109
+msgid "Ignore/Hide"
+msgstr "Ignore/Hide"
 
-#: src/Module/Install.php:276
+#: mod/dfrn_confirm.php:127
 msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Your account email address must match this in order to use the web admin panel."
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
 
-#: src/Module/Install.php:283
-msgid "System Language:"
-msgstr "System language:"
+#: mod/dfrn_confirm.php:228
+msgid "Response from remote site was not understood."
+msgstr "Response from remote site was not understood."
 
-#: src/Module/Install.php:285
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Set the default language for your Friendica installation interface and email communication."
+#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241
+msgid "Unexpected response from remote site: "
+msgstr "Unexpected response from remote site: "
 
-#: src/Module/Install.php:297
-msgid "Your Friendica site database has been installed."
-msgstr "Your Friendica site database has been installed."
+#: mod/dfrn_confirm.php:250
+msgid "Confirmation completed successfully."
+msgstr "Confirmation completed successfully."
 
-#: src/Module/Install.php:305
-msgid "Installation finished"
-msgstr "Installation finished"
+#: mod/dfrn_confirm.php:262
+msgid "Temporary failure. Please wait and try again."
+msgstr "Temporary failure. Please wait and try again."
 
-#: src/Module/Install.php:327
-msgid "<h1>What next</h1>"
-msgstr "<h1>What next</h1>"
+#: mod/dfrn_confirm.php:265
+msgid "Introduction failed or was revoked."
+msgstr "Introduction failed or was revoked."
 
-#: src/Module/Install.php:328
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"worker."
-msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
+#: mod/dfrn_confirm.php:270
+msgid "Remote site reported: "
+msgstr "Remote site reported: "
 
-#: src/Module/Install.php:331
+#: mod/dfrn_confirm.php:375
 #, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as"
-" administrator email. This will allow you to enter the site admin panel."
-msgstr "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."
+msgid "No user record found for '%s' "
+msgstr "No user record found for '%s' "
 
-#: src/Object/Post.php:138
-msgid "This entry was edited"
-msgstr "This entry was edited"
+#: mod/dfrn_confirm.php:385
+msgid "Our site encryption key is apparently messed up."
+msgstr "Our site encryption key is apparently messed up."
 
-#: src/Object/Post.php:158
-msgid "Private Message"
-msgstr "Private message"
+#: mod/dfrn_confirm.php:396
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "An empty URL was provided or the URL could not be decrypted by us."
 
-#: src/Object/Post.php:200
-msgid "Delete locally"
-msgstr "Delete locally"
+#: mod/dfrn_confirm.php:412
+msgid "Contact record was not found for you on our site."
+msgstr "Contact record was not found for you on our site."
 
-#: src/Object/Post.php:203
-msgid "Delete globally"
-msgstr "Delete globally"
+#: mod/dfrn_confirm.php:426
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Site public key not available in contact record for URL %s."
 
-#: src/Object/Post.php:203
-msgid "Remove locally"
-msgstr "Remove locally"
+#: mod/dfrn_confirm.php:442
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
 
-#: src/Object/Post.php:217
-msgid "save to folder"
-msgstr "Save to folder"
+#: mod/dfrn_confirm.php:453
+msgid "Unable to set your contact credentials on our system."
+msgstr "Unable to set your contact credentials on our system."
 
-#: src/Object/Post.php:252
-msgid "I will attend"
-msgstr "I will attend"
+#: mod/dfrn_confirm.php:509
+msgid "Unable to update your contact profile details on our system"
+msgstr "Unable to update your contact profile details on our system"
 
-#: src/Object/Post.php:252
-msgid "I will not attend"
-msgstr "I will not attend"
+#: mod/removeme.php:46
+msgid "User deleted their account"
+msgstr "User deleted their account"
 
-#: src/Object/Post.php:252
-msgid "I might attend"
-msgstr "I might attend"
+#: mod/removeme.php:47
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
+msgstr "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups."
 
-#: src/Object/Post.php:280
-msgid "ignore thread"
-msgstr "Ignore thread"
+#: mod/removeme.php:48
+#, php-format
+msgid "The user id is %d"
+msgstr "The user id is %d"
 
-#: src/Object/Post.php:281
-msgid "unignore thread"
-msgstr "Unignore thread"
+#: mod/removeme.php:84 mod/removeme.php:87
+msgid "Remove My Account"
+msgstr "Remove My Account"
 
-#: src/Object/Post.php:282
-msgid "toggle ignore status"
-msgstr "Toggle ignore status"
+#: mod/removeme.php:85
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "This will completely remove your account. Once this has been done it is not recoverable."
 
-#: src/Object/Post.php:293
-msgid "add star"
-msgstr "Add star"
+#: mod/removeme.php:86
+msgid "Please enter your password for verification:"
+msgstr "Please enter your password for verification:"
 
-#: src/Object/Post.php:294
-msgid "remove star"
-msgstr "Remove star"
+#: mod/wall_upload.php:231
+msgid "Wall Photos"
+msgstr "Wall photos"
 
-#: src/Object/Post.php:295
-msgid "toggle star status"
-msgstr "Toggle star status"
+#: mod/editpost.php:29 mod/editpost.php:39
+msgid "Item not found"
+msgstr "Item not found"
 
-#: src/Object/Post.php:298
-msgid "starred"
-msgstr "Starred"
+#: mod/editpost.php:46
+msgid "Edit post"
+msgstr "Edit post"
 
-#: src/Object/Post.php:302
-msgid "add tag"
-msgstr "Add tag"
+#: mod/editpost.php:78
+msgid "web link"
+msgstr "web link"
 
-#: src/Object/Post.php:313
-msgid "like"
-msgstr "Like"
+#: mod/editpost.php:79
+msgid "Insert video link"
+msgstr "Insert video link"
 
-#: src/Object/Post.php:314
-msgid "dislike"
-msgstr "Dislike"
+#: mod/editpost.php:80
+msgid "video link"
+msgstr "video link"
 
-#: src/Object/Post.php:317
-msgid "Share this"
-msgstr "Share this"
+#: mod/editpost.php:81
+msgid "Insert audio link"
+msgstr "Insert audio link"
 
-#: src/Object/Post.php:317
-msgid "share"
-msgstr "Share"
+#: mod/editpost.php:82
+msgid "audio link"
+msgstr "audio link"
 
-#: src/Object/Post.php:385
-msgid "to"
-msgstr "to"
+#: mod/subthread.php:107
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s is following %2$s's %3$s"
 
-#: src/Object/Post.php:386
-msgid "via"
-msgstr "via"
+#: mod/message.php:74
+msgid "Unable to locate contact information."
+msgstr "Unable to locate contact information."
 
-#: src/Object/Post.php:387
-msgid "Wall-to-Wall"
-msgstr "Wall-to-wall"
+#: mod/message.php:148
+msgid "Do you really want to delete this message?"
+msgstr "Do you really want to delete this message?"
 
-#: src/Object/Post.php:388
-msgid "via Wall-To-Wall:"
-msgstr "via wall-to-wall:"
+#: mod/message.php:166
+msgid "Conversation not found."
+msgstr "Conversation not found."
 
-#: src/Object/Post.php:421
-#, php-format
-msgid "Reply to %s"
-msgstr "Reply to %s"
+#: mod/message.php:171
+msgid "Message deleted."
+msgstr "Message deleted."
 
-#: src/Object/Post.php:437
-msgid "Notifier task is pending"
-msgstr "Notifier task is pending"
+#: mod/message.php:176 mod/message.php:190
+msgid "Conversation removed."
+msgstr "Conversation removed."
 
-#: src/Object/Post.php:438
-msgid "Delivery to remote servers is pending"
-msgstr "Delivery to remote servers is pending"
+#: mod/message.php:289
+msgid "No messages."
+msgstr "No messages."
 
-#: src/Object/Post.php:439
-msgid "Delivery to remote servers is underway"
-msgstr "Delivery to remote servers is underway"
+#: mod/message.php:352
+msgid "Message not available."
+msgstr "Message not available."
 
-#: src/Object/Post.php:440
-msgid "Delivery to remote servers is mostly done"
-msgstr "Delivery to remote servers is mostly done"
+#: mod/message.php:406
+msgid "Delete message"
+msgstr "Delete message"
 
-#: src/Object/Post.php:441
-msgid "Delivery to remote servers is done"
-msgstr "Delivery to remote servers is done"
+#: mod/message.php:408 mod/message.php:540
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: src/Object/Post.php:461
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comment"
-msgstr[1] "%d comments -"
+#: mod/message.php:423 mod/message.php:537
+msgid "Delete conversation"
+msgstr "Delete conversation"
 
-#: src/Object/Post.php:462
-msgid "Show more"
-msgstr "Show more"
+#: mod/message.php:425
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
 
-#: src/Object/Post.php:463
-msgid "Show fewer"
-msgstr "Show fewer"
+#: mod/message.php:429
+msgid "Send Reply"
+msgstr "Send reply"
 
-#: src/App/Module.php:205
-msgid "You must be logged in to use addons. "
-msgstr "You must be logged in to use addons. "
+#: mod/message.php:512
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Unknown sender - %s"
 
-#: src/App/Page.php:229
-msgid "Delete this item?"
-msgstr "Delete this item?"
+#: mod/message.php:514
+#, php-format
+msgid "You and %s"
+msgstr "Me and %s"
 
-#: src/App/Page.php:277
-msgid "toggle mobile"
-msgstr "Toggle mobile"
+#: mod/message.php:516
+#, php-format
+msgid "%s and You"
+msgstr "%s and me"
 
-#: src/LegacyModule.php:30
+#: mod/message.php:543
 #, php-format
-msgid "Legacy module file not found: %s"
-msgstr "Legacy module file not found: %s"
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d message"
+msgstr[1] "%d messages"
 
-#: src/BaseModule.php:135
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
+#: mod/repair_ostatus.php:21
+msgid "Resubscribing to OStatus contacts"
+msgstr "Resubscribing to OStatus contacts"
 
-#: src/Console/ArchiveContact.php:86
-#, php-format
-msgid "Could not find any unarchived contact entry for this URL (%s)"
-msgstr "Could not find any unarchived contact entry for this URL (%s)"
+#: mod/hcard.php:21
+msgid "No profile"
+msgstr "No profile"
 
-#: src/Console/ArchiveContact.php:89
-msgid "The contact entries have been archived"
-msgstr "The contact entries have been archived"
+#: mod/profperm.php:30
+msgid "Permission denied"
+msgstr "Permission denied"
 
-#: src/Console/NewPassword.php:93
-msgid "Enter new password: "
-msgstr "Enter new password: "
+#: mod/profperm.php:36 mod/profperm.php:69
+msgid "Invalid profile identifier."
+msgstr "Invalid profile identifier."
 
-#: src/Console/PostUpdate.php:73
-#, php-format
-msgid "Post update version number has been set to %s."
-msgstr "Post update version number has been set to %s."
+#: mod/profperm.php:115
+msgid "Profile Visibility Editor"
+msgstr "Profile Visibility Editor"
 
-#: src/Console/PostUpdate.php:81
-msgid "Check for pending update actions."
-msgstr "Check for pending update actions."
+#: mod/profperm.php:128
+msgid "Visible To"
+msgstr "Visible to"
 
-#: src/Console/PostUpdate.php:83
-msgid "Done."
-msgstr "Done."
+#: mod/profperm.php:144
+msgid "All Contacts (with secure profile access)"
+msgstr "All contacts with secure profile access"
 
-#: src/Console/PostUpdate.php:85
-msgid "Execute pending post updates."
-msgstr "Execute pending post updates."
+#: mod/tagrm.php:31
+msgid "Tag(s) removed"
+msgstr "Tag(s) removed"
 
-#: src/Console/PostUpdate.php:91
-msgid "All pending post updates are done."
-msgstr "All pending post updates are done."
+#: mod/tagrm.php:101
+msgid "Remove Item Tag"
+msgstr "Remove Item tag"
 
-#: src/App.php:485
-msgid "No system theme config value set."
-msgstr "No system theme configuration value set."
+#: mod/tagrm.php:103
+msgid "Select a tag to remove: "
+msgstr "Select a tag to remove: "
 
-#: update.php:218
-#, php-format
-msgid "%s: Updating author-id and owner-id in item and thread table. "
-msgstr "%s: Updating author-id and owner-id in item and thread table. "
+#: mod/videos.php:120
+msgid "No videos selected"
+msgstr "No videos selected"
 
-#: update.php:273
-#, php-format
-msgid "%s: Updating post-type."
-msgstr "%s: Updating post-type."
+#: mod/videos.php:253
+msgid "Recent Videos"
+msgstr "Recent videos"
+
+#: mod/videos.php:255
+msgid "Upload New Videos"
+msgstr "Upload new videos"
index 4b52e4a994d95210fa14668941a60b88cb4763f2..e7cd842b27c56fca11f7579360b99aa48e3dbbfb 100644 (file)
@@ -6,11 +6,6 @@ function string_plural_select_en_gb($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Item not found."] = "Item not found.";
-$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?";
-$a->strings["Yes"] = "Yes";
-$a->strings["Cancel"] = "Cancel";
-$a->strings["Permission denied."] = "Permission denied.";
 $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
        0 => "Daily posting limit of %d post reached. The post was rejected.",
        1 => "Daily posting limit of %d posts are reached. This post was rejected.",
@@ -21,6 +16,69 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] =
 ];
 $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Monthly posting limit of %d posts are reached. The post was rejected.";
 $a->strings["Profile Photos"] = "Profile photos";
+$a->strings["Friendica Notification"] = "Friendica notification";
+$a->strings["Thank You,"] = "Thank you";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
+$a->strings["%s Administrator"] = "%s Administrator";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
+$a->strings["a private message"] = "a private message";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
+$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s] your %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s.";
+$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s.";
+$a->strings["Name:"] = "Name:";
+$a->strings["Photo:"] = "Photo:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship.";
+$a->strings["'%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."] = "'%1\$s' has chosen to accept you as fan. This 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.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Please visit %s  if you wish to make any changes to this relationship.";
+$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]";
+$a->strings["registration request"] = "registration request";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s.";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s.";
+$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request.";
 $a->strings["event"] = "event";
 $a->strings["status"] = "status";
 $a->strings["photo"] = "photo";
@@ -113,6 +171,7 @@ $a->strings["Permission settings"] = "Permission settings";
 $a->strings["permissions"] = "permissions";
 $a->strings["Public post"] = "Public post";
 $a->strings["Preview"] = "Preview";
+$a->strings["Cancel"] = "Cancel";
 $a->strings["Post to Groups"] = "Post to groups";
 $a->strings["Post to Contacts"] = "Post to contacts";
 $a->strings["Private post"] = "Private post";
@@ -135,912 +194,469 @@ $a->strings["Undecided"] = [
        0 => "Undecided",
        1 => "Undecided",
 ];
-$a->strings["Friendica Notification"] = "Friendica notification";
-$a->strings["Thank You,"] = "Thank you";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
-$a->strings["%s Administrator"] = "%s Administrator";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
-$a->strings["a private message"] = "a private message";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
-$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s] your %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s.";
-$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s.";
-$a->strings["Name:"] = "Name:";
-$a->strings["Photo:"] = "Photo:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url].";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship.";
-$a->strings["'%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."] = "'%1\$s' has chosen to accept you as fan. This 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.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future.";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Please visit %s  if you wish to make any changes to this relationship.";
-$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]";
-$a->strings["registration request"] = "registration request";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s.";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s.";
-$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request.";
-$a->strings["Authorize application connection"] = "Authorise application connection";
-$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
-$a->strings["Please login to continue."] = "Please login to continue.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorise this application to access your posts and contacts and create new posts for you?";
-$a->strings["No"] = "No";
-$a->strings["Parent user not found."] = "Parent user not found.";
-$a->strings["No parent user"] = "No parent user";
-$a->strings["Parent Password:"] = "Parent password:";
-$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorise this request.";
-$a->strings["Parent User"] = "Parent user";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access.";
-$a->strings["Save Settings"] = "Save settings";
-$a->strings["Delegate Page Management"] = "Delegate Page Management";
-$a->strings["Delegates"] = "Delegates";
-$a->strings["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."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
-$a->strings["Existing Page Delegates"] = "Existing page delegates";
-$a->strings["Potential Delegates"] = "Potential delegates";
-$a->strings["Remove"] = "Remove";
-$a->strings["Add"] = "Add";
-$a->strings["No entries."] = "No entries.";
-$a->strings["Post successful."] = "Post successful.";
-$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
-$a->strings["No contact provided."] = "No contact provided.";
-$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact.";
-$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact.";
-$a->strings["Done"] = "Done";
-$a->strings["success"] = "success";
-$a->strings["failed"] = "failed";
-$a->strings["ignored"] = "Ignored";
-$a->strings["Keep this window open until done."] = "Keep this window open until done.";
-$a->strings["Permission denied"] = "Permission denied";
-$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
-$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
+$a->strings["Item not found."] = "Item not found.";
+$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?";
+$a->strings["Yes"] = "Yes";
+$a->strings["Permission denied."] = "Permission denied.";
+$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. ";
+$a->strings["%s: Updating post-type."] = "%s: Updating post-type.";
+$a->strings["Community Profiles"] = "Community profiles";
+$a->strings["Last users"] = "Last users";
+$a->strings["Find People"] = "Find people";
+$a->strings["Enter name or interest"] = "Enter name or interest";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
+$a->strings["Find"] = "Find";
+$a->strings["Friend Suggestions"] = "Friend suggestions";
+$a->strings["Similar Interests"] = "Similar interests";
+$a->strings["Random Profile"] = "Random profile";
+$a->strings["Invite Friends"] = "Invite friends";
+$a->strings["Global Directory"] = "Global directory";
+$a->strings["Local Directory"] = "Local directory";
+$a->strings["Forums"] = "Forums";
+$a->strings["External link to forum"] = "External link to forum";
+$a->strings["show more"] = "Show more...";
+$a->strings["Quick Start"] = "Quick start";
+$a->strings["Help"] = "Help";
+$a->strings["Connect Services"] = "Connect services";
+$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums";
+$a->strings["don't show"] = "don't show";
+$a->strings["show"] = "show";
+$a->strings["Submit"] = "Submit";
+$a->strings["Theme settings"] = "Theme settings";
+$a->strings["Set style"] = "Set style";
+$a->strings["Community Pages"] = "Community pages";
+$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
+$a->strings["Find Friends"] = "Find friends";
+$a->strings["default"] = "default";
+$a->strings["greenzero"] = "greenzero";
+$a->strings["purplezero"] = "purplezero";
+$a->strings["easterbunny"] = "easterbunny";
+$a->strings["darkzero"] = "darkzero";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "slackr";
+$a->strings["Variations"] = "Variations";
+$a->strings["Top Banner"] = "Top Banner";
+$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background colour below on long pages.";
+$a->strings["Full screen"] = "Full screen";
+$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom.";
+$a->strings["Single row mosaic"] = "Single row mosaic";
+$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal.";
+$a->strings["Mosaic"] = "Mosaic";
+$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen.";
+$a->strings["Guest"] = "Guest";
+$a->strings["Visitor"] = "Visitor";
+$a->strings["Status"] = "Status";
+$a->strings["Your posts and conversations"] = "My posts and conversations";
 $a->strings["Profile"] = "Profile";
-$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it.";
-$a->strings["Visible To"] = "Visible to";
-$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
-$a->strings["Account approved."] = "Account approved.";
-$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
-$a->strings["Please login."] = "Please login.";
-$a->strings["User deleted their account"] = "User deleted their account";
-$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups.";
-$a->strings["The user id is %d"] = "The user id is %d";
-$a->strings["Remove My Account"] = "Remove My Account";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable.";
-$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
-$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
-$a->strings["Error"] = [
-       0 => "Error",
-       1 => "Errors",
-];
-$a->strings["Tag(s) removed"] = "Tag(s) removed";
-$a->strings["Remove Item Tag"] = "Remove Item tag";
-$a->strings["Select a tag to remove: "] = "Select a tag to remove: ";
-$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
-$a->strings["Import"] = "Import profile";
-$a->strings["Move account"] = "Move Existing Friendica Account";
-$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
-$a->strings["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."] = "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.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*.";
-$a->strings["Account file"] = "Account file:";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
-$a->strings["You aren't following this contact."] = "You aren't following this contact.";
-$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network.";
-$a->strings["Contact unfollowed"] = "Contact unfollowed";
-$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow";
-$a->strings["Your Identity Address:"] = "My identity address:";
-$a->strings["Submit Request"] = "Submit request";
-$a->strings["Profile URL"] = "Profile URL:";
-$a->strings["Status Messages and Posts"] = "Status Messages and Posts";
-$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
-$a->strings["Invalid request."] = "Invalid request.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
-$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
-$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
-$a->strings["File upload failed."] = "File upload failed.";
-$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s";
-$a->strings["Unable to process image."] = "Unable to process image.";
-$a->strings["Wall Photos"] = "Wall photos";
-$a->strings["Image upload failed."] = "Image upload failed.";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
-$a->strings["No recipient selected."] = "No recipient selected.";
-$a->strings["Unable to check your home location."] = "Unable to check your home location.";
-$a->strings["Message could not be sent."] = "Message could not be sent.";
-$a->strings["Message collection failure."] = "Message collection failure.";
-$a->strings["Message sent."] = "Message sent.";
-$a->strings["No recipient."] = "No recipient.";
-$a->strings["Please enter a link URL:"] = "Please enter a link URL:";
-$a->strings["Send Private Message"] = "Send private message";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
-$a->strings["To:"] = "To:";
-$a->strings["Subject:"] = "Subject:";
-$a->strings["Your message:"] = "Your message:";
-$a->strings["Insert web link"] = "Insert web link";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
-$a->strings["Connect"] = "Connect";
-$a->strings["first"] = "first";
-$a->strings["next"] = "next";
-$a->strings["No matches"] = "No matches";
-$a->strings["Profile Match"] = "Profile Match";
-$a->strings["Profile not found."] = "Profile not found.";
-$a->strings["Profile deleted."] = "Profile deleted.";
-$a->strings["Profile-"] = "Profile-";
-$a->strings["New profile created."] = "New profile created.";
-$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone.";
-$a->strings["Profile Name is required."] = "Profile name is required.";
-$a->strings["Marital Status"] = "Marital status";
-$a->strings["Romantic Partner"] = "Romantic partner";
-$a->strings["Work/Employment"] = "Work/Employment:";
-$a->strings["Religion"] = "Religion";
-$a->strings["Political Views"] = "Political views";
-$a->strings["Gender"] = "Gender";
-$a->strings["Sexual Preference"] = "Sexual preference";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Homepage";
-$a->strings["Interests"] = "Interests";
-$a->strings["Address"] = "Address";
-$a->strings["Location"] = "Location";
-$a->strings["Profile updated."] = "Profile updated.";
-$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?";
-$a->strings["Show more profile fields:"] = "Show more profile fields:";
-$a->strings["Profile Actions"] = "Profile actions";
-$a->strings["Edit Profile Details"] = "Edit Profile Details";
-$a->strings["Submit"] = "Submit";
-$a->strings["Change Profile Photo"] = "Change profile photo";
-$a->strings["View this profile"] = "View this profile";
-$a->strings["View all profiles"] = "View all profiles";
-$a->strings["Edit visibility"] = "Edit visibility";
-$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings";
-$a->strings["Clone this profile"] = "Clone this profile";
-$a->strings["Delete this profile"] = "Delete this profile";
-$a->strings["Basic information"] = "Basic information";
-$a->strings["Profile picture"] = "Profile picture";
-$a->strings["Preferences"] = "Preferences";
-$a->strings["Status information"] = "Status information";
-$a->strings["Additional information"] = "Additional information";
-$a->strings["Personal"] = "Personal";
-$a->strings["Relation"] = "Relation";
-$a->strings["Miscellaneous"] = "Miscellaneous";
-$a->strings["Upload Profile Photo"] = "Upload profile photo";
-$a->strings["Your Gender:"] = "Gender:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Marital status:";
-$a->strings["Sexual Preference:"] = "Sexual preference:";
-$a->strings["Example: fishing photography software"] = "Example: fishing photography software";
-$a->strings["Profile Name:"] = "Profile name:";
-$a->strings["Required"] = "Required";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.";
-$a->strings["Your Full Name:"] = "My full name:";
-$a->strings["Title/Description:"] = "Title/Description:";
-$a->strings["Street Address:"] = "Street address:";
-$a->strings["Locality/City:"] = "Locality/City:";
-$a->strings["Region/State:"] = "Region/State:";
-$a->strings["Postal/Zip Code:"] = "Postcode:";
-$a->strings["Country:"] = "Country:";
-$a->strings["Age: "] = "Age: ";
-$a->strings["Who: (if applicable)"] = "Who: (if applicable)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Since when:";
-$a->strings["Tell us about yourself..."] = "About myself:";
-$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you.";
-$a->strings["Homepage URL:"] = "Homepage URL:";
-$a->strings["Hometown:"] = "Home town:";
-$a->strings["Political Views:"] = "Political views:";
-$a->strings["Religious Views:"] = "Religious views:";
-$a->strings["Public Keywords:"] = "Public keywords:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others.";
-$a->strings["Private Keywords:"] = "Private keywords:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others.";
-$a->strings["Likes:"] = "Likes:";
-$a->strings["Dislikes:"] = "Dislikes:";
-$a->strings["Musical interests"] = "Music:";
-$a->strings["Books, literature"] = "Books, literature, poetry:";
-$a->strings["Television"] = "Television:";
-$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment";
-$a->strings["Hobbies/Interests"] = "Hobbies/Interests:";
-$a->strings["Love/romance"] = "Love/Romance:";
-$a->strings["Work/employment"] = "Work/Employment:";
-$a->strings["School/education"] = "School/Education:";
-$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:";
-$a->strings["Profile Image"] = "Profile image";
-$a->strings["visible to everybody"] = "Visible to everybody";
-$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
-$a->strings["Change profile photo"] = "Change profile photo";
-$a->strings["Create New Profile"] = "Create new profile";
-$a->strings["Access denied."] = "Access denied.";
-$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
-$a->strings["Events"] = "Events";
-$a->strings["View"] = "View";
-$a->strings["Previous"] = "Previous";
-$a->strings["Next"] = "Next";
-$a->strings["today"] = "today";
-$a->strings["month"] = "month";
-$a->strings["week"] = "week";
-$a->strings["day"] = "day";
-$a->strings["list"] = "List";
-$a->strings["User not found"] = "User not found";
-$a->strings["This calendar format is not supported"] = "This calendar format is not supported";
-$a->strings["No exportable data found"] = "No exportable data found";
-$a->strings["calendar"] = "calendar";
-$a->strings["No contacts in common."] = "No contacts in common.";
-$a->strings["Common Friends"] = "Common friends";
-$a->strings["Public access denied."] = "Public access denied.";
-$a->strings["Community option not available."] = "Community option not available.";
-$a->strings["Not available."] = "Not available.";
-$a->strings["Local Community"] = "Local community";
-$a->strings["Posts from local users on this server"] = "Posts from local users on this server";
-$a->strings["Global Community"] = "Global Community";
-$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network";
-$a->strings["No results."] = "No results.";
-$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.";
-$a->strings["Contact settings applied."] = "Contact settings applied.";
-$a->strings["Contact update failed."] = "Contact update failed.";
-$a->strings["Contact not found."] = "Contact not found.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
-$a->strings["No mirroring"] = "No mirroring";
-$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
-$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
-$a->strings["Return to contact editor"] = "Return to contact editor";
-$a->strings["Refetch contact data"] = "Re-fetch contact data.";
-$a->strings["Remote Self"] = "Remote self";
-$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
-$a->strings["Name"] = "Name:";
-$a->strings["Account Nickname"] = "Account nickname:";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
-$a->strings["Account URL"] = "Account URL:";
-$a->strings["Account URL Alias"] = "Account URL alias";
-$a->strings["Friend Request URL"] = "Friend request URL:";
-$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
-$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
-$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
-$a->strings["New photo from this URL"] = "New photo from this URL:";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved.";
-$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood.";
-$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: ";
-$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
-$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
-$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
-$a->strings["Remote site reported: "] = "Remote site reported: ";
-$a->strings["No user record found for '%s' "] = "No user record found for '%s' ";
-$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided or the URL could not be decrypted by us.";
-$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again.";
-$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system.";
-$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system";
-$a->strings["[Name Withheld]"] = "[Name Withheld]";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s";
-$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
-$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
-$a->strings["%d required parameter was not found at the given location"] = [
-       0 => "%d required parameter was not found at the given location",
-       1 => "%d required parameters were not found at the given location",
-];
-$a->strings["Introduction complete."] = "Introduction complete.";
-$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
-$a->strings["Profile unavailable."] = "Profile unavailable.";
-$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today.";
-$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours.";
-$a->strings["Invalid locator"] = "Invalid locator";
-$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here.";
-$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s.";
-$a->strings["Invalid profile URL."] = "Invalid profile URL.";
-$a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
-$a->strings["Blocked domain"] = "Blocked domain";
-$a->strings["Failed to update contact record."] = "Failed to update contact record.";
-$a->strings["Your introduction has been sent."] = "Your introduction has been sent.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system.";
-$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Incorrect identity currently logged in. Please login to <strong>this</strong> profile.";
-$a->strings["Confirm"] = "Confirm";
-$a->strings["Hide this contact"] = "Hide this contact";
-$a->strings["Welcome home %s."] = "Welcome home %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>.";
-$a->strings["Friend/Connection Request"] = "Friend/Connection request";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de";
-$a->strings["Please answer the following:"] = "Please answer the following:";
-$a->strings["Does %s know you?"] = "Does %s know you?";
-$a->strings["Add a personal note:"] = "Add a personal note:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
-$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - please do not use this form.  Instead, enter %s into your diaspora* search bar.";
-$a->strings["Item not found"] = "Item not found";
-$a->strings["Edit post"] = "Edit post";
-$a->strings["Save"] = "Save";
-$a->strings["web link"] = "web link";
-$a->strings["Insert video link"] = "Insert video link";
-$a->strings["video link"] = "video link";
-$a->strings["Insert audio link"] = "Insert audio link";
-$a->strings["audio link"] = "audio link";
-$a->strings["CC: email addresses"] = "CC: email addresses";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
+$a->strings["Your profile page"] = "My profile page";
 $a->strings["Photos"] = "Photos";
-$a->strings["Contact Photos"] = "Contact photos";
-$a->strings["Upload"] = "Upload";
-$a->strings["Files"] = "Files";
-$a->strings["The contact could not be added."] = "Contact could not be added.";
-$a->strings["You already added this contact."] = "You already added this contact.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
-$a->strings["Tags:"] = "Tags:";
-$a->strings["Suggested contact not found."] = "Suggested contact not found.";
-$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
-$a->strings["Suggest Friends"] = "Suggest friends";
-$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
-$a->strings["No profile"] = "No profile";
-$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
-$a->strings["Visible to:"] = "Visible to:";
-$a->strings["Followers"] = "Followers";
-$a->strings["Mutuals"] = "Mutuals";
-$a->strings["No valid account found."] = "No valid account found.";
-$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s";
-$a->strings["Password reset requested at %s"] = "Password reset requested at %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed.";
-$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one.";
-$a->strings["Forgot your Password?"] = "Reset My Password";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email.";
-$a->strings["Nickname or Email: "] = "Nickname or email: ";
-$a->strings["Reset"] = "Reset";
-$a->strings["Password Reset"] = "Forgotten password?";
-$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested.";
-$a->strings["Your new password is"] = "Your new password is";
-$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then";
-$a->strings["click here to login"] = "click here to login";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Your password may be changed from the <em>Settings</em> page after successful login.";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t";
-$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t";
-$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
-$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
-$a->strings["Select an identity to manage: "] = "Select identity:";
-$a->strings["New Message"] = "New Message";
-$a->strings["Unable to locate contact information."] = "Unable to locate contact information.";
-$a->strings["Discard"] = "Discard";
+$a->strings["Your photos"] = "My photos";
+$a->strings["Videos"] = "Videos";
+$a->strings["Your videos"] = "My videos";
+$a->strings["Events"] = "Events";
+$a->strings["Your events"] = "My events";
+$a->strings["Network"] = "Network";
+$a->strings["Conversations from your friends"] = "My friends' conversations";
+$a->strings["Events and Calendar"] = "Events and calendar";
 $a->strings["Messages"] = "Messages";
-$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?";
-$a->strings["Conversation not found."] = "Conversation not found.";
-$a->strings["Message deleted."] = "Message deleted.";
-$a->strings["Conversation removed."] = "Conversation removed.";
-$a->strings["No messages."] = "No messages.";
-$a->strings["Message not available."] = "Message not available.";
-$a->strings["Delete message"] = "Delete message";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["Delete conversation"] = "Delete conversation";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page.";
-$a->strings["Send Reply"] = "Send reply";
-$a->strings["Unknown sender - %s"] = "Unknown sender - %s";
-$a->strings["You and %s"] = "Me and %s";
-$a->strings["%s and You"] = "%s and me";
-$a->strings["%d message"] = [
-       0 => "%d message",
-       1 => "%d messages",
-];
-$a->strings["Remove term"] = "Remove term";
-$a->strings["Saved Searches"] = "Saved searches";
-$a->strings["add"] = "add";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
-       1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers.";
-$a->strings["No such group"] = "No such group";
-$a->strings["Group is empty"] = "Group is empty";
-$a->strings["Group: %s"] = "Group: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
-$a->strings["Invalid contact."] = "Invalid contact.";
-$a->strings["Commented Order"] = "Commented last";
-$a->strings["Sort by Comment Date"] = "Sort by comment date";
-$a->strings["Posted Order"] = "Posted last";
-$a->strings["Sort by Post Date"] = "Sort by post date";
-$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
-$a->strings["New"] = "New";
-$a->strings["Activity Stream - by date"] = "Activity Stream - by date";
-$a->strings["Shared Links"] = "Shared links";
-$a->strings["Interesting Links"] = "Interesting links";
-$a->strings["Starred"] = "Starred";
-$a->strings["Favourite Posts"] = "My favourite posts";
-$a->strings["Personal Notes"] = "Personal notes";
-$a->strings["Photo Albums"] = "Photo Albums";
-$a->strings["Recent Photos"] = "Recent photos";
-$a->strings["Upload New Photos"] = "Upload new photos";
-$a->strings["everybody"] = "everybody";
-$a->strings["Contact information unavailable"] = "Contact information unavailable";
-$a->strings["Album not found."] = "Album not found.";
-$a->strings["Album successfully deleted"] = "Album successfully deleted";
-$a->strings["Album was empty."] = "Album was empty.";
-$a->strings["a photo"] = "a photo";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s";
-$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete, please try again";
-$a->strings["Image file is missing"] = "Image file is missing";
-$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file upload at this time, please contact your administrator";
-$a->strings["Image file is empty."] = "Image file is empty.";
-$a->strings["No photos selected"] = "No photos selected";
-$a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
-$a->strings["Upload Photos"] = "Upload photos";
-$a->strings["New album name: "] = "New album name: ";
-$a->strings["or select existing album:"] = "or select existing album:";
-$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload";
-$a->strings["Permissions"] = "Permissions";
-$a->strings["Show to Groups"] = "Show to groups";
-$a->strings["Show to Contacts"] = "Show to contacts";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?";
-$a->strings["Delete Album"] = "Delete album";
-$a->strings["Edit Album"] = "Edit album";
-$a->strings["Drop Album"] = "Drop album";
-$a->strings["Show Newest First"] = "Show newest first";
-$a->strings["Show Oldest First"] = "Show oldest first";
-$a->strings["View Photo"] = "View photo";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted.";
-$a->strings["Photo not available"] = "Photo not available";
-$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?";
-$a->strings["Delete Photo"] = "Delete photo";
-$a->strings["View photo"] = "View photo";
-$a->strings["Edit photo"] = "Edit photo";
-$a->strings["Delete photo"] = "Delete photo";
-$a->strings["Use as profile photo"] = "Use as profile photo";
-$a->strings["Private Photo"] = "Private photo";
-$a->strings["View Full Size"] = "View full size";
-$a->strings["Tags: "] = "Tags: ";
-$a->strings["[Select tags to remove]"] = "[Select tags to remove]";
-$a->strings["New album name"] = "New album name";
-$a->strings["Caption"] = "Caption";
-$a->strings["Add a Tag"] = "Add Tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping";
-$a->strings["Do not rotate"] = "Do not rotate";
-$a->strings["Rotate CW (right)"] = "Rotate right (CW)";
-$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
+$a->strings["Private mail"] = "Private messages";
+$a->strings["Settings"] = "Settings";
+$a->strings["Account settings"] = "Account settings";
+$a->strings["Contacts"] = "Contacts";
+$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
+$a->strings["Custom"] = "Custom";
+$a->strings["Note"] = "Note";
+$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that all everyone is allowed to see the image";
+$a->strings["Select color scheme"] = "Select colour scheme";
+$a->strings["Copy or paste schemestring"] = "Copy or paste theme string";
+$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string";
+$a->strings["Navigation bar background color"] = "Navigation bar background colour:";
+$a->strings["Navigation bar icon color "] = "Navigation bar icon colour:";
+$a->strings["Link color"] = "Link colour:";
+$a->strings["Set the background color"] = "Background colour:";
+$a->strings["Content background opacity"] = "Content background opacity";
+$a->strings["Set the background image"] = "Background image:";
+$a->strings["Background image style"] = "Background image style";
+$a->strings["Enable Compose page"] = "Enable compose page";
+$a->strings["This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."] = "This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>.";
+$a->strings["Login page background image"] = "Login page background image";
+$a->strings["Login page background color"] = "Login page background colour";
+$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and colour empty for theme defaults";
+$a->strings["Alignment"] = "Alignment";
+$a->strings["Left"] = "Left";
+$a->strings["Center"] = "Centre";
+$a->strings["Color scheme"] = "Colour scheme";
+$a->strings["Posts font size"] = "Posts font size";
+$a->strings["Textareas font size"] = "Text areas font size";
+$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
+$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
+$a->strings["%s: Database update"] = "%s: Database update";
+$a->strings["%s: updating %s table."] = "%s: updating %s table.";
+$a->strings["This entry was edited"] = "This entry was edited";
+$a->strings["Private Message"] = "Private message";
+$a->strings["Edit"] = "Edit";
+$a->strings["pinned item"] = "pinned item";
+$a->strings["Delete locally"] = "Delete locally";
+$a->strings["Delete globally"] = "Delete globally";
+$a->strings["Remove locally"] = "Remove locally";
+$a->strings["save to folder"] = "Save to folder";
+$a->strings["I will attend"] = "I will attend";
+$a->strings["I will not attend"] = "I will not attend";
+$a->strings["I might attend"] = "I might attend";
+$a->strings["ignore thread"] = "Ignore thread";
+$a->strings["unignore thread"] = "Unignore thread";
+$a->strings["toggle ignore status"] = "Toggle ignore status";
+$a->strings["ignored"] = "Ignored";
+$a->strings["pin"] = "pin";
+$a->strings["unpin"] = "unpin";
+$a->strings["toggle pin status"] = "toggle pin status";
+$a->strings["pinned"] = "pinned";
+$a->strings["add star"] = "Add star";
+$a->strings["remove star"] = "Remove star";
+$a->strings["toggle star status"] = "Toggle star status";
+$a->strings["starred"] = "Starred";
+$a->strings["add tag"] = "Add tag";
 $a->strings["I like this (toggle)"] = "I like this (toggle)";
+$a->strings["like"] = "Like";
 $a->strings["I don't like this (toggle)"] = "I don't like this (toggle)";
-$a->strings["This is you"] = "This is me";
+$a->strings["dislike"] = "Dislike";
+$a->strings["Share this"] = "Share this";
+$a->strings["share"] = "Share";
+$a->strings["%s (Received %s)"] = "%s (Received %s)";
+$a->strings["to"] = "to";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Wall-to-wall";
+$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
 $a->strings["Comment"] = "Comment";
-$a->strings["Map"] = "Map";
-$a->strings["View Album"] = "View album";
-$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
-$a->strings["{0} requested registration"] = "{0} requested registration";
-$a->strings["Poke/Prod"] = "Poke/Prod";
-$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
-$a->strings["Recipient"] = "Recipient:";
-$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
-$a->strings["Make this post private"] = "Make this post private";
-$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
-$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
-$a->strings["Unable to process image"] = "Unable to process image";
-$a->strings["Upload File:"] = "Upload File:";
-$a->strings["Select a profile:"] = "Select a profile:";
-$a->strings["or"] = "or";
-$a->strings["skip this step"] = "skip this step";
-$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
-$a->strings["Crop Image"] = "Crop Image";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
-$a->strings["Done Editing"] = "Done editing";
-$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
-$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users.";
+$a->strings["Reply to %s"] = "Reply to %s";
+$a->strings["Notifier task is pending"] = "Notifier task is pending";
+$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending";
+$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway";
+$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done";
+$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done";
+$a->strings["%d comment"] = [
+       0 => "%d comment",
+       1 => "%d comments",
+];
+$a->strings["Show more"] = "Show more";
+$a->strings["Show fewer"] = "Show fewer";
+$a->strings["comment"] = [
+       0 => "comment",
+       1 => "comments",
+];
+$a->strings["This is you"] = "This is me";
+$a->strings["No system theme config value set."] = "No system theme configuration value set.";
+$a->strings["view full size"] = "view full size";
+$a->strings["Image/photo"] = "Image/Photo";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["Click to open/close"] = "Reveal/hide";
+$a->strings["$1 wrote:"] = "$1 wrote:";
+$a->strings["Encrypted content"] = "Encrypted content";
+$a->strings["Invalid source protocol"] = "Invalid source protocol";
+$a->strings["Invalid link protocol"] = "Invalid link protocol";
+$a->strings["Loading more entries..."] = "Loading more entries...";
+$a->strings["The end"] = "The end";
+$a->strings["Save"] = "Save";
+$a->strings["Follow"] = "Follow";
 $a->strings["Search"] = "Search";
-$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
-$a->strings["Results for: %s"] = "Results for: %s";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s";
-$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion ignored.";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours.";
-$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?";
-$a->strings["Ignore/Hide"] = "Ignore/Hide";
-$a->strings["Friend Suggestions"] = "Friend suggestions";
-$a->strings["Export account"] = "Export account";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
-$a->strings["Export all"] = "Export all";
-$a->strings["Export your accout 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)"] = "Export your account info, contacts and all your items as JSON. This 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.";
-$a->strings["Export personal data"] = "Export personal data";
-$a->strings["No videos selected"] = "No videos selected";
-$a->strings["View Video"] = "View video";
-$a->strings["Recent Videos"] = "Recent videos";
-$a->strings["Upload New Videos"] = "Upload new videos";
-$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted.";
-$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable.";
-$a->strings["Event can not end before it has started."] = "Event cannot end before it has started.";
-$a->strings["Event title and start time are required."] = "Event title and starting time are required.";
-$a->strings["Create New Event"] = "Create new event";
-$a->strings["Event details"] = "Event details";
-$a->strings["Starting date and Title are required."] = "Starting date and title are required.";
-$a->strings["Event Starts:"] = "Event starts:";
-$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant";
-$a->strings["Event Finishes:"] = "Event finishes:";
-$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone";
-$a->strings["Description:"] = "Description:";
-$a->strings["Location:"] = "Location:";
-$a->strings["Title:"] = "Title:";
-$a->strings["Share this event"] = "Share this event";
-$a->strings["Basic"] = "Basic";
-$a->strings["Advanced"] = "Advanced";
-$a->strings["Failed to remove event"] = "Failed to remove event";
-$a->strings["Event removed"] = "Event removed";
-$a->strings["Unable to locate original post."] = "Unable to locate original post.";
-$a->strings["Empty post discarded."] = "Empty post discarded.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network.";
-$a->strings["You may visit them online at %s"] = "You may visit them online at %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
-$a->strings["%s posted an update."] = "%s posted an update.";
-$a->strings["Invalid request identifier."] = "Invalid request identifier.";
+$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
+$a->strings["Full Text"] = "Full text";
+$a->strings["Tags"] = "Tags";
+$a->strings["Frequently"] = "Frequently";
+$a->strings["Hourly"] = "Hourly";
+$a->strings["Twice daily"] = "Twice daily";
+$a->strings["Daily"] = "Daily";
+$a->strings["Weekly"] = "Weekly";
+$a->strings["Monthly"] = "Monthly";
+$a->strings["DFRN"] = "DFRN";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "Email";
+$a->strings["Diaspora"] = "diaspora*";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Discourse"] = "Discourse";
+$a->strings["Diaspora Connector"] = "diaspora* connector";
+$a->strings["GNU Social Connector"] = "GNU Social Connector";
+$a->strings["ActivityPub"] = "ActivityPub";
+$a->strings["pnut"] = "pnut";
+$a->strings["No answer"] = "No answer";
+$a->strings["Male"] = "Male";
+$a->strings["Female"] = "Female";
+$a->strings["Currently Male"] = "Currently male";
+$a->strings["Currently Female"] = "Currently female";
+$a->strings["Mostly Male"] = "Mostly male";
+$a->strings["Mostly Female"] = "Mostly female";
+$a->strings["Transgender"] = "Transgender";
+$a->strings["Intersex"] = "Intersex";
+$a->strings["Transsexual"] = "Transsexual";
+$a->strings["Hermaphrodite"] = "Hermaphrodite";
+$a->strings["Neuter"] = "Neuter";
+$a->strings["Non-specific"] = "Non-specific";
+$a->strings["Other"] = "Other";
+$a->strings["Males"] = "Males";
+$a->strings["Females"] = "Females";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbian";
+$a->strings["No Preference"] = "No Preference";
+$a->strings["Bisexual"] = "Bisexual";
+$a->strings["Autosexual"] = "Auto-sexual";
+$a->strings["Abstinent"] = "Abstinent";
+$a->strings["Virgin"] = "Virgin";
+$a->strings["Deviant"] = "Deviant";
+$a->strings["Fetish"] = "Fetish";
+$a->strings["Oodles"] = "Oodles";
+$a->strings["Nonsexual"] = "Asexual";
+$a->strings["Single"] = "Single";
+$a->strings["Lonely"] = "Lonely";
+$a->strings["In a relation"] = "In a relation";
+$a->strings["Has crush"] = "Having a crush";
+$a->strings["Infatuated"] = "Infatuated";
+$a->strings["Dating"] = "Dating";
+$a->strings["Unfaithful"] = "Unfaithful";
+$a->strings["Sex Addict"] = "Sex addict";
+$a->strings["Friends"] = "Friends";
+$a->strings["Friends/Benefits"] = "Friends with benefits";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Engaged";
+$a->strings["Married"] = "Married";
+$a->strings["Imaginarily married"] = "Imaginarily married";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Cohabiting";
+$a->strings["Common law"] = "Common law spouse";
+$a->strings["Happy"] = "Happy";
+$a->strings["Not looking"] = "Not looking";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Betrayed";
+$a->strings["Separated"] = "Separated";
+$a->strings["Unstable"] = "Unstable";
+$a->strings["Divorced"] = "Divorced";
+$a->strings["Imaginarily divorced"] = "Imaginarily divorced";
+$a->strings["Widowed"] = "Widowed";
+$a->strings["Uncertain"] = "Uncertain";
+$a->strings["It's complicated"] = "It's complicated";
+$a->strings["Don't care"] = "Don't care";
+$a->strings["Ask me"] = "Ask me";
+$a->strings["Add New Contact"] = "Add new contact";
+$a->strings["Enter address or web location"] = "Enter address or web location";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
+$a->strings["Connect"] = "Connect";
+$a->strings["%d invitation available"] = [
+       0 => "%d invitation available",
+       1 => "%d invitations available",
+];
+$a->strings["Followers"] = "Followers";
+$a->strings["Following"] = "Following";
+$a->strings["Mutual friends"] = "Mutual friends";
+$a->strings["Relationships"] = "Relationships";
+$a->strings["All Contacts"] = "All contacts";
+$a->strings["Protocols"] = "Protocols";
+$a->strings["All Protocols"] = "All Protocols";
+$a->strings["Saved Folders"] = "Saved Folders";
+$a->strings["Everything"] = "Everything";
+$a->strings["Categories"] = "Categories";
+$a->strings["%d contact in common"] = [
+       0 => "%d contact in common",
+       1 => "%d contacts in common",
+];
+$a->strings["Archives"] = "Archives";
+$a->strings["Embedding disabled"] = "Embedding disabled";
+$a->strings["Embedded content"] = "Embedded content";
+$a->strings["General Features"] = "General";
+$a->strings["Multiple Profiles"] = "Multiple profiles";
+$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
+$a->strings["Photo Location"] = "Photo location";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map.";
+$a->strings["Export Public Calendar"] = "Export public calendar";
+$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
+$a->strings["Trending Tags"] = "Trending Tags";
+$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Show a community page widget with a list of the most popular tags in recent public posts.";
+$a->strings["Post Composition Features"] = "Post composition";
+$a->strings["Auto-mention Forums"] = "Auto-mention forums";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
+$a->strings["Explicit Mentions"] = "Explicit mentions";
+$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies.";
+$a->strings["Network Sidebar"] = "Network sidebar";
+$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
+$a->strings["Protocol Filter"] = "Protocol Filter";
+$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols";
+$a->strings["Network Tabs"] = "Network tabs";
+$a->strings["Network New Tab"] = "Network new tab";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
+$a->strings["Network Shared Links Tab"] = "Network shared links tab";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
+$a->strings["Post/Comment Tools"] = "Post/Comment tools";
+$a->strings["Post Categories"] = "Post categories";
+$a->strings["Add categories to your posts"] = "Add categories to your posts";
+$a->strings["Advanced Profile Settings"] = "Advanced profiles";
+$a->strings["List Forums"] = "List forums";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
+$a->strings["Tag Cloud"] = "Tag cloud";
+$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page";
+$a->strings["Display Membership Date"] = "Display membership date";
+$a->strings["Display membership date in profile"] = "Display membership date in profile";
+$a->strings["Nothing new here"] = "Nothing new here";
+$a->strings["Clear notifications"] = "Clear notifications";
+$a->strings["Logout"] = "Logout";
+$a->strings["End this session"] = "End this session";
+$a->strings["Login"] = "Login";
+$a->strings["Sign in"] = "Sign in";
+$a->strings["Personal notes"] = "Personal notes";
+$a->strings["Your personal notes"] = "My personal notes";
+$a->strings["Home"] = "Home";
+$a->strings["Home Page"] = "Home page";
+$a->strings["Register"] = "Sign up now >>";
+$a->strings["Create an account"] = "Create account";
+$a->strings["Help and documentation"] = "Help and documentation";
+$a->strings["Apps"] = "Apps";
+$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
+$a->strings["Search site content"] = "Search site content";
+$a->strings["Community"] = "Community";
+$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers";
+$a->strings["Directory"] = "Directory";
+$a->strings["People directory"] = "People directory";
+$a->strings["Information"] = "Information";
+$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
+$a->strings["Terms of Service"] = "Terms of Service";
+$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service for this Friendica instance";
+$a->strings["Network Reset"] = "Network reset";
+$a->strings["Load Network page with no filters"] = "Load network page without filters";
+$a->strings["Introductions"] = "Introductions";
+$a->strings["Friend Requests"] = "Friend requests";
 $a->strings["Notifications"] = "Notifications";
-$a->strings["Network Notifications"] = "Network notifications";
-$a->strings["System Notifications"] = "System notifications";
-$a->strings["Personal Notifications"] = "Personal notifications";
-$a->strings["Home Notifications"] = "Home notifications";
-$a->strings["Show unread"] = "Show unread";
-$a->strings["Show all"] = "Show all";
-$a->strings["Show Ignored Requests"] = "Show ignored requests.";
-$a->strings["Hide Ignored Requests"] = "Hide ignored requests";
-$a->strings["Notification type:"] = "Notification type:";
-$a->strings["Suggested by:"] = "Suggested by:";
-$a->strings["Hide this contact from others"] = "Hide this contact from others";
-$a->strings["Approve"] = "Approve";
-$a->strings["Claims to be known to you: "] = "Says they know me:";
-$a->strings["yes"] = "yes";
-$a->strings["no"] = "no";
-$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?";
-$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed.";
-$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
-$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
-$a->strings["Friend"] = "Friend";
-$a->strings["Sharer"] = "Sharer";
-$a->strings["Subscriber"] = "Subscriber";
-$a->strings["About:"] = "About:";
+$a->strings["See all notifications"] = "See all notifications";
+$a->strings["Mark as seen"] = "Mark as seen";
+$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen";
+$a->strings["Inbox"] = "Inbox";
+$a->strings["Outbox"] = "Outbox";
+$a->strings["New Message"] = "New Message";
+$a->strings["Delegation"] = "Delegation";
+$a->strings["Manage other pages"] = "Manage other pages";
+$a->strings["Profiles"] = "Profiles";
+$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
+$a->strings["Admin"] = "Admin";
+$a->strings["Site setup and configuration"] = "Site setup and configuration";
+$a->strings["Navigation"] = "Navigation";
+$a->strings["Site map"] = "Site map";
+$a->strings["Remove term"] = "Remove term";
+$a->strings["Saved Searches"] = "Saved searches";
+$a->strings["Export"] = "Export";
+$a->strings["Export calendar as ical"] = "Export calendar as ical";
+$a->strings["Export calendar as csv"] = "Export calendar as csv";
+$a->strings["Trending Tags (last %d hour)"] = [
+       0 => "Trending Tags (last %d hour)",
+       1 => "Trending tags (last %d hours)",
+];
+$a->strings["More Trending Tags"] = "More Trending Tags";
+$a->strings["No contacts"] = "No contacts";
+$a->strings["%d Contact"] = [
+       0 => "%d contact",
+       1 => "%d contacts",
+];
+$a->strings["View Contacts"] = "View contacts";
+$a->strings["newer"] = "Later posts";
+$a->strings["older"] = "Earlier posts";
+$a->strings["first"] = "first";
+$a->strings["prev"] = "prev";
+$a->strings["next"] = "next";
+$a->strings["last"] = "last";
+$a->strings["Edit profile"] = "Edit profile";
+$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
+$a->strings["Change profile photo"] = "Change profile photo";
+$a->strings["Create New Profile"] = "Create new profile";
+$a->strings["Profile Image"] = "Profile image";
+$a->strings["visible to everybody"] = "Visible to everybody";
+$a->strings["Edit visibility"] = "Edit visibility";
+$a->strings["Location:"] = "Location:";
 $a->strings["Gender:"] = "Gender:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["About:"] = "About:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["Unfollow"] = "Unfollow";
+$a->strings["Atom feed"] = "Atom feed";
 $a->strings["Network:"] = "Network:";
-$a->strings["No introductions."] = "No introductions.";
-$a->strings["No more %s notifications."] = "No more %s notifications.";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site.";
-$a->strings["Login failed."] = "Login failed.";
-$a->strings["Account"] = "Account";
-$a->strings["Two-factor authentication"] = "Two-factor authentication";
-$a->strings["Profiles"] = "Profiles";
-$a->strings["Additional features"] = "Additional features";
-$a->strings["Display"] = "Display";
-$a->strings["Social Networks"] = "Social networks";
-$a->strings["Addons"] = "Addons";
-$a->strings["Delegations"] = "Delegations";
-$a->strings["Connected apps"] = "Connected apps";
-$a->strings["Remove account"] = "Remove account";
-$a->strings["Settings"] = "Settings";
-$a->strings["Missing some important data!"] = "Missing some important data!";
-$a->strings["Update"] = "Update";
-$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided.";
-$a->strings["Email settings updated."] = "Email settings updated.";
-$a->strings["Features updated"] = "Features updated";
-$a->strings["The theme you chose isn't available."] = "The chosen theme isn't available.";
-$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts";
-$a->strings["Passwords do not match."] = "Passwords do not match.";
-$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again.";
-$a->strings["Password changed."] = "Password changed.";
-$a->strings["Password unchanged."] = "Password unchanged.";
-$a->strings[" Please use a shorter name."] = " Please use a shorter name.";
-$a->strings[" Name too short."] = " Name too short.";
-$a->strings["Wrong Password"] = "Wrong password";
-$a->strings["Invalid email."] = "Invalid email.";
-$a->strings["Cannot change to that email."] = "Cannot change to that email.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group.";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group.";
-$a->strings["Settings updated."] = "Settings updated.";
-$a->strings["Add application"] = "Add application";
-$a->strings["Consumer Key"] = "Consumer key";
-$a->strings["Consumer Secret"] = "Consumer secret";
-$a->strings["Redirect"] = "Redirect";
-$a->strings["Icon url"] = "Icon URL";
-$a->strings["You can't edit this application."] = "You cannot edit this application.";
-$a->strings["Connected Apps"] = "Connected Apps";
-$a->strings["Edit"] = "Edit";
-$a->strings["Client key starts with"] = "Client key starts with";
-$a->strings["No name"] = "No name";
-$a->strings["Remove authorization"] = "Remove authorization";
-$a->strings["No Addon settings configured"] = "No addon settings configured";
-$a->strings["Addon Settings"] = "Addon settings";
-$a->strings["Off"] = "Off";
-$a->strings["On"] = "On";
-$a->strings["Additional Features"] = "Additional Features";
-$a->strings["Diaspora"] = "diaspora*";
-$a->strings["enabled"] = "enabled";
-$a->strings["disabled"] = "disabled";
-$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s";
-$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
-$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site.";
-$a->strings["General Social Media Settings"] = "General Social Media Settings";
-$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow";
-$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow.";
-$a->strings["Disable Content Warning"] = "Disable Content Warning";
-$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up.";
-$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening";
-$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post.";
-$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners";
-$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message.";
-$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts";
-$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account";
-$a->strings["If you enter your old 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."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done.";
-$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions";
-$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts.";
-$a->strings["Last successful email check:"] = "Last successful email check:";
-$a->strings["IMAP server name:"] = "IMAP server name:";
-$a->strings["IMAP port:"] = "IMAP port:";
-$a->strings["Security:"] = "Security:";
-$a->strings["None"] = "None";
-$a->strings["Email login name:"] = "Email login name:";
-$a->strings["Email password:"] = "Email password:";
-$a->strings["Reply-to address:"] = "Reply-to address:";
-$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:";
-$a->strings["Action after import:"] = "Action after import:";
-$a->strings["Mark as seen"] = "Mark as seen";
-$a->strings["Move to folder"] = "Move to folder";
-$a->strings["Move to folder:"] = "Move to folder:";
-$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices";
-$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)";
-$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[today]";
+$a->strings["Birthday Reminders"] = "Birthday reminders";
+$a->strings["Birthdays this week:"] = "Birthdays this week:";
+$a->strings["[No description]"] = "[No description]";
+$a->strings["Event Reminders"] = "Event reminders";
+$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:";
+$a->strings["Full Name:"] = "Full name:";
+$a->strings["Member since:"] = "Member since:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Birthday:";
+$a->strings["Age:"] = "Age:";
+$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Sexual preference:";
+$a->strings["Hometown:"] = "Home town:";
+$a->strings["Tags:"] = "Tags:";
+$a->strings["Political Views:"] = "Political views:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:";
+$a->strings["Likes:"] = "Likes:";
+$a->strings["Dislikes:"] = "Dislikes:";
+$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:";
+$a->strings["Musical interests:"] = "Music:";
+$a->strings["Books, literature:"] = "Books/Literature:";
+$a->strings["Television:"] = "Television:";
+$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:";
+$a->strings["Love/Romance:"] = "Love/Romance:";
+$a->strings["Work/employment:"] = "Work/Employment:";
+$a->strings["School/education:"] = "School/Education:";
+$a->strings["Forums:"] = "Forums:";
+$a->strings["Basic"] = "Basic";
+$a->strings["Advanced"] = "Advanced";
+$a->strings["Status Messages and Posts"] = "Status Messages and Posts";
+$a->strings["Profile Details"] = "Profile Details";
+$a->strings["Photo Albums"] = "Photo Albums";
+$a->strings["Personal Notes"] = "Personal notes";
+$a->strings["Only You Can See This"] = "Only you can see this.";
+$a->strings["Tips for New Members"] = "Tips for New Members";
+$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Starts:";
+$a->strings["Finishes:"] = "Finishes:";
+$a->strings["all-day"] = "All-day";
+$a->strings["Sun"] = "Sun";
+$a->strings["Mon"] = "Mon";
+$a->strings["Tue"] = "Tue";
+$a->strings["Wed"] = "Wed";
+$a->strings["Thu"] = "Thu";
+$a->strings["Fri"] = "Fri";
+$a->strings["Sat"] = "Sat";
 $a->strings["Sunday"] = "Sunday";
 $a->strings["Monday"] = "Monday";
-$a->strings["Display Settings"] = "Display Settings";
-$a->strings["Display Theme:"] = "Display theme:";
-$a->strings["Mobile Theme:"] = "Mobile theme:";
-$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks";
-$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks cannot receive non-public postings.";
-$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:";
-$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1.";
-$a->strings["Number of items to display per page:"] = "Number of items displayed per page:";
-$a->strings["Maximum of 100 items"] = "Maximum of 100 items";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:";
-$a->strings["Don't show emoticons"] = "Don't show emoticons";
-$a->strings["Calendar"] = "Calendar";
-$a->strings["Beginning of week:"] = "Week begins: ";
-$a->strings["Don't show notices"] = "Don't show notices";
-$a->strings["Infinite scroll"] = "Infinite scroll";
-$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page";
-$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading.";
-$a->strings["Bandwidth Saver Mode"] = "Bandwidth Saver Mode";
-$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload.";
-$a->strings["Smart Threading"] = "Smart threading";
-$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled.";
-$a->strings["General Theme Settings"] = "Themes";
-$a->strings["Custom Theme Settings"] = "Theme customisation";
-$a->strings["Content Settings"] = "Content/Layout";
-$a->strings["Theme settings"] = "Theme settings";
-$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin.";
-$a->strings["Account Types"] = "Account types:";
-$a->strings["Personal Page Subtypes"] = "Personal Page subtypes";
-$a->strings["Community Forum Subtypes"] = "Community forum subtypes";
-$a->strings["Personal Page"] = "Personal Page";
-$a->strings["Account for a personal profile."] = "Account for a personal profile.";
-$a->strings["Organisation Page"] = "Organisation Page";
-$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organisation that automatically approves contact requests as \"Followers\".";
-$a->strings["News Page"] = "News Page";
-$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\".";
-$a->strings["Community Forum"] = "Community Forum";
-$a->strings["Account for community discussions."] = "Account for community discussions.";
-$a->strings["Normal Account Page"] = "Standard";
-$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\".";
-$a->strings["Soapbox Page"] = "Soapbox";
-$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\".";
-$a->strings["Public Forum"] = "Public forum";
-$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests.";
-$a->strings["Automatic Friend Page"] = "Love-all";
-$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\".";
-$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]";
-$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests.";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account.";
-$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?";
-$a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings.";
-$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?";
-$a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible.";
-$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting.";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?";
-$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create";
-$a->strings["Hide your profile details from anonymous viewers?"] = "Hide profile details from anonymous viewers?";
-$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means.";
-$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?";
-$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts";
-$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?";
-$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts.";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?";
-$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact.";
-$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?";
-$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list.";
-$a->strings["Profile is <strong>not published</strong>."] = "Profile is <strong>not published</strong>.";
-$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "My identity address: <strong>'%s'</strong> or '%s'";
-$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty;  expired posts will be deleted";
-$a->strings["Advanced expiration settings"] = "Advanced expiration settings";
-$a->strings["Advanced Expiration"] = "Advanced expiration";
-$a->strings["Expire posts:"] = "Expire posts:";
-$a->strings["Expire personal notes:"] = "Expire personal notes:";
-$a->strings["Expire starred posts:"] = "Expire starred posts:";
-$a->strings["Expire photos:"] = "Expire photos:";
-$a->strings["Only expire posts by others:"] = "Only expire posts by others:";
-$a->strings["Account Settings"] = "Account Settings";
-$a->strings["Password Settings"] = "Password change";
-$a->strings["New Password:"] = "New password:";
-$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon.";
-$a->strings["Confirm:"] = "Confirm new password:";
-$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing";
-$a->strings["Current Password:"] = "Current password:";
-$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
-$a->strings["Password:"] = "Password:";
-$a->strings["Basic Settings"] = "Basic information";
-$a->strings["Full Name:"] = "Full name:";
-$a->strings["Email Address:"] = "Email address:";
-$a->strings["Your Timezone:"] = "Time zone:";
-$a->strings["Your Language:"] = "Language:";
-$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you.";
-$a->strings["Default Post Location:"] = "Posting location:";
-$a->strings["Use Browser Location:"] = "Use browser location:";
-$a->strings["Security and Privacy Settings"] = "Security and privacy";
-$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:";
-$a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations";
-$a->strings["Default Post Permissions"] = "Default post permissions";
-$a->strings["(click to open/close)"] = "(reveal/hide)";
-$a->strings["Default Private Post"] = "Default private post";
-$a->strings["Default Public Post"] = "Default public post";
-$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts";
-$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:";
-$a->strings["Notification Settings"] = "Notification";
-$a->strings["Send a notification email when:"] = "Send notification email when:";
-$a->strings["You receive an introduction"] = "Receiving an introduction";
-$a->strings["Your introductions are confirmed"] = "My introductions are confirmed";
-$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall";
-$a->strings["Someone writes a followup comment"] = "A follow up comment is posted";
-$a->strings["You receive a private message"] = "receiving a private message";
-$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion";
-$a->strings["You are tagged in a post"] = "Tagged in a post";
-$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post";
-$a->strings["Activate desktop notifications"] = "Activate desktop notifications";
-$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
-$a->strings["Text-only notification emails"] = "Text-only notification emails";
-$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
-$a->strings["Show detailled notifications"] = "Show detailled notifications";
-$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed.";
-$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
-$a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations";
-$a->strings["Relocate"] = "Recent relocation";
-$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:";
-$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts";
-$a->strings["default"] = "default";
-$a->strings["greenzero"] = "greenzero";
-$a->strings["purplezero"] = "purplezero";
-$a->strings["easterbunny"] = "easterbunny";
-$a->strings["darkzero"] = "darkzero";
-$a->strings["comix"] = "comix";
-$a->strings["slackr"] = "slackr";
-$a->strings["Variations"] = "Variations";
-$a->strings["Top Banner"] = "Top Banner";
-$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background colour below on long pages.";
-$a->strings["Full screen"] = "Full screen";
-$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom.";
-$a->strings["Single row mosaic"] = "Single row mosaic";
-$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal.";
-$a->strings["Mosaic"] = "Mosaic";
-$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen.";
-$a->strings["Custom"] = "Custom";
-$a->strings["Note"] = "Note";
-$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that all everyone is allowed to see the image";
-$a->strings["Select color scheme"] = "Select colour scheme";
-$a->strings["Copy or paste schemestring"] = "Copy or paste theme string";
-$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string";
-$a->strings["Navigation bar background color"] = "Navigation bar background colour:";
-$a->strings["Navigation bar icon color "] = "Navigation bar icon colour:";
-$a->strings["Link color"] = "Link colour:";
-$a->strings["Set the background color"] = "Background colour:";
-$a->strings["Content background opacity"] = "Content background opacity";
-$a->strings["Set the background image"] = "Background image:";
-$a->strings["Background image style"] = "Background image style";
-$a->strings["Enable Compose page"] = "Enable compose page";
-$a->strings["This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."] = "This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>.";
-$a->strings["Login page background image"] = "Login page background image";
-$a->strings["Login page background color"] = "Login page background colour";
-$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and colour empty for theme defaults";
-$a->strings["Guest"] = "Guest";
-$a->strings["Visitor"] = "Visitor";
-$a->strings["Status"] = "Status";
-$a->strings["Your posts and conversations"] = "My posts and conversations";
-$a->strings["Your profile page"] = "My profile page";
-$a->strings["Your photos"] = "My photos";
-$a->strings["Videos"] = "Videos";
-$a->strings["Your videos"] = "My videos";
-$a->strings["Your events"] = "My events";
-$a->strings["Network"] = "Network";
-$a->strings["Conversations from your friends"] = "My friends' conversations";
-$a->strings["Events and Calendar"] = "Events and calendar";
-$a->strings["Private mail"] = "Private messages";
-$a->strings["Account settings"] = "Account settings";
-$a->strings["Contacts"] = "Contacts";
-$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
-$a->strings["Alignment"] = "Alignment";
-$a->strings["Left"] = "Left";
-$a->strings["Center"] = "Centre";
-$a->strings["Color scheme"] = "Colour scheme";
-$a->strings["Posts font size"] = "Posts font size";
-$a->strings["Textareas font size"] = "Text areas font size";
-$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums";
-$a->strings["don't show"] = "don't show";
-$a->strings["show"] = "show";
-$a->strings["Set style"] = "Set style";
-$a->strings["Community Pages"] = "Community pages";
-$a->strings["Community Profiles"] = "Community profiles";
-$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
-$a->strings["Connect Services"] = "Connect services";
-$a->strings["Find Friends"] = "Find friends";
-$a->strings["Last users"] = "Last users";
-$a->strings["Find People"] = "Find people";
-$a->strings["Enter name or interest"] = "Enter name or interest";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
-$a->strings["Find"] = "Find";
-$a->strings["Similar Interests"] = "Similar interests";
-$a->strings["Random Profile"] = "Random profile";
-$a->strings["Invite Friends"] = "Invite friends";
-$a->strings["Global Directory"] = "Global Directory";
-$a->strings["Local Directory"] = "Local directory";
-$a->strings["Forums"] = "Forums";
-$a->strings["External link to forum"] = "External link to forum";
-$a->strings["show more"] = "Show more...";
-$a->strings["Quick Start"] = "Quick start";
-$a->strings["Help"] = "Help";
 $a->strings["Tuesday"] = "Tuesday";
 $a->strings["Wednesday"] = "Wednesday";
 $a->strings["Thursday"] = "Thursday";
 $a->strings["Friday"] = "Friday";
 $a->strings["Saturday"] = "Saturday";
+$a->strings["Jan"] = "Jan";
+$a->strings["Feb"] = "Feb";
+$a->strings["Mar"] = "Mar";
+$a->strings["Apr"] = "Apr";
+$a->strings["May"] = "May";
+$a->strings["Jun"] = "Jun";
+$a->strings["Jul"] = "Jul";
+$a->strings["Aug"] = "Aug";
+$a->strings["Sept"] = "Sep";
+$a->strings["Oct"] = "Oct";
+$a->strings["Nov"] = "Nov";
+$a->strings["Dec"] = "Dec";
 $a->strings["January"] = "January";
 $a->strings["February"] = "February";
 $a->strings["March"] = "March";
 $a->strings["April"] = "April";
-$a->strings["May"] = "May";
 $a->strings["June"] = "June";
 $a->strings["July"] = "July";
 $a->strings["August"] = "August";
@@ -1048,24 +664,137 @@ $a->strings["September"] = "September";
 $a->strings["October"] = "October";
 $a->strings["November"] = "November";
 $a->strings["December"] = "December";
-$a->strings["Mon"] = "Mon";
-$a->strings["Tue"] = "Tue";
-$a->strings["Wed"] = "Wed";
-$a->strings["Thu"] = "Thu";
-$a->strings["Fri"] = "Fri";
-$a->strings["Sat"] = "Sat";
-$a->strings["Sun"] = "Sun";
-$a->strings["Jan"] = "Jan";
-$a->strings["Feb"] = "Feb";
-$a->strings["Mar"] = "Mar";
-$a->strings["Apr"] = "Apr";
-$a->strings["Jun"] = "Jun";
-$a->strings["Jul"] = "Jul";
-$a->strings["Aug"] = "Aug";
+$a->strings["today"] = "today";
+$a->strings["month"] = "month";
+$a->strings["week"] = "week";
+$a->strings["day"] = "day";
+$a->strings["No events to display"] = "No events to display";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Edit event";
+$a->strings["Duplicate event"] = "Duplicate event";
+$a->strings["Delete event"] = "Delete event";
+$a->strings["link to source"] = "Link to source";
+$a->strings["D g:i A"] = "D g:i A";
+$a->strings["g:i A"] = "g:i A";
+$a->strings["Show map"] = "Show map";
+$a->strings["Hide map"] = "Hide map";
+$a->strings["%s's birthday"] = "%s's birthday";
+$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
+$a->strings["Contact Photos"] = "Contact photos";
+$a->strings["Login failed"] = "Login failed";
+$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate";
+$a->strings["User not found"] = "User not found";
+$a->strings["Password can't be empty"] = "Password can't be empty";
+$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed.";
+$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another.";
+$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons";
+$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
+$a->strings["An invitation is required."] = "An invitation is required.";
+$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
+$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
+$a->strings["The error message was:"] = "The error message was:";
+$a->strings["Please enter the required information."] = "Please enter the required information.";
+$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values.";
+$a->strings["Username should be at least %s character."] = [
+       0 => "Username should be at least %s character.",
+       1 => "Username should be at least %s characters.",
+];
+$a->strings["Username should be at most %s character."] = [
+       0 => "Username should be at most %s character.",
+       1 => "Username should be at most %s characters.",
+];
+$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site.";
+$a->strings["Not a valid email address."] = "Not a valid email address.";
+$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin.";
+$a->strings["Cannot use that email."] = "Cannot use that email.";
+$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _.";
+$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
+$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
+$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self-contact. Please try again.";
+$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again.";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t";
+$a->strings["Registration at %s"] = "Registration at %s";
+$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s.";
+$a->strings["Registration details for %s"] = "Registration details for %s";
+$a->strings["[no subject]"] = "[no subject]";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
+$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
+$a->strings["Everybody"] = "Everybody";
+$a->strings["edit"] = "edit";
+$a->strings["add"] = "add";
+$a->strings["Groups"] = "Groups";
+$a->strings["Edit group"] = "Edit group";
+$a->strings["Contacts not in any group"] = "Contacts not in any group";
+$a->strings["Create a new group"] = "Create new group";
+$a->strings["Group Name: "] = "Group name: ";
+$a->strings["Edit groups"] = "Edit groups";
+$a->strings["Item filed"] = "Item filed";
+$a->strings["UnFollow"] = "Unfollow";
+$a->strings["Drop Contact"] = "Drop contact";
+$a->strings["Approve"] = "Approve";
+$a->strings["Organisation"] = "Organisation";
+$a->strings["News"] = "News";
+$a->strings["Forum"] = "Forum";
+$a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
+$a->strings["Blocked domain"] = "Blocked domain";
+$a->strings["Connect URL missing."] = "Connect URL missing.";
+$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.";
+$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered.";
+$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information.";
+$a->strings["An author or name was not found."] = "An author or name was not found.";
+$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact.";
+$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
+$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
+$a->strings["[Name Withheld]"] = "[Name Withheld]";
+$a->strings["activity"] = "activity";
+$a->strings["post"] = "post";
+$a->strings["Content warning: %s"] = "Content warning: %s";
+$a->strings["View Video"] = "View video";
+$a->strings["bytes"] = "bytes";
+$a->strings["View on separate page"] = "View on separate page";
+$a->strings["view on separate page"] = "view on separate page";
+$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s";
+$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data";
+$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions.";
+$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions";
+$a->strings["Storage base path"] = "Storage base path";
+$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree";
+$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder";
+$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
+$a->strings["%s created a new post"] = "%s posted something new";
+$a->strings["%s liked %s's post"] = "%s liked %s's post";
+$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
+$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
+$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
+$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
+$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
+$a->strings["Friend Suggestion"] = "Friend suggestion";
+$a->strings["Friend/Connect Request"] = "Friend/Contact request";
+$a->strings["New Follower"] = "New follower";
+$a->strings["%s's timeline"] = "%s's timeline";
+$a->strings["%s's posts"] = "%s's posts";
+$a->strings["%s's comments"] = "%s's comments";
+$a->strings["%s is now following %s."] = "%s is now following %s.";
+$a->strings["following"] = "following";
+$a->strings["%s stopped following %s."] = "%s stopped following %s.";
+$a->strings["stopped following"] = "stopped following";
+$a->strings["Attachments:"] = "Attachments:";
+$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s";
+$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
+$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
+$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update";
+$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s.";
 $a->strings["Sep"] = "Sep";
-$a->strings["Oct"] = "Oct";
-$a->strings["Nov"] = "Nov";
-$a->strings["Dec"] = "Dec";
 $a->strings["poke"] = "poke";
 $a->strings["poked"] = "poked";
 $a->strings["ping"] = "ping";
@@ -1078,21 +807,34 @@ $a->strings["finger"] = "finger";
 $a->strings["fingered"] = "fingered";
 $a->strings["rebuff"] = "rebuff";
 $a->strings["rebuffed"] = "rebuffed";
-$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
-$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid.";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
-$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update";
-$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s.";
-$a->strings["Error decoding account file"] = "Error decoding account file";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
-$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!";
-$a->strings["User creation error"] = "User creation error";
-$a->strings["User profile creation error"] = "User profile creation error";
-$a->strings["%d contact not imported"] = [
-       0 => "%d contact not imported",
-       1 => "%d contacts not imported",
-];
-$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password";
+$a->strings["Login failed."] = "Login failed.";
+$a->strings["Login failed. Please check your credentials."] = "Login failed. Please check your credentials.";
+$a->strings["Welcome %s"] = "Welcome %s";
+$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
+$a->strings["Welcome back %s"] = "Welcome back %s";
+$a->strings["Mutuals"] = "Mutuals";
+$a->strings["Post to Email"] = "Post to email";
+$a->strings["Public"] = "Public";
+$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link.";
+$a->strings["Limited/Private"] = "Limited/Private";
+$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly.";
+$a->strings["Show to:"] = "Show to:";
+$a->strings["Except to:"] = "Except to:";
+$a->strings["CC: email addresses"] = "CC: email addresses";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
+$a->strings["Connectors"] = "Connectors";
+$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
+$a->strings["Error decoding account file"] = "Error decoding account file";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
+$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!";
+$a->strings["User creation error"] = "User creation error";
+$a->strings["User profile creation error"] = "User profile creation error";
+$a->strings["%d contact not imported"] = [
+       0 => "%d contact not imported",
+       1 => "%d contacts not imported",
+];
+$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password";
 $a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root.";
 $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql.";
 $a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\".";
@@ -1151,550 +893,238 @@ $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extensi
 $a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
 $a->strings["Database already in use."] = "Database already in use.";
 $a->strings["Could not connect to database."] = "Could not connect to database.";
-$a->strings["System"] = "System";
-$a->strings["Home"] = "Home";
-$a->strings["Introductions"] = "Introductions";
-$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
-$a->strings["%s created a new post"] = "%s posted something new";
-$a->strings["%s liked %s's post"] = "%s liked %s's post";
-$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
-$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
-$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
-$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
-$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
-$a->strings["Friend Suggestion"] = "Friend suggestion";
-$a->strings["Friend/Connect Request"] = "Friend/Contact request";
-$a->strings["New Follower"] = "New follower";
-$a->strings["Welcome %s"] = "Welcome %s";
-$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
-$a->strings["Welcome back %s"] = "Welcome back %s";
-$a->strings["Post to Email"] = "Post to email";
-$a->strings["Visible to everybody"] = "Visible to everybody";
-$a->strings["Connectors"] = "Connectors";
-$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
-$a->strings["Close"] = "Close";
-$a->strings["Birthday:"] = "Birthday:";
-$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
-$a->strings["never"] = "never";
-$a->strings["less than a second ago"] = "less than a second ago";
-$a->strings["year"] = "year";
-$a->strings["years"] = "years";
-$a->strings["months"] = "months";
-$a->strings["weeks"] = "weeks";
-$a->strings["days"] = "days";
-$a->strings["hour"] = "hour";
-$a->strings["hours"] = "hours";
-$a->strings["minute"] = "minute";
-$a->strings["minutes"] = "minutes";
-$a->strings["second"] = "second";
-$a->strings["seconds"] = "seconds";
-$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
-$a->strings["Loading more entries..."] = "Loading more entries...";
-$a->strings["The end"] = "The end";
-$a->strings["Follow"] = "Follow";
-$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
-$a->strings["Full Text"] = "Full text";
-$a->strings["Tags"] = "Tags";
-$a->strings["Click to open/close"] = "Reveal/hide";
-$a->strings["view full size"] = "view full size";
-$a->strings["Image/photo"] = "Image/Photo";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
-$a->strings["$1 wrote:"] = "$1 wrote:";
-$a->strings["Encrypted content"] = "Encrypted content";
-$a->strings["Invalid source protocol"] = "Invalid source protocol";
-$a->strings["Invalid link protocol"] = "Invalid link protocol";
-$a->strings["Export"] = "Export";
-$a->strings["Export calendar as ical"] = "Export calendar as ical";
-$a->strings["Export calendar as csv"] = "Export calendar as csv";
-$a->strings["No contacts"] = "No contacts";
-$a->strings["%d Contact"] = [
-       0 => "%d contact",
-       1 => "%d contacts",
+$a->strings["Public access denied."] = "Public access denied.";
+$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden).";
+$a->strings["Find on this site"] = "Find on this site";
+$a->strings["Results for:"] = "Results for:";
+$a->strings["Site Directory"] = "Site directory";
+$a->strings["Bad Request"] = "Bad Request";
+$a->strings["Unauthorized"] = "Unauthorized";
+$a->strings["Forbidden"] = "Forbidden";
+$a->strings["Not Found"] = "Not found";
+$a->strings["Internal Server Error"] = "Internal Server Error";
+$a->strings["Service Unavailable"] = "Service Unavailable";
+$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error.";
+$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required and has failed or has not yet been provided.";
+$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account.";
+$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future.";
+$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available.";
+$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later.";
+$a->strings["Go back"] = "Go back";
+$a->strings["Help:"] = "Help:";
+$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
+$a->strings["Select an identity to manage: "] = "Select identity:";
+$a->strings["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."] = "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.";
+$a->strings["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."] = "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts.";
+$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners.";
+$a->strings["Privacy Statement"] = "Privacy Statement";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
+$a->strings["System check"] = "System check";
+$a->strings["Next"] = "Next";
+$a->strings["Check again"] = "Check again";
+$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
+$a->strings["Force all links to use SSL"] = "Force all links to use SSL";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
+$a->strings["Base settings"] = "Base settings";
+$a->strings["SSL link policy"] = "SSL link policy";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL";
+$a->strings["Host name"] = "Host name";
+$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is.";
+$a->strings["Base path to installation"] = "Base path to installation";
+$a->strings["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."] = "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.";
+$a->strings["Sub path of the URL"] = "URL Subpath";
+$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath.";
+$a->strings["Database connection"] = "Database connection";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing.";
+$a->strings["Database Server Name"] = "Database server name";
+$a->strings["Database Login Name"] = "Database login name";
+$a->strings["Database Login Password"] = "Database login password";
+$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty";
+$a->strings["Database Name"] = "Database name";
+$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website";
+$a->strings["Site settings"] = "Site settings";
+$a->strings["Site administrator email address"] = "Site administrator email address";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel.";
+$a->strings["System Language:"] = "System language:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
+$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed.";
+$a->strings["Installation finished"] = "Installation finished";
+$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker.";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.";
+$a->strings["Please login to continue."] = "Please login to continue.";
+$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator.";
+$a->strings["Overview"] = "Overview";
+$a->strings["Federation Statistics"] = "Federation statistics";
+$a->strings["Configuration"] = "Configuration";
+$a->strings["Site"] = "Site";
+$a->strings["Users"] = "Users";
+$a->strings["Addons"] = "Addons";
+$a->strings["Themes"] = "Theme selection";
+$a->strings["Additional features"] = "Additional features";
+$a->strings["Database"] = "Database";
+$a->strings["DB updates"] = "DB updates";
+$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers";
+$a->strings["Inspect worker Queue"] = "Inspect worker queue";
+$a->strings["Tools"] = "Tools";
+$a->strings["Contact Blocklist"] = "Contact block-list";
+$a->strings["Server Blocklist"] = "Server block-list";
+$a->strings["Delete Item"] = "Delete item";
+$a->strings["Logs"] = "Logs";
+$a->strings["View Logs"] = "View logs";
+$a->strings["Diagnostics"] = "Diagnostics";
+$a->strings["PHP Info"] = "PHP info";
+$a->strings["probe address"] = "Probe address";
+$a->strings["check webfinger"] = "Check webfinger";
+$a->strings["Item Source"] = "Item source";
+$a->strings["Babel"] = "Babel";
+$a->strings["Addon Features"] = "Addon features";
+$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation";
+$a->strings["Create a New Account"] = "Create a new account";
+$a->strings["Your OpenID: "] = "Your OpenID: ";
+$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "Please enter your username and password to add the OpenID to your existing account.";
+$a->strings["Or login using OpenID: "] = "Or login with OpenID: ";
+$a->strings["Nickname or Email: "] = "Nickname or email: ";
+$a->strings["Password: "] = "Password: ";
+$a->strings["Remember me"] = "Remember me";
+$a->strings["Forgot your password?"] = "Forgot your password?";
+$a->strings["Password Reset"] = "Forgotten password?";
+$a->strings["Website Terms of Service"] = "Website Terms of Service";
+$a->strings["terms of service"] = "Terms of service";
+$a->strings["Website Privacy Policy"] = "Website Privacy Policy";
+$a->strings["privacy policy"] = "Privacy policy";
+$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
+$a->strings["Invalid code, please retry."] = "Invalid code, please try again.";
+$a->strings["Two-factor authentication"] = "Two-factor authentication";
+$a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>";
+$a->strings["Error"] = [
+       0 => "Error",
+       1 => "Errors",
 ];
-$a->strings["View Contacts"] = "View contacts";
-$a->strings["Trending Tags (last %d hour)"] = [
-       0 => "Trending Tags (last %d hour)",
-       1 => "Trending tags (last %d hours)",
+$a->strings["Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>";
+$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app";
+$a->strings["Verify code and complete login"] = "Verify code and complete login";
+$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d";
+$a->strings["Two-factor recovery"] = "Two-factor recovery";
+$a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>";
+$a->strings["Please enter a recovery code"] = "Please enter a recovery code";
+$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login";
+$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
+$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter.";
+$a->strings["The post was created"] = "The post was created";
+$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s.";
+$a->strings["Item was not found."] = "Item was not found.";
+$a->strings["Server domain pattern added to blocklist."] = "Server domain pattern added to block-list.";
+$a->strings["Site blocklist updated."] = "Site block-list updated.";
+$a->strings["Blocked server domain pattern"] = "Blocked server domain pattern";
+$a->strings["Reason for the block"] = "Reason for the block";
+$a->strings["Delete server domain pattern"] = "Delete server domain pattern";
+$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the block-list";
+$a->strings["Administration"] = "Administration";
+$a->strings["Server Domain Pattern Blocklist"] = "Server domain pattern block-list";
+$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it.";
+$a->strings["The list of blocked server domain patterns will be made publically available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked server domain patterns will be made publicly available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily.";
+$a->strings["<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"] = "<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>";
+$a->strings["Add new entry to block list"] = "Add new entry to block-list";
+$a->strings["Server Domain Pattern"] = "Server Domain Pattern";
+$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "The domain pattern of the new server to add to the block list. Do not include the protocol.";
+$a->strings["Block reason"] = "Block reason";
+$a->strings["The reason why you blocked this server domain pattern."] = "The reason why you blocked this server domain pattern.";
+$a->strings["Add Entry"] = "Add entry";
+$a->strings["Save changes to the blocklist"] = "Save changes to the block-list";
+$a->strings["Current Entries in the Blocklist"] = "Current entries in the block-list";
+$a->strings["Delete entry from blocklist"] = "Delete entry from block-list";
+$a->strings["Delete entry from blocklist?"] = "Delete entry from block-list?";
+$a->strings["The contact has been blocked from the node"] = "The contact has been blocked from the node";
+$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)";
+$a->strings["%s contact unblocked"] = [
+       0 => "%s contact unblocked",
+       1 => "%s contacts unblocked",
 ];
-$a->strings["More Trending Tags"] = "More Trending Tags";
-$a->strings["newer"] = "Later posts";
-$a->strings["older"] = "Earlier posts";
-$a->strings["prev"] = "prev";
-$a->strings["last"] = "last";
-$a->strings["General Features"] = "General";
-$a->strings["Multiple Profiles"] = "Multiple profiles";
-$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
-$a->strings["Photo Location"] = "Photo location";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map.";
-$a->strings["Export Public Calendar"] = "Export public calendar";
-$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
-$a->strings["Trending Tags"] = "Trending Tags";
-$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Show a community page widget with a list of the most popular tags in recent public posts.";
-$a->strings["Post Composition Features"] = "Post composition";
-$a->strings["Auto-mention Forums"] = "Auto-mention forums";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
-$a->strings["Explicit Mentions"] = "Explicit mentions";
-$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies.";
-$a->strings["Network Sidebar"] = "Network sidebar";
-$a->strings["Archives"] = "Archives";
-$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
-$a->strings["Protocol Filter"] = "Protocol Filter";
-$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols";
-$a->strings["Network Tabs"] = "Network tabs";
-$a->strings["Network New Tab"] = "Network new tab";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
-$a->strings["Network Shared Links Tab"] = "Network shared links tab";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
-$a->strings["Post/Comment Tools"] = "Post/Comment tools";
-$a->strings["Post Categories"] = "Post categories";
-$a->strings["Add categories to your posts"] = "Add categories to your posts";
-$a->strings["Advanced Profile Settings"] = "Advanced profiles";
-$a->strings["List Forums"] = "List forums";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
-$a->strings["Tag Cloud"] = "Tag cloud";
-$a->strings["Provide a personal tag cloud on your profile page"] = "Provides a personal tag cloud on your profile page";
-$a->strings["Display Membership Date"] = "Display membership date";
-$a->strings["Display membership date in profile"] = "Display membership date in profile";
-$a->strings["Nothing new here"] = "Nothing new here";
-$a->strings["Clear notifications"] = "Clear notifications";
-$a->strings["Logout"] = "Logout";
-$a->strings["End this session"] = "End this session";
-$a->strings["Login"] = "Login";
-$a->strings["Sign in"] = "Sign in";
-$a->strings["Personal notes"] = "Personal notes";
-$a->strings["Your personal notes"] = "My personal notes";
-$a->strings["Home Page"] = "Home page";
-$a->strings["Register"] = "Sign up now >>";
-$a->strings["Create an account"] = "Create account";
-$a->strings["Help and documentation"] = "Help and documentation";
-$a->strings["Apps"] = "Apps";
-$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
-$a->strings["Search site content"] = "Search site content";
-$a->strings["Community"] = "Community";
-$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers";
-$a->strings["Directory"] = "Directory";
-$a->strings["People directory"] = "People directory";
-$a->strings["Information"] = "Information";
-$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
-$a->strings["Terms of Service"] = "Terms of Service";
-$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service for this Friendica instance";
-$a->strings["Network Reset"] = "Network reset";
-$a->strings["Load Network page with no filters"] = "Load network page without filters";
-$a->strings["Friend Requests"] = "Friend requests";
-$a->strings["See all notifications"] = "See all notifications";
-$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen";
-$a->strings["Inbox"] = "Inbox";
-$a->strings["Outbox"] = "Outbox";
-$a->strings["Manage"] = "Manage";
-$a->strings["Manage other pages"] = "Manage other pages";
-$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site setup and configuration"] = "Site setup and configuration";
-$a->strings["Navigation"] = "Navigation";
-$a->strings["Site map"] = "Site map";
-$a->strings["Embedding disabled"] = "Embedding disabled";
-$a->strings["Embedded content"] = "Embedded content";
-$a->strings["Add New Contact"] = "Add new contact";
-$a->strings["Enter address or web location"] = "Enter address or web location";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
-$a->strings["%d invitation available"] = [
-       0 => "%d invitation available",
-       1 => "%d invitations available",
+$a->strings["Remote Contact Blocklist"] = "Remote contact block-list";
+$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node.";
+$a->strings["Block Remote Contact"] = "Block Remote Contact";
+$a->strings["select all"] = "select all";
+$a->strings["select none"] = "select none";
+$a->strings["Unblock"] = "Unblock";
+$a->strings["No remote contact is blocked from this node."] = "No remote contact is blocked from this node.";
+$a->strings["Blocked Remote Contacts"] = "Blocked remote contacts";
+$a->strings["Block New Remote Contact"] = "Block new remote contact";
+$a->strings["Photo"] = "Photo";
+$a->strings["Name"] = "Name:";
+$a->strings["Reason"] = "Reason";
+$a->strings["%s total blocked contact"] = [
+       0 => "%s total blocked contact",
+       1 => "%s total blocked contacts",
 ];
-$a->strings["Following"] = "Following";
-$a->strings["Mutual friends"] = "Mutual friends";
-$a->strings["Relationships"] = "Relationships";
-$a->strings["All Contacts"] = "All contacts";
-$a->strings["Protocols"] = "Protocols";
-$a->strings["All Protocols"] = "All Protocols";
-$a->strings["Saved Folders"] = "Saved Folders";
-$a->strings["Everything"] = "Everything";
-$a->strings["Categories"] = "Categories";
-$a->strings["%d contact in common"] = [
-       0 => "%d contact in common",
-       1 => "%d contacts in common",
+$a->strings["Profile URL"] = "Profile URL:";
+$a->strings["URL of the remote contact to block."] = "URL of the remote contact to block.";
+$a->strings["Block Reason"] = "Reason for blocking";
+$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated.";
+$a->strings["Display Terms of Service"] = "Display Terms of Service";
+$a->strings["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."] = "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.";
+$a->strings["Display Privacy Statement"] = "Display Privacy Statement";
+$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>.";
+$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview";
+$a->strings["The Terms of Service"] = "Terms of Service";
+$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower.";
+$a->strings["Save Settings"] = "Save settings";
+$a->strings["Addon not found."] = "Addon not found.";
+$a->strings["Addon %s disabled."] = "Addon %s disabled.";
+$a->strings["Addon %s enabled."] = "Addon %s enabled.";
+$a->strings["Disable"] = "Disable";
+$a->strings["Enable"] = "Enable";
+$a->strings["Toggle"] = "Toggle";
+$a->strings["Author: "] = "Author: ";
+$a->strings["Maintainer: "] = "Maintainer: ";
+$a->strings["Addon %s failed to install."] = "Addon %s failed to install.";
+$a->strings["Reload active addons"] = "Reload active addons";
+$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s";
+$a->strings["Theme settings updated."] = "Theme settings updated.";
+$a->strings["Unknown theme."] = "Unknown theme.";
+$a->strings["Theme %s disabled."] = "Theme %s disabled.";
+$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled.";
+$a->strings["Theme %s failed to install."] = "Theme %s failed to install.";
+$a->strings["Screenshot"] = "Screenshot";
+$a->strings["Reload active themes"] = "Reload active themes";
+$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[Unsupported]";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you.";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s.";
+$a->strings["%s user blocked"] = [
+       0 => "%s user blocked",
+       1 => "%s users blocked",
 ];
-$a->strings["Frequently"] = "Frequently";
-$a->strings["Hourly"] = "Hourly";
-$a->strings["Twice daily"] = "Twice daily";
-$a->strings["Daily"] = "Daily";
-$a->strings["Weekly"] = "Weekly";
-$a->strings["Monthly"] = "Monthly";
-$a->strings["DFRN"] = "DFRN";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "Email";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "diaspora* connector";
-$a->strings["GNU Social Connector"] = "GNU Social Connector";
-$a->strings["ActivityPub"] = "ActivityPub";
-$a->strings["pnut"] = "pnut";
-$a->strings["No answer"] = "No answer";
-$a->strings["Male"] = "Male";
-$a->strings["Female"] = "Female";
-$a->strings["Currently Male"] = "Currently male";
-$a->strings["Currently Female"] = "Currently female";
-$a->strings["Mostly Male"] = "Mostly male";
-$a->strings["Mostly Female"] = "Mostly female";
-$a->strings["Transgender"] = "Transgender";
-$a->strings["Intersex"] = "Intersex";
-$a->strings["Transsexual"] = "Transsexual";
-$a->strings["Hermaphrodite"] = "Hermaphrodite";
-$a->strings["Neuter"] = "Neuter";
-$a->strings["Non-specific"] = "Non-specific";
-$a->strings["Other"] = "Other";
-$a->strings["Males"] = "Males";
-$a->strings["Females"] = "Females";
-$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbian";
-$a->strings["No Preference"] = "No Preference";
-$a->strings["Bisexual"] = "Bisexual";
-$a->strings["Autosexual"] = "Auto-sexual";
-$a->strings["Abstinent"] = "Abstinent";
-$a->strings["Virgin"] = "Virgin";
-$a->strings["Deviant"] = "Deviant";
-$a->strings["Fetish"] = "Fetish";
-$a->strings["Oodles"] = "Oodles";
-$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Single";
-$a->strings["Lonely"] = "Lonely";
-$a->strings["In a relation"] = "In a relation";
-$a->strings["Has crush"] = "Having a crush";
-$a->strings["Infatuated"] = "Infatuated";
-$a->strings["Dating"] = "Dating";
-$a->strings["Unfaithful"] = "Unfaithful";
-$a->strings["Sex Addict"] = "Sex addict";
-$a->strings["Friends"] = "Friends";
-$a->strings["Friends/Benefits"] = "Friends with benefits";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Engaged";
-$a->strings["Married"] = "Married";
-$a->strings["Imaginarily married"] = "Imaginarily married";
-$a->strings["Partners"] = "Partners";
-$a->strings["Cohabiting"] = "Cohabiting";
-$a->strings["Common law"] = "Common law spouse";
-$a->strings["Happy"] = "Happy";
-$a->strings["Not looking"] = "Not looking";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Betrayed";
-$a->strings["Separated"] = "Separated";
-$a->strings["Unstable"] = "Unstable";
-$a->strings["Divorced"] = "Divorced";
-$a->strings["Imaginarily divorced"] = "Imaginarily divorced";
-$a->strings["Widowed"] = "Widowed";
-$a->strings["Uncertain"] = "Uncertain";
-$a->strings["It's complicated"] = "It's complicated";
-$a->strings["Don't care"] = "Don't care";
-$a->strings["Ask me"] = "Ask me";
-$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
-$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
-$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
-$a->strings["%s: Database update"] = "%s: Database update";
-$a->strings["%s: updating %s table."] = "%s: updating %s table.";
-$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions.";
-$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions";
-$a->strings["Storage base path"] = "Storage base path";
-$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree";
-$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder";
-$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s";
-$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Starts:";
-$a->strings["Finishes:"] = "Finishes:";
-$a->strings["all-day"] = "All-day";
-$a->strings["Sept"] = "Sep";
-$a->strings["No events to display"] = "No events to display";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Edit event";
-$a->strings["Duplicate event"] = "Duplicate event";
-$a->strings["Delete event"] = "Delete event";
-$a->strings["link to source"] = "Link to source";
-$a->strings["D g:i A"] = "D g:i A";
-$a->strings["g:i A"] = "g:i A";
-$a->strings["Show map"] = "Show map";
-$a->strings["Hide map"] = "Hide map";
-$a->strings["%s's birthday"] = "%s's birthday";
-$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
-$a->strings["Item filed"] = "Item filed";
-$a->strings["Login failed"] = "Login failed";
-$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate";
-$a->strings["Password can't be empty"] = "Password can't be empty";
-$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed.";
-$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another.";
-$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons";
-$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
-$a->strings["An invitation is required."] = "An invitation is required.";
-$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
-$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
-$a->strings["The error message was:"] = "The error message was:";
-$a->strings["Please enter the required information."] = "Please enter the required information.";
-$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values.";
-$a->strings["Username should be at least %s character."] = [
-       0 => "Username should be at least %s character.",
-       1 => "Username should be at least %s characters.",
+$a->strings["%s user unblocked"] = [
+       0 => "%s user unblocked",
+       1 => "%s users unblocked",
 ];
-$a->strings["Username should be at most %s character."] = [
-       0 => "Username should be at most %s character.",
-       1 => "Username should be at most %s characters.",
-];
-$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site.";
-$a->strings["Not a valid email address."] = "Not a valid email address.";
-$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin.";
-$a->strings["Cannot use that email."] = "Cannot use that email.";
-$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _.";
-$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
-$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
-$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self-contact. Please try again.";
-$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again.";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t";
-$a->strings["Registration at %s"] = "Registration at %s";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s.";
-$a->strings["Registration details for %s"] = "Registration details for %s";
-$a->strings["Drop Contact"] = "Drop contact";
-$a->strings["Organisation"] = "Organisation";
-$a->strings["News"] = "News";
-$a->strings["Forum"] = "Forum";
-$a->strings["Connect URL missing."] = "Connect URL missing.";
-$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.";
-$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered.";
-$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information.";
-$a->strings["An author or name was not found."] = "An author or name was not found.";
-$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact.";
-$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
-$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
-$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
-$a->strings["Everybody"] = "Everybody";
-$a->strings["edit"] = "edit";
-$a->strings["Groups"] = "Groups";
-$a->strings["Edit group"] = "Edit group";
-$a->strings["Contacts not in any group"] = "Contacts not in any group";
-$a->strings["Create a new group"] = "Create new group";
-$a->strings["Group Name: "] = "Group name: ";
-$a->strings["Edit groups"] = "Edit groups";
-$a->strings["[no subject]"] = "[no subject]";
-$a->strings["Edit profile"] = "Edit profile";
-$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["XMPP:"] = "XMPP:";
-$a->strings["Unfollow"] = "Unfollow";
-$a->strings["Atom feed"] = "Atom feed";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[today]";
-$a->strings["Birthday Reminders"] = "Birthday reminders";
-$a->strings["Birthdays this week:"] = "Birthdays this week:";
-$a->strings["[No description]"] = "[No description]";
-$a->strings["Event Reminders"] = "Event reminders";
-$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:";
-$a->strings["Member since:"] = "Member since:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Age:"] = "Age:";
-$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:";
-$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:";
-$a->strings["Musical interests:"] = "Music:";
-$a->strings["Books, literature:"] = "Books/Literature:";
-$a->strings["Television:"] = "Television:";
-$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:";
-$a->strings["Love/Romance:"] = "Love/Romance:";
-$a->strings["Work/employment:"] = "Work/Employment:";
-$a->strings["School/education:"] = "School/Education:";
-$a->strings["Forums:"] = "Forums:";
-$a->strings["Profile Details"] = "Profile Details";
-$a->strings["Only You Can See This"] = "Only you can see this.";
-$a->strings["Tips for New Members"] = "Tips for New Members";
-$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s";
-$a->strings["activity"] = "activity";
-$a->strings["comment"] = [
-       0 => "comment",
-       1 => "comments",
-];
-$a->strings["post"] = "post";
-$a->strings["Content warning: %s"] = "Content warning: %s";
-$a->strings["bytes"] = "bytes";
-$a->strings["View on separate page"] = "View on separate page";
-$a->strings["view on separate page"] = "view on separate page";
-$a->strings["%s's timeline"] = "%s's timeline";
-$a->strings["%s's posts"] = "%s's posts";
-$a->strings["%s's comments"] = "%s's comments";
-$a->strings["%s is now following %s."] = "%s is now following %s.";
-$a->strings["following"] = "following";
-$a->strings["%s stopped following %s."] = "%s stopped following %s.";
-$a->strings["stopped following"] = "stopped following";
-$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network";
-$a->strings["Attachments:"] = "Attachments:";
-$a->strings["(no subject)"] = "(no subject)";
-$a->strings["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."] = "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.";
-$a->strings["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."] = "This information is required for communication and is passed on to the nodes of the communication partners and stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts.";
-$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners.";
-$a->strings["Privacy Statement"] = "Privacy Statement";
-$a->strings["No installed applications."] = "No installed applications.";
-$a->strings["Applications"] = "Applications";
-$a->strings["Credits"] = "Credits";
-$a->strings["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!"] = "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!";
-$a->strings["Addon not found."] = "Addon not found.";
-$a->strings["Addon %s disabled."] = "Addon %s disabled.";
-$a->strings["Addon %s enabled."] = "Addon %s enabled.";
-$a->strings["Disable"] = "Disable";
-$a->strings["Enable"] = "Enable";
-$a->strings["Administration"] = "Administration";
-$a->strings["Toggle"] = "Toggle";
-$a->strings["Author: "] = "Author: ";
-$a->strings["Maintainer: "] = "Maintainer: ";
-$a->strings["Addon %s failed to install."] = "Addon %s failed to install.";
-$a->strings["Reload active addons"] = "Reload active addons";
-$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s";
-$a->strings["The contact has been blocked from the node"] = "The contact has been blocked from the node";
-$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)";
-$a->strings["%s contact unblocked"] = [
-       0 => "%s contact unblocked",
-       1 => "%s contacts unblocked",
-];
-$a->strings["Remote Contact Blocklist"] = "Remote contact blocklist";
-$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node.";
-$a->strings["Block Remote Contact"] = "Block Remote Contact";
-$a->strings["select all"] = "select all";
-$a->strings["select none"] = "select none";
-$a->strings["Unblock"] = "Unblock";
-$a->strings["No remote contact is blocked from this node."] = "No remote contact is blocked from this node.";
-$a->strings["Blocked Remote Contacts"] = "Blocked remote contacts";
-$a->strings["Block New Remote Contact"] = "Block new remote contact";
-$a->strings["Photo"] = "Photo";
-$a->strings["Reason"] = "Reason";
-$a->strings["%s total blocked contact"] = [
-       0 => "%s total blocked contact",
-       1 => "%s total blocked contacts",
-];
-$a->strings["URL of the remote contact to block."] = "URL of the remote contact to block.";
-$a->strings["Block Reason"] = "Reason for blocking";
-$a->strings["Server domain pattern added to blocklist."] = "Server domain pattern added to blocklist.";
-$a->strings["Site blocklist updated."] = "Site blocklist updated.";
-$a->strings["Blocked server domain pattern"] = "Blocked server domain pattern";
-$a->strings["Reason for the block"] = "Reason for the block";
-$a->strings["Delete server domain pattern"] = "Delete server domain pattern";
-$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist";
-$a->strings["Server Domain Pattern Blocklist"] = "Server Domain Pattern Blocklist";
-$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it.";
-$a->strings["The list of blocked server domain patterns will be made publically available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked server domain patterns will be made publicly available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily.";
-$a->strings["<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"] = "<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>";
-$a->strings["Add new entry to block list"] = "Add new entry to block list";
-$a->strings["Server Domain Pattern"] = "Server Domain Pattern";
-$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "The domain pattern of the new server to add to the block list. Do not include the protocol.";
-$a->strings["Block reason"] = "Block reason";
-$a->strings["The reason why you blocked this server domain pattern."] = "The reason why you blocked this server domain pattern.";
-$a->strings["Add Entry"] = "Add entry";
-$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist";
-$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist";
-$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist";
-$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?";
-$a->strings["Update has been marked successful"] = "Update has been marked successful";
-$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied.";
-$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s";
-$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s";
-$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied.";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded.";
-$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called.";
-$a->strings["No failed updates."] = "No failed updates.";
-$a->strings["Check database structure"] = "Check database structure";
-$a->strings["Failed Updates"] = "Failed updates";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status.";
-$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)";
-$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically";
-$a->strings["Lock feature %s"] = "Lock feature %s";
-$a->strings["Manage Additional Features"] = "Manage additional features";
-$a->strings["unknown"] = "unknown";
-$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of.";
-$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here.";
-$a->strings["Federation Statistics"] = "Federation statistics";
-$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently this node is aware of %d nodes with %d registered users from the following platforms:";
-$a->strings["Item marked for deletion."] = "Item marked for deletion.";
-$a->strings["Delete Item"] = "Delete item";
-$a->strings["Delete this Item"] = "Delete";
-$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted.";
-$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456.";
-$a->strings["GUID"] = "GUID";
-$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted.";
-$a->strings["Item Guid"] = "Item Guid";
-$a->strings["The logfile '%s' is not writable. No logging possible"] = "The logfile '%s' is not writeable. No logging possible";
-$a->strings["Log settings updated."] = "Log settings updated.";
-$a->strings["PHP log currently enabled."] = "PHP log currently enabled.";
-$a->strings["PHP log currently disabled."] = "PHP log currently disabled.";
-$a->strings["Logs"] = "Logs";
-$a->strings["Clear"] = "Clear";
-$a->strings["Enable Debugging"] = "Enable debugging";
-$a->strings["Log file"] = "Log file";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory.";
-$a->strings["Log level"] = "Log level";
-$a->strings["PHP logging"] = "PHP logging";
-$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them.";
-$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable.";
-$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check if file %1\$s is readable.";
-$a->strings["View Logs"] = "View logs";
-$a->strings["Theme settings updated."] = "Theme settings updated.";
-$a->strings["Theme %s disabled."] = "Theme %s disabled.";
-$a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled.";
-$a->strings["Theme %s failed to install."] = "Theme %s failed to install.";
-$a->strings["Screenshot"] = "Screenshot";
-$a->strings["Themes"] = "Theme selection";
-$a->strings["Unknown theme."] = "Unknown theme.";
-$a->strings["Reload active themes"] = "Reload active themes";
-$a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s";
-$a->strings["[Experimental]"] = "[Experimental]";
-$a->strings["[Unsupported]"] = "[Unsupported]";
-$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated.";
-$a->strings["Display Terms of Service"] = "Display Terms of Service";
-$a->strings["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."] = "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.";
-$a->strings["Display Privacy Statement"] = "Display Privacy Statement";
-$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>.";
-$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview";
-$a->strings["The Terms of Service"] = "Terms of Service";
-$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or lower.";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you.";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s.";
-$a->strings["%s user blocked"] = [
-       0 => "%s user blocked",
-       1 => "%s users blocked",
-];
-$a->strings["%s user unblocked"] = [
-       0 => "%s user unblocked",
-       1 => "%s users unblocked",
-];
-$a->strings["You can't remove yourself"] = "You can't remove yourself";
-$a->strings["%s user deleted"] = [
-       0 => "%s user deleted",
-       1 => "%s users deleted",
+$a->strings["You can't remove yourself"] = "You can't remove yourself";
+$a->strings["%s user deleted"] = [
+       0 => "%s user deleted",
+       1 => "%s users deleted",
 ];
 $a->strings["User \"%s\" deleted"] = "User \"%s\" deleted";
 $a->strings["User \"%s\" blocked"] = "User \"%s\" blocked";
 $a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked";
+$a->strings["Normal Account Page"] = "Standard";
+$a->strings["Soapbox Page"] = "Soapbox";
+$a->strings["Public Forum"] = "Public forum";
+$a->strings["Automatic Friend Page"] = "Love-all";
 $a->strings["Private Forum"] = "Private Forum";
+$a->strings["Personal Page"] = "Personal Page";
+$a->strings["Organisation Page"] = "Organisation Page";
+$a->strings["News Page"] = "News Page";
+$a->strings["Community Forum"] = "Community Forum";
 $a->strings["Relay"] = "Relay";
 $a->strings["Register date"] = "Registration date";
 $a->strings["Last login"] = "Last login";
 $a->strings["Last item"] = "Last item";
 $a->strings["Type"] = "Type";
-$a->strings["Users"] = "Users";
 $a->strings["Add User"] = "Add user";
 $a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation";
 $a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion";
@@ -1713,24 +1143,18 @@ $a->strings["Name of the new user."] = "Name of the new user.";
 $a->strings["Nickname"] = "Nickname";
 $a->strings["Nickname of the new user."] = "Nickname of the new user.";
 $a->strings["Email address of the new user."] = "Email address of the new user.";
-$a->strings["Inspect Deferred Worker Queue"] = "Inspect Deferred Worker Queue";
-$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed.";
-$a->strings["Inspect Worker Queue"] = "Inspect Worker Queue";
-$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install.";
-$a->strings["ID"] = "ID";
-$a->strings["Job Parameters"] = "Job Parameters";
-$a->strings["Created"] = "Created";
-$a->strings["Priority"] = "Priority";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Can not parse base URL. Must have at least <scheme>://<domain>";
 $a->strings["Invalid storage backend setting value."] = "Invalid storage backend settings.";
 $a->strings["Site settings updated."] = "Site settings updated.";
+$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices";
+$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
 $a->strings["No community page for local users"] = "No community page for local users";
 $a->strings["No community page"] = "No community page";
 $a->strings["Public postings from users of this site"] = "Public postings from users of this site";
 $a->strings["Public postings from the federated network"] = "Public postings from the federated network";
 $a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network";
 $a->strings["Disabled"] = "Disabled";
-$a->strings["Users, Global Contacts"] = "Users, Global Contacts";
+$a->strings["Users, Global Contacts"] = "Users, global contacts";
 $a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback";
 $a->strings["One month"] = "One month";
 $a->strings["Three months"] = "Three months";
@@ -1740,14 +1164,10 @@ $a->strings["Multi user instance"] = "Multi user instance";
 $a->strings["Closed"] = "Closed";
 $a->strings["Requires approval"] = "Requires approval";
 $a->strings["Open"] = "Open";
-$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
-$a->strings["Force all links to use SSL"] = "Force all links to use SSL";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
 $a->strings["Don't check"] = "Don't check";
 $a->strings["check the stable version"] = "check for stable version updates";
 $a->strings["check the development version"] = "check for development version updates";
 $a->strings["Database (legacy)"] = "Database (legacy)";
-$a->strings["Site"] = "Site";
 $a->strings["Republish users to directory"] = "Republish users to directory";
 $a->strings["Registration"] = "Join this Friendica Node Today";
 $a->strings["File upload"] = "File upload";
@@ -1773,8 +1193,6 @@ $a->strings["System theme"] = "System theme";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"] = "Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>";
 $a->strings["Mobile system theme"] = "Mobile system theme";
 $a->strings["Theme for mobile devices"] = "Theme for mobile devices";
-$a->strings["SSL link policy"] = "SSL link policy";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL";
 $a->strings["Force SSL"] = "Force SSL";
 $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops.";
 $a->strings["Hide help entry from navigation menu"] = "Hide help entry from navigation menu";
@@ -1922,24 +1340,62 @@ $a->strings["Server tags"] = "Server tags";
 $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "Comma separated list of tags for the \"tags\" subscription.";
 $a->strings["Allow user tags"] = "Allow user tags";
 $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "If enabled, the tags from the saved searches will be used for the \"tags\" subscription in addition to the \"relay_server_tags\".";
-$a->strings["Start Relocation"] = "Start Relocation";
-$a->strings["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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />";
-$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s";
-$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear.";
-$a->strings["The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear. (Some of the errors are possibly inside the logfile.)"] = "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear at the standard output and logfile.";
-$a->strings["The worker was never executed. Please check your database structure!"] = "The worker process has never been executed. Please check your database structure!";
-$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings.";
-$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your  configuration from <code>.htconfig.php</code>. See <a href=\"%s\">the  configuration help page</a> for help with the transition.";
-$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition.";
-$a->strings["<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."] = "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help.";
-$a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences.";
-$a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "The current system.basepath '%s' is wrong and the config file '%s' isn't used.";
-$a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration.";
-$a->strings["Normal Account"] = "Standard account";
-$a->strings["Automatic Follower Account"] = "Automatic follower account";
-$a->strings["Public Forum Account"] = "Public forum account";
-$a->strings["Automatic Friend Account"] = "Automatic friend account";
-$a->strings["Blog Account"] = "Blog account";
+$a->strings["Start Relocation"] = "Start relocation";
+$a->strings["unknown"] = "unknown";
+$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of.";
+$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here.";
+$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently this node is aware of %d nodes with %d registered users from the following platforms:";
+$a->strings["Off"] = "Off";
+$a->strings["On"] = "On";
+$a->strings["Lock feature %s"] = "Lock feature %s";
+$a->strings["Manage Additional Features"] = "Manage additional features";
+$a->strings["Inspect Deferred Worker Queue"] = "Inspect Deferred Worker Queue";
+$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed.";
+$a->strings["Inspect Worker Queue"] = "Inspect Worker Queue";
+$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install.";
+$a->strings["ID"] = "ID";
+$a->strings["Job Parameters"] = "Job Parameters";
+$a->strings["Created"] = "Created";
+$a->strings["Priority"] = "Priority";
+$a->strings["Item marked for deletion."] = "Item marked for deletion.";
+$a->strings["Delete this Item"] = "Delete";
+$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted.";
+$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456.";
+$a->strings["GUID"] = "GUID";
+$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted.";
+$a->strings["Item Guid"] = "Item Guid";
+$a->strings["The logfile '%s' is not writable. No logging possible"] = "The logfile '%s' is not writeable. No logging possible";
+$a->strings["Log settings updated."] = "Log settings updated.";
+$a->strings["PHP log currently enabled."] = "PHP log currently enabled.";
+$a->strings["PHP log currently disabled."] = "PHP log currently disabled.";
+$a->strings["Clear"] = "Clear";
+$a->strings["Enable Debugging"] = "Enable debugging";
+$a->strings["Log file"] = "Log file";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory.";
+$a->strings["Log level"] = "Log level";
+$a->strings["PHP logging"] = "PHP logging";
+$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them.";
+$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable.";
+$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check if file %1\$s is readable.";
+$a->strings["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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />";
+$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s";
+$a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear.";
+$a->strings["The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear. (Some of the errors are possibly inside the logfile.)"] = "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear at the standard output and logfile.";
+$a->strings["The worker was never executed. Please check your database structure!"] = "The worker process has never been executed. Please check your database structure!";
+$a->strings["The last worker execution was on %s UTC. This is older than one hour. Please check your crontab settings."] = "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings.";
+$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your  configuration from <code>.htconfig.php</code>. See <a href=\"%s\">the  configuration help page</a> for help with the transition.";
+$a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition.";
+$a->strings["<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."] = "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help.";
+$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = "The logfile '%s' is not usable. No logging is possible (error: '%s').";
+$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = "The debug logfile '%s' is not usable. No logging is possible (error: '%s').";
+$a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences.";
+$a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "The current system.basepath '%s' is wrong and the config file '%s' isn't used.";
+$a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration.";
+$a->strings["Normal Account"] = "Standard account";
+$a->strings["Automatic Follower Account"] = "Automatic follower account";
+$a->strings["Public Forum Account"] = "Public forum account";
+$a->strings["Automatic Friend Account"] = "Automatic friend account";
+$a->strings["Blog Account"] = "Blog account";
 $a->strings["Private Forum Account"] = "Private forum account";
 $a->strings["Message queues"] = "Message queues";
 $a->strings["Server Settings"] = "Server Settings";
@@ -1948,38 +1404,140 @@ $a->strings["Registered users"] = "Registered users";
 $a->strings["Pending registrations"] = "Pending registrations";
 $a->strings["Version"] = "Version";
 $a->strings["Active addons"] = "Active addons";
-$a->strings["No friends to display."] = "No friends to display.";
-$a->strings["Item was not found."] = "Item was not found.";
-$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator.";
-$a->strings["Overview"] = "Overview";
-$a->strings["Configuration"] = "Configuration";
-$a->strings["Database"] = "Database";
-$a->strings["DB updates"] = "DB updates";
-$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers";
-$a->strings["Inspect worker Queue"] = "Inspect worker queue";
-$a->strings["Tools"] = "Tools";
-$a->strings["Contact Blocklist"] = "Contact blocklist";
-$a->strings["Server Blocklist"] = "Server blocklist";
-$a->strings["Diagnostics"] = "Diagnostics";
-$a->strings["PHP Info"] = "PHP info";
-$a->strings["probe address"] = "Probe address";
-$a->strings["check webfinger"] = "Check webfinger";
-$a->strings["Item Source"] = "Item source";
-$a->strings["Babel"] = "Babel";
-$a->strings["Addon Features"] = "Addon features";
-$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation";
+$a->strings["Update has been marked successful"] = "Update has been marked successful";
+$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s";
+$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s";
+$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded.";
+$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called.";
+$a->strings["No failed updates."] = "No failed updates.";
+$a->strings["Check database structure"] = "Check database structure";
+$a->strings["Failed Updates"] = "Failed updates";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status.";
+$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)";
+$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically";
+$a->strings["Delegation successfully granted."] = "Delegation successfully granted.";
+$a->strings["Parent user not found, unavailable or password doesn't match."] = "Parent user not found, unavailable or password doesn't match.";
+$a->strings["Delegation successfully revoked."] = "Delegation successfully revoked.";
+$a->strings["Delegated administrators can view but not change delegation permissions."] = "Delegated administrators can view but not change delegation permissions.";
+$a->strings["Delegate user not found."] = "Delegate user not found.";
+$a->strings["No parent user"] = "No parent user";
+$a->strings["Parent Password:"] = "Parent password:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorise this request.";
+$a->strings["Parent User"] = "Parent user";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access.";
+$a->strings["Delegate Page Management"] = "Delegate Page Management";
+$a->strings["Delegates"] = "Delegates";
+$a->strings["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."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
+$a->strings["Existing Page Delegates"] = "Existing page delegates";
+$a->strings["Potential Delegates"] = "Potential delegates";
+$a->strings["Remove"] = "Remove";
+$a->strings["Add"] = "Add";
+$a->strings["No entries."] = "No entries.";
+$a->strings["Export account"] = "Export account";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
+$a->strings["Export all"] = "Export all";
+$a->strings["Export your accout 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)"] = "Export your account info, contacts and all your items as JSON. This 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.";
+$a->strings["Export Contacts to CSV"] = "Export contacts to CSV";
+$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example.";
+$a->strings["Export personal data"] = "Export personal data";
+$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page.";
+$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated.";
+$a->strings["<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"] = "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>";
+$a->strings["Two-factor code verification"] = "Two-factor code verification";
+$a->strings["<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"] = "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>";
+$a->strings["<p>Or you can open the following URL in your mobile devicde:</p><p><a href=\"%s\">%s</a></p>"] = "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>";
+$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication";
+$a->strings["App-specific password generation failed: The description is empty."] = "App-specific password generation failed: The description is empty.";
+$a->strings["App-specific password generation failed: This description already exists."] = "App-specific password generation failed: This description already exists.";
+$a->strings["New app-specific password generated."] = "New app-specific password generated.";
+$a->strings["App-specific passwords successfully revoked."] = "App-specific passwords successfully revoked.";
+$a->strings["App-specific password successfully revoked."] = "App-specific password successfully revoked.";
+$a->strings["Two-factor app-specific passwords"] = "Two-factor app-specific passwords";
+$a->strings["<p>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.</p>"] = "<p>App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.</p>";
+$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Make sure to copy your new app-specific password now. You won’t be able to see it again!";
+$a->strings["Description"] = "Description";
+$a->strings["Last Used"] = "Last Used";
+$a->strings["Revoke"] = "Revoke";
+$a->strings["Revoke All"] = "Revoke All";
+$a->strings["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."] = "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it.";
+$a->strings["Generate new app-specific password"] = "Generate new app-specific password";
+$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa on my Fairphone 2...";
+$a->strings["Generate"] = "Generate";
+$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled.";
+$a->strings["Wrong Password"] = "Wrong password";
+$a->strings["<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"] = "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>";
+$a->strings["Authenticator app"] = "Authenticator app";
+$a->strings["Configured"] = "Configured";
+$a->strings["Not Configured"] = "Not configured";
+$a->strings["<p>You haven't finished configuring your authenticator app.</p>"] = "<p>You haven't finished configuring your authenticator app.</p>";
+$a->strings["<p>Your authenticator app is correctly configured.</p>"] = "<p>Your authenticator app is correctly configured.</p>";
+$a->strings["Recovery codes"] = "Recovery codes";
+$a->strings["Remaining valid codes"] = "Remaining valid codes";
+$a->strings["<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"] = "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>";
+$a->strings["App-specific passwords"] = "App-specific passwords";
+$a->strings["Generated app-specific passwords"] = "Generated app-specific passwords";
+$a->strings["<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"] = "<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>";
+$a->strings["Actions"] = "Actions";
+$a->strings["Current password:"] = "Current password:";
+$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings.";
+$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication";
+$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication";
+$a->strings["Show recovery codes"] = "Show recovery codes";
+$a->strings["Manage app-specific passwords"] = "Manage app-specific passwords";
+$a->strings["Finish app configuration"] = "Finish app configuration";
+$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated.";
+$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes";
+$a->strings["<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"] = "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>";
+$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore.";
+$a->strings["Generate new recovery codes"] = "Generate new recovery codes";
+$a->strings["Next: Verification"] = "Next: Verification";
+$a->strings["Method Not Allowed."] = "Method not allowed.";
+$a->strings["Page not found."] = "Page not found";
 $a->strings["People Search - %s"] = "People search - %s";
 $a->strings["Forum Search - %s"] = "Forum search - %s";
-$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module";
-$a->strings["Source URL"] = "Source URL";
+$a->strings["No matches"] = "No matches";
+$a->strings["No installed applications."] = "No installed applications.";
+$a->strings["Applications"] = "Applications";
+$a->strings["Credits"] = "Credits";
+$a->strings["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!"] = "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!";
+$a->strings["Logged out."] = "Logged out.";
+$a->strings["Group created."] = "Group created.";
+$a->strings["Could not create group."] = "Could not create group.";
+$a->strings["Group not found."] = "Group not found.";
+$a->strings["Group name changed."] = "Group name changed.";
+$a->strings["Unknown group."] = "Unknown group.";
+$a->strings["Contact not found."] = "Contact not found.";
+$a->strings["Contact is unavailable."] = "Contact is unavailable.";
+$a->strings["Contact is deleted."] = "Contact is deleted.";
+$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group.";
+$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group.";
+$a->strings["Contact successfully added to group."] = "Contact successfully added to group.";
+$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group.";
+$a->strings["Contact successfully removed from group."] = "Contact removed from group.";
+$a->strings["Unknown group command."] = "Unknown group command.";
+$a->strings["Bad request."] = "Bad request.";
+$a->strings["Save Group"] = "Save group";
+$a->strings["Filter"] = "Filter";
+$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
+$a->strings["Group removed."] = "Group removed.";
+$a->strings["Unable to remove group."] = "Unable to remove group.";
+$a->strings["Delete Group"] = "Delete group";
+$a->strings["Edit Group Name"] = "Edit group name";
+$a->strings["Members"] = "Members";
+$a->strings["Group is empty"] = "Group is empty";
+$a->strings["Remove contact from group"] = "Remove contact from group";
+$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it.";
+$a->strings["Add contact to group"] = "Add contact to group";
+$a->strings["No given contact."] = "No given contact.";
+$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing.";
 $a->strings["Time Conversion"] = "Time conversion";
 $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones.";
 $a->strings["UTC time: %s"] = "UTC time: %s";
 $a->strings["Current timezone: %s"] = "Current time zone: %s";
 $a->strings["Converted localtime: %s"] = "Converted local time: %s";
 $a->strings["Please select your timezone:"] = "Please select your time zone:";
-$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing.";
-$a->strings["Lookup address"] = "Lookup address";
 $a->strings["Source input"] = "Source input";
 $a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext";
 $a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)";
@@ -2008,239 +1566,66 @@ $a->strings["Source text"] = "Source text";
 $a->strings["BBCode"] = "BBCode";
 $a->strings["Markdown"] = "Markdown";
 $a->strings["HTML"] = "HTML";
-$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden).";
-$a->strings["Find on this site"] = "Find on this site";
-$a->strings["Results for:"] = "Results for:";
-$a->strings["Site Directory"] = "Site directory";
+$a->strings["Access denied."] = "Access denied.";
+$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module";
+$a->strings["Source URL"] = "Source URL";
+$a->strings["Lookup address"] = "Lookup address";
+$a->strings["Welcome to %s"] = "Welcome to %s";
+$a->strings["Welcome to Friendica"] = "Welcome to Friendica";
+$a->strings["New Member Checklist"] = "New Member Checklist";
+$a->strings["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."] = "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.";
+$a->strings["Getting Started"] = "Getting started";
+$a->strings["Friendica Walk-Through"] = "Friendica walk-through";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.";
+$a->strings["Go to Your Settings"] = "Go to your settings";
+$a->strings["On your <em>Settings</em> 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."] = "On your <em>Settings</em> 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.";
+$a->strings["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."] = "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.";
+$a->strings["Upload Profile Photo"] = "Upload profile photo";
+$a->strings["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."] = "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.";
+$a->strings["Edit Your Profile"] = "Edit your profile";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
+$a->strings["Profile Keywords"] = "Profile keywords";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.";
+$a->strings["Connecting"] = "Connecting";
+$a->strings["Importing Emails"] = "Importing emails";
+$a->strings["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"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX";
+$a->strings["Go to Your Contacts Page"] = "Go to your contacts page";
+$a->strings["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 <em>Add New Contact</em> dialog."] = "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 <em>Add new contact</em> dialog.";
+$a->strings["Go to Your Site's Directory"] = "Go to your site's directory";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested.";
+$a->strings["Finding New People"] = "Finding new people";
+$a->strings["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."] = "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.";
+$a->strings["Group Your Contacts"] = "Group your contacts";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.";
+$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?";
+$a->strings["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."] = "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.";
+$a->strings["Getting Help"] = "Getting help";
+$a->strings["Go to the Help Section"] = "Go to the help section";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
+$a->strings["User not found."] = "User not found.";
+$a->strings["No contacts."] = "No contacts.";
+$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
+$a->strings["Follower (%s)"] = [
+       0 => "Follower (%s)",
+       1 => "Followers (%s)",
+];
+$a->strings["Following (%s)"] = [
+       0 => "Following (%s)",
+       1 => "Following (%s)",
+];
+$a->strings["Mutual friend (%s)"] = [
+       0 => "Mutual friend (%s)",
+       1 => "Mutual friends (%s)",
+];
+$a->strings["Contact (%s)"] = [
+       0 => "Contact (%s)",
+       1 => "Contacts (%s)",
+];
+$a->strings["All contacts"] = "All contacts";
 $a->strings["Filetag %s saved to item"] = "File-tag %s saved to item";
 $a->strings["- select -"] = "- select -";
-$a->strings["No given contact."] = "No given contact.";
-$a->strings["Installed addons/apps:"] = "Installed addons/apps:";
-$a->strings["No installed addons/apps"] = "No installed addons/apps";
-$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node.";
-$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
-$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s.";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project.";
-$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
-$a->strings["the bugtracker at github"] = "the bugtracker at github";
-$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca";
-$a->strings["Group created."] = "Group created.";
-$a->strings["Could not create group."] = "Could not create group.";
-$a->strings["Group not found."] = "Group not found.";
-$a->strings["Group name changed."] = "Group name changed.";
-$a->strings["Unknown group."] = "Unknown group.";
-$a->strings["Contact is unavailable."] = "Contact is unavailable.";
-$a->strings["Contact is deleted."] = "Contact is deleted.";
-$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group.";
-$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group.";
-$a->strings["Contact successfully added to group."] = "Contact successfully added to group.";
-$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group.";
-$a->strings["Contact successfully removed from group."] = "Contact removed from group.";
-$a->strings["Unknown group command."] = "Unknown group command.";
-$a->strings["Bad request."] = "Bad request.";
-$a->strings["Save Group"] = "Save group";
-$a->strings["Filter"] = "Filter";
-$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
-$a->strings["Group removed."] = "Group removed.";
-$a->strings["Unable to remove group."] = "Unable to remove group.";
-$a->strings["Delete Group"] = "Delete group";
-$a->strings["Edit Group Name"] = "Edit group name";
-$a->strings["Members"] = "Members";
-$a->strings["Remove contact from group"] = "Remove contact from group";
-$a->strings["Add contact to group"] = "Add contact to group";
-$a->strings["Help:"] = "Help:";
-$a->strings["Welcome to %s"] = "Welcome to %s";
-$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
-$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
-$a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
-$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
-$a->strings["%d message sent."] = [
-       0 => "%d message sent.",
-       1 => "%d messages sent.",
-];
-$a->strings["You have no more invitations available"] = "You have no more invitations available.";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks.";
-$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s.";
-$a->strings["Send invitations"] = "Send invitations";
-$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca";
-$a->strings["Please enter a post body."] = "Please enter a post body.";
-$a->strings["This feature is only available with the frio theme."] = "This feature is only available with the Frio theme.";
-$a->strings["Compose new personal note"] = "Compose new personal note";
-$a->strings["Compose new post"] = "Compose new post";
-$a->strings["Clear the location"] = "Clear the location";
-$a->strings["Location services are unavailable on your device"] = "Location services are unavailable on your device";
-$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Location services are disabled. Please check the website's permissions on your device";
-$a->strings["Public"] = "Public";
-$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "This post will be sent to all your followers and can be seen in the community pages and by anyone with its link.";
-$a->strings["Limited/Private"] = "Limited/Private";
-$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "This post will be sent only to the people in the first box, with the exception of the people mentioned in the second box. It won't appear anywhere public.";
-$a->strings["Create a New Account"] = "Create a new account";
-$a->strings["Password: "] = "Password: ";
-$a->strings["Remember me"] = "Remember me";
-$a->strings["Or login using OpenID: "] = "Or login with OpenID: ";
-$a->strings["Forgot your password?"] = "Forgot your password?";
-$a->strings["Website Terms of Service"] = "Website Terms of Service";
-$a->strings["terms of service"] = "Terms of service";
-$a->strings["Website Privacy Policy"] = "Website Privacy Policy";
-$a->strings["privacy policy"] = "Privacy policy";
-$a->strings["Logged out."] = "Logged out.";
-$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
-$a->strings["Page not found."] = "Page not found";
-$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s.";
-$a->strings["User not found."] = "User not found.";
-$a->strings["No contacts."] = "No contacts.";
-$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
-$a->strings["Follower (%s)"] = [
-       0 => "Follower (%s)",
-       1 => "Followers (%s)",
-];
-$a->strings["Following (%s)"] = [
-       0 => "Following (%s)",
-       1 => "Following (%s)",
-];
-$a->strings["Mutual friend (%s)"] = [
-       0 => "Mutual friend (%s)",
-       1 => "Mutual friends (%s)",
-];
-$a->strings["Contact (%s)"] = [
-       0 => "Contact (%s)",
-       1 => "Contacts (%s)",
-];
-$a->strings["All contacts"] = "All contacts";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\".";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
-$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
-$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
-$a->strings["Note for the admin"] = "Note for the admin";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node.";
-$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
-$a->strings["Your invitation code: "] = "Your invitation code: ";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
-$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)";
-$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\".";
-$a->strings["Choose a nickname: "] = "Choose a nickname: ";
-$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
-$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
-$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
-$a->strings["Registration successful."] = "Registration successful.";
-$a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
-$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
-$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page.";
-$a->strings["App-specific password generation failed: The description is empty."] = "App-specific password generation failed: The description is empty.";
-$a->strings["App-specific password generation failed: This description already exists."] = "App-specific password generation failed: This description already exists.";
-$a->strings["New app-specific password generated."] = "New app-specific password generated.";
-$a->strings["App-specific passwords successfully revoked."] = "App-specific passwords successfully revoked.";
-$a->strings["App-specific password successfully revoked."] = "App-specific password successfully revoked.";
-$a->strings["Two-factor app-specific passwords"] = "Two-factor app-specific passwords";
-$a->strings["<p>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.</p>"] = "<p>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.</p>";
-$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Make sure to copy your new app-specific password now. You won’t be able to see it again!";
-$a->strings["Description"] = "Description";
-$a->strings["Last Used"] = "Last Used";
-$a->strings["Revoke"] = "Revoke";
-$a->strings["Revoke All"] = "Revoke All";
-$a->strings["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."] = "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.";
-$a->strings["Generate new app-specific password"] = "Generate new app-specific password";
-$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa on my Fairphone 2...";
-$a->strings["Generate"] = "Generate";
-$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled.";
-$a->strings["<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"] = "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>";
-$a->strings["Authenticator app"] = "Authenticator app";
-$a->strings["Configured"] = "Configured";
-$a->strings["Not Configured"] = "Not configured";
-$a->strings["<p>You haven't finished configuring your authenticator app.</p>"] = "<p>You haven't finished configuring your authenticator app.</p>";
-$a->strings["<p>Your authenticator app is correctly configured.</p>"] = "<p>Your authenticator app is correctly configured.</p>";
-$a->strings["Recovery codes"] = "Recovery codes";
-$a->strings["Remaining valid codes"] = "Remaining valid codes";
-$a->strings["<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"] = "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>";
-$a->strings["App-specific passwords"] = "App-specific passwords";
-$a->strings["Generated app-specific passwords"] = "Generated app-specific passwords";
-$a->strings["<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"] = "<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>";
-$a->strings["Actions"] = "Actions";
-$a->strings["Current password:"] = "Current password:";
-$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings.";
-$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication";
-$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication";
-$a->strings["Show recovery codes"] = "Show recovery codes";
-$a->strings["Manage app-specific passwords"] = "Manage app-specific passwords";
-$a->strings["Finish app configuration"] = "Finish app configuration";
-$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated.";
-$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes";
-$a->strings["<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"] = "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>";
-$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore.";
-$a->strings["Generate new recovery codes"] = "Generate new recovery codes";
-$a->strings["Next: Verification"] = "Next: Verification";
-$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated.";
-$a->strings["Invalid code, please retry."] = "Invalid code, please try again.";
-$a->strings["<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"] = "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>";
-$a->strings["Two-factor code verification"] = "Two-factor code verification";
-$a->strings["<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"] = "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>";
-$a->strings["<p>Or you can open the following URL in your mobile devicde:</p><p><a href=\"%s\">%s</a></p>"] = "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>";
-$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app";
-$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication";
-$a->strings["Bad Request"] = "Bad Request";
-$a->strings["Unauthorized"] = "Unauthorized";
-$a->strings["Forbidden"] = "Forbidden";
-$a->strings["Not Found"] = "Not found";
-$a->strings["Internal Server Error"] = "Internal Server Error";
-$a->strings["Service Unavailable"] = "Service Unavailable";
-$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error.";
-$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required and has failed or has not yet been provided.";
-$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account.";
-$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future.";
-$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available.";
-$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later.";
-$a->strings["Go back"] = "Go back";
-$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d";
-$a->strings["Two-factor recovery"] = "Two-factor recovery";
-$a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>";
-$a->strings["Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>";
-$a->strings["Please enter a recovery code"] = "Please enter a recovery code";
-$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login";
-$a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>";
-$a->strings["Verify code and complete login"] = "Verify code and complete login";
-$a->strings["Welcome to Friendica"] = "Welcome to Friendica";
-$a->strings["New Member Checklist"] = "New Member Checklist";
-$a->strings["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."] = "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.";
-$a->strings["Getting Started"] = "Getting started";
-$a->strings["Friendica Walk-Through"] = "Friendica walk-through";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.";
-$a->strings["Go to Your Settings"] = "Go to your settings";
-$a->strings["On your <em>Settings</em> 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."] = "On your <em>Settings</em> 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.";
-$a->strings["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."] = "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.";
-$a->strings["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."] = "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.";
-$a->strings["Edit Your Profile"] = "Edit your profile";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
-$a->strings["Profile Keywords"] = "Profile keywords";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.";
-$a->strings["Connecting"] = "Connecting";
-$a->strings["Importing Emails"] = "Importing emails";
-$a->strings["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"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX";
-$a->strings["Go to Your Contacts Page"] = "Go to your contacts page";
-$a->strings["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 <em>Add New Contact</em> dialog."] = "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 <em>Add new contact</em> dialog.";
-$a->strings["Go to Your Site's Directory"] = "Go to your site's directory";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested.";
-$a->strings["Finding New People"] = "Finding new people";
-$a->strings["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."] = "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.";
-$a->strings["Group Your Contacts"] = "Group your contacts";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organise them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.";
-$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?";
-$a->strings["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."] = "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.";
-$a->strings["Getting Help"] = "Getting help";
-$a->strings["Go to the Help Section"] = "Go to the help section";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
-$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter.";
-$a->strings["The post was created"] = "The post was created";
+$a->strings["Invalid contact."] = "Invalid contact.";
+$a->strings["No friends to display."] = "No friends to display.";
 $a->strings["%d contact edited."] = [
        0 => "%d contact edited.",
        1 => "%d contacts edited.",
@@ -2248,6 +1633,7 @@ $a->strings["%d contact edited."] = [
 $a->strings["Could not access contact record."] = "Could not access contact record.";
 $a->strings["Could not locate selected profile."] = "Could not locate selected profile.";
 $a->strings["Contact updated."] = "Contact updated.";
+$a->strings["Failed to update contact record."] = "Failed to update contact record.";
 $a->strings["Contact not found"] = "Contact not found";
 $a->strings["Contact has been blocked"] = "Contact has been blocked";
 $a->strings["Contact has been unblocked"] = "Contact has been unblocked";
@@ -2292,6 +1678,7 @@ $a->strings["Currently blocked"] = "Currently blocked";
 $a->strings["Currently ignored"] = "Currently ignored";
 $a->strings["Currently archived"] = "Currently archived";
 $a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement ";
+$a->strings["Hide this contact from others"] = "Hide this contact from others";
 $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Replies/Likes to your public posts <strong>may</strong> still be visible";
 $a->strings["Notification for new posts"] = "Notification for new posts";
 $a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact";
@@ -2310,12 +1697,15 @@ $a->strings["Hidden"] = "Hidden";
 $a->strings["Only show hidden contacts"] = "Only show hidden contacts";
 $a->strings["Organize your contact groups"] = "Organise your contact groups";
 $a->strings["Search your contacts"] = "Search your contacts";
+$a->strings["Results for: %s"] = "Results for: %s";
+$a->strings["Update"] = "Update";
 $a->strings["Archive"] = "Archive";
 $a->strings["Unarchive"] = "Unarchive";
 $a->strings["Batch Actions"] = "Batch actions";
 $a->strings["Conversations started by this contact"] = "Conversations started by this contact";
 $a->strings["Posts and Comments"] = "Posts and Comments";
 $a->strings["View all contacts"] = "View all contacts";
+$a->strings["Common Friends"] = "Common friends";
 $a->strings["View all common friends"] = "View all common friends";
 $a->strings["Advanced Contact Settings"] = "Advanced contact settings";
 $a->strings["Mutual Friendship"] = "Mutual friendship";
@@ -2328,86 +1718,731 @@ $a->strings["Toggle Blocked status"] = "Toggle blocked status";
 $a->strings["Toggle Ignored status"] = "Toggle ignored status";
 $a->strings["Toggle Archive status"] = "Toggle archive status";
 $a->strings["Delete contact"] = "Delete contact";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
-$a->strings["System check"] = "System check";
-$a->strings["Check again"] = "Check again";
-$a->strings["Base settings"] = "Base settings";
-$a->strings["Host name"] = "Host name";
-$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is.";
-$a->strings["Base path to installation"] = "Base path to installation";
-$a->strings["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."] = "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.";
-$a->strings["Sub path of the URL"] = "URL Subpath";
-$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the subpath determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without subpath.";
-$a->strings["Database connection"] = "Database connection";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing.";
-$a->strings["Database Server Name"] = "Database server name";
-$a->strings["Database Login Name"] = "Database login name";
-$a->strings["Database Login Password"] = "Database login password";
-$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty";
-$a->strings["Database Name"] = "Database name";
-$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website";
-$a->strings["Site settings"] = "Site settings";
-$a->strings["Site administrator email address"] = "Site administrator email address";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel.";
-$a->strings["System Language:"] = "System language:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
-$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed.";
-$a->strings["Installation finished"] = "Installation finished";
-$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker.";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.";
-$a->strings["This entry was edited"] = "This entry was edited";
-$a->strings["Private Message"] = "Private message";
-$a->strings["Delete locally"] = "Delete locally";
-$a->strings["Delete globally"] = "Delete globally";
-$a->strings["Remove locally"] = "Remove locally";
-$a->strings["save to folder"] = "Save to folder";
-$a->strings["I will attend"] = "I will attend";
-$a->strings["I will not attend"] = "I will not attend";
-$a->strings["I might attend"] = "I might attend";
-$a->strings["ignore thread"] = "Ignore thread";
-$a->strings["unignore thread"] = "Unignore thread";
-$a->strings["toggle ignore status"] = "Toggle ignore status";
-$a->strings["add star"] = "Add star";
-$a->strings["remove star"] = "Remove star";
-$a->strings["toggle star status"] = "Toggle star status";
-$a->strings["starred"] = "Starred";
-$a->strings["add tag"] = "Add tag";
-$a->strings["like"] = "Like";
-$a->strings["dislike"] = "Dislike";
-$a->strings["Share this"] = "Share this";
-$a->strings["share"] = "Share";
-$a->strings["to"] = "to";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Wall-to-wall";
-$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
-$a->strings["Reply to %s"] = "Reply to %s";
-$a->strings["Notifier task is pending"] = "Notifier task is pending";
-$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending";
-$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway";
-$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done";
-$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done";
-$a->strings["%d comment"] = [
-       0 => "%d comment",
-       1 => "%d comments -",
+$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
+$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
+$a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
+$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
+$a->strings["%d message sent."] = [
+       0 => "%d message sent.",
+       1 => "%d messages sent.",
+];
+$a->strings["You have no more invitations available"] = "You have no more invitations available.";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks.";
+$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s.";
+$a->strings["Send invitations"] = "Send invitations";
+$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:";
+$a->strings["Your message:"] = "Your message:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca";
+$a->strings["everybody"] = "everybody";
+$a->strings["Account"] = "Account";
+$a->strings["Display"] = "Display";
+$a->strings["Social Networks"] = "Social networks";
+$a->strings["Delegations"] = "Delegations";
+$a->strings["Connected apps"] = "Connected apps";
+$a->strings["Remove account"] = "Remove account";
+$a->strings["Please enter a post body."] = "Please enter a post body.";
+$a->strings["This feature is only available with the frio theme."] = "This feature is only available with the Frio theme.";
+$a->strings["Compose new personal note"] = "Compose new personal note";
+$a->strings["Compose new post"] = "Compose new post";
+$a->strings["Visibility"] = "Visibility";
+$a->strings["Clear the location"] = "Clear location";
+$a->strings["Location services are unavailable on your device"] = "Location services are unavailable on your device";
+$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Location services are disabled. Please check the website's permissions on your device";
+$a->strings["Installed addons/apps:"] = "Installed addons/apps:";
+$a->strings["No installed addons/apps"] = "No installed addons/apps";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node.";
+$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
+$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s.";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project.";
+$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
+$a->strings["the bugtracker at github"] = "the bugtracker at github";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\".";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
+$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
+$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
+$a->strings["No"] = "No";
+$a->strings["Note for the admin"] = "Note for the admin";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node.";
+$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
+$a->strings["Your invitation code: "] = "Your invitation code: ";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be send there; so this must be an existing address.)";
+$a->strings["New Password:"] = "New password:";
+$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
+$a->strings["Confirm:"] = "Confirm new password:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\".";
+$a->strings["Choose a nickname: "] = "Choose a nickname: ";
+$a->strings["Import"] = "Import profile";
+$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
+$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
+$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
+$a->strings["Registration successful."] = "Registration successful.";
+$a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
+$a->strings["You have to leave a request note for the admin."] = "You have to leave a request note for the admin.";
+$a->strings["You have entered too much information."] = "You have entered too much information.";
+$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
+$a->strings["Search term successfully saved."] = "Search term successfully saved.";
+$a->strings["Search term already saved."] = "Search term already saved.";
+$a->strings["Search term successfully removed."] = "Search term successfully removed.";
+$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users.";
+$a->strings["No results."] = "No results.";
+$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
+$a->strings["You must be logged in to use this module."] = "You must be logged in to use this module.";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
+$a->strings["Delete this item?"] = "Delete this item?";
+$a->strings["toggle mobile"] = "Toggle mobile";
+$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "Method not allowed for this module. Allowed method(s): %s";
+$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
+$a->strings["Miscellaneous"] = "Miscellaneous";
+$a->strings["Age: "] = "Age: ";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
+$a->strings["never"] = "never";
+$a->strings["less than a second ago"] = "less than a second ago";
+$a->strings["year"] = "year";
+$a->strings["years"] = "years";
+$a->strings["months"] = "months";
+$a->strings["weeks"] = "weeks";
+$a->strings["days"] = "days";
+$a->strings["hour"] = "hour";
+$a->strings["hours"] = "hours";
+$a->strings["minute"] = "minute";
+$a->strings["minutes"] = "minutes";
+$a->strings["second"] = "second";
+$a->strings["seconds"] = "seconds";
+$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
+$a->strings["(no subject)"] = "(no subject)";
+$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s.";
+$a->strings["Check for pending update actions."] = "Check for pending update actions.";
+$a->strings["Done."] = "Done.";
+$a->strings["Execute pending post updates."] = "Execute pending post updates.";
+$a->strings["All pending post updates are done."] = "All pending post updates are done.";
+$a->strings["Enter new password: "] = "Enter new password: ";
+$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again.";
+$a->strings["Password changed."] = "Password changed.";
+$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)";
+$a->strings["The contact entries have been archived"] = "The contact entries have been archived";
+$a->strings["No valid account found."] = "No valid account found.";
+$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password.\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Password reset requested at %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed.";
+$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one.";
+$a->strings["Forgot your Password?"] = "Reset My Password";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email.";
+$a->strings["Reset"] = "Reset";
+$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested.";
+$a->strings["Your new password is"] = "Your new password is";
+$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then";
+$a->strings["click here to login"] = "click here to login";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Your password may be changed from the <em>Settings</em> page after successful login.";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t";
+$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t";
+$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
+$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
+$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator.";
+$a->strings["Move account"] = "Move Existing Friendica Account";
+$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
+$a->strings["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."] = "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.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from diaspora*.";
+$a->strings["Account file"] = "Account file:";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
+$a->strings["Community option not available."] = "Community option not available.";
+$a->strings["Not available."] = "Not available.";
+$a->strings["Local Community"] = "Local community";
+$a->strings["Posts from local users on this server"] = "Posts from local users on this server";
+$a->strings["Global Community"] = "Global community";
+$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.";
+$a->strings["Suggested contact not found."] = "Suggested contact not found.";
+$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
+$a->strings["Suggest Friends"] = "Suggest friends";
+$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
+$a->strings["No contacts in common."] = "No contacts in common.";
+$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
+$a->strings["{0} requested registration"] = "{0} requested registration";
+$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
+$a->strings["Visible to:"] = "Visible to:";
+$a->strings["Event can not end before it has started."] = "Event cannot end before it has started.";
+$a->strings["Event title and start time are required."] = "Event title and starting time are required.";
+$a->strings["View"] = "View";
+$a->strings["Create New Event"] = "Create new event";
+$a->strings["Previous"] = "Previous";
+$a->strings["list"] = "List";
+$a->strings["Event details"] = "Event details";
+$a->strings["Starting date and Title are required."] = "Starting date and title are required.";
+$a->strings["Event Starts:"] = "Event starts:";
+$a->strings["Required"] = "Required";
+$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant";
+$a->strings["Event Finishes:"] = "Event finishes:";
+$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone";
+$a->strings["Description:"] = "Description:";
+$a->strings["Title:"] = "Title:";
+$a->strings["Share this event"] = "Share this event";
+$a->strings["Permissions"] = "Permissions";
+$a->strings["Failed to remove event"] = "Failed to remove event";
+$a->strings["Event removed"] = "Event removed";
+$a->strings["Authorize application connection"] = "Authorise application connection";
+$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorise this application to access your posts and contacts and create new posts for you?";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s";
+$a->strings["This calendar format is not supported"] = "This calendar format is not supported";
+$a->strings["No exportable data found"] = "No exportable data found";
+$a->strings["calendar"] = "calendar";
+$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted.";
+$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable.";
+$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
+$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "%d required parameter was not found at the given location",
+       1 => "%d required parameters were not found at the given location",
+];
+$a->strings["Introduction complete."] = "Introduction complete.";
+$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
+$a->strings["Profile unavailable."] = "Profile unavailable.";
+$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today.";
+$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours.";
+$a->strings["Invalid locator"] = "Invalid locator";
+$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here.";
+$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s.";
+$a->strings["Invalid profile URL."] = "Invalid profile URL.";
+$a->strings["Your introduction has been sent."] = "Your introduction has been sent.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system.";
+$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Incorrect identity currently logged in. Please login to <strong>this</strong> profile.";
+$a->strings["Confirm"] = "Confirm";
+$a->strings["Hide this contact"] = "Hide this contact";
+$a->strings["Welcome home %s."] = "Welcome home %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>.";
+$a->strings["Friend/Connection Request"] = "Friend/Connection request";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de";
+$a->strings["Please answer the following:"] = "Please answer the following:";
+$a->strings["Does %s know you?"] = "Does %s know you?";
+$a->strings["Add a personal note:"] = "Add a personal note:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - please do not use this form.  Instead, enter %s into your diaspora* search bar.";
+$a->strings["Your Identity Address:"] = "My identity address:";
+$a->strings["Submit Request"] = "Submit request";
+$a->strings["Contact settings applied."] = "Contact settings applied.";
+$a->strings["Contact update failed."] = "Contact update failed.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
+$a->strings["No mirroring"] = "No mirroring";
+$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
+$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
+$a->strings["Return to contact editor"] = "Return to contact editor";
+$a->strings["Refetch contact data"] = "Re-fetch contact data.";
+$a->strings["Remote Self"] = "Remote self";
+$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
+$a->strings["Account Nickname"] = "Account nickname:";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
+$a->strings["Account URL"] = "Account URL:";
+$a->strings["Account URL Alias"] = "Account URL alias";
+$a->strings["Friend Request URL"] = "Friend request URL:";
+$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
+$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
+$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
+$a->strings["New photo from this URL"] = "New photo from this URL:";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
+$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "Account not found. Please login to your existing account to add the OpenID.";
+$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "Account not found. Please register a new account or login to your existing account to add the OpenID.";
+$a->strings["Invalid request identifier."] = "Invalid request identifier.";
+$a->strings["Discard"] = "Discard";
+$a->strings["Network Notifications"] = "Network notifications";
+$a->strings["System Notifications"] = "System notifications";
+$a->strings["Personal Notifications"] = "Personal notifications";
+$a->strings["Home Notifications"] = "Home notifications";
+$a->strings["Show unread"] = "Show unread";
+$a->strings["Show all"] = "Show all";
+$a->strings["Show Ignored Requests"] = "Show ignored requests.";
+$a->strings["Hide Ignored Requests"] = "Hide ignored requests";
+$a->strings["Notification type:"] = "Notification type:";
+$a->strings["Suggested by:"] = "Suggested by:";
+$a->strings["Claims to be known to you: "] = "Says they know me:";
+$a->strings["yes"] = "yes";
+$a->strings["no"] = "no";
+$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?";
+$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed.";
+$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Friend"] = "Friend";
+$a->strings["Sharer"] = "Sharer";
+$a->strings["Subscriber"] = "Subscriber";
+$a->strings["No introductions."] = "No introductions.";
+$a->strings["No more %s notifications."] = "No more %s notifications.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
+$a->strings["No recipient selected."] = "No recipient selected.";
+$a->strings["Unable to check your home location."] = "Unable to check your home location.";
+$a->strings["Message could not be sent."] = "Message could not be sent.";
+$a->strings["Message collection failure."] = "Message collection failure.";
+$a->strings["Message sent."] = "Message sent.";
+$a->strings["No recipient."] = "No recipient.";
+$a->strings["Please enter a link URL:"] = "Please enter a link URL:";
+$a->strings["Send Private Message"] = "Send private message";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
+$a->strings["To:"] = "To:";
+$a->strings["Subject:"] = "Subject:";
+$a->strings["Insert web link"] = "Insert web link";
+$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
+$a->strings["No contact provided."] = "No contact provided.";
+$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact.";
+$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact.";
+$a->strings["Done"] = "Done";
+$a->strings["success"] = "success";
+$a->strings["failed"] = "failed";
+$a->strings["Keep this window open until done."] = "Keep this window open until done.";
+$a->strings["The contact could not be added."] = "Contact could not be added.";
+$a->strings["You already added this contact."] = "You already added this contact.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
+$a->strings["Upload"] = "Upload";
+$a->strings["Files"] = "Files";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
+       1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers.";
+$a->strings["No such group"] = "No such group";
+$a->strings["Group: %s"] = "Group: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
+$a->strings["Latest Activity"] = "Latest activity";
+$a->strings["Sort by latest activity"] = "Sort by latest activity";
+$a->strings["Latest Posts"] = "Latest posts";
+$a->strings["Sort by post received date"] = "Sort by post received date";
+$a->strings["Personal"] = "Personal";
+$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
+$a->strings["New"] = "New";
+$a->strings["Activity Stream - by date"] = "Activity Stream - by date";
+$a->strings["Shared Links"] = "Shared links";
+$a->strings["Interesting Links"] = "Interesting links";
+$a->strings["Starred"] = "Starred";
+$a->strings["Favourite Posts"] = "My favourite posts";
+$a->strings["You aren't following this contact."] = "You aren't following this contact.";
+$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network.";
+$a->strings["Contact unfollowed"] = "Contact unfollowed";
+$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow";
+$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
+$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
+$a->strings["Unable to process image"] = "Unable to process image";
+$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s";
+$a->strings["Unable to process image."] = "Unable to process image.";
+$a->strings["Upload File:"] = "Upload File:";
+$a->strings["Select a profile:"] = "Select a profile:";
+$a->strings["or"] = "or";
+$a->strings["skip this step"] = "skip this step";
+$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
+$a->strings["Crop Image"] = "Crop Image";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
+$a->strings["Done Editing"] = "Done editing";
+$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
+$a->strings["Image upload failed."] = "Image upload failed.";
+$a->strings["Poke/Prod"] = "Poke/Prod";
+$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
+$a->strings["Recipient"] = "Recipient:";
+$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
+$a->strings["Make this post private"] = "Make this post private";
+$a->strings["Recent Photos"] = "Recent photos";
+$a->strings["Upload New Photos"] = "Upload new photos";
+$a->strings["Contact information unavailable"] = "Contact information unavailable";
+$a->strings["Album not found."] = "Album not found.";
+$a->strings["Album successfully deleted"] = "Album successfully deleted";
+$a->strings["Album was empty."] = "Album was empty.";
+$a->strings["a photo"] = "a photo";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s";
+$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete, please try again";
+$a->strings["Image file is missing"] = "Image file is missing";
+$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file upload at this time, please contact your administrator";
+$a->strings["Image file is empty."] = "Image file is empty.";
+$a->strings["No photos selected"] = "No photos selected";
+$a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
+$a->strings["Upload Photos"] = "Upload photos";
+$a->strings["New album name: "] = "New album name: ";
+$a->strings["or select existing album:"] = "or select existing album:";
+$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload";
+$a->strings["Show to Groups"] = "Show to groups";
+$a->strings["Show to Contacts"] = "Show to contacts";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?";
+$a->strings["Delete Album"] = "Delete album";
+$a->strings["Edit Album"] = "Edit album";
+$a->strings["Drop Album"] = "Drop album";
+$a->strings["Show Newest First"] = "Show newest first";
+$a->strings["Show Oldest First"] = "Show oldest first";
+$a->strings["View Photo"] = "View photo";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted.";
+$a->strings["Photo not available"] = "Photo not available";
+$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?";
+$a->strings["Delete Photo"] = "Delete photo";
+$a->strings["View photo"] = "View photo";
+$a->strings["Edit photo"] = "Edit photo";
+$a->strings["Delete photo"] = "Delete photo";
+$a->strings["Use as profile photo"] = "Use as profile photo";
+$a->strings["Private Photo"] = "Private photo";
+$a->strings["View Full Size"] = "View full size";
+$a->strings["Tags: "] = "Tags: ";
+$a->strings["[Select tags to remove]"] = "[Select tags to remove]";
+$a->strings["New album name"] = "New album name";
+$a->strings["Caption"] = "Caption";
+$a->strings["Add a Tag"] = "Add Tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping";
+$a->strings["Do not rotate"] = "Do not rotate";
+$a->strings["Rotate CW (right)"] = "Rotate right (CW)";
+$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
+$a->strings["Map"] = "Map";
+$a->strings["View Album"] = "View album";
+$a->strings["Profile not found."] = "Profile not found.";
+$a->strings["Profile deleted."] = "Profile deleted.";
+$a->strings["Profile-"] = "Profile-";
+$a->strings["New profile created."] = "New profile created.";
+$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone.";
+$a->strings["Profile Name is required."] = "Profile name is required.";
+$a->strings["Marital Status"] = "Marital status";
+$a->strings["Romantic Partner"] = "Romantic partner";
+$a->strings["Work/Employment"] = "Work/Employment:";
+$a->strings["Religion"] = "Religion";
+$a->strings["Political Views"] = "Political views";
+$a->strings["Gender"] = "Gender";
+$a->strings["Sexual Preference"] = "Sexual preference";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Homepage";
+$a->strings["Interests"] = "Interests";
+$a->strings["Address"] = "Address";
+$a->strings["Location"] = "Location";
+$a->strings["Profile updated."] = "Profile updated.";
+$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?";
+$a->strings["Show more profile fields:"] = "Show more profile fields:";
+$a->strings["Profile Actions"] = "Profile actions";
+$a->strings["Edit Profile Details"] = "Edit Profile Details";
+$a->strings["Change Profile Photo"] = "Change profile photo";
+$a->strings["View this profile"] = "View this profile";
+$a->strings["View all profiles"] = "View all profiles";
+$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings";
+$a->strings["Clone this profile"] = "Clone this profile";
+$a->strings["Delete this profile"] = "Delete this profile";
+$a->strings["Basic information"] = "Basic information";
+$a->strings["Profile picture"] = "Profile picture";
+$a->strings["Preferences"] = "Preferences";
+$a->strings["Status information"] = "Status information";
+$a->strings["Additional information"] = "Additional information";
+$a->strings["Relation"] = "Relation";
+$a->strings["Your Gender:"] = "Gender:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Marital status:";
+$a->strings["Example: fishing photography software"] = "Example: fishing photography software";
+$a->strings["Profile Name:"] = "Profile name:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.";
+$a->strings["Your Full Name:"] = "My full name:";
+$a->strings["Title/Description:"] = "Title/Description:";
+$a->strings["Street Address:"] = "Street address:";
+$a->strings["Locality/City:"] = "Locality/City:";
+$a->strings["Region/State:"] = "Region/State:";
+$a->strings["Postal/Zip Code:"] = "Postcode:";
+$a->strings["Country:"] = "Country:";
+$a->strings["Who: (if applicable)"] = "Who: (if applicable)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Since when:";
+$a->strings["Tell us about yourself..."] = "About myself:";
+$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you.";
+$a->strings["Homepage URL:"] = "Homepage URL:";
+$a->strings["Religious Views:"] = "Religious views:";
+$a->strings["Public Keywords:"] = "Public keywords:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others.";
+$a->strings["Private Keywords:"] = "Private keywords:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others.";
+$a->strings["Musical interests"] = "Music:";
+$a->strings["Books, literature"] = "Books, literature, poetry:";
+$a->strings["Television"] = "Television:";
+$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment";
+$a->strings["Hobbies/Interests"] = "Hobbies/Interests:";
+$a->strings["Love/romance"] = "Love/Romance:";
+$a->strings["Work/employment"] = "Work/Employment:";
+$a->strings["School/education"] = "School/Education:";
+$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:";
+$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
+$a->strings["Invalid request."] = "Invalid request.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
+$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
+$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
+$a->strings["File upload failed."] = "File upload failed.";
+$a->strings["Unable to locate original post."] = "Unable to locate original post.";
+$a->strings["Empty post discarded."] = "Empty post discarded.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network.";
+$a->strings["You may visit them online at %s"] = "You may visit them online at %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
+$a->strings["%s posted an update."] = "%s posted an update.";
+$a->strings["Post successful."] = "Post successful.";
+$a->strings["Account approved."] = "Account approved.";
+$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
+$a->strings["Please login."] = "Please login.";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
+$a->strings["Profile Match"] = "Profile Match";
+$a->strings["Missing some important data!"] = "Missing some important data!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided.";
+$a->strings["Email settings updated."] = "Email settings updated.";
+$a->strings["Features updated"] = "Features updated";
+$a->strings["The theme you chose isn't available."] = "The chosen theme isn't available.";
+$a->strings["Contact CSV file upload error"] = "Contact CSV file upload error";
+$a->strings["Importing Contacts done"] = "Importing contacts done";
+$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts";
+$a->strings["Passwords do not match."] = "Passwords do not match.";
+$a->strings["Password unchanged."] = "Password unchanged.";
+$a->strings[" Please use a shorter name."] = " Please use a shorter name.";
+$a->strings[" Name too short."] = " Name too short.";
+$a->strings["Invalid email."] = "Invalid email.";
+$a->strings["Cannot change to that email."] = "Cannot change to that email.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group.";
+$a->strings["Settings updated."] = "Settings updated.";
+$a->strings["Add application"] = "Add application";
+$a->strings["Consumer Key"] = "Consumer key";
+$a->strings["Consumer Secret"] = "Consumer secret";
+$a->strings["Redirect"] = "Redirect";
+$a->strings["Icon url"] = "Icon URL";
+$a->strings["You can't edit this application."] = "You cannot edit this application.";
+$a->strings["Connected Apps"] = "Connected Apps";
+$a->strings["Client key starts with"] = "Client key starts with";
+$a->strings["No name"] = "No name";
+$a->strings["Remove authorization"] = "Remove authorization";
+$a->strings["No Addon settings configured"] = "No addon settings configured";
+$a->strings["Addon Settings"] = "Addon settings";
+$a->strings["Additional Features"] = "Additional Features";
+$a->strings["enabled"] = "enabled";
+$a->strings["disabled"] = "disabled";
+$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s";
+$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
+$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site.";
+$a->strings["None"] = "None";
+$a->strings["General Social Media Settings"] = "General Social Media Settings";
+$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow";
+$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behaviour. When activated, you will only receive posts from people you really do follow.";
+$a->strings["Disable Content Warning"] = "Disable Content Warning";
+$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up.";
+$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening";
+$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post.";
+$a->strings["Attach the link title"] = "Attach the link title";
+$a->strings["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."] = "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.";
+$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners";
+$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message.";
+$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts";
+$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account";
+$a->strings["If you enter your old 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."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done.";
+$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions";
+$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts.";
+$a->strings["Last successful email check:"] = "Last successful email check:";
+$a->strings["IMAP server name:"] = "IMAP server name:";
+$a->strings["IMAP port:"] = "IMAP port:";
+$a->strings["Security:"] = "Security:";
+$a->strings["Email login name:"] = "Email login name:";
+$a->strings["Email password:"] = "Email password:";
+$a->strings["Reply-to address:"] = "Reply-to address:";
+$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:";
+$a->strings["Action after import:"] = "Action after import:";
+$a->strings["Move to folder"] = "Move to folder";
+$a->strings["Move to folder:"] = "Move to folder:";
+$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)";
+$a->strings["Display Settings"] = "Display Settings";
+$a->strings["Display Theme:"] = "Display theme:";
+$a->strings["Mobile Theme:"] = "Mobile theme:";
+$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks";
+$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks cannot receive non-public postings.";
+$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1.";
+$a->strings["Number of items to display per page:"] = "Number of items displayed per page:";
+$a->strings["Maximum of 100 items"] = "Maximum of 100 items";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:";
+$a->strings["Don't show emoticons"] = "Don't show emoticons";
+$a->strings["Calendar"] = "Calendar";
+$a->strings["Beginning of week:"] = "Week begins: ";
+$a->strings["Don't show notices"] = "Don't show notices";
+$a->strings["Infinite scroll"] = "Infinite scroll";
+$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page";
+$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading.";
+$a->strings["Bandwidth Saver Mode"] = "Bandwidth Saver Mode";
+$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload.";
+$a->strings["Disable Smart Threading"] = "Disable smart threading";
+$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "Disable the automatic suppression of extraneous thread indentation.";
+$a->strings["General Theme Settings"] = "Themes";
+$a->strings["Custom Theme Settings"] = "Theme customisation";
+$a->strings["Content Settings"] = "Content/Layout";
+$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin.";
+$a->strings["Account Types"] = "Account types:";
+$a->strings["Personal Page Subtypes"] = "Personal Page subtypes";
+$a->strings["Community Forum Subtypes"] = "Community forum subtypes";
+$a->strings["Account for a personal profile."] = "Account for a personal profile.";
+$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organisation that automatically approves contact requests as \"Followers\".";
+$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\".";
+$a->strings["Account for community discussions."] = "Account for community discussions.";
+$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\".";
+$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\".";
+$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests.";
+$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\".";
+$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]";
+$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests.";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account.";
+$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?";
+$a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings.";
+$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?";
+$a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible.";
+$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting.";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?";
+$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create";
+$a->strings["Hide your profile details from anonymous viewers?"] = "Hide profile details from anonymous viewers?";
+$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means.";
+$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?";
+$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts";
+$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?";
+$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts.";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?";
+$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact.";
+$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?";
+$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list.";
+$a->strings["Profile is <strong>not published</strong>."] = "Profile is <strong>not published</strong>.";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "My identity address: <strong>'%s'</strong> or '%s'";
+$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty;  expired posts will be deleted";
+$a->strings["Advanced expiration settings"] = "Advanced expiration settings";
+$a->strings["Advanced Expiration"] = "Advanced expiration";
+$a->strings["Expire posts:"] = "Expire posts:";
+$a->strings["Expire personal notes:"] = "Expire personal notes:";
+$a->strings["Expire starred posts:"] = "Expire starred posts:";
+$a->strings["Expire photos:"] = "Expire photos:";
+$a->strings["Only expire posts by others:"] = "Only expire posts by others:";
+$a->strings["Account Settings"] = "Account Settings";
+$a->strings["Password Settings"] = "Password change";
+$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon.";
+$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing";
+$a->strings["Current Password:"] = "Current password:";
+$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
+$a->strings["Password:"] = "Password:";
+$a->strings["Delete OpenID URL"] = "Delete OpenID URL";
+$a->strings["Basic Settings"] = "Basic information";
+$a->strings["Email Address:"] = "Email address:";
+$a->strings["Your Timezone:"] = "Time zone:";
+$a->strings["Your Language:"] = "Language:";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you.";
+$a->strings["Default Post Location:"] = "Posting location:";
+$a->strings["Use Browser Location:"] = "Use browser location:";
+$a->strings["Security and Privacy Settings"] = "Security and privacy";
+$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:";
+$a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations";
+$a->strings["Default Post Permissions"] = "Default post permissions";
+$a->strings["(click to open/close)"] = "(reveal/hide)";
+$a->strings["Default Private Post"] = "Default private post";
+$a->strings["Default Public Post"] = "Default public post";
+$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:";
+$a->strings["Notification Settings"] = "Notification";
+$a->strings["Send a notification email when:"] = "Send notification email when:";
+$a->strings["You receive an introduction"] = "Receiving an introduction";
+$a->strings["Your introductions are confirmed"] = "My introductions are confirmed";
+$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall";
+$a->strings["Someone writes a followup comment"] = "A follow up comment is posted";
+$a->strings["You receive a private message"] = "receiving a private message";
+$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion";
+$a->strings["You are tagged in a post"] = "Tagged in a post";
+$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post";
+$a->strings["Activate desktop notifications"] = "Activate desktop notifications";
+$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
+$a->strings["Text-only notification emails"] = "Text-only notification emails";
+$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
+$a->strings["Show detailled notifications"] = "Show detailled notifications";
+$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed.";
+$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
+$a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations";
+$a->strings["Import Contacts"] = "Import Contacts";
+$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account.";
+$a->strings["Upload File"] = "Upload File";
+$a->strings["Relocate"] = "Recent relocation";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:";
+$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts";
+$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion ignored.";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours.";
+$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?";
+$a->strings["Ignore/Hide"] = "Ignore/Hide";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved.";
+$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood.";
+$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: ";
+$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
+$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
+$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
+$a->strings["Remote site reported: "] = "Remote site reported: ";
+$a->strings["No user record found for '%s' "] = "No user record found for '%s' ";
+$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided or the URL could not be decrypted by us.";
+$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again.";
+$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system.";
+$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system";
+$a->strings["User deleted their account"] = "User deleted their account";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "On your Friendica node a user deleted their account. Please ensure that their data is removed from the backups.";
+$a->strings["The user id is %d"] = "The user id is %d";
+$a->strings["Remove My Account"] = "Remove My Account";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable.";
+$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
+$a->strings["Wall Photos"] = "Wall photos";
+$a->strings["Item not found"] = "Item not found";
+$a->strings["Edit post"] = "Edit post";
+$a->strings["web link"] = "web link";
+$a->strings["Insert video link"] = "Insert video link";
+$a->strings["video link"] = "video link";
+$a->strings["Insert audio link"] = "Insert audio link";
+$a->strings["audio link"] = "audio link";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s";
+$a->strings["Unable to locate contact information."] = "Unable to locate contact information.";
+$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?";
+$a->strings["Conversation not found."] = "Conversation not found.";
+$a->strings["Message deleted."] = "Message deleted.";
+$a->strings["Conversation removed."] = "Conversation removed.";
+$a->strings["No messages."] = "No messages.";
+$a->strings["Message not available."] = "Message not available.";
+$a->strings["Delete message"] = "Delete message";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["Delete conversation"] = "Delete conversation";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page.";
+$a->strings["Send Reply"] = "Send reply";
+$a->strings["Unknown sender - %s"] = "Unknown sender - %s";
+$a->strings["You and %s"] = "Me and %s";
+$a->strings["%s and You"] = "%s and me";
+$a->strings["%d message"] = [
+       0 => "%d message",
+       1 => "%d messages",
 ];
-$a->strings["Show more"] = "Show more";
-$a->strings["Show fewer"] = "Show fewer";
-$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
-$a->strings["Delete this item?"] = "Delete this item?";
-$a->strings["toggle mobile"] = "Toggle mobile";
-$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
-$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)";
-$a->strings["The contact entries have been archived"] = "The contact entries have been archived";
-$a->strings["Enter new password: "] = "Enter new password: ";
-$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s.";
-$a->strings["Check for pending update actions."] = "Check for pending update actions.";
-$a->strings["Done."] = "Done.";
-$a->strings["Execute pending post updates."] = "Execute pending post updates.";
-$a->strings["All pending post updates are done."] = "All pending post updates are done.";
-$a->strings["No system theme config value set."] = "No system theme configuration value set.";
-$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. ";
-$a->strings["%s: Updating post-type."] = "%s: Updating post-type.";
+$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
+$a->strings["No profile"] = "No profile";
+$a->strings["Permission denied"] = "Permission denied";
+$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
+$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
+$a->strings["Visible To"] = "Visible to";
+$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
+$a->strings["Tag(s) removed"] = "Tag(s) removed";
+$a->strings["Remove Item Tag"] = "Remove Item tag";
+$a->strings["Select a tag to remove: "] = "Select a tag to remove: ";
+$a->strings["No videos selected"] = "No videos selected";
+$a->strings["Recent Videos"] = "Recent videos";
+$a->strings["Upload New Videos"] = "Upload new videos";
index af366bee2c3900c72b19225c17f1dc199e6bb8ec..09819301f0325cbd5a1d4baaa9ad14702a29ab4f 100644 (file)
@@ -6,12 +6,13 @@
 # Andy H3 <andy@hubup.pro>, 2017-2019
 # Hypolite Petovan <hypolite@mrpetovan.com>, 2018-2019
 # R C, 2018
+# Steffen K9 <alfred@skrumbholz.de>, 2019
 msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-15 07:45+0200\n"
-"PO-Revision-Date: 2019-09-27 06:10+0000\n"
+"POT-Creation-Date: 2019-12-05 23:28+0100\n"
+"PO-Revision-Date: 2019-12-23 04:35+0000\n"
 "Last-Translator: Andy H3 <andy@hubup.pro>\n"
 "Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n"
 "MIME-Version: 1.0\n"
@@ -20,68 +21,14 @@ msgstr ""
 "Language: en_US\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: include/items.php:354 src/Module/Admin/Themes/Details.php:53
-#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27
-#: src/Module/Debug/ItemBody.php:40
-msgid "Item not found."
-msgstr "Item not found."
-
-#: include/items.php:392
-msgid "Do you really want to delete this item?"
-msgstr "Do you really want to delete this item?"
-
-#: include/items.php:394 mod/api.php:109 mod/profiles.php:526
-#: mod/profiles.php:529 mod/profiles.php:551 mod/dfrn_request.php:640
-#: mod/follow.php:163 mod/message.php:150 mod/suggest.php:73
-#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102
-#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114
-#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142
-#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145
-#: mod/settings.php:1146 src/Module/Register.php:97 src/Module/Contact.php:423
-msgid "Yes"
-msgstr "Yes"
-
-#: include/items.php:397 include/conversation.php:1251 mod/tagrm.php:20
-#: mod/tagrm.php:115 mod/unfollow.php:132 mod/dfrn_request.php:650
-#: mod/editpost.php:110 mod/fbrowser.php:110 mod/fbrowser.php:139
-#: mod/follow.php:174 mod/message.php:153 mod/photos.php:1084
-#: mod/photos.php:1191 mod/suggest.php:76 mod/settings.php:678
-#: mod/settings.php:704 src/Module/Contact.php:426
-msgid "Cancel"
-msgstr "Cancel"
-
-#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/delegate.php:30
-#: mod/delegate.php:48 mod/delegate.php:59 mod/ostatus_subscribe.php:18
-#: mod/regmod.php:89 mod/repair_ostatus.php:16 mod/uimport.php:17
-#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109
-#: mod/wall_attach.php:76 mod/wall_attach.php:79 mod/wall_upload.php:107
-#: mod/wall_upload.php:110 mod/wallmessage.php:19 mod/wallmessage.php:43
-#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/profiles.php:182
-#: mod/profiles.php:499 mod/cal.php:301 mod/common.php:27 mod/crepair.php:90
-#: mod/dfrn_confirm.php:64 mod/editpost.php:21 mod/follow.php:57
-#: mod/follow.php:134 mod/fsuggest.php:63 mod/manage.php:130
-#: mod/message.php:56 mod/message.php:101 mod/network.php:37 mod/notes.php:27
-#: mod/photos.php:178 mod/photos.php:962 mod/poke.php:141
-#: mod/profile_photo.php:32 mod/profile_photo.php:177
-#: mod/profile_photo.php:197 mod/suggest.php:39 mod/events.php:208
-#: mod/item.php:170 mod/notifications.php:73 mod/settings.php:52
-#: mod/settings.php:165 mod/settings.php:667 src/Module/Attach.php:42
-#: src/Module/FollowConfirm.php:27 src/Module/Group.php:31
-#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110
-#: src/Module/Notifications/Notify.php:19 src/Module/Profile/Contacts.php:50
-#: src/Module/Register.php:192 src/Module/Search/Directory.php:18
-#: src/Module/Contact.php:340
-msgid "Permission denied."
-msgstr "Permission denied."
-
-#: include/api.php:1119
+#: include/api.php:1124
 #, 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] "Daily posting limit of %d post reached. The post was rejected."
 msgstr[1] "Daily posting limit of %d posts reached. This post was rejected."
 
-#: include/api.php:1133
+#: include/api.php:1138
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural ""
@@ -89,10554 +36,10765 @@ msgid_plural ""
 msgstr[0] "Weekly posting limit of %d post reached. The post was rejected."
 msgstr[1] "Weekly posting limit of %d posts reached. This post was rejected."
 
-#: include/api.php:1147
+#: include/api.php:1152
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr "Monthly posting limit of %d posts reached. This post was rejected."
 
-#: include/api.php:4589 mod/photos.php:91 mod/photos.php:196
-#: mod/photos.php:640 mod/photos.php:1090 mod/photos.php:1107
-#: mod/photos.php:1610 mod/profile_photo.php:85 mod/profile_photo.php:94
+#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849
+#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94
 #: mod/profile_photo.php:103 mod/profile_photo.php:210
-#: mod/profile_photo.php:298 mod/profile_photo.php:308 src/Model/User.php:796
-#: src/Model/User.php:804 src/Model/User.php:812
+#: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90
+#: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055
+#: mod/photos.php:1072 mod/photos.php:1580
 msgid "Profile Photos"
 msgstr "Profile photos"
 
-#: include/conversation.php:161 include/conversation.php:298
-#: src/Model/Item.php:3309
-msgid "event"
-msgstr "event"
-
-#: include/conversation.php:164 include/conversation.php:174
-#: include/conversation.php:301 include/conversation.php:310
-#: mod/subthread.php:88 mod/tagger.php:69
-msgid "status"
-msgstr "status"
+#: include/enotify.php:58
+msgid "Friendica Notification"
+msgstr "Friendica notification"
 
-#: include/conversation.php:169 include/conversation.php:306
-#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3311
-msgid "photo"
-msgstr "photo"
+#: include/enotify.php:61
+msgid "Thank You,"
+msgstr "Thank you"
 
-#: include/conversation.php:182
+#: include/enotify.php:64
 #, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s likes %2$s's %3$s"
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s Administrator"
 
-#: include/conversation.php:184
+#: include/enotify.php:66
 #, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s doesn't like %2$s's %3$s"
+msgid "%s Administrator"
+msgstr "%s Administrator"
 
-#: include/conversation.php:186
+#: include/enotify.php:135
 #, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s goes to %2$s's %3$s"
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] New mail received at %s"
 
-#: include/conversation.php:188
+#: include/enotify.php:137
 #, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s won’t attend %2$s's %3$s"
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s sent you a new private message at %2$s."
 
-#: include/conversation.php:190
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s might go to %2$s's %3$s"
+#: include/enotify.php:138
+msgid "a private message"
+msgstr "a private message"
 
-#: include/conversation.php:225
+#: include/enotify.php:138
 #, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s is now friends with %2$s"
+msgid "%1$s sent you %2$s."
+msgstr "%1$s sent you %2$s."
 
-#: include/conversation.php:266
+#: include/enotify.php:140
 #, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s poked %2$s"
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Please visit %s to view or reply to your private messages."
 
-#: include/conversation.php:320 mod/tagger.php:102
+#: include/enotify.php:173
 #, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s tagged %2$s's %3$s with %4$s"
-
-#: include/conversation.php:342
-msgid "post/item"
-msgstr "Post/Item"
+msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s]a %3$s[/url]"
 
-#: include/conversation.php:343
+#: include/enotify.php:179
 #, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s marked %2$s's %3$s as favorite"
-
-#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442
-msgid "Likes"
-msgstr "Likes"
-
-#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442
-msgid "Dislikes"
-msgstr "Dislikes"
-
-#: include/conversation.php:571 include/conversation.php:1566
-#: mod/photos.php:1443
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Attending"
-msgstr[1] "Attending"
-
-#: include/conversation.php:572 mod/photos.php:1443
-msgid "Not attending"
-msgstr "Not attending"
-
-#: include/conversation.php:573 mod/photos.php:1443
-msgid "Might attend"
-msgstr "Might attend"
-
-#: include/conversation.php:574
-msgid "Reshares"
-msgstr "Reshares"
-
-#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209
-msgid "Select"
-msgstr "Select"
-
-#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738
-#: src/Module/Admin/Users.php:288 src/Module/Contact.php:805
-#: src/Module/Contact.php:1086
-msgid "Delete"
-msgstr "Delete"
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
 
-#: include/conversation.php:681 src/Object/Post.php:383
-#: src/Object/Post.php:384
+#: include/enotify.php:189
 #, php-format
-msgid "View %s's profile @ %s"
-msgstr "View %s's profile @ %s"
-
-#: include/conversation.php:694 src/Object/Post.php:371
-msgid "Categories:"
-msgstr "Categories:"
-
-#: include/conversation.php:695 src/Object/Post.php:372
-msgid "Filed under:"
-msgstr "Filed under:"
+msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
 
-#: include/conversation.php:702 src/Object/Post.php:397
+#: include/enotify.php:196
 #, php-format
-msgid "%s from %s"
-msgstr "%s from %s"
-
-#: include/conversation.php:717
-msgid "View in context"
-msgstr "View in context"
-
-#: include/conversation.php:719 include/conversation.php:1232
-#: mod/wallmessage.php:141 mod/editpost.php:86 mod/message.php:260
-#: mod/message.php:442 mod/photos.php:1415 src/Module/Item/Compose.php:193
-#: src/Object/Post.php:424
-msgid "Please wait"
-msgstr "Please wait"
-
-#: include/conversation.php:783
-msgid "remove"
-msgstr "Remove"
-
-#: include/conversation.php:787
-msgid "Delete Selected Items"
-msgstr "Delete selected items"
-
-#: include/conversation.php:942 view/theme/frio/theme.php:363
-msgid "Follow Thread"
-msgstr "Follow thread"
-
-#: include/conversation.php:943 src/Model/Contact.php:1225
-msgid "View Status"
-msgstr "View status"
-
-#: include/conversation.php:944 include/conversation.php:962 mod/match.php:87
-#: mod/suggest.php:87 src/Model/Contact.php:1165 src/Model/Contact.php:1218
-#: src/Model/Contact.php:1226 src/Module/AllFriends.php:74
-#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150
-msgid "View Profile"
-msgstr "View profile"
-
-#: include/conversation.php:945 src/Model/Contact.php:1227
-msgid "View Photos"
-msgstr "View photos"
-
-#: include/conversation.php:946 src/Model/Contact.php:1219
-#: src/Model/Contact.php:1228
-msgid "Network Posts"
-msgstr "Network posts"
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
 
-#: include/conversation.php:947 src/Model/Contact.php:1220
-#: src/Model/Contact.php:1229
-msgid "View Contact"
-msgstr "View contact"
+#: include/enotify.php:208
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s]your %3$s[/url]"
 
-#: include/conversation.php:948 src/Model/Contact.php:1231
-msgid "Send PM"
-msgstr "Send PM"
+#: include/enotify.php:214
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
 
-#: include/conversation.php:949 src/Module/Admin/Blocklist/Contact.php:67
-#: src/Module/Admin/Users.php:289 src/Module/Contact.php:585
-#: src/Module/Contact.php:802 src/Module/Contact.php:1061
-msgid "Block"
-msgstr "Block"
+#: include/enotify.php:225
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s tagged you on [url=%2$s]their %3$s[/url]"
 
-#: include/conversation.php:950 mod/notifications.php:63
-#: mod/notifications.php:197 mod/notifications.php:290
-#: src/Module/Contact.php:586 src/Module/Contact.php:803
-#: src/Module/Contact.php:1069
-msgid "Ignore"
-msgstr "Ignore"
+#: include/enotify.php:231
+#, php-format
+msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]their %3$s[/url]"
 
-#: include/conversation.php:954 src/Model/Contact.php:1232
-msgid "Poke"
-msgstr "Poke"
+#: include/enotify.php:244
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s tagged you"
 
-#: include/conversation.php:959 mod/match.php:88 mod/follow.php:160
-#: mod/suggest.php:88 view/theme/vier/theme.php:201 src/Content/Widget.php:66
-#: src/Model/Contact.php:1221 src/Module/AllFriends.php:75
-#: src/Module/BaseSearchModule.php:134
-msgid "Connect/Follow"
-msgstr "Connect/Follow"
+#: include/enotify.php:246
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s tagged you at %2$s"
 
-#: include/conversation.php:1084
+#: include/enotify.php:248
 #, php-format
-msgid "%s likes this."
-msgstr "%s likes this."
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
 
-#: include/conversation.php:1087
+#: include/enotify.php:250
 #, php-format
-msgid "%s doesn't like this."
-msgstr "%s doesn't like this."
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s commented on an item/conversation you have been following."
 
-#: include/conversation.php:1090
+#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285
+#: include/enotify.php:304 include/enotify.php:320
 #, php-format
-msgid "%s attends."
-msgstr "%s attends."
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Please visit %s to view or reply to the conversation."
 
-#: include/conversation.php:1093
+#: include/enotify.php:262
 #, php-format
-msgid "%s doesn't attend."
-msgstr "%s won't attend."
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s posted to your profile wall"
 
-#: include/conversation.php:1096
+#: include/enotify.php:264
 #, php-format
-msgid "%s attends maybe."
-msgstr "%s might attend."
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s posted to your profile wall at %2$s"
 
-#: include/conversation.php:1099 include/conversation.php:1142
+#: include/enotify.php:265
 #, php-format
-msgid "%s reshared this."
-msgstr "%s reshared this."
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s posted to [url=%2$s]your wall[/url]"
 
-#: include/conversation.php:1107
-msgid "and"
-msgstr "and"
+#: include/enotify.php:277
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s shared a new post"
 
-#: include/conversation.php:1113
+#: include/enotify.php:279
 #, php-format
-msgid "and %d other people"
-msgstr "and %d other people"
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s shared a new post at %2$s"
 
-#: include/conversation.php:1121
+#: include/enotify.php:280
 #, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d people</span> like this"
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]shared a post[/url]."
 
-#: include/conversation.php:1122
+#: include/enotify.php:292
 #, php-format
-msgid "%s like this."
-msgstr "%s like this."
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s poked you"
 
-#: include/conversation.php:1125
+#: include/enotify.php:294
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d people</span> don't like this"
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s poked you at %2$s"
 
-#: include/conversation.php:1126
+#: include/enotify.php:295
 #, php-format
-msgid "%s don't like this."
-msgstr "%s don't like this."
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]poked you[/url]."
 
-#: include/conversation.php:1129
+#: include/enotify.php:312
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$d people</span> attend"
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s tagged your post"
 
-#: include/conversation.php:1130
+#: include/enotify.php:314
 #, php-format
-msgid "%s attend."
-msgstr "%s attend."
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s tagged your post at %2$s"
 
-#: include/conversation.php:1133
+#: include/enotify.php:315
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$d people</span> won't attend"
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s tagged [url=%2$s]your post[/url]"
+
+#: include/enotify.php:327
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] Introduction received"
 
-#: include/conversation.php:1134
+#: include/enotify.php:329
 #, php-format
-msgid "%s don't attend."
-msgstr "%s won't attend."
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "You've received an introduction from '%1$s' at %2$s"
 
-#: include/conversation.php:1137
+#: include/enotify.php:330
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span  %1$s>%2$d people</span> might attend"
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
 
-#: include/conversation.php:1138
+#: include/enotify.php:335 include/enotify.php:381
 #, php-format
-msgid "%s attend maybe."
-msgstr "%s may be attending."
+msgid "You may visit their profile at %s"
+msgstr "You may visit their profile at %s"
 
-#: include/conversation.php:1141
+#: include/enotify.php:337
 #, php-format
-msgid "<span  %1$s>%2$d people</span> reshared this"
-msgstr "<span  %1$s>%2$d people</span> reshared this"
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Please visit %s to approve or reject the introduction."
 
-#: include/conversation.php:1171
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visible to <strong>everybody</strong>"
+#: include/enotify.php:344
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Notify] A new person is sharing with you"
 
-#: include/conversation.php:1172 src/Module/Item/Compose.php:187
-#: src/Object/Post.php:888
-msgid "Please enter a image/video/audio/webpage URL:"
-msgstr "Please enter an image/video/audio/webpage URL:"
+#: include/enotify.php:346 include/enotify.php:347
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s is sharing with you at %2$s"
 
-#: include/conversation.php:1173
-msgid "Tag term:"
-msgstr "Tag term:"
+#: include/enotify.php:354
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notify] You have a new follower"
 
-#: include/conversation.php:1174 src/Module/Filer/SaveTag.php:48
-msgid "Save to Folder:"
-msgstr "Save to folder:"
+#: include/enotify.php:356 include/enotify.php:357
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "You have a new follower at %2$s : %1$s"
 
-#: include/conversation.php:1175
-msgid "Where are you right now?"
-msgstr "Where are you right now?"
+#: include/enotify.php:370
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] Friend suggestion received"
 
-#: include/conversation.php:1176
-msgid "Delete item(s)?"
-msgstr "Delete item(s)?"
+#: include/enotify.php:372
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "You've received a friend suggestion from '%1$s' at %2$s"
 
-#: include/conversation.php:1208
-msgid "New Post"
-msgstr "New post"
+#: include/enotify.php:373
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
 
-#: include/conversation.php:1211
-msgid "Share"
-msgstr "Share"
+#: include/enotify.php:379
+msgid "Name:"
+msgstr "Name:"
 
-#: include/conversation.php:1212 mod/wallmessage.php:139 mod/editpost.php:72
-#: mod/message.php:258 mod/message.php:439
-msgid "Upload photo"
-msgstr "Upload photo"
+#: include/enotify.php:380
+msgid "Photo:"
+msgstr "Photo:"
 
-#: include/conversation.php:1213 mod/editpost.php:73
-msgid "upload photo"
-msgstr "upload photo"
+#: include/enotify.php:383
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Please visit %s to approve or reject the suggestion."
 
-#: include/conversation.php:1214 mod/editpost.php:74
-msgid "Attach file"
-msgstr "Attach file"
+#: include/enotify.php:391 include/enotify.php:406
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notify] Connection accepted"
 
-#: include/conversation.php:1215 mod/editpost.php:75
-msgid "attach file"
-msgstr "attach file"
+#: include/enotify.php:393 include/enotify.php:408
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' has accepted your connection request at %2$s"
 
-#: include/conversation.php:1216 src/Module/Item/Compose.php:179
-#: src/Object/Post.php:880
-msgid "Bold"
-msgstr "Bold"
+#: include/enotify.php:394 include/enotify.php:409
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
 
-#: include/conversation.php:1217 src/Module/Item/Compose.php:180
-#: src/Object/Post.php:881
-msgid "Italic"
-msgstr "Italic"
+#: include/enotify.php:399
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
 
-#: include/conversation.php:1218 src/Module/Item/Compose.php:181
-#: src/Object/Post.php:882
-msgid "Underline"
-msgstr "Underline"
+#: include/enotify.php:401
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Please visit %s if you wish to make any changes to this relationship."
 
-#: include/conversation.php:1219 src/Module/Item/Compose.php:182
-#: src/Object/Post.php:883
-msgid "Quote"
-msgstr "Quote"
+#: include/enotify.php:414
+#, 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 "'%1$s' has chosen to accept you as 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."
 
-#: include/conversation.php:1220 src/Module/Item/Compose.php:183
-#: src/Object/Post.php:884
-msgid "Code"
-msgstr "Code"
+#: include/enotify.php:416
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
 
-#: include/conversation.php:1221 src/Module/Item/Compose.php:184
-#: src/Object/Post.php:885
-msgid "Image"
-msgstr "Image"
+#: include/enotify.php:418
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Please visit %s  if you wish to make any changes to this relationship."
 
-#: include/conversation.php:1222 src/Module/Item/Compose.php:185
-#: src/Object/Post.php:886
-msgid "Link"
-msgstr "Link"
+#: include/enotify.php:428 mod/removeme.php:46
+msgid "[Friendica System Notify]"
+msgstr "[Friendica System Notify]"
 
-#: include/conversation.php:1223 src/Module/Item/Compose.php:186
-#: src/Object/Post.php:887
-msgid "Link or Media"
-msgstr "Link or media"
+#: include/enotify.php:428
+msgid "registration request"
+msgstr "registration request"
 
-#: include/conversation.php:1224 mod/editpost.php:82
-#: src/Module/Item/Compose.php:189
-msgid "Set your location"
-msgstr "Set your location"
+#: include/enotify.php:430
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "You've received a registration request from '%1$s' at %2$s."
 
-#: include/conversation.php:1225 mod/editpost.php:83
-msgid "set location"
-msgstr "set location"
+#: include/enotify.php:431
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
 
-#: include/conversation.php:1226 mod/editpost.php:84
-msgid "Clear browser location"
-msgstr "Clear browser location"
+#: include/enotify.php:436
+#, php-format
+msgid ""
+"Full Name:\t%s\n"
+"Site Location:\t%s\n"
+"Login Name:\t%s (%s)"
+msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"
 
-#: include/conversation.php:1227 mod/editpost.php:85
-msgid "clear location"
-msgstr "clear location"
+#: include/enotify.php:442
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Please visit %s to approve or reject the request."
 
-#: include/conversation.php:1229 mod/editpost.php:99
-#: src/Module/Item/Compose.php:194
-msgid "Set title"
-msgstr "Set title"
+#: include/conversation.php:167 include/conversation.php:304
+#: src/Model/Item.php:3394
+msgid "event"
+msgstr "event"
 
-#: include/conversation.php:1231 mod/editpost.php:101
-#: src/Module/Item/Compose.php:195
-msgid "Categories (comma-separated list)"
-msgstr "Categories (comma-separated list)"
+#: include/conversation.php:170 include/conversation.php:180
+#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72
+#: mod/subthread.php:91
+msgid "status"
+msgstr "status"
 
-#: include/conversation.php:1233 mod/editpost.php:87
-msgid "Permission settings"
-msgstr "Permission settings"
+#: include/conversation.php:175 include/conversation.php:312
+#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91
+msgid "photo"
+msgstr "photo"
 
-#: include/conversation.php:1234 mod/editpost.php:116
-msgid "permissions"
-msgstr "permissions"
+#: include/conversation.php:188
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s likes %2$s's %3$s"
 
-#: include/conversation.php:1243 mod/editpost.php:96
-msgid "Public post"
-msgstr "Public post"
+#: include/conversation.php:190
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s doesn't like %2$s's %3$s"
 
-#: include/conversation.php:1247 mod/editpost.php:107 mod/photos.php:1433
-#: mod/photos.php:1472 mod/photos.php:1532 mod/events.php:550
-#: src/Module/Item/Compose.php:188 src/Object/Post.php:889
-msgid "Preview"
-msgstr "Preview"
+#: include/conversation.php:192
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s goes to %2$s's %3$s"
 
-#: include/conversation.php:1256
-msgid "Post to Groups"
-msgstr "Post to groups"
+#: include/conversation.php:194
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s won’t attend %2$s's %3$s"
 
-#: include/conversation.php:1257
-msgid "Post to Contacts"
-msgstr "Post to contacts"
+#: include/conversation.php:196
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s might go to %2$s's %3$s"
 
-#: include/conversation.php:1258
-msgid "Private post"
-msgstr "Private post"
+#: include/conversation.php:231
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s is now friends with %2$s"
 
-#: include/conversation.php:1263 mod/editpost.php:114
-#: src/Model/Profile.php:550 src/Module/Contact.php:301
-msgid "Message"
-msgstr "Message"
+#: include/conversation.php:272
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s poked %2$s"
 
-#: include/conversation.php:1264 mod/editpost.php:115
-msgid "Browser"
-msgstr "Browser"
+#: include/conversation.php:326 mod/tagger.php:105
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s tagged %2$s's %3$s with %4$s"
 
-#: include/conversation.php:1536
-msgid "View all"
-msgstr "View all"
+#: include/conversation.php:348
+msgid "post/item"
+msgstr "Post/Item"
 
-#: include/conversation.php:1560
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Like"
-msgstr[1] "Likes"
+#: include/conversation.php:349
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s marked %2$s's %3$s as favorite"
 
-#: include/conversation.php:1563
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Dislike"
-msgstr[1] "Dislikes"
+#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352
+msgid "Likes"
+msgstr "Likes"
 
-#: include/conversation.php:1569
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "Not attending"
-msgstr[1] "Not attending"
+#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355
+msgid "Dislikes"
+msgstr "Dislikes"
 
-#: include/conversation.php:1572 src/Content/ContactSelector.php:243
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "Undecided"
-msgstr[1] "Undecided"
+#: include/conversation.php:576 include/conversation.php:1603
+#: mod/photos.php:1408
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Attending"
+msgstr[1] "Attending"
 
-#: include/enotify.php:57
-msgid "Friendica Notification"
-msgstr "Friendica notification"
+#: include/conversation.php:577 mod/photos.php:1408
+msgid "Not attending"
+msgstr "Not attending"
 
-#: include/enotify.php:60
-msgid "Thank You,"
-msgstr "Thank you"
+#: include/conversation.php:578 mod/photos.php:1408
+msgid "Might attend"
+msgstr "Might attend"
 
-#: include/enotify.php:63
-#, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, %2$s Administrator"
+#: include/conversation.php:579
+msgid "Reshares"
+msgstr "Reshares"
 
-#: include/enotify.php:65
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrator"
+#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469
+msgid "Select"
+msgstr "Select"
 
-#: include/enotify.php:134
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify] New mail received at %s"
+#: include/conversation.php:660 src/Module/Admin/Users.php:288
+#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470
+#: mod/settings.php:731 mod/settings.php:873
+msgid "Delete"
+msgstr "Delete"
 
-#: include/enotify.php:136
+#: include/conversation.php:689 src/Object/Post.php:407
+#: src/Object/Post.php:408
 #, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s sent you a new private message at %2$s."
+msgid "View %s's profile @ %s"
+msgstr "View %s's profile @ %s"
 
-#: include/enotify.php:137
-msgid "a private message"
-msgstr "a private message"
+#: include/conversation.php:702 src/Object/Post.php:395
+msgid "Categories:"
+msgstr "Categories:"
 
-#: include/enotify.php:137
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s sent you %2$s."
+#: include/conversation.php:703 src/Object/Post.php:396
+msgid "Filed under:"
+msgstr "Filed under:"
 
-#: include/enotify.php:139
+#: include/conversation.php:710 src/Object/Post.php:421
 #, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Please visit %s to view or reply to your private messages."
+msgid "%s from %s"
+msgstr "%s from %s"
 
-#: include/enotify.php:172
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+#: include/conversation.php:725
+msgid "View in context"
+msgstr "View in context"
 
-#: include/enotify.php:178
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
+#: include/conversation.php:727 include/conversation.php:1249
+#: src/Object/Post.php:451 src/Module/Item/Compose.php:143
+#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87
+#: mod/message.php:260 mod/message.php:442
+msgid "Please wait"
+msgstr "Please wait"
 
-#: include/enotify.php:188
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+#: include/conversation.php:791
+msgid "remove"
+msgstr "Remove"
 
-#: include/enotify.php:195
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+#: include/conversation.php:795
+msgid "Delete Selected Items"
+msgstr "Delete selected items"
 
-#: include/enotify.php:207
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+#: include/conversation.php:956 view/theme/frio/theme.php:363
+msgid "Follow Thread"
+msgstr "Follow thread"
 
-#: include/enotify.php:213
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
+#: include/conversation.php:957 src/Model/Contact.php:1255
+msgid "View Status"
+msgstr "View status"
 
-#: include/enotify.php:224
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
-msgstr "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+#: include/conversation.php:958 include/conversation.php:976
+#: src/Model/Contact.php:1185 src/Model/Contact.php:1247
+#: src/Model/Contact.php:1256 src/Module/Directory.php:148
+#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74
+#: mod/match.php:87 mod/suggest.php:87
+msgid "View Profile"
+msgstr "View profile"
 
-#: include/enotify.php:230
-#, php-format
-msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]their %3$s[/url]"
+#: include/conversation.php:959 src/Model/Contact.php:1257
+msgid "View Photos"
+msgstr "View photos"
 
-#: include/enotify.php:243
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s tagged you"
+#: include/conversation.php:960 src/Model/Contact.php:1248
+#: src/Model/Contact.php:1258
+msgid "Network Posts"
+msgstr "Network posts"
 
-#: include/enotify.php:245
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s tagged you at %2$s"
+#: include/conversation.php:961 src/Model/Contact.php:1249
+#: src/Model/Contact.php:1259
+msgid "View Contact"
+msgstr "View contact"
 
-#: include/enotify.php:247
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+#: include/conversation.php:962 src/Model/Contact.php:1261
+msgid "Send PM"
+msgstr "Send PM"
 
-#: include/enotify.php:249
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s commented on an item/conversation you have been following."
+#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67
+#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606
+#: src/Module/Contact.php:823 src/Module/Contact.php:1082
+msgid "Block"
+msgstr "Block"
 
-#: include/enotify.php:254 include/enotify.php:269 include/enotify.php:284
-#: include/enotify.php:303 include/enotify.php:319
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Please visit %s to view or reply to the conversation."
+#: include/conversation.php:964 src/Module/Contact.php:607
+#: src/Module/Contact.php:824 src/Module/Contact.php:1090
+#: mod/notifications.php:66 mod/notifications.php:201
+#: mod/notifications.php:294
+msgid "Ignore"
+msgstr "Ignore"
 
-#: include/enotify.php:261
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s posted to your profile wall"
+#: include/conversation.php:968 src/Model/Contact.php:1262
+msgid "Poke"
+msgstr "Poke"
 
-#: include/enotify.php:263
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s posted to your profile wall at %2$s"
+#: include/conversation.php:973 view/theme/vier/theme.php:178
+#: src/Content/Widget.php:67 src/Model/Contact.php:1250
+#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138
+#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88
+#: mod/suggest.php:88
+msgid "Connect/Follow"
+msgstr "Connect/Follow"
 
-#: include/enotify.php:264
+#: include/conversation.php:1101
 #, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s posted to [url=%2$s]your wall[/url]"
+msgid "%s likes this."
+msgstr "%s likes this."
 
-#: include/enotify.php:276
+#: include/conversation.php:1104
 #, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notify] %s shared a new post"
+msgid "%s doesn't like this."
+msgstr "%s doesn't like this."
 
-#: include/enotify.php:278
+#: include/conversation.php:1107
 #, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s shared a new post at %2$s"
+msgid "%s attends."
+msgstr "%s attends."
 
-#: include/enotify.php:279
+#: include/conversation.php:1110
 #, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]shared a post[/url]."
+msgid "%s doesn't attend."
+msgstr "%s won't attend."
 
-#: include/enotify.php:291
+#: include/conversation.php:1113
 #, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s poked you"
+msgid "%s attends maybe."
+msgstr "%s might attend."
 
-#: include/enotify.php:293
+#: include/conversation.php:1116 include/conversation.php:1159
 #, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s poked you at %2$s"
+msgid "%s reshared this."
+msgstr "%s reshared this."
 
-#: include/enotify.php:294
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]poked you[/url]."
+#: include/conversation.php:1124
+msgid "and"
+msgstr "and"
 
-#: include/enotify.php:311
+#: include/conversation.php:1130
 #, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s tagged your post"
+msgid "and %d other people"
+msgstr "and %d other people"
 
-#: include/enotify.php:313
+#: include/conversation.php:1138
 #, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s tagged your post at %2$s"
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d people</span> like this"
 
-#: include/enotify.php:314
+#: include/conversation.php:1139
 #, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s tagged [url=%2$s]your post[/url]"
-
-#: include/enotify.php:326
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] Introduction received"
+msgid "%s like this."
+msgstr "%s like this."
 
-#: include/enotify.php:328
+#: include/conversation.php:1142
 #, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "You've received an introduction from '%1$s' at %2$s"
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d people</span> don't like this"
 
-#: include/enotify.php:329
+#: include/conversation.php:1143
 #, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgid "%s don't like this."
+msgstr "%s don't like this."
 
-#: include/enotify.php:334 include/enotify.php:380
+#: include/conversation.php:1146
 #, php-format
-msgid "You may visit their profile at %s"
-msgstr "You may visit their profile at %s"
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d people</span> attend"
 
-#: include/enotify.php:336
+#: include/conversation.php:1147
 #, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Please visit %s to approve or reject the introduction."
-
-#: include/enotify.php:343
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Notify] A new person is sharing with you"
+msgid "%s attend."
+msgstr "%s attend."
 
-#: include/enotify.php:345 include/enotify.php:346
+#: include/conversation.php:1150
 #, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$s is sharing with you at %2$s"
-
-#: include/enotify.php:353
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Notify] You have a new follower"
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d people</span> won't attend"
 
-#: include/enotify.php:355 include/enotify.php:356
+#: include/conversation.php:1151
 #, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "You have a new follower at %2$s : %1$s"
+msgid "%s don't attend."
+msgstr "%s won't attend."
 
-#: include/enotify.php:369
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] Friend suggestion received"
+#: include/conversation.php:1154
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d people</span> might attend"
 
-#: include/enotify.php:371
+#: include/conversation.php:1155
 #, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "You've received a friend suggestion from '%1$s' at %2$s"
+msgid "%s attend maybe."
+msgstr "%s may be attending."
 
-#: include/enotify.php:372
+#: include/conversation.php:1158
 #, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgid "<span  %1$s>%2$d people</span> reshared this"
+msgstr "<span  %1$s>%2$d people</span> reshared this"
 
-#: include/enotify.php:378
-msgid "Name:"
-msgstr "Name:"
+#: include/conversation.php:1188
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visible to <strong>everybody</strong>"
 
-#: include/enotify.php:379
-msgid "Photo:"
-msgstr "Photo:"
+#: include/conversation.php:1189 src/Object/Post.php:920
+#: src/Module/Item/Compose.php:137
+msgid "Please enter a image/video/audio/webpage URL:"
+msgstr "Please enter an image/video/audio/webpage URL:"
 
-#: include/enotify.php:382
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Please visit %s to approve or reject the suggestion."
+#: include/conversation.php:1190
+msgid "Tag term:"
+msgstr "Tag term:"
 
-#: include/enotify.php:390 include/enotify.php:405
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica:Notify] Connection accepted"
+#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48
+msgid "Save to Folder:"
+msgstr "Save to folder:"
 
-#: include/enotify.php:392 include/enotify.php:407
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "'%1$s' has accepted your connection request at %2$s"
+#: include/conversation.php:1192
+msgid "Where are you right now?"
+msgstr "Where are you right now?"
 
-#: include/enotify.php:393 include/enotify.php:408
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
+#: include/conversation.php:1193
+msgid "Delete item(s)?"
+msgstr "Delete item(s)?"
 
-#: include/enotify.php:398
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
+#: include/conversation.php:1225
+msgid "New Post"
+msgstr "New post"
 
-#: include/enotify.php:400
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Please visit %s if you wish to make any changes to this relationship."
+#: include/conversation.php:1228
+msgid "Share"
+msgstr "Share"
 
-#: include/enotify.php:413
-#, 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 "'%1$s' has chosen to accept you as 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."
+#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73
+#: mod/message.php:258 mod/message.php:439
+msgid "Upload photo"
+msgstr "Upload photo"
 
-#: include/enotify.php:415
-#, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
+#: include/conversation.php:1230 mod/editpost.php:74
+msgid "upload photo"
+msgstr "upload photo"
 
-#: include/enotify.php:417
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Please visit %s  if you wish to make any changes to this relationship."
+#: include/conversation.php:1231 mod/editpost.php:75
+msgid "Attach file"
+msgstr "Attach file"
 
-#: include/enotify.php:427 mod/removeme.php:46
-msgid "[Friendica System Notify]"
-msgstr "[Friendica System Notify]"
+#: include/conversation.php:1232 mod/editpost.php:76
+msgid "attach file"
+msgstr "attach file"
 
-#: include/enotify.php:427
-msgid "registration request"
-msgstr "registration request"
+#: include/conversation.php:1233 src/Object/Post.php:912
+#: src/Module/Item/Compose.php:129
+msgid "Bold"
+msgstr "Bold"
 
-#: include/enotify.php:429
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "You've received a registration request from '%1$s' at %2$s."
+#: include/conversation.php:1234 src/Object/Post.php:913
+#: src/Module/Item/Compose.php:130
+msgid "Italic"
+msgstr "Italic"
 
-#: include/enotify.php:430
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
+#: include/conversation.php:1235 src/Object/Post.php:914
+#: src/Module/Item/Compose.php:131
+msgid "Underline"
+msgstr "Underline"
 
-#: include/enotify.php:435
-#, php-format
-msgid ""
-"Full Name:\t%s\n"
-"Site Location:\t%s\n"
-"Login Name:\t%s (%s)"
-msgstr "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"
-
-#: include/enotify.php:441
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Please visit %s to approve or reject the request."
+#: include/conversation.php:1236 src/Object/Post.php:915
+#: src/Module/Item/Compose.php:132
+msgid "Quote"
+msgstr "Quote"
 
-#: mod/api.php:84 mod/api.php:106
-msgid "Authorize application connection"
-msgstr "Authorize application connection"
+#: include/conversation.php:1237 src/Object/Post.php:916
+#: src/Module/Item/Compose.php:133
+msgid "Code"
+msgstr "Code"
 
-#: mod/api.php:85
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Return to your app and insert this security code:"
+#: include/conversation.php:1238 src/Object/Post.php:917
+#: src/Module/Item/Compose.php:134
+msgid "Image"
+msgstr "Image"
 
-#: mod/api.php:94 src/Module/BaseAdminModule.php:56
-msgid "Please login to continue."
-msgstr "Please login to continue."
+#: include/conversation.php:1239 src/Object/Post.php:918
+#: src/Module/Item/Compose.php:135
+msgid "Link"
+msgstr "Link"
 
-#: mod/api.php:108
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?"
+#: include/conversation.php:1240 src/Object/Post.php:919
+#: src/Module/Item/Compose.php:136
+msgid "Link or Media"
+msgstr "Link or media"
 
-#: mod/api.php:110 mod/profiles.php:526 mod/profiles.php:530
-#: mod/profiles.php:551 mod/dfrn_request.php:640 mod/follow.php:163
-#: mod/settings.php:1089 mod/settings.php:1095 mod/settings.php:1102
-#: mod/settings.php:1106 mod/settings.php:1110 mod/settings.php:1114
-#: mod/settings.php:1118 mod/settings.php:1122 mod/settings.php:1142
-#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145
-#: mod/settings.php:1146 src/Module/Register.php:98
-msgid "No"
-msgstr "No"
+#: include/conversation.php:1241 src/Module/Item/Compose.php:139
+#: mod/editpost.php:83
+msgid "Set your location"
+msgstr "Set your location"
 
-#: mod/delegate.php:42
-msgid "Parent user not found."
-msgstr "Parent user not found."
+#: include/conversation.php:1242 mod/editpost.php:84
+msgid "set location"
+msgstr "set location"
 
-#: mod/delegate.php:149
-msgid "No parent user"
-msgstr "No parent user"
+#: include/conversation.php:1243 mod/editpost.php:85
+msgid "Clear browser location"
+msgstr "Clear browser location"
 
-#: mod/delegate.php:164
-msgid "Parent Password:"
-msgstr "Parent Password:"
+#: include/conversation.php:1244 mod/editpost.php:86
+msgid "clear location"
+msgstr "clear location"
 
-#: mod/delegate.php:164
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr "Please enter the password of the parent account to authorize this request."
+#: include/conversation.php:1246 src/Module/Item/Compose.php:144
+#: mod/editpost.php:100
+msgid "Set title"
+msgstr "Set title"
 
-#: mod/delegate.php:171
-msgid "Parent User"
-msgstr "Parent user"
+#: include/conversation.php:1248 src/Module/Item/Compose.php:145
+#: mod/editpost.php:102
+msgid "Categories (comma-separated list)"
+msgstr "Categories (comma-separated list)"
 
-#: mod/delegate.php:174
-msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."
+#: include/conversation.php:1250 mod/editpost.php:88
+msgid "Permission settings"
+msgstr "Permission settings"
 
-#: mod/delegate.php:175 mod/settings.php:677 mod/settings.php:784
-#: mod/settings.php:874 mod/settings.php:953 mod/settings.php:1178
-#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69
-#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97
-#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568
-msgid "Save Settings"
-msgstr "Save settings"
+#: include/conversation.php:1251 mod/editpost.php:117
+msgid "permissions"
+msgstr "permissions"
 
-#: mod/delegate.php:176 src/Content/Nav.php:263
-msgid "Delegate Page Management"
-msgstr "Delegate Page Management"
+#: include/conversation.php:1260 mod/editpost.php:97
+msgid "Public post"
+msgstr "Public post"
 
-#: mod/delegate.php:177
-msgid "Delegates"
-msgstr "Delegates"
+#: include/conversation.php:1264 src/Object/Post.php:921
+#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398
+#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108
+msgid "Preview"
+msgstr "Preview"
 
-#: mod/delegate.php:179
-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 "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
+#: include/conversation.php:1268 include/items.php:392
+#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174
+#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132
+#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671
+#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111
+#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115
+msgid "Cancel"
+msgstr "Cancel"
 
-#: mod/delegate.php:180
-msgid "Existing Page Delegates"
-msgstr "Existing page delegates"
+#: include/conversation.php:1273
+msgid "Post to Groups"
+msgstr "Post to groups"
 
-#: mod/delegate.php:182
-msgid "Potential Delegates"
-msgstr "Potential delegates"
+#: include/conversation.php:1274
+msgid "Post to Contacts"
+msgstr "Post to contacts"
 
-#: mod/delegate.php:184 mod/tagrm.php:114
-msgid "Remove"
-msgstr "Remove"
+#: include/conversation.php:1275
+msgid "Private post"
+msgstr "Private post"
 
-#: mod/delegate.php:185
-msgid "Add"
-msgstr "Add"
+#: include/conversation.php:1280 src/Model/Profile.php:546
+#: src/Module/Contact.php:322 mod/editpost.php:115
+msgid "Message"
+msgstr "Message"
 
-#: mod/delegate.php:186
-msgid "No entries."
-msgstr "No entries."
+#: include/conversation.php:1281 mod/editpost.php:116
+msgid "Browser"
+msgstr "Browser"
 
-#: mod/oexchange.php:32
-msgid "Post successful."
-msgstr "Post successful."
+#: include/conversation.php:1573
+msgid "View all"
+msgstr "View all"
 
-#: mod/ostatus_subscribe.php:23
-msgid "Subscribing to OStatus contacts"
-msgstr "Subscribing to OStatus contacts"
+#: include/conversation.php:1597
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Like"
+msgstr[1] "Likes"
 
-#: mod/ostatus_subscribe.php:35
-msgid "No contact provided."
-msgstr "No contact provided."
+#: include/conversation.php:1600
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Dislike"
+msgstr[1] "Dislikes"
 
-#: mod/ostatus_subscribe.php:42
-msgid "Couldn't fetch information for contact."
-msgstr "Couldn't fetch information for contact."
+#: include/conversation.php:1606
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Not attending"
+msgstr[1] "Not attending"
 
-#: mod/ostatus_subscribe.php:52
-msgid "Couldn't fetch friends for contact."
-msgstr "Couldn't fetch friends for contact."
+#: include/conversation.php:1609 src/Content/ContactSelector.php:245
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Undecided"
+msgstr[1] "Undecided"
 
-#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
-msgid "Done"
-msgstr "Done"
+#: include/items.php:355 src/Module/Admin/Themes/Details.php:53
+#: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27
+#: src/Module/Debug/ItemBody.php:40
+msgid "Item not found."
+msgstr "Item not found."
 
-#: mod/ostatus_subscribe.php:84
-msgid "success"
-msgstr "success"
+#: include/items.php:387
+msgid "Do you really want to delete this item?"
+msgstr "Do you really want to delete this item?"
 
-#: mod/ostatus_subscribe.php:86
-msgid "failed"
-msgstr "failed"
+#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91
+#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163
+#: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551
+#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103
+#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115
+#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143
+#: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146
+#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150
+msgid "Yes"
+msgstr "Yes"
 
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285
-msgid "ignored"
-msgstr "Ignored"
+#: include/items.php:439 src/Module/Delegation.php:101
+#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42
+#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54
+#: src/Module/Group.php:31 src/Module/Group.php:77
+#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50
+#: src/Module/Contact.php:361 src/Module/Invite.php:22
+#: src/Module/Invite.php:110 src/Module/Register.php:186
+#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17
+#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35
+#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76
+#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82
+#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57
+#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22
+#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32
+#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142
+#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182
+#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66
+#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167
+#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65
+#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22
+#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16
+msgid "Permission denied."
+msgstr "Permission denied."
 
-#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
-msgid "Keep this window open until done."
-msgstr "Keep this window open until done."
+#: update.php:218
+#, php-format
+msgid "%s: Updating author-id and owner-id in item and thread table. "
+msgstr "%s: Updating author-id and owner-id in item and thread table. "
 
-#: mod/profperm.php:30
-msgid "Permission denied"
-msgstr "Permission denied"
+#: update.php:273
+#, php-format
+msgid "%s: Updating post-type."
+msgstr "%s: Updating post-type."
 
-#: mod/profperm.php:36 mod/profperm.php:69
-msgid "Invalid profile identifier."
-msgstr "Invalid profile identifier."
+#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126
+msgid "Community Profiles"
+msgstr "Community profiles"
 
-#: mod/profperm.php:115
-msgid "Profile Visibility Editor"
-msgstr "Profile Visibility Editor"
+#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130
+msgid "Last users"
+msgstr "Last users"
 
-#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161
-#: src/Model/Profile.php:889 src/Model/Profile.php:925
-#: src/Module/Welcome.php:38 src/Module/Contact.php:618
-#: src/Module/Contact.php:847
-msgid "Profile"
-msgstr "Profile"
+#: view/theme/vier/theme.php:176 src/Content/Widget.php:65
+msgid "Find People"
+msgstr "Find people"
 
-#: mod/profperm.php:119 src/Module/Group.php:321
-msgid "Click on a contact to add or remove."
-msgstr "Click on a contact to add or remove it."
+#: view/theme/vier/theme.php:177 src/Content/Widget.php:66
+msgid "Enter name or interest"
+msgstr "Enter name or interest"
 
-#: mod/profperm.php:128
-msgid "Visible To"
-msgstr "Visible to"
+#: view/theme/vier/theme.php:179 src/Content/Widget.php:68
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Examples: Robert Morgenstein, fishing"
 
-#: mod/profperm.php:144
-msgid "All Contacts (with secure profile access)"
-msgstr "All contacts with secure profile access"
+#: view/theme/vier/theme.php:180 src/Content/Widget.php:69
+#: src/Module/Directory.php:84 src/Module/Contact.php:816
+msgid "Find"
+msgstr "Find"
 
-#: mod/regmod.php:53
-msgid "Account approved."
-msgstr "Account approved."
+#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119
+msgid "Friend Suggestions"
+msgstr "Friend suggestions"
 
-#: mod/regmod.php:77
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registration revoked for %s"
+#: view/theme/vier/theme.php:182 src/Content/Widget.php:71
+msgid "Similar Interests"
+msgstr "Similar interests"
 
-#: mod/regmod.php:84
-msgid "Please login."
-msgstr "Please login."
+#: view/theme/vier/theme.php:183 src/Content/Widget.php:72
+msgid "Random Profile"
+msgstr "Random profile"
 
-#: mod/removeme.php:46
-msgid "User deleted their account"
-msgstr "User deleted their account"
+#: view/theme/vier/theme.php:184 src/Content/Widget.php:73
+msgid "Invite Friends"
+msgstr "Invite friends"
 
-#: mod/removeme.php:47
-msgid ""
-"On your Friendica node an user deleted their account. Please ensure that "
-"their data is removed from the backups."
-msgstr "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups."
+#: view/theme/vier/theme.php:185 src/Content/Widget.php:74
+#: src/Module/Directory.php:76
+msgid "Global Directory"
+msgstr "Global directory"
 
-#: mod/removeme.php:48
-#, php-format
-msgid "The user id is %d"
-msgstr "The user id is %d"
+#: view/theme/vier/theme.php:187 src/Content/Widget.php:76
+msgid "Local Directory"
+msgstr "Local directory"
 
-#: mod/removeme.php:84 mod/removeme.php:87
-msgid "Remove My Account"
-msgstr "Remove My Account"
+#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926
+#: src/Content/ForumManager.php:130 src/Content/Nav.php:209
+msgid "Forums"
+msgstr "Forums"
 
-#: mod/removeme.php:85
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "This will completely remove your account. Once this has been done it is not recoverable."
+#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132
+msgid "External link to forum"
+msgstr "External link to forum"
 
-#: mod/removeme.php:86
-msgid "Please enter your password for verification:"
-msgstr "Please enter your password for verification:"
+#: view/theme/vier/theme.php:232 src/Content/Widget.php:409
+#: src/Content/Widget.php:509 src/Content/ForumManager.php:135
+msgid "show more"
+msgstr "show more"
 
-#: mod/repair_ostatus.php:21
-msgid "Resubscribing to OStatus contacts"
-msgstr "Resubscribing to OStatus contacts"
+#: view/theme/vier/theme.php:265
+msgid "Quick Start"
+msgstr "Quick start"
 
-#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64
-msgid "Error"
-msgid_plural "Errors"
-msgstr[0] ""
-msgstr[1] ""
+#: view/theme/vier/theme.php:271 src/Content/Nav.php:192
+#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117
+#: src/Module/Settings/TwoFactor/AppSpecific.php:99
+#: src/Module/Settings/TwoFactor/Index.php:90
+#: src/Module/Settings/TwoFactor/Recovery.php:77
+msgid "Help"
+msgstr "Help"
 
-#: mod/tagrm.php:31
-msgid "Tag(s) removed"
-msgstr "Tag(s) removed"
-
-#: mod/tagrm.php:101
-msgid "Remove Item Tag"
-msgstr "Remove Item tag"
+#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128
+msgid "Connect Services"
+msgstr "Connect services"
 
-#: mod/tagrm.php:103
-msgid "Select a tag to remove: "
-msgstr "Select a tag to remove: "
+#: view/theme/vier/config.php:78
+msgid "Comma separated list of helper forums"
+msgstr "Comma-separated list of helper forums"
 
-#: mod/uimport.php:30
-msgid "User imports on closed servers can only be done by an administrator."
-msgstr "User imports on closed servers can only be done by an administrator."
+#: view/theme/vier/config.php:118
+msgid "don't show"
+msgstr "don't show"
 
-#: mod/uimport.php:39 src/Module/Register.php:59
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
+#: view/theme/vier/config.php:118
+msgid "show"
+msgstr "show"
 
-#: mod/uimport.php:54 src/Module/Register.php:141
-msgid "Import"
-msgstr "Import profile"
+#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72
+#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74
+#: src/Object/Post.php:911 src/Module/Delegation.php:134
+#: src/Module/Install.php:212 src/Module/Install.php:252
+#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45
+#: src/Module/Contact.php:581 src/Module/Invite.php:157
+#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558
+#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066
+#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436
+#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261
+#: mod/message.php:441
+msgid "Submit"
+msgstr "Submit"
 
-#: mod/uimport.php:56
-msgid "Move account"
-msgstr "Move Existing Friendica Account"
+#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73
+#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75
+#: mod/settings.php:976
+msgid "Theme settings"
+msgstr "Theme settings"
 
-#: mod/uimport.php:57
-msgid "You can import an account from another Friendica server."
-msgstr "You can import an existing Friendica profile to this node."
+#: view/theme/vier/config.php:124
+msgid "Set style"
+msgstr "Set style"
 
-#: mod/uimport.php:58
-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 "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."
+#: view/theme/vier/config.php:125
+msgid "Community Pages"
+msgstr "Community pages"
 
-#: mod/uimport.php:59
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."
+#: view/theme/vier/config.php:127
+msgid "Help or @NewHere ?"
+msgstr "Help or @NewHere ?"
 
-#: mod/uimport.php:60
-msgid "Account file"
-msgstr "Account file:"
+#: view/theme/vier/config.php:129
+msgid "Find Friends"
+msgstr "Find friends"
 
-#: mod/uimport.php:60
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
+#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790
+msgid "default"
+msgstr "default"
 
-#: mod/unfollow.php:36 mod/unfollow.php:92
-msgid "You aren't following this contact."
-msgstr "You aren't following this contact."
+#: view/theme/duepuntozero/config.php:56
+msgid "greenzero"
+msgstr "greenzero"
 
-#: mod/unfollow.php:46 mod/unfollow.php:98
-msgid "Unfollowing is currently not supported by your network."
-msgstr "Unfollowing is currently not supported by your network."
+#: view/theme/duepuntozero/config.php:57
+msgid "purplezero"
+msgstr "purplezero"
 
-#: mod/unfollow.php:67
-msgid "Contact unfollowed"
-msgstr "Contact unfollowed"
+#: view/theme/duepuntozero/config.php:58
+msgid "easterbunny"
+msgstr "easterbunny"
 
-#: mod/unfollow.php:118
-msgid "Disconnect/Unfollow"
-msgstr "Disconnect/Unfollow"
+#: view/theme/duepuntozero/config.php:59
+msgid "darkzero"
+msgstr "darkzero"
 
-#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170
-msgid "Your Identity Address:"
-msgstr "My identity address:"
+#: view/theme/duepuntozero/config.php:60
+msgid "comix"
+msgstr "comix"
 
-#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76
-msgid "Submit Request"
-msgstr "Submit request"
+#: view/theme/duepuntozero/config.php:61
+msgid "slackr"
+msgstr "slackr"
 
-#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:190
-#: mod/notifications.php:282 src/Module/Admin/Blocklist/Contact.php:83
-#: src/Module/Contact.php:603
-msgid "Profile URL"
-msgstr "Profile URL:"
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Variations"
 
-#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:920
-#: src/Module/Contact.php:842
-msgid "Status Messages and Posts"
-msgstr "Status Messages and Posts"
+#: view/theme/frio/php/Image.php:24
+msgid "Top Banner"
+msgstr "Top Banner"
 
-#: mod/update_community.php:23 mod/update_contact.php:23
-#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36
-#: mod/update_profile.php:34
-msgid "[Embedded content - reload page to view]"
-msgstr "[Embedded content - reload page to view]"
+#: view/theme/frio/php/Image.php:24
+msgid ""
+"Resize image to the width of the screen and show background color below on "
+"long pages."
+msgstr "Resize image to the width of the screen and show background color below on long pages."
 
-#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:85
-#: mod/wall_upload.php:42 mod/wall_upload.php:58 mod/wall_upload.php:116
-#: mod/wall_upload.php:167 mod/wall_upload.php:170
-msgid "Invalid request."
-msgstr "Invalid request."
+#: view/theme/frio/php/Image.php:25
+msgid "Full screen"
+msgstr "Full screen"
 
-#: mod/wall_attach.php:103
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
+#: view/theme/frio/php/Image.php:25
+msgid ""
+"Resize image to fill entire screen, clipping either the right or the bottom."
+msgstr "Resize image to fill entire screen, clipping either the right or the bottom."
 
-#: mod/wall_attach.php:103
-msgid "Or - did you try to upload an empty file?"
-msgstr "Or did you try to upload an empty file?"
+#: view/theme/frio/php/Image.php:26
+msgid "Single row mosaic"
+msgstr "Single row mosaic"
 
-#: mod/wall_attach.php:114
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "File exceeds size limit of %s"
+#: view/theme/frio/php/Image.php:26
+msgid ""
+"Resize image to repeat it on a single row, either vertical or horizontal."
+msgstr "Resize image to repeat it on a single row, either vertical or horizontal."
 
-#: mod/wall_attach.php:129
-msgid "File upload failed."
-msgstr "File upload failed."
+#: view/theme/frio/php/Image.php:27
+msgid "Mosaic"
+msgstr "Mosaic"
 
-#: mod/wall_upload.php:198 mod/photos.php:683 mod/photos.php:686
-#: mod/photos.php:715 mod/profile_photo.php:152
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Image exceeds size limit of %s"
+#: view/theme/frio/php/Image.php:27
+msgid "Repeat image to fill the screen."
+msgstr "Repeat image to fill the screen."
 
-#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161
-msgid "Unable to process image."
-msgstr "Unable to process image."
+#: view/theme/frio/theme.php:246
+msgid "Guest"
+msgstr "Guest"
 
-#: mod/wall_upload.php:243
-msgid "Wall Photos"
-msgstr "Wall photos"
+#: view/theme/frio/theme.php:251
+msgid "Visitor"
+msgstr "Visitor"
 
-#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303
-msgid "Image upload failed."
-msgstr "Image upload failed."
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91
+#: src/Module/Contact.php:637 src/Module/Contact.php:852
+msgid "Status"
+msgstr "Status"
 
-#: mod/wallmessage.php:52 mod/wallmessage.php:115
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Number of daily wall messages for %s exceeded. Message failed."
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Content/Nav.php:244
+msgid "Your posts and conversations"
+msgstr "My posts and conversations"
 
-#: mod/wallmessage.php:60 mod/message.php:70
-msgid "No recipient selected."
-msgstr "No recipient selected."
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+#: src/Model/Profile.php:885 src/Model/Profile.php:921
+#: src/Module/Welcome.php:38 src/Module/Contact.php:639
+#: src/Module/Contact.php:868 mod/profperm.php:117
+msgid "Profile"
+msgstr "Profile"
 
-#: mod/wallmessage.php:63
-msgid "Unable to check your home location."
-msgstr "Unable to check your home location."
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+msgid "Your profile page"
+msgstr "My profile page"
 
-#: mod/wallmessage.php:66 mod/message.php:77
-msgid "Message could not be sent."
-msgstr "Message could not be sent."
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+#: src/Model/Profile.php:929 mod/fbrowser.php:43
+msgid "Photos"
+msgstr "Photos"
 
-#: mod/wallmessage.php:69 mod/message.php:80
-msgid "Message collection failure."
-msgstr "Message collection failure."
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+msgid "Your photos"
+msgstr "My photos"
 
-#: mod/wallmessage.php:72 mod/message.php:83
-msgid "Message sent."
-msgstr "Message sent."
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+#: src/Model/Profile.php:937 src/Model/Profile.php:940
+msgid "Videos"
+msgstr "Videos"
 
-#: mod/wallmessage.php:89 mod/wallmessage.php:98
-msgid "No recipient."
-msgstr "No recipient."
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+msgid "Your videos"
+msgstr "My videos"
 
-#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360
-msgid "Please enter a link URL:"
-msgstr "Please enter a link URL:"
+#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275
+#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949
+#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261
+msgid "Events"
+msgstr "Events"
 
-#: mod/wallmessage.php:128 mod/message.php:246
-msgid "Send Private Message"
-msgstr "Send private message"
+#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
+msgid "Your events"
+msgstr "My events"
 
-#: mod/wallmessage.php:129
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Network"
+msgstr "Network"
 
-#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430
-msgid "To:"
-msgstr "To:"
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Conversations from your friends"
+msgstr "My friends' conversations"
 
-#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432
-msgid "Subject:"
-msgstr "Subject:"
+#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
+#: src/Model/Profile.php:952 src/Model/Profile.php:963
+msgid "Events and Calendar"
+msgstr "Events and calendar"
 
-#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435
-#: src/Module/Invite.php:150
-msgid "Your message:"
-msgstr "Your message:"
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123
+msgid "Messages"
+msgstr "Messages"
 
-#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259
-#: mod/message.php:440
-msgid "Insert web link"
-msgstr "Insert web link"
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
+msgid "Private mail"
+msgstr "Private messages"
 
-#: mod/match.php:49
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "No keywords to match. Please add keywords to your default profile."
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:263
+#: src/Module/Admin/Addons/Details.php:102
+#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33
+#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149
+msgid "Settings"
+msgstr "Settings"
 
-#: mod/match.php:102 mod/suggest.php:106 src/Content/Widget.php:42
-#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:131
-msgid "Connect"
-msgstr "Connect"
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:263
+msgid "Account settings"
+msgstr "Account settings"
 
-#: mod/match.php:115 src/Content/Pager.php:198
-msgid "first"
-msgstr "first"
+#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922
+#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992
+#: src/Model/Profile.php:995 src/Module/Contact.php:795
+#: src/Module/Contact.php:880
+msgid "Contacts"
+msgstr "Contacts"
 
-#: mod/match.php:120 src/Content/Pager.php:258
-msgid "next"
-msgstr "next"
+#: view/theme/frio/theme.php:278 src/Content/Nav.php:269
+msgid "Manage/edit friends and contacts"
+msgstr "Manage/Edit friends and contacts"
 
-#: mod/match.php:130 src/Module/BaseSearchModule.php:92
-msgid "No matches"
-msgstr "No matches"
+#: view/theme/frio/config.php:111
+msgid "Custom"
+msgstr "Custom"
 
-#: mod/match.php:135
-msgid "Profile Match"
-msgstr "Profile Match"
+#: view/theme/frio/config.php:123
+msgid "Note"
+msgstr "Note"
 
-#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196
-#: mod/profiles.php:511 mod/dfrn_confirm.php:70
-msgid "Profile not found."
-msgstr "Profile not found."
+#: view/theme/frio/config.php:123
+msgid "Check image permissions if all users are allowed to see the image"
+msgstr "Check image permissions that everyone is allowed to see the image"
 
-#: mod/profiles.php:62
-msgid "Profile deleted."
-msgstr "Profile deleted."
+#: view/theme/frio/config.php:129
+msgid "Select color scheme"
+msgstr "Select color scheme"
 
-#: mod/profiles.php:78 mod/profiles.php:114
-msgid "Profile-"
-msgstr "Profile-"
+#: view/theme/frio/config.php:130
+msgid "Copy or paste schemestring"
+msgstr "Copy or paste theme string"
 
-#: mod/profiles.php:97 mod/profiles.php:135
-msgid "New profile created."
-msgstr "New profile created."
+#: view/theme/frio/config.php:130
+msgid ""
+"You can copy this string to share your theme with others. Pasting here "
+"applies the schemestring"
+msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string"
 
-#: mod/profiles.php:120
-msgid "Profile unavailable to clone."
-msgstr "Profile unavailable to clone."
+#: view/theme/frio/config.php:131
+msgid "Navigation bar background color"
+msgstr "Navigation bar background color:"
 
-#: mod/profiles.php:206
-msgid "Profile Name is required."
-msgstr "Profile name is required."
+#: view/theme/frio/config.php:132
+msgid "Navigation bar icon color "
+msgstr "Navigation bar icon color:"
 
-#: mod/profiles.php:346
-msgid "Marital Status"
-msgstr "Marital status"
+#: view/theme/frio/config.php:133
+msgid "Link color"
+msgstr "Link color:"
 
-#: mod/profiles.php:349
-msgid "Romantic Partner"
-msgstr "Romantic partner"
+#: view/theme/frio/config.php:134
+msgid "Set the background color"
+msgstr "Background color:"
 
-#: mod/profiles.php:358
-msgid "Work/Employment"
-msgstr "Work/Employment:"
+#: view/theme/frio/config.php:135
+msgid "Content background opacity"
+msgstr "Content background opacity"
 
-#: mod/profiles.php:361
-msgid "Religion"
-msgstr "Religion"
+#: view/theme/frio/config.php:136
+msgid "Set the background image"
+msgstr "Background image:"
 
-#: mod/profiles.php:364
-msgid "Political Views"
-msgstr "Political views"
+#: view/theme/frio/config.php:137
+msgid "Background image style"
+msgstr "Background image style"
 
-#: mod/profiles.php:367
-msgid "Gender"
-msgstr "Gender"
+#: view/theme/frio/config.php:139
+msgid "Enable Compose page"
+msgstr "Enable compose page"
 
-#: mod/profiles.php:370
-msgid "Sexual Preference"
-msgstr "Sexual preference"
+#: view/theme/frio/config.php:139
+msgid ""
+"This replaces the jot modal window for writing new posts with a link to <a "
+"href=\"compose\">the new Compose page</a>."
+msgstr "This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."
 
-#: mod/profiles.php:373
-msgid "XMPP"
-msgstr "XMPP"
+#: view/theme/frio/config.php:143
+msgid "Login page background image"
+msgstr "Login page background image"
 
-#: mod/profiles.php:376
-msgid "Homepage"
-msgstr "Homepage"
+#: view/theme/frio/config.php:147
+msgid "Login page background color"
+msgstr "Login page background color"
 
-#: mod/profiles.php:379 mod/profiles.php:578
-msgid "Interests"
-msgstr "Interests"
+#: view/theme/frio/config.php:147
+msgid "Leave background image and color empty for theme defaults"
+msgstr "Leave background image and color empty for theme defaults"
 
-#: mod/profiles.php:382
-msgid "Address"
-msgstr "Address"
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Alignment"
 
-#: mod/profiles.php:389 mod/profiles.php:574
-msgid "Location"
-msgstr "Location"
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Left"
 
-#: mod/profiles.php:469
-msgid "Profile updated."
-msgstr "Profile updated."
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Center"
 
-#: mod/profiles.php:523
-msgid "Hide contacts and friends:"
-msgstr "Hide contacts and friends:"
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Color scheme"
 
-#: mod/profiles.php:528
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Hide your contact/friend list from viewers of this profile?"
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Posts font size"
 
-#: mod/profiles.php:548
-msgid "Show more profile fields:"
-msgstr "Show more profile fields:"
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Text areas font size"
 
-#: mod/profiles.php:560
-msgid "Profile Actions"
-msgstr "Profile actions"
+#: src/Database/DBStructure.php:50
+msgid "There are no tables on MyISAM."
+msgstr "There are no tables on MyISAM."
 
-#: mod/profiles.php:561
-msgid "Edit Profile Details"
-msgstr "Edit Profile Details"
+#: src/Database/DBStructure.php:74
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nError %d occurred during database update:\n%s\n"
 
-#: mod/profiles.php:562 mod/crepair.php:149 mod/fsuggest.php:92
-#: mod/manage.php:183 mod/message.php:261 mod/message.php:441
-#: mod/photos.php:991 mod/photos.php:1101 mod/photos.php:1387
-#: mod/photos.php:1432 mod/photos.php:1471 mod/photos.php:1531
-#: mod/poke.php:184 mod/events.php:552 view/theme/duepuntozero/config.php:72
-#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74
-#: view/theme/vier/config.php:120 src/Module/Debug/Localtime.php:45
-#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178
-#: src/Module/Contact.php:560 src/Module/Install.php:212
-#: src/Module/Install.php:252 src/Module/Install.php:288
-#: src/Object/Post.php:879
-msgid "Submit"
-msgstr "Submit"
+#: src/Database/DBStructure.php:77
+msgid "Errors encountered performing database changes: "
+msgstr "Errors encountered performing database changes: "
 
-#: mod/profiles.php:563
-msgid "Change Profile Photo"
-msgstr "Change profile photo"
+#: src/Database/DBStructure.php:266
+#, php-format
+msgid "%s: Database update"
+msgstr "%s: Database update"
 
-#: mod/profiles.php:565
-msgid "View this profile"
-msgstr "View this profile"
+#: src/Database/DBStructure.php:527
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: updating %s table."
 
-#: mod/profiles.php:566
-msgid "View all profiles"
-msgstr "View all profiles"
+#: src/Object/Post.php:135
+msgid "This entry was edited"
+msgstr "This entry was edited"
 
-#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423
-msgid "Edit visibility"
-msgstr "Edit visibility"
+#: src/Object/Post.php:158
+msgid "Private Message"
+msgstr "Private message"
 
-#: mod/profiles.php:568
-msgid "Create a new profile using these settings"
-msgstr "Create a new profile using these settings"
+#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730
+msgid "Edit"
+msgstr "Edit"
 
-#: mod/profiles.php:569
-msgid "Clone this profile"
-msgstr "Clone this profile"
+#: src/Object/Post.php:197
+msgid "pinned item"
+msgstr "pinned item"
 
-#: mod/profiles.php:570
-msgid "Delete this profile"
-msgstr "Delete this profile"
+#: src/Object/Post.php:202
+msgid "Delete locally"
+msgstr "Delete locally"
 
-#: mod/profiles.php:572
-msgid "Basic information"
-msgstr "Basic information"
+#: src/Object/Post.php:205
+msgid "Delete globally"
+msgstr "Delete globally"
 
-#: mod/profiles.php:573
-msgid "Profile picture"
-msgstr "Profile picture"
+#: src/Object/Post.php:205
+msgid "Remove locally"
+msgstr "Remove locally"
 
-#: mod/profiles.php:575
-msgid "Preferences"
-msgstr "Preferences"
+#: src/Object/Post.php:219
+msgid "save to folder"
+msgstr "Save to folder"
 
-#: mod/profiles.php:576
-msgid "Status information"
-msgstr "Status information"
+#: src/Object/Post.php:254
+msgid "I will attend"
+msgstr "I will attend"
 
-#: mod/profiles.php:577
-msgid "Additional information"
-msgstr "Additional information"
+#: src/Object/Post.php:254
+msgid "I will not attend"
+msgstr "I will not attend"
 
-#: mod/profiles.php:579 mod/network.php:992
-#: src/Core/NotificationsManager.php:158
-msgid "Personal"
-msgstr "Personal"
+#: src/Object/Post.php:254
+msgid "I might attend"
+msgstr "I might attend"
 
-#: mod/profiles.php:580
-msgid "Relation"
-msgstr "Relation"
+#: src/Object/Post.php:282
+msgid "ignore thread"
+msgstr "Ignore thread"
 
-#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81
-msgid "Miscellaneous"
-msgstr "Miscellaneous"
+#: src/Object/Post.php:283
+msgid "unignore thread"
+msgstr "Unignore thread"
 
-#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39
-msgid "Upload Profile Photo"
-msgstr "Upload profile photo"
-
-#: mod/profiles.php:584
-msgid "Your Gender:"
-msgstr "Gender:"
+#: src/Object/Post.php:284
+msgid "toggle ignore status"
+msgstr "Toggle ignore status"
 
-#: mod/profiles.php:585
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Marital status:"
+#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89
+msgid "ignored"
+msgstr "Ignored"
 
-#: mod/profiles.php:586 src/Model/Profile.php:808
-msgid "Sexual Preference:"
-msgstr "Sexual preference:"
+#: src/Object/Post.php:296
+msgid "pin"
+msgstr "pin"
 
-#: mod/profiles.php:587
-msgid "Example: fishing photography software"
-msgstr "Example: fishing photography software"
+#: src/Object/Post.php:297
+msgid "unpin"
+msgstr "unpin"
 
-#: mod/profiles.php:592
-msgid "Profile Name:"
-msgstr "Profile name:"
+#: src/Object/Post.php:298
+msgid "toggle pin status"
+msgstr "toggle pin status"
 
-#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542
-msgid "Required"
-msgstr "Required"
+#: src/Object/Post.php:301
+msgid "pinned"
+msgstr "pinned"
 
-#: mod/profiles.php:594
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."
+#: src/Object/Post.php:308
+msgid "add star"
+msgstr "Add star"
 
-#: mod/profiles.php:595
-msgid "Your Full Name:"
-msgstr "My full name:"
+#: src/Object/Post.php:309
+msgid "remove star"
+msgstr "Remove star"
 
-#: mod/profiles.php:596
-msgid "Title/Description:"
-msgstr "Title/Description:"
+#: src/Object/Post.php:310
+msgid "toggle star status"
+msgstr "Toggle star status"
 
-#: mod/profiles.php:599
-msgid "Street Address:"
-msgstr "Street address:"
+#: src/Object/Post.php:313
+msgid "starred"
+msgstr "Starred"
 
-#: mod/profiles.php:600
-msgid "Locality/City:"
-msgstr "Locality/City:"
+#: src/Object/Post.php:317
+msgid "add tag"
+msgstr "Add tag"
 
-#: mod/profiles.php:601
-msgid "Region/State:"
-msgstr "Region/State:"
+#: src/Object/Post.php:328 mod/photos.php:1378
+msgid "I like this (toggle)"
+msgstr "I like this (toggle)"
 
-#: mod/profiles.php:602
-msgid "Postal/Zip Code:"
-msgstr "Postcode:"
+#: src/Object/Post.php:328
+msgid "like"
+msgstr "Like"
 
-#: mod/profiles.php:603
-msgid "Country:"
-msgstr "Country:"
+#: src/Object/Post.php:329 mod/photos.php:1379
+msgid "I don't like this (toggle)"
+msgstr "I don't like this (toggle)"
 
-#: mod/profiles.php:604 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "Age: "
+#: src/Object/Post.php:329
+msgid "dislike"
+msgstr "Dislike"
 
-#: mod/profiles.php:607
-msgid "Who: (if applicable)"
-msgstr "Who: (if applicable)"
+#: src/Object/Post.php:332
+msgid "Share this"
+msgstr "Share this"
 
-#: mod/profiles.php:607
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
+#: src/Object/Post.php:332
+msgid "share"
+msgstr "Share"
 
-#: mod/profiles.php:608
-msgid "Since [date]:"
-msgstr "Since when:"
+#: src/Object/Post.php:384
+#, php-format
+msgid "%s (Received %s)"
+msgstr "%s (Received %s)"
 
-#: mod/profiles.php:610
-msgid "Tell us about yourself..."
-msgstr "About myself:"
+#: src/Object/Post.php:409
+msgid "to"
+msgstr "to"
 
-#: mod/profiles.php:611
-msgid "XMPP (Jabber) address:"
-msgstr "XMPP (Jabber) address:"
+#: src/Object/Post.php:410
+msgid "via"
+msgstr "via"
 
-#: mod/profiles.php:611
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "The XMPP address will be propagated to your contacts so that they can follow you."
+#: src/Object/Post.php:411
+msgid "Wall-to-Wall"
+msgstr "Wall-to-wall"
 
-#: mod/profiles.php:612
-msgid "Homepage URL:"
-msgstr "Homepage URL:"
+#: src/Object/Post.php:412
+msgid "via Wall-To-Wall:"
+msgstr "via wall-to-wall:"
 
-#: mod/profiles.php:613 src/Model/Profile.php:816
-msgid "Hometown:"
-msgstr "Home town:"
+#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396
+#: mod/photos.php:1435 mod/photos.php:1500
+msgid "Comment"
+msgstr "Comment"
 
-#: mod/profiles.php:614 src/Model/Profile.php:824
-msgid "Political Views:"
-msgstr "Political views:"
+#: src/Object/Post.php:448
+#, php-format
+msgid "Reply to %s"
+msgstr "Reply to %s"
 
-#: mod/profiles.php:615
-msgid "Religious Views:"
-msgstr "Religious views:"
+#: src/Object/Post.php:464
+msgid "Notifier task is pending"
+msgstr "Notifier task is pending"
 
-#: mod/profiles.php:616
-msgid "Public Keywords:"
-msgstr "Public keywords:"
+#: src/Object/Post.php:465
+msgid "Delivery to remote servers is pending"
+msgstr "Delivery to remote servers is pending"
 
-#: mod/profiles.php:616
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "Used for suggesting potential friends, can be seen by others."
+#: src/Object/Post.php:466
+msgid "Delivery to remote servers is underway"
+msgstr "Delivery to remote servers is underway"
 
-#: mod/profiles.php:617
-msgid "Private Keywords:"
-msgstr "Private keywords:"
+#: src/Object/Post.php:467
+msgid "Delivery to remote servers is mostly done"
+msgstr "Delivery to remote servers is mostly done"
 
-#: mod/profiles.php:617
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "Used for searching profiles, never shown to others."
+#: src/Object/Post.php:468
+msgid "Delivery to remote servers is done"
+msgstr "Delivery to remote servers is done"
 
-#: mod/profiles.php:618 src/Model/Profile.php:840
-msgid "Likes:"
-msgstr "Likes:"
+#: src/Object/Post.php:488
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comment"
+msgstr[1] "%d comments"
 
-#: mod/profiles.php:619 src/Model/Profile.php:844
-msgid "Dislikes:"
-msgstr "Dislikes:"
+#: src/Object/Post.php:489
+msgid "Show more"
+msgstr "Show more"
 
-#: mod/profiles.php:620
-msgid "Musical interests"
-msgstr "Music:"
+#: src/Object/Post.php:490
+msgid "Show fewer"
+msgstr "Show fewer"
 
-#: mod/profiles.php:621
-msgid "Books, literature"
-msgstr "Books, literature, poetry:"
+#: src/Object/Post.php:501 src/Model/Item.php:3400
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "comment"
+msgstr[1] "comments"
 
-#: mod/profiles.php:622
-msgid "Television"
-msgstr "Television:"
+#: src/Object/Post.php:908 src/Module/Contact.php:1023
+#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433
+#: mod/photos.php:1498
+msgid "This is you"
+msgstr "This is me"
 
-#: mod/profiles.php:623
-msgid "Film/dance/culture/entertainment"
-msgstr "Film, dance, culture, entertainment"
+#: src/App.php:521
+msgid "No system theme config value set."
+msgstr "No system theme configuration value set."
 
-#: mod/profiles.php:624
-msgid "Hobbies/Interests"
-msgstr "Hobbies/Interests:"
+#: src/Content/Text/BBCode.php:490
+msgid "view full size"
+msgstr "view full size"
 
-#: mod/profiles.php:625
-msgid "Love/romance"
-msgstr "Love/Romance:"
+#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603
+#: src/Content/Text/BBCode.php:1604
+msgid "Image/photo"
+msgstr "Image/Photo"
 
-#: mod/profiles.php:626
-msgid "Work/employment"
-msgstr "Work/Employment:"
+#: src/Content/Text/BBCode.php:1045
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 
-#: mod/profiles.php:627
-msgid "School/education"
-msgstr "School/Education:"
+#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963
+msgid "Click to open/close"
+msgstr "Reveal/hide"
 
-#: mod/profiles.php:628
-msgid "Contact information and Social Networks"
-msgstr "Contact information and other social networks:"
+#: src/Content/Text/BBCode.php:1552
+msgid "$1 wrote:"
+msgstr "$1 wrote:"
 
-#: mod/profiles.php:659 src/Model/Profile.php:419
-msgid "Profile Image"
-msgstr "Profile image"
+#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607
+msgid "Encrypted content"
+msgstr "Encrypted content"
 
-#: mod/profiles.php:661 src/Model/Profile.php:422
-msgid "visible to everybody"
-msgstr "Visible to everybody"
+#: src/Content/Text/BBCode.php:1829
+msgid "Invalid source protocol"
+msgstr "Invalid source protocol"
 
-#: mod/profiles.php:668
-msgid "Edit/Manage Profiles"
-msgstr "Edit/Manage Profiles"
+#: src/Content/Text/BBCode.php:1844
+msgid "Invalid link protocol"
+msgstr "Invalid link protocol"
 
-#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430
-msgid "Change profile photo"
-msgstr "Change profile photo"
+#: src/Content/Text/HTML.php:811
+msgid "Loading more entries..."
+msgstr "Loading more entries..."
 
-#: mod/profiles.php:670 src/Model/Profile.php:410
-msgid "Create New Profile"
-msgstr "Create new profile"
+#: src/Content/Text/HTML.php:812
+msgid "The end"
+msgstr "The end"
 
-#: mod/cal.php:34 mod/cal.php:38 mod/community.php:40 mod/follow.php:20
-#: src/Module/Debug/ItemBody.php:18
-msgid "Access denied."
-msgstr "Access denied."
+#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49
+#: mod/notes.php:46 mod/editpost.php:72
+msgid "Save"
+msgstr "Save"
 
-#: mod/cal.php:140 mod/display.php:303 src/Module/Profile.php:185
-msgid "Access to this profile has been restricted."
-msgstr "Access to this profile has been restricted."
+#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540
+#: src/Module/Contact.php:318
+msgid "Follow"
+msgstr "Follow"
 
-#: mod/cal.php:271 mod/events.php:383 view/theme/frio/theme.php:271
-#: view/theme/frio/theme.php:275 src/Content/Nav.php:164
-#: src/Content/Nav.php:228 src/Model/Profile.php:953 src/Model/Profile.php:964
-msgid "Events"
-msgstr "Events"
+#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200
+#: src/Module/Search/Index.php:80
+msgid "Search"
+msgstr "Search"
 
-#: mod/cal.php:272 mod/events.php:384
-msgid "View"
-msgstr "View"
+#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79
+msgid "@name, !forum, #tags, content"
+msgstr "@name, !forum, #tags, content"
 
-#: mod/cal.php:273 mod/events.php:386
-msgid "Previous"
-msgstr "Previous"
+#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203
+msgid "Full Text"
+msgstr "Full text"
 
-#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:174
-msgid "Next"
-msgstr "Next"
+#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204
+#: src/Content/Widget/TagCloud.php:54
+msgid "Tags"
+msgstr "Tags"
 
-#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428
-msgid "today"
-msgstr "today"
+#: src/Content/ContactSelector.php:58
+msgid "Frequently"
+msgstr "Frequently"
 
-#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314
-#: src/Model/Event.php:429
-msgid "month"
-msgstr "month"
+#: src/Content/ContactSelector.php:59
+msgid "Hourly"
+msgstr "Hourly"
 
-#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315
-#: src/Model/Event.php:430
-msgid "week"
-msgstr "week"
-
-#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316
-#: src/Model/Event.php:431
-msgid "day"
-msgstr "day"
+#: src/Content/ContactSelector.php:60
+msgid "Twice daily"
+msgstr "Twice daily"
 
-#: mod/cal.php:281 mod/events.php:396
-msgid "list"
-msgstr "List"
+#: src/Content/ContactSelector.php:61
+msgid "Daily"
+msgstr "Daily"
 
-#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88
-msgid "User not found"
-msgstr "User not found"
+#: src/Content/ContactSelector.php:62
+msgid "Weekly"
+msgstr "Weekly"
 
-#: mod/cal.php:310
-msgid "This calendar format is not supported"
-msgstr "This calendar format is not supported"
+#: src/Content/ContactSelector.php:63
+msgid "Monthly"
+msgstr "Monthly"
 
-#: mod/cal.php:312
-msgid "No exportable data found"
-msgstr "No exportable data found"
+#: src/Content/ContactSelector.php:116
+msgid "DFRN"
+msgstr "DFRN"
 
-#: mod/cal.php:329
-msgid "calendar"
-msgstr "calendar"
+#: src/Content/ContactSelector.php:117
+msgid "OStatus"
+msgstr "OStatus"
 
-#: mod/common.php:90
-msgid "No contacts in common."
-msgstr "No contacts in common."
+#: src/Content/ContactSelector.php:118
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: mod/common.php:141 src/Module/Contact.php:870
-msgid "Common Friends"
-msgstr "Common friends"
+#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272
+#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
+#: src/Module/Admin/Users.php:315
+msgid "Email"
+msgstr "Email"
 
-#: mod/community.php:33 mod/dfrn_request.php:597 mod/photos.php:850
-#: mod/search.php:87 mod/search.php:93 mod/videos.php:118 mod/display.php:201
-#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19
-#: src/Module/Directory.php:30
-msgid "Public access denied."
-msgstr "Public access denied."
+#: src/Content/ContactSelector.php:120 mod/settings.php:800
+msgid "Diaspora"
+msgstr "diaspora*"
 
-#: mod/community.php:76
-msgid "Community option not available."
-msgstr "Community option not available."
+#: src/Content/ContactSelector.php:121
+msgid "Zot!"
+msgstr "Zot!"
 
-#: mod/community.php:93
-msgid "Not available."
-msgstr "Not available."
+#: src/Content/ContactSelector.php:122
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: mod/community.php:103
-msgid "Local Community"
-msgstr "Local community"
+#: src/Content/ContactSelector.php:123
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: mod/community.php:106
-msgid "Posts from local users on this server"
-msgstr "Posts from local users on this server"
+#: src/Content/ContactSelector.php:124
+msgid "MySpace"
+msgstr "MySpace"
 
-#: mod/community.php:114
-msgid "Global Community"
-msgstr "Global community"
+#: src/Content/ContactSelector.php:125
+msgid "Google+"
+msgstr "Google+"
 
-#: mod/community.php:117
-msgid "Posts from users of the whole federated network"
-msgstr "Posts from users of the whole federated network"
+#: src/Content/ContactSelector.php:126
+msgid "pump.io"
+msgstr "pump.io"
 
-#: mod/community.php:163 mod/search.php:222
-msgid "No results."
-msgstr "No results."
+#: src/Content/ContactSelector.php:127
+msgid "Twitter"
+msgstr "Twitter"
 
-#: mod/community.php:215
-msgid ""
-"This community stream shows all public posts received by this node. They may"
-" not reflect the opinions of this node’s users."
-msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."
+#: src/Content/ContactSelector.php:128
+msgid "Discourse"
+msgstr "Discourse"
 
-#: mod/crepair.php:79
-msgid "Contact settings applied."
-msgstr "Contact settings applied."
+#: src/Content/ContactSelector.php:129
+msgid "Diaspora Connector"
+msgstr "diaspora* connector"
 
-#: mod/crepair.php:81
-msgid "Contact update failed."
-msgstr "Contact update failed."
+#: src/Content/ContactSelector.php:130
+msgid "GNU Social Connector"
+msgstr "GNU Social Connector"
 
-#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:32
-#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:140
-#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92
-msgid "Contact not found."
-msgstr "Contact not found."
+#: src/Content/ContactSelector.php:131
+msgid "ActivityPub"
+msgstr "ActivityPub"
 
-#: mod/crepair.php:115
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information, your communications with this contact might be disrupted."
+#: src/Content/ContactSelector.php:132
+msgid "pnut"
+msgstr "pnut"
 
-#: mod/crepair.php:116
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
+#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271
+#: src/Content/ContactSelector.php:309
+msgid "No answer"
+msgstr "No answer"
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "No mirroring"
-msgstr "No mirroring"
+#: src/Content/ContactSelector.php:232
+msgid "Male"
+msgstr "Male"
 
-#: mod/crepair.php:130
-msgid "Mirror as forwarded posting"
-msgstr "Mirror as forwarded posting"
+#: src/Content/ContactSelector.php:233
+msgid "Female"
+msgstr "Female"
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "Mirror as my own posting"
-msgstr "Mirror as my own posting"
+#: src/Content/ContactSelector.php:234
+msgid "Currently Male"
+msgstr "Currently male"
 
-#: mod/crepair.php:145
-msgid "Return to contact editor"
-msgstr "Return to contact editor"
+#: src/Content/ContactSelector.php:235
+msgid "Currently Female"
+msgstr "Currently female"
 
-#: mod/crepair.php:147
-msgid "Refetch contact data"
-msgstr "Re-fetch contact data."
+#: src/Content/ContactSelector.php:236
+msgid "Mostly Male"
+msgstr "Mostly male"
 
-#: mod/crepair.php:150
-msgid "Remote Self"
-msgstr "Remote self"
+#: src/Content/ContactSelector.php:237
+msgid "Mostly Female"
+msgstr "Mostly female"
 
-#: mod/crepair.php:153
-msgid "Mirror postings from this contact"
-msgstr "Mirror postings from this contact:"
+#: src/Content/ContactSelector.php:238
+msgid "Transgender"
+msgstr "Transgender"
 
-#: mod/crepair.php:155
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "This will cause Friendica to repost new entries from this contact."
+#: src/Content/ContactSelector.php:239
+msgid "Intersex"
+msgstr "Intersex"
 
-#: mod/crepair.php:159 mod/settings.php:679 mod/settings.php:705
-#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272
-#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
-#: src/Module/Admin/Users.php:313
-msgid "Name"
-msgstr "Name:"
+#: src/Content/ContactSelector.php:240
+msgid "Transsexual"
+msgstr "Transsexual"
 
-#: mod/crepair.php:160
-msgid "Account Nickname"
-msgstr "Account nickname:"
+#: src/Content/ContactSelector.php:241
+msgid "Hermaphrodite"
+msgstr "Hermaphrodite"
 
-#: mod/crepair.php:161
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tag name - overrides name/nickname:"
+#: src/Content/ContactSelector.php:242
+msgid "Neuter"
+msgstr "Neuter"
 
-#: mod/crepair.php:162
-msgid "Account URL"
-msgstr "Account URL:"
+#: src/Content/ContactSelector.php:243
+msgid "Non-specific"
+msgstr "Non-specific"
 
-#: mod/crepair.php:163
-msgid "Account URL Alias"
-msgstr "Account URL alias"
+#: src/Content/ContactSelector.php:244
+msgid "Other"
+msgstr "Other"
 
-#: mod/crepair.php:164
-msgid "Friend Request URL"
-msgstr "Friend request URL:"
+#: src/Content/ContactSelector.php:272
+msgid "Males"
+msgstr "Males"
 
-#: mod/crepair.php:165
-msgid "Friend Confirm URL"
-msgstr "Friend confirm URL:"
+#: src/Content/ContactSelector.php:273
+msgid "Females"
+msgstr "Females"
 
-#: mod/crepair.php:166
-msgid "Notification Endpoint URL"
-msgstr "Notification endpoint URL"
+#: src/Content/ContactSelector.php:274
+msgid "Gay"
+msgstr "Gay"
 
-#: mod/crepair.php:167
-msgid "Poll/Feed URL"
-msgstr "Poll/Feed URL:"
+#: src/Content/ContactSelector.php:275
+msgid "Lesbian"
+msgstr "Lesbian"
 
-#: mod/crepair.php:168
-msgid "New photo from this URL"
-msgstr "New photo from this URL:"
+#: src/Content/ContactSelector.php:276
+msgid "No Preference"
+msgstr "No Preference"
 
-#: mod/dfrn_confirm.php:126
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
+#: src/Content/ContactSelector.php:277
+msgid "Bisexual"
+msgstr "Bisexual"
 
-#: mod/dfrn_confirm.php:227
-msgid "Response from remote site was not understood."
-msgstr "Response from remote site was not understood."
+#: src/Content/ContactSelector.php:278
+msgid "Autosexual"
+msgstr "Auto-sexual"
 
-#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240
-msgid "Unexpected response from remote site: "
-msgstr "Unexpected response from remote site: "
+#: src/Content/ContactSelector.php:279
+msgid "Abstinent"
+msgstr "Abstinent"
 
-#: mod/dfrn_confirm.php:249
-msgid "Confirmation completed successfully."
-msgstr "Confirmation completed successfully."
+#: src/Content/ContactSelector.php:280
+msgid "Virgin"
+msgstr "Virgin"
 
-#: mod/dfrn_confirm.php:261
-msgid "Temporary failure. Please wait and try again."
-msgstr "Temporary failure. Please wait and try again."
+#: src/Content/ContactSelector.php:281
+msgid "Deviant"
+msgstr "Deviant"
 
-#: mod/dfrn_confirm.php:264
-msgid "Introduction failed or was revoked."
-msgstr "Introduction failed or was revoked."
+#: src/Content/ContactSelector.php:282
+msgid "Fetish"
+msgstr "Fetish"
 
-#: mod/dfrn_confirm.php:269
-msgid "Remote site reported: "
-msgstr "Remote site reported: "
+#: src/Content/ContactSelector.php:283
+msgid "Oodles"
+msgstr "Oodles"
 
-#: mod/dfrn_confirm.php:374
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "No user record found for '%s' "
+#: src/Content/ContactSelector.php:284
+msgid "Nonsexual"
+msgstr "Asexual"
 
-#: mod/dfrn_confirm.php:384
-msgid "Our site encryption key is apparently messed up."
-msgstr "Our site encryption key is apparently messed up."
+#: src/Content/ContactSelector.php:310
+msgid "Single"
+msgstr "Single"
 
-#: mod/dfrn_confirm.php:395
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "An empty URL was provided, or the URL could not be decrypted by us."
+#: src/Content/ContactSelector.php:311
+msgid "Lonely"
+msgstr "Lonely"
 
-#: mod/dfrn_confirm.php:411
-msgid "Contact record was not found for you on our site."
-msgstr "Contact record was not found for you on our site."
+#: src/Content/ContactSelector.php:312
+msgid "In a relation"
+msgstr "In a relation"
 
-#: mod/dfrn_confirm.php:425
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Site public key not available in contact record for URL %s."
+#: src/Content/ContactSelector.php:313
+msgid "Has crush"
+msgstr "Having a crush"
 
-#: mod/dfrn_confirm.php:441
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
+#: src/Content/ContactSelector.php:314
+msgid "Infatuated"
+msgstr "Infatuated"
 
-#: mod/dfrn_confirm.php:452
-msgid "Unable to set your contact credentials on our system."
-msgstr "Unable to set your contact credentials on our system."
+#: src/Content/ContactSelector.php:315
+msgid "Dating"
+msgstr "Dating"
 
-#: mod/dfrn_confirm.php:508
-msgid "Unable to update your contact profile details on our system"
-msgstr "Unable to update your contact profile details on our system"
+#: src/Content/ContactSelector.php:316
+msgid "Unfaithful"
+msgstr "Unfaithful"
 
-#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560
-#: src/Model/Contact.php:2551
-msgid "[Name Withheld]"
-msgstr "[Name Withheld]"
+#: src/Content/ContactSelector.php:317
+msgid "Sex Addict"
+msgstr "Sex addict"
 
-#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s welcomes %2$s"
+#: src/Content/ContactSelector.php:318 src/Model/User.php:807
+msgid "Friends"
+msgstr "Friends"
 
-#: mod/dfrn_request.php:98
-msgid "This introduction has already been accepted."
-msgstr "This introduction has already been accepted."
+#: src/Content/ContactSelector.php:319
+msgid "Friends/Benefits"
+msgstr "Friends with benefits"
 
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:354
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profile location is not valid or does not contain profile information."
+#: src/Content/ContactSelector.php:320
+msgid "Casual"
+msgstr "Casual"
 
-#: mod/dfrn_request.php:120 mod/dfrn_request.php:358
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Warning: profile location has no identifiable owner name."
+#: src/Content/ContactSelector.php:321
+msgid "Engaged"
+msgstr "Engaged"
 
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:361
-msgid "Warning: profile location has no profile photo."
-msgstr "Warning: profile location has no profile photo."
+#: src/Content/ContactSelector.php:322
+msgid "Married"
+msgstr "Married"
 
-#: mod/dfrn_request.php:127 mod/dfrn_request.php:365
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d required parameter was not found at the given location"
-msgstr[1] "%d required parameters were not found at the given location"
+#: src/Content/ContactSelector.php:323
+msgid "Imaginarily married"
+msgstr "Imaginarily married"
 
-#: mod/dfrn_request.php:165
-msgid "Introduction complete."
-msgstr "Introduction complete."
+#: src/Content/ContactSelector.php:324
+msgid "Partners"
+msgstr "Partners"
 
-#: mod/dfrn_request.php:201
-msgid "Unrecoverable protocol error."
-msgstr "Unrecoverable protocol error."
+#: src/Content/ContactSelector.php:325
+msgid "Cohabiting"
+msgstr "Cohabiting"
 
-#: mod/dfrn_request.php:228
-msgid "Profile unavailable."
-msgstr "Profile unavailable."
+#: src/Content/ContactSelector.php:326
+msgid "Common law"
+msgstr "Common law spouse"
 
-#: mod/dfrn_request.php:249
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s has received too many connection requests today."
+#: src/Content/ContactSelector.php:327
+msgid "Happy"
+msgstr "Happy"
 
-#: mod/dfrn_request.php:250
-msgid "Spam protection measures have been invoked."
-msgstr "Spam protection measures have been invoked."
+#: src/Content/ContactSelector.php:328
+msgid "Not looking"
+msgstr "Not looking"
 
-#: mod/dfrn_request.php:251
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Friends are advised to please try again in 24 hours."
+#: src/Content/ContactSelector.php:329
+msgid "Swinger"
+msgstr "Swinger"
 
-#: mod/dfrn_request.php:275
-msgid "Invalid locator"
-msgstr "Invalid locator"
+#: src/Content/ContactSelector.php:330
+msgid "Betrayed"
+msgstr "Betrayed"
 
-#: mod/dfrn_request.php:311
-msgid "You have already introduced yourself here."
-msgstr "You have already introduced yourself here."
+#: src/Content/ContactSelector.php:331
+msgid "Separated"
+msgstr "Separated"
 
-#: mod/dfrn_request.php:314
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Apparently you are already friends with %s."
+#: src/Content/ContactSelector.php:332
+msgid "Unstable"
+msgstr "Unstable"
 
-#: mod/dfrn_request.php:334
-msgid "Invalid profile URL."
-msgstr "Invalid profile URL."
+#: src/Content/ContactSelector.php:333
+msgid "Divorced"
+msgstr "Divorced"
 
-#: mod/dfrn_request.php:340 src/Model/Contact.php:2182
-msgid "Disallowed profile URL."
-msgstr "Disallowed profile URL."
+#: src/Content/ContactSelector.php:334
+msgid "Imaginarily divorced"
+msgstr "Imaginarily divorced"
 
-#: mod/dfrn_request.php:346 src/Model/Contact.php:2187
-#: src/Module/Friendica.php:59
-msgid "Blocked domain"
-msgstr "Blocked domain"
+#: src/Content/ContactSelector.php:335
+msgid "Widowed"
+msgstr "Widowed"
 
-#: mod/dfrn_request.php:413 src/Module/Contact.php:143
-msgid "Failed to update contact record."
-msgstr "Failed to update contact record."
+#: src/Content/ContactSelector.php:336
+msgid "Uncertain"
+msgstr "Uncertain"
 
-#: mod/dfrn_request.php:433
-msgid "Your introduction has been sent."
-msgstr "Your introduction has been sent."
+#: src/Content/ContactSelector.php:337
+msgid "It's complicated"
+msgstr "It's complicated"
 
-#: mod/dfrn_request.php:471
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
+#: src/Content/ContactSelector.php:338
+msgid "Don't care"
+msgstr "Don't care"
 
-#: mod/dfrn_request.php:487
-msgid "Please login to confirm introduction."
-msgstr "Please login to confirm introduction."
+#: src/Content/ContactSelector.php:339
+msgid "Ask me"
+msgstr "Ask me"
 
-#: mod/dfrn_request.php:495
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
+#: src/Content/Widget.php:39
+msgid "Add New Contact"
+msgstr "Add new contact"
 
-#: mod/dfrn_request.php:509 mod/dfrn_request.php:524
-msgid "Confirm"
-msgstr "Confirm"
+#: src/Content/Widget.php:40
+msgid "Enter address or web location"
+msgstr "Enter address or web location"
 
-#: mod/dfrn_request.php:520
-msgid "Hide this contact"
-msgstr "Hide this contact"
+#: src/Content/Widget.php:41
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Example: jo@example.com, http://example.com/jo"
 
-#: mod/dfrn_request.php:522
-#, php-format
-msgid "Welcome home %s."
-msgstr "Welcome home %s."
+#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135
+#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106
+msgid "Connect"
+msgstr "Connect"
 
-#: mod/dfrn_request.php:523
+#: src/Content/Widget.php:59
 #, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Please confirm your introduction/connection request to %s."
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitation available"
+msgstr[1] "%d invitations available"
 
-#: mod/dfrn_request.php:632
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
+#: src/Content/Widget.php:197 src/Core/ACL.php:283
+#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792
+#: mod/lockview.php:78 mod/lockview.php:113
+msgid "Followers"
+msgstr "Followers"
 
-#: mod/dfrn_request.php:634
-#, php-format
-msgid ""
-"If you are not yet a member of the free social web, <a href=\"%s\">follow "
-"this link to find a public Friendica site and join us today</a>."
-msgstr "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."
+#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127
+#: src/Module/Contact.php:793
+msgid "Following"
+msgstr "Following"
 
-#: mod/dfrn_request.php:637
-msgid "Friend/Connection Request"
-msgstr "Friend/Connection request"
+#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128
+#: src/Module/Contact.php:794
+msgid "Mutual friends"
+msgstr "Mutual friends"
 
-#: mod/dfrn_request.php:638
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
-msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"
+#: src/Content/Widget.php:204
+msgid "Relationships"
+msgstr "Relationships"
 
-#: mod/dfrn_request.php:639 mod/follow.php:162
-msgid "Please answer the following:"
-msgstr "Please answer the following:"
+#: src/Content/Widget.php:206 src/Module/Group.php:287
+#: src/Module/Contact.php:681
+msgid "All Contacts"
+msgstr "All contacts"
 
-#: mod/dfrn_request.php:640 mod/follow.php:163
-#, php-format
-msgid "Does %s know you?"
-msgstr "Does %s know you?"
+#: src/Content/Widget.php:249
+msgid "Protocols"
+msgstr "Protocols"
 
-#: mod/dfrn_request.php:641 mod/follow.php:164
-msgid "Add a personal note:"
-msgstr "Add a personal note:"
+#: src/Content/Widget.php:251
+msgid "All Protocols"
+msgstr "All protocols"
 
-#: mod/dfrn_request.php:643
-msgid "Friendica"
-msgstr "Friendica"
+#: src/Content/Widget.php:288
+msgid "Saved Folders"
+msgstr "Saved Folders"
 
-#: mod/dfrn_request.php:644
-msgid "GNU Social (Pleroma, Mastodon)"
-msgstr "GNU Social (Pleroma, Mastodon)"
+#: src/Content/Widget.php:290 src/Content/Widget.php:329
+msgid "Everything"
+msgstr "Everything"
 
-#: mod/dfrn_request.php:645
-msgid "Diaspora (Socialhome, Hubzilla)"
-msgstr "diaspora* (Socialhome, Hubzilla)"
+#: src/Content/Widget.php:327
+msgid "Categories"
+msgstr "Categories"
 
-#: mod/dfrn_request.php:646
+#: src/Content/Widget.php:404
 #, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - please do not use this form.  Instead, enter %s into your diaspora* search bar."
-
-#: mod/editpost.php:28 mod/editpost.php:38
-msgid "Item not found"
-msgstr "Item not found"
-
-#: mod/editpost.php:45
-msgid "Edit post"
-msgstr "Edit post"
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contact in common"
+msgstr[1] "%d contacts in common"
 
-#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:887
-#: src/Module/Filer/SaveTag.php:49
-msgid "Save"
-msgstr "Save"
+#: src/Content/Widget.php:503 src/Content/Feature.php:100
+msgid "Archives"
+msgstr "Archives"
 
-#: mod/editpost.php:77
-msgid "web link"
-msgstr "web link"
+#: src/Content/OEmbed.php:254
+msgid "Embedding disabled"
+msgstr "Embedding disabled"
 
-#: mod/editpost.php:78
-msgid "Insert video link"
-msgstr "Insert video link"
+#: src/Content/OEmbed.php:377
+msgid "Embedded content"
+msgstr "Embedded content"
 
-#: mod/editpost.php:79
-msgid "video link"
-msgstr "video link"
+#: src/Content/Feature.php:82
+msgid "General Features"
+msgstr "General"
 
-#: mod/editpost.php:80
-msgid "Insert audio link"
-msgstr "Insert audio link"
+#: src/Content/Feature.php:84
+msgid "Multiple Profiles"
+msgstr "Multiple profiles"
 
-#: mod/editpost.php:81
-msgid "audio link"
-msgstr "audio link"
+#: src/Content/Feature.php:84
+msgid "Ability to create multiple profiles"
+msgstr "Ability to create multiple profiles"
 
-#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200
-msgid "CC: email addresses"
-msgstr "CC: email addresses"
+#: src/Content/Feature.php:85
+msgid "Photo Location"
+msgstr "Photo location"
 
-#: mod/editpost.php:102 src/Core/ACL.php:309
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Example: bob@example.com, mary@example.com"
+#: src/Content/Feature.php:85
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata."
 
-#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162
-#: src/Model/Profile.php:933
-msgid "Photos"
-msgstr "Photos"
+#: src/Content/Feature.php:86
+msgid "Export Public Calendar"
+msgstr "Export public calendar"
 
-#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:196
-#: mod/photos.php:973 mod/photos.php:1090 mod/photos.php:1107
-#: mod/photos.php:1584 mod/photos.php:1599 src/Model/Photo.php:574
-#: src/Model/Photo.php:583
-msgid "Contact Photos"
-msgstr "Contact photos"
+#: src/Content/Feature.php:86
+msgid "Ability for visitors to download the public calendar"
+msgstr "Ability for visitors to download the public calendar"
 
-#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247
-msgid "Upload"
-msgstr "Upload"
+#: src/Content/Feature.php:87
+msgid "Trending Tags"
+msgstr "Trending tags"
 
-#: mod/fbrowser.php:136
-msgid "Files"
-msgstr "Files"
+#: src/Content/Feature.php:87
+msgid ""
+"Show a community page widget with a list of the most popular tags in recent "
+"public posts."
+msgstr "Show a community page widget with a list of the most popular tags in recent public posts."
 
-#: mod/follow.php:46
-msgid "The contact could not be added."
-msgstr "Contact could not be added."
+#: src/Content/Feature.php:92
+msgid "Post Composition Features"
+msgstr "Post composition"
 
-#: mod/follow.php:87
-msgid "You already added this contact."
-msgstr "You already added this contact."
+#: src/Content/Feature.php:93
+msgid "Auto-mention Forums"
+msgstr "Auto-mention forums"
 
-#: mod/follow.php:99
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "diaspora* support isn't enabled. Contact can't be added."
+#: src/Content/Feature.php:93
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
 
-#: mod/follow.php:106
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "OStatus support is disabled. Contact can't be added."
+#: src/Content/Feature.php:94
+msgid "Explicit Mentions"
+msgstr "Explicit Mentions"
 
-#: mod/follow.php:113
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "The network type couldn't be detected. Contact can't be added."
+#: src/Content/Feature.php:94
+msgid ""
+"Add explicit mentions to comment box for manual control over who gets "
+"mentioned in replies."
+msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies."
 
-#: mod/follow.php:183 mod/notifications.php:276 src/Model/Profile.php:820
-#: src/Module/Contact.php:613
-msgid "Tags:"
-msgstr "Tags:"
+#: src/Content/Feature.php:99
+msgid "Network Sidebar"
+msgstr "Network sidebar"
 
-#: mod/fsuggest.php:44
-msgid "Suggested contact not found."
-msgstr ""
+#: src/Content/Feature.php:100
+msgid "Ability to select posts by date ranges"
+msgstr "Ability to select posts by date ranges"
 
-#: mod/fsuggest.php:57
-msgid "Friend suggestion sent."
-msgstr "Friend suggestion sent"
+#: src/Content/Feature.php:101
+msgid "Protocol Filter"
+msgstr "Protocol filter"
 
-#: mod/fsuggest.php:79
-msgid "Suggest Friends"
-msgstr "Suggest friends"
+#: src/Content/Feature.php:101
+msgid "Enable widget to display Network posts only from selected protocols"
+msgstr "Enable widget to display Network posts only from selected protocols"
 
-#: mod/fsuggest.php:81
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Suggest a friend for %s"
+#: src/Content/Feature.php:106
+msgid "Network Tabs"
+msgstr "Network tabs"
 
-#: mod/hcard.php:20
-msgid "No profile"
-msgstr "No profile"
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "Network new tab"
 
-#: mod/lockview.php:47 mod/lockview.php:58
-msgid "Remote privacy information not available."
-msgstr "Remote privacy information not available."
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Enable tab to display only new network posts (last 12 hours)"
 
-#: mod/lockview.php:67
-msgid "Visible to:"
-msgstr "Visible to:"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "Network shared links tab"
 
-#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192
-#: src/Module/Item/Compose.php:97 src/Module/Profile/Contacts.php:126
-#: src/Module/Contact.php:771
-msgid "Followers"
-msgstr ""
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Enable tab to display only network posts with links in them"
 
-#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104
-msgid "Mutuals"
-msgstr ""
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "Post/Comment tools"
 
-#: mod/lostpass.php:26
-msgid "No valid account found."
-msgstr "No valid account found."
+#: src/Content/Feature.php:114
+msgid "Post Categories"
+msgstr "Post categories"
 
-#: mod/lostpass.php:38
-msgid "Password reset request issued. Check your email."
-msgstr "Password reset request issued. Please check your email."
+#: src/Content/Feature.php:114
+msgid "Add categories to your posts"
+msgstr "Add categories to your posts"
 
-#: mod/lostpass.php:44
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."
+#: src/Content/Feature.php:119
+msgid "Advanced Profile Settings"
+msgstr "Advanced profiles"
 
-#: mod/lostpass.php:55
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s"
+#: src/Content/Feature.php:120
+msgid "List Forums"
+msgstr "List forums"
 
-#: mod/lostpass.php:74
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Password reset requested at %s"
+#: src/Content/Feature.php:120
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Show visitors of public community forums at the advanced profile page"
 
-#: mod/lostpass.php:89
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
+#: src/Content/Feature.php:121
+msgid "Tag Cloud"
+msgstr "Tag cloud"
 
-#: mod/lostpass.php:102
-msgid "Request has expired, please make a new one."
-msgstr "Request has expired, please make a new one."
+#: src/Content/Feature.php:121
+msgid "Provide a personal tag cloud on your profile page"
+msgstr "Provide a personal tag cloud on your profile page"
 
-#: mod/lostpass.php:117
-msgid "Forgot your Password?"
-msgstr "Reset My Password"
+#: src/Content/Feature.php:122
+msgid "Display Membership Date"
+msgstr "Display membership date"
 
-#: mod/lostpass.php:118
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
+#: src/Content/Feature.php:122
+msgid "Display membership date in profile"
+msgstr "Display membership date in profile"
 
-#: mod/lostpass.php:119 src/Module/Login.php:318
-msgid "Nickname or Email: "
-msgstr "Nickname or email: "
+#: src/Content/Nav.php:74
+msgid "Nothing new here"
+msgstr "Nothing new here"
 
-#: mod/lostpass.php:120
-msgid "Reset"
-msgstr "Reset"
+#: src/Content/Nav.php:78
+msgid "Clear notifications"
+msgstr "Clear notifications"
 
-#: mod/lostpass.php:135 src/Module/Login.php:330
-msgid "Password Reset"
-msgstr "Forgotten password?"
+#: src/Content/Nav.php:153 src/Module/Login.php:136
+msgid "Logout"
+msgstr "Logout"
 
-#: mod/lostpass.php:136
-msgid "Your password has been reset as requested."
-msgstr "Your password has been reset as requested."
+#: src/Content/Nav.php:153
+msgid "End this session"
+msgstr "End this session"
 
-#: mod/lostpass.php:137
-msgid "Your new password is"
-msgstr "Your new password is"
+#: src/Content/Nav.php:155 src/Module/Login.php:137
+#: src/Module/Bookmarklet.php:25
+msgid "Login"
+msgstr "Login"
 
-#: mod/lostpass.php:138
-msgid "Save or copy your new password - and then"
-msgstr "Save or copy your new password - and then"
+#: src/Content/Nav.php:155
+msgid "Sign in"
+msgstr "Sign in"
 
-#: mod/lostpass.php:139
-msgid "click here to login"
-msgstr "click here to login"
+#: src/Content/Nav.php:165
+msgid "Personal notes"
+msgstr "Personal notes"
 
-#: mod/lostpass.php:140
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
+#: src/Content/Nav.php:165
+msgid "Your personal notes"
+msgstr "My personal notes"
 
-#: mod/lostpass.php:147
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"
+#: src/Content/Nav.php:182 src/Content/Nav.php:244
+msgid "Home"
+msgstr "Home"
 
-#: mod/lostpass.php:153
-#, php-format
-msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
-msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"
+#: src/Content/Nav.php:182
+msgid "Home Page"
+msgstr "Home page"
 
-#: mod/lostpass.php:169
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Your password has been changed at %s"
+#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130
+msgid "Register"
+msgstr "Sign up now >>"
 
-#: mod/manage.php:179
-msgid "Manage Identities and/or Pages"
-msgstr "Manage Identities and Pages"
+#: src/Content/Nav.php:186
+msgid "Create an account"
+msgstr "Create account"
 
-#: mod/manage.php:180
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Accounts that I manage or own."
+#: src/Content/Nav.php:192
+msgid "Help and documentation"
+msgstr "Help and documentation"
 
-#: mod/manage.php:181
-msgid "Select an identity to manage: "
-msgstr "Select identity:"
+#: src/Content/Nav.php:196
+msgid "Apps"
+msgstr "Apps"
 
-#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257
-msgid "New Message"
-msgstr "New Message"
+#: src/Content/Nav.php:196
+msgid "Addon applications, utilities, games"
+msgstr "Addon applications, utilities, games"
 
-#: mod/message.php:74
-msgid "Unable to locate contact information."
-msgstr "Unable to locate contact information."
+#: src/Content/Nav.php:200
+msgid "Search site content"
+msgstr "Search site content"
 
-#: mod/message.php:110 mod/notifications.php:49 mod/notifications.php:198
-#: mod/notifications.php:254
-msgid "Discard"
-msgstr "Discard"
+#: src/Content/Nav.php:224
+msgid "Community"
+msgstr "Community"
 
-#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254
-msgid "Messages"
-msgstr "Messages"
+#: src/Content/Nav.php:224
+msgid "Conversations on this and other servers"
+msgstr "Conversations on this and other servers"
 
-#: mod/message.php:148
-msgid "Do you really want to delete this message?"
-msgstr "Do you really want to delete this message?"
+#: src/Content/Nav.php:231
+msgid "Directory"
+msgstr "Directory"
 
-#: mod/message.php:166
-msgid "Conversation not found."
-msgstr "Conversation not found."
+#: src/Content/Nav.php:231
+msgid "People directory"
+msgstr "People directory"
 
-#: mod/message.php:171
-msgid "Message deleted."
-msgstr "Message deleted."
+#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
+msgid "Information"
+msgstr "Information"
 
-#: mod/message.php:176 mod/message.php:190
-msgid "Conversation removed."
-msgstr "Conversation removed."
+#: src/Content/Nav.php:233
+msgid "Information about this friendica instance"
+msgstr "Information about this Friendica instance"
 
-#: mod/message.php:289
-msgid "No messages."
-msgstr "No messages."
+#: src/Content/Nav.php:236 src/Module/Tos.php:73
+#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43
+#: src/Module/Register.php:138
+msgid "Terms of Service"
+msgstr "Terms of Service"
 
-#: mod/message.php:352
-msgid "Message not available."
-msgstr "Message not available."
+#: src/Content/Nav.php:236
+msgid "Terms of Service of this Friendica instance"
+msgstr "Terms of Service of this Friendica instance"
 
-#: mod/message.php:406
-msgid "Delete message"
-msgstr "Delete message"
+#: src/Content/Nav.php:242
+msgid "Network Reset"
+msgstr "Network reset"
 
-#: mod/message.php:408 mod/message.php:540
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: src/Content/Nav.php:242
+msgid "Load Network page with no filters"
+msgstr "Load network page without filters"
 
-#: mod/message.php:423 mod/message.php:537
-msgid "Delete conversation"
-msgstr "Delete conversation"
+#: src/Content/Nav.php:248
+msgid "Introductions"
+msgstr "Introductions"
 
-#: mod/message.php:425
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
+#: src/Content/Nav.php:248
+msgid "Friend Requests"
+msgstr "Friend requests"
 
-#: mod/message.php:429
-msgid "Send Reply"
-msgstr "Send reply"
+#: src/Content/Nav.php:249 mod/notifications.php:100
+msgid "Notifications"
+msgstr "Notifications"
 
-#: mod/message.php:512
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Unknown sender - %s"
+#: src/Content/Nav.php:250
+msgid "See all notifications"
+msgstr "See all notifications"
 
-#: mod/message.php:514
-#, php-format
-msgid "You and %s"
-msgstr "Me and %s"
+#: src/Content/Nav.php:251 mod/settings.php:873
+msgid "Mark as seen"
+msgstr "Mark as seen"
 
-#: mod/message.php:516
-#, php-format
-msgid "%s and You"
-msgstr "%s and me"
+#: src/Content/Nav.php:251
+msgid "Mark all system notifications seen"
+msgstr "Mark notifications as seen"
 
-#: mod/message.php:543
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d message"
-msgstr[1] "%d messages"
+#: src/Content/Nav.php:255
+msgid "Inbox"
+msgstr "Inbox"
 
-#: mod/network.php:183 mod/search.php:35
-msgid "Remove term"
-msgstr "Remove term"
+#: src/Content/Nav.php:256
+msgid "Outbox"
+msgstr "Outbox"
 
-#: mod/network.php:190 mod/search.php:44
-msgid "Saved Searches"
-msgstr "Saved searches"
+#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116
+msgid "New Message"
+msgstr "New Message"
 
-#: mod/network.php:191 src/Model/Group.php:483
-msgid "add"
-msgstr "add"
+#: src/Content/Nav.php:260
+msgid "Delegation"
+msgstr "Delegation"
 
-#: mod/network.php:571
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
-msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non-public messages."
+#: src/Content/Nav.php:260
+msgid "Manage other pages"
+msgstr "Manage other pages"
 
-#: mod/network.php:574
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Messages in this group won't be sent to these receivers."
+#: src/Content/Nav.php:266 src/Model/Profile.php:398
+#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82
+msgid "Profiles"
+msgstr "Profiles"
 
-#: mod/network.php:641
-msgid "No such group"
-msgstr "No such group"
+#: src/Content/Nav.php:266
+msgid "Manage/Edit Profiles"
+msgstr "Manage/Edit profiles"
 
-#: mod/network.php:662 src/Module/Group.php:288
-msgid "Group is empty"
-msgstr "Group is empty"
+#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114
+msgid "Admin"
+msgstr "Admin"
 
-#: mod/network.php:666
-#, php-format
-msgid "Group: %s"
-msgstr "Group: %s"
+#: src/Content/Nav.php:274
+msgid "Site setup and configuration"
+msgstr "Site setup and configuration"
 
-#: mod/network.php:692
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Private messages to this person are at risk of public disclosure."
+#: src/Content/Nav.php:277
+msgid "Navigation"
+msgstr "Navigation"
 
-#: mod/network.php:695 src/Module/AllFriends.php:35
-#: src/Module/AllFriends.php:43
-msgid "Invalid contact."
-msgstr "Invalid contact."
+#: src/Content/Nav.php:277
+msgid "Site map"
+msgstr "Site map"
 
-#: mod/network.php:974
-msgid "Commented Order"
-msgstr "Commented last"
+#: src/Content/Widget/SavedSearches.php:29
+msgid "Remove term"
+msgstr "Remove term"
 
-#: mod/network.php:977
-msgid "Sort by Comment Date"
-msgstr "Sort by comment date"
+#: src/Content/Widget/SavedSearches.php:37
+msgid "Saved Searches"
+msgstr "Saved searches"
 
-#: mod/network.php:982
-msgid "Posted Order"
-msgstr "Posted last"
+#: src/Content/Widget/CalendarExport.php:64
+msgid "Export"
+msgstr "Export"
 
-#: mod/network.php:985
-msgid "Sort by Post Date"
-msgstr "Sort by post date"
+#: src/Content/Widget/CalendarExport.php:65
+msgid "Export calendar as ical"
+msgstr "Export calendar as ical"
 
-#: mod/network.php:995
-msgid "Posts that mention or involve you"
-msgstr "Posts mentioning or involving me"
+#: src/Content/Widget/CalendarExport.php:66
+msgid "Export calendar as csv"
+msgstr "Export calendar as csv"
 
-#: mod/network.php:1002
-msgid "New"
-msgstr "New"
+#: src/Content/Widget/TrendingTags.php:34
+#, php-format
+msgid "Trending Tags (last %d hour)"
+msgid_plural "Trending Tags (last %d hours)"
+msgstr[0] "Trending tags (last %d hour)"
+msgstr[1] "Trending tags (last %d hours)"
 
-#: mod/network.php:1005
-msgid "Activity Stream - by date"
-msgstr "Activity Stream - by date"
+#: src/Content/Widget/TrendingTags.php:35
+msgid "More Trending Tags"
+msgstr "More trending tags"
 
-#: mod/network.php:1013
-msgid "Shared Links"
-msgstr "Shared links"
+#: src/Content/Widget/ContactBlock.php:58
+msgid "No contacts"
+msgstr "No contacts"
 
-#: mod/network.php:1016
-msgid "Interesting Links"
-msgstr "Interesting links"
+#: src/Content/Widget/ContactBlock.php:90
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d contact"
+msgstr[1] "%d contacts"
 
-#: mod/network.php:1023
-msgid "Starred"
-msgstr "Starred"
+#: src/Content/Widget/ContactBlock.php:109
+msgid "View Contacts"
+msgstr "View contacts"
 
-#: mod/network.php:1026
-msgid "Favourite Posts"
-msgstr "My favorite posts"
+#: src/Content/Pager.php:153
+msgid "newer"
+msgstr "Later posts"
 
-#: mod/notes.php:34 src/Model/Profile.php:975
-msgid "Personal Notes"
-msgstr "Personal notes"
+#: src/Content/Pager.php:158
+msgid "older"
+msgstr "Earlier posts"
 
-#: mod/photos.php:113 src/Model/Profile.php:936
-msgid "Photo Albums"
-msgstr "Photo Albums"
+#: src/Content/Pager.php:198 mod/match.php:115
+msgid "first"
+msgstr "first"
 
-#: mod/photos.php:114 mod/photos.php:1639
-msgid "Recent Photos"
-msgstr "Recent photos"
+#: src/Content/Pager.php:203
+msgid "prev"
+msgstr "prev"
 
-#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641
-msgid "Upload New Photos"
-msgstr "Upload new photos"
+#: src/Content/Pager.php:258 mod/match.php:120
+msgid "next"
+msgstr "next"
 
-#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18
-msgid "everybody"
-msgstr "everybody"
+#: src/Content/Pager.php:263
+msgid "last"
+msgstr "last"
 
-#: mod/photos.php:185
-msgid "Contact information unavailable"
-msgstr "Contact information unavailable"
+#: src/Model/Profile.php:213 src/Model/Profile.php:424
+#: src/Model/Profile.php:881
+msgid "Edit profile"
+msgstr "Edit profile"
 
-#: mod/photos.php:207
-msgid "Album not found."
-msgstr "Album not found."
+#: src/Model/Profile.php:398
+msgid "Manage/edit profiles"
+msgstr "Manage/Edit profiles"
 
-#: mod/photos.php:265
-msgid "Album successfully deleted"
-msgstr "Album successfully deleted"
+#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669
+msgid "Change profile photo"
+msgstr "Change profile photo"
 
-#: mod/photos.php:267
-msgid "Album was empty."
-msgstr "Album was empty."
+#: src/Model/Profile.php:406 mod/profiles.php:670
+msgid "Create New Profile"
+msgstr "Create new profile"
 
-#: mod/photos.php:590
-msgid "a photo"
-msgstr "a photo"
+#: src/Model/Profile.php:415 mod/profiles.php:659
+msgid "Profile Image"
+msgstr "Profile image"
 
-#: mod/photos.php:590
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s was tagged in %2$s by %3$s"
+#: src/Model/Profile.php:418 mod/profiles.php:661
+msgid "visible to everybody"
+msgstr "Visible to everybody"
 
-#: mod/photos.php:689
-msgid "Image upload didn't complete, please try again"
-msgstr "Image upload didn't complete. Please try again."
+#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662
+msgid "Edit visibility"
+msgstr "Edit visibility"
 
-#: mod/photos.php:692
-msgid "Image file is missing"
-msgstr "Image file is missing"
+#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96
+#: src/Model/Event.php:438 src/Model/Event.php:934
+#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546
+#: mod/notifications.php:276
+msgid "Location:"
+msgstr "Location:"
 
-#: mod/photos.php:697
-msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr "Server can't accept new file uploads at this time. Please contact your administrator."
+#: src/Model/Profile.php:446 src/Model/Profile.php:767
+#: src/Module/Directory.php:140 mod/notifications.php:282
+msgid "Gender:"
+msgstr "Gender:"
 
-#: mod/photos.php:723
-msgid "Image file is empty."
-msgstr "Image file is empty."
+#: src/Model/Profile.php:447 src/Model/Profile.php:791
+#: src/Module/Directory.php:141
+msgid "Status:"
+msgstr "Status:"
 
-#: mod/photos.php:855
-msgid "No photos selected"
-msgstr "No photos selected"
+#: src/Model/Profile.php:448 src/Model/Profile.php:808
+#: src/Module/Directory.php:142
+msgid "Homepage:"
+msgstr "Homepage:"
 
-#: mod/photos.php:947 mod/videos.php:210
-msgid "Access to this item is restricted."
-msgstr "Access to this item is restricted."
+#: src/Model/Profile.php:449 src/Model/Profile.php:828
+#: src/Module/Directory.php:143 src/Module/Contact.php:632
+#: mod/notifications.php:278
+msgid "About:"
+msgstr "About:"
 
-#: mod/photos.php:1001
-msgid "Upload Photos"
-msgstr "Upload photos"
+#: src/Model/Profile.php:450 src/Module/Contact.php:630
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/photos.php:1005 mod/photos.php:1097
-msgid "New album name: "
-msgstr "New album name: "
+#: src/Model/Profile.php:542 src/Module/Contact.php:320
+msgid "Unfollow"
+msgstr "Unfollow"
 
-#: mod/photos.php:1006
-msgid "or select existing album:"
-msgstr "or select existing album:"
+#: src/Model/Profile.php:544
+msgid "Atom feed"
+msgstr "Atom feed"
 
-#: mod/photos.php:1007
-msgid "Do not show a status post for this upload"
-msgstr "Do not show a status post for this upload"
+#: src/Model/Profile.php:554 src/Module/Contact.php:316
+#: mod/notifications.php:289
+msgid "Network:"
+msgstr "Network:"
 
-#: mod/photos.php:1009 mod/photos.php:1383 mod/events.php:555
-#: src/Core/ACL.php:314
-msgid "Permissions"
-msgstr "Permissions"
+#: src/Model/Profile.php:584 src/Model/Profile.php:681
+msgid "g A l F d"
+msgstr "g A l F d"
 
-#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213
-msgid "Show to Groups"
-msgstr "Show to groups"
+#: src/Model/Profile.php:585
+msgid "F d"
+msgstr "F d"
 
-#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214
-msgid "Show to Contacts"
-msgstr "Show to contacts"
+#: src/Model/Profile.php:647 src/Model/Profile.php:732
+msgid "[today]"
+msgstr "[today]"
 
-#: mod/photos.php:1079
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Do you really want to delete this photo album and all its photos?"
+#: src/Model/Profile.php:657
+msgid "Birthday Reminders"
+msgstr "Birthday reminders"
 
-#: mod/photos.php:1081 mod/photos.php:1102
-msgid "Delete Album"
-msgstr "Delete album"
+#: src/Model/Profile.php:658
+msgid "Birthdays this week:"
+msgstr "Birthdays this week:"
 
-#: mod/photos.php:1108
-msgid "Edit Album"
-msgstr "Edit album"
+#: src/Model/Profile.php:719
+msgid "[No description]"
+msgstr "[No description]"
 
-#: mod/photos.php:1109
-msgid "Drop Album"
-msgstr "Drop album"
+#: src/Model/Profile.php:745
+msgid "Event Reminders"
+msgstr "Event reminders"
 
-#: mod/photos.php:1114
-msgid "Show Newest First"
-msgstr "Show newest first"
+#: src/Model/Profile.php:746
+msgid "Upcoming events the next 7 days:"
+msgstr "Upcoming events the next 7 days:"
 
-#: mod/photos.php:1116
-msgid "Show Oldest First"
-msgstr "Show oldest first"
+#: src/Model/Profile.php:760 mod/settings.php:1195
+msgid "Full Name:"
+msgstr "Full name:"
 
-#: mod/photos.php:1137 mod/photos.php:1624
-msgid "View Photo"
-msgstr "View photo"
+#: src/Model/Profile.php:763
+msgid "Member since:"
+msgstr "Member since:"
 
-#: mod/photos.php:1174
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permission denied. Access to this item may be restricted."
+#: src/Model/Profile.php:771
+msgid "j F, Y"
+msgstr "j F, Y"
 
-#: mod/photos.php:1176
-msgid "Photo not available"
-msgstr "Photo not available"
+#: src/Model/Profile.php:772
+msgid "j F"
+msgstr "j F"
 
-#: mod/photos.php:1186
-msgid "Do you really want to delete this photo?"
-msgstr "Do you really want to delete this photo?"
+#: src/Model/Profile.php:780 src/Util/Temporal.php:146
+msgid "Birthday:"
+msgstr "Birthday:"
 
-#: mod/photos.php:1188 mod/photos.php:1388
-msgid "Delete Photo"
-msgstr "Delete photo"
+#: src/Model/Profile.php:787
+msgid "Age:"
+msgstr "Age:"
 
-#: mod/photos.php:1279
-msgid "View photo"
-msgstr "View photo"
+#: src/Model/Profile.php:800
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "for %1$d %2$s"
 
-#: mod/photos.php:1281
-msgid "Edit photo"
-msgstr "Edit photo"
+#: src/Model/Profile.php:804 mod/profiles.php:586
+msgid "Sexual Preference:"
+msgstr "Sexual preference:"
 
-#: mod/photos.php:1282
-msgid "Delete photo"
-msgstr "Delete photo"
+#: src/Model/Profile.php:812 mod/profiles.php:613
+msgid "Hometown:"
+msgstr "Home town:"
 
-#: mod/photos.php:1283
-msgid "Use as profile photo"
-msgstr "Use as profile photo"
+#: src/Model/Profile.php:816 src/Module/Contact.php:634
+#: mod/notifications.php:280 mod/follow.php:183
+msgid "Tags:"
+msgstr "Tags:"
 
-#: mod/photos.php:1290
-msgid "Private Photo"
-msgstr "Private photo"
+#: src/Model/Profile.php:820 mod/profiles.php:614
+msgid "Political Views:"
+msgstr "Political views:"
 
-#: mod/photos.php:1296
-msgid "View Full Size"
-msgstr "View full size"
+#: src/Model/Profile.php:824
+msgid "Religion:"
+msgstr "Religion:"
 
-#: mod/photos.php:1356
-msgid "Tags: "
-msgstr "Tags: "
+#: src/Model/Profile.php:832
+msgid "Hobbies/Interests:"
+msgstr "Hobbies/Interests:"
 
-#: mod/photos.php:1359
-msgid "[Select tags to remove]"
-msgstr "[Select tags to remove]"
+#: src/Model/Profile.php:836 mod/profiles.php:618
+msgid "Likes:"
+msgstr "Likes:"
 
-#: mod/photos.php:1374
-msgid "New album name"
-msgstr "New album name"
+#: src/Model/Profile.php:840 mod/profiles.php:619
+msgid "Dislikes:"
+msgstr "Dislikes:"
 
-#: mod/photos.php:1375
-msgid "Caption"
-msgstr "Caption"
+#: src/Model/Profile.php:844
+msgid "Contact information and Social Networks:"
+msgstr "Contact information and social networks:"
 
-#: mod/photos.php:1376
-msgid "Add a Tag"
-msgstr "Add Tag"
+#: src/Model/Profile.php:848
+msgid "Musical interests:"
+msgstr "Music:"
 
-#: mod/photos.php:1376
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Example: @bob, @jojo@example.com, #California, #camping"
+#: src/Model/Profile.php:852
+msgid "Books, literature:"
+msgstr "Books/Literature:"
 
-#: mod/photos.php:1377
-msgid "Do not rotate"
-msgstr "Do not rotate"
+#: src/Model/Profile.php:856
+msgid "Television:"
+msgstr "Television:"
 
-#: mod/photos.php:1378
-msgid "Rotate CW (right)"
-msgstr "Rotate right (CW)"
+#: src/Model/Profile.php:860
+msgid "Film/dance/culture/entertainment:"
+msgstr "Arts, culture, entertainment:"
 
-#: mod/photos.php:1379
-msgid "Rotate CCW (left)"
-msgstr "Rotate left (CCW)"
+#: src/Model/Profile.php:864
+msgid "Love/Romance:"
+msgstr "Love/Romance:"
 
-#: mod/photos.php:1413 src/Object/Post.php:313
-msgid "I like this (toggle)"
-msgstr "I like this (toggle)"
+#: src/Model/Profile.php:868
+msgid "Work/employment:"
+msgstr "Work/Employment:"
 
-#: mod/photos.php:1414 src/Object/Post.php:314
-msgid "I don't like this (toggle)"
-msgstr "I don't like this (toggle)"
+#: src/Model/Profile.php:872
+msgid "School/education:"
+msgstr "School/Education:"
 
-#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528
-#: src/Module/Item/Compose.php:176 src/Module/Contact.php:1002
-#: src/Object/Post.php:876
-msgid "This is you"
-msgstr "This is me"
+#: src/Model/Profile.php:877
+msgid "Forums:"
+msgstr "Forums:"
 
-#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530
-#: src/Object/Post.php:420 src/Object/Post.php:878
-msgid "Comment"
-msgstr "Comment"
+#: src/Model/Profile.php:886 mod/events.php:559
+msgid "Basic"
+msgstr "Basic"
 
-#: mod/photos.php:1559
-msgid "Map"
-msgstr "Map"
+#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573
+#: src/Module/Contact.php:901 mod/events.php:560
+msgid "Advanced"
+msgstr "Advanced"
 
-#: mod/photos.php:1630 mod/videos.php:287
-msgid "View Album"
-msgstr "View album"
+#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195
+#: mod/unfollow.php:147
+msgid "Status Messages and Posts"
+msgstr "Status Messages and Posts"
 
-#: mod/ping.php:272
-msgid "{0} wants to be your friend"
-msgstr "{0} wants to be your friend"
+#: src/Model/Profile.php:924 src/Module/Contact.php:871
+msgid "Profile Details"
+msgstr "Profile Details"
 
-#: mod/ping.php:288
-msgid "{0} requested registration"
-msgstr "{0} requested registration"
+#: src/Model/Profile.php:932 mod/photos.php:112
+msgid "Photo Albums"
+msgstr "Photo Albums"
 
-#: mod/poke.php:177
-msgid "Poke/Prod"
-msgstr "Poke/Prod"
+#: src/Model/Profile.php:971 mod/notes.php:34
+msgid "Personal Notes"
+msgstr "Personal notes"
 
-#: mod/poke.php:178
-msgid "poke, prod or do other things to somebody"
-msgstr "Poke, prod or do other things to somebody"
+#: src/Model/Profile.php:974
+msgid "Only You Can See This"
+msgstr "Only you can see this."
 
-#: mod/poke.php:179
-msgid "Recipient"
-msgstr "Recipient:"
+#: src/Model/Profile.php:982 src/Model/Profile.php:985
+msgid "Tips for New Members"
+msgstr "Tips for New Members"
 
-#: mod/poke.php:180
-msgid "Choose what you wish to do to recipient"
-msgstr "Choose what you wish to do:"
+#: src/Model/Profile.php:1180
+#, php-format
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr "OpenWebAuth: %1$s welcomes %2$s"
 
-#: mod/poke.php:183
-msgid "Make this post private"
-msgstr "Make this post private"
+#: src/Model/Event.php:35 src/Model/Event.php:848
+#: src/Module/Debug/Localtime.php:17
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: mod/profile_photo.php:58
-msgid "Image uploaded but image cropping failed."
-msgstr "Image uploaded but image cropping failed."
+#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436
+#: src/Model/Event.php:916
+msgid "Starts:"
+msgstr "Starts:"
 
-#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
-#: mod/profile_photo.php:311
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Image size reduction [%s] failed."
+#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437
+#: src/Model/Event.php:920
+msgid "Finishes:"
+msgstr "Finishes:"
 
-#: mod/profile_photo.php:125
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
+#: src/Model/Event.php:386
+msgid "all-day"
+msgstr "All-day"
 
-#: mod/profile_photo.php:133
-msgid "Unable to process image"
-msgstr "Unable to process image"
+#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424
+msgid "Sun"
+msgstr "Sun"
 
-#: mod/profile_photo.php:244
-msgid "Upload File:"
-msgstr "Upload File:"
+#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424
+msgid "Mon"
+msgstr "Mon"
 
-#: mod/profile_photo.php:245
-msgid "Select a profile:"
-msgstr "Select a profile:"
+#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424
+msgid "Tue"
+msgstr "Tue"
 
-#: mod/profile_photo.php:250
-msgid "or"
-msgstr "or"
+#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424
+msgid "Wed"
+msgstr "Wed"
 
-#: mod/profile_photo.php:251
-msgid "skip this step"
-msgstr "skip this step"
+#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424
+msgid "Thu"
+msgstr "Thu"
 
-#: mod/profile_photo.php:251
-msgid "select a photo from your photo albums"
-msgstr "select a photo from your photo albums"
+#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424
+msgid "Fri"
+msgstr "Fri"
 
-#: mod/profile_photo.php:264
-msgid "Crop Image"
-msgstr "Crop Image"
+#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424
+msgid "Sat"
+msgstr "Sat"
 
-#: mod/profile_photo.php:265
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Please adjust the image cropping for optimum viewing."
+#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936
+msgid "Sunday"
+msgstr "Sunday"
 
-#: mod/profile_photo.php:267
-msgid "Done Editing"
-msgstr "Done editing"
+#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936
+msgid "Monday"
+msgstr "Monday"
 
-#: mod/profile_photo.php:301
-msgid "Image uploaded successfully."
-msgstr "Image uploaded successfully."
+#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404
+msgid "Tuesday"
+msgstr "Tuesday"
 
-#: mod/search.php:92
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Only logged in users are permitted to perform a search."
+#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404
+msgid "Wednesday"
+msgstr "Wednesday"
 
-#: mod/search.php:114
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Only one search per minute is permitted for not-logged-in users."
+#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404
+msgid "Thursday"
+msgstr "Thursday"
 
-#: mod/search.php:134 src/Content/Text/HTML.php:893 src/Content/Nav.php:200
-msgid "Search"
-msgstr "Search"
+#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404
+msgid "Friday"
+msgstr "Friday"
 
-#: mod/search.php:228
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Items tagged with: %s"
+#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404
+msgid "Saturday"
+msgstr "Saturday"
 
-#: mod/search.php:230 src/Module/Contact.php:794
-#, php-format
-msgid "Results for: %s"
-msgstr "Results for: %s"
+#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428
+msgid "Jan"
+msgstr "Jan"
 
-#: mod/subthread.php:104
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s is following %2$s's %3$s"
+#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428
+msgid "Feb"
+msgstr "Feb"
 
-#: mod/suggest.php:28
-msgid "Contact suggestion successfully ignored."
-msgstr "Contact suggestion successfully ignored."
+#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428
+msgid "Mar"
+msgstr "Mar"
 
-#: mod/suggest.php:52
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
+#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428
+msgid "Apr"
+msgstr "Apr"
 
-#: mod/suggest.php:71
-msgid "Do you really want to delete this suggestion?"
-msgstr "Do you really want to delete this suggestion?"
+#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408
+#: src/Core/L10n/L10n.php:428
+msgid "May"
+msgstr "May"
 
-#: mod/suggest.php:89 mod/suggest.php:109
-msgid "Ignore/Hide"
-msgstr "Ignore/Hide"
+#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428
+msgid "Jun"
+msgstr "Jun"
 
-#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69
-msgid "Friend Suggestions"
-msgstr "Friend suggestions"
+#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428
+msgid "Jul"
+msgstr "Jul"
 
-#: mod/uexport.php:52
-msgid "Export account"
-msgstr "Export account"
+#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428
+msgid "Aug"
+msgstr "Aug"
 
-#: mod/uexport.php:52
-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 "Export your account info and contacts. Use this to backup your account or to move it to another server."
+#: src/Model/Event.php:412
+msgid "Sept"
+msgstr "Sep"
 
-#: mod/uexport.php:53
-msgid "Export all"
-msgstr "Export all"
+#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428
+msgid "Oct"
+msgstr "Oct"
 
-#: mod/uexport.php:53
-msgid ""
-"Export your accout 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 "Export your account info, contacts and all your items as JSON. This 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."
+#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428
+msgid "Nov"
+msgstr "Nov"
 
-#: mod/uexport.php:59 mod/settings.php:131
-#: src/Module/BaseSettingsModule.php:89
-msgid "Export personal data"
-msgstr "Export personal data"
+#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428
+msgid "Dec"
+msgstr "Dec"
 
-#: mod/videos.php:123
-msgid "No videos selected"
-msgstr "No videos selected"
+#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408
+msgid "January"
+msgstr "January"
 
-#: mod/videos.php:280 src/Model/Item.php:3477
-msgid "View Video"
-msgstr "View video"
+#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408
+msgid "February"
+msgstr "February"
 
-#: mod/videos.php:295
-msgid "Recent Videos"
-msgstr "Recent videos"
+#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408
+msgid "March"
+msgstr "March"
 
-#: mod/videos.php:297
-msgid "Upload New Videos"
-msgstr "Upload new videos"
+#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408
+msgid "April"
+msgstr "April"
 
-#: mod/display.php:254 mod/display.php:339
-msgid "The requested item doesn't exist or has been deleted."
-msgstr "The requested item doesn't exist or has been deleted."
+#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408
+msgid "June"
+msgstr "June"
 
-#: mod/display.php:417
-msgid "The feed for this item is unavailable."
-msgstr "The feed for this item is unavailable."
+#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408
+msgid "July"
+msgstr "July"
 
-#: mod/events.php:118 mod/events.php:120
-msgid "Event can not end before it has started."
-msgstr "Event cannot end before it has started."
+#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408
+msgid "August"
+msgstr "August"
 
-#: mod/events.php:127 mod/events.php:129
-msgid "Event title and start time are required."
-msgstr "Event title and starting time are required."
+#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408
+msgid "September"
+msgstr "September"
 
-#: mod/events.php:385
-msgid "Create New Event"
-msgstr "Create new event"
+#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408
+msgid "October"
+msgstr "October"
 
-#: mod/events.php:508
-msgid "Event details"
-msgstr "Event details"
+#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408
+msgid "November"
+msgstr "November"
 
-#: mod/events.php:509
-msgid "Starting date and Title are required."
-msgstr "Starting date and title are required."
+#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408
+msgid "December"
+msgstr "December"
 
-#: mod/events.php:510 mod/events.php:515
-msgid "Event Starts:"
-msgstr "Event starts:"
+#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267
+msgid "today"
+msgstr "today"
 
-#: mod/events.php:523 mod/events.php:548
-msgid "Finish date/time is not known or not relevant"
-msgstr "Finish date/time is not known or not relevant"
+#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406
+#: mod/cal.php:268
+msgid "month"
+msgstr "month"
 
-#: mod/events.php:525 mod/events.php:530
-msgid "Event Finishes:"
-msgstr "Event finishes:"
-
-#: mod/events.php:536 mod/events.php:549
-msgid "Adjust for viewer timezone"
-msgstr "Adjust for viewer's time zone"
+#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407
+#: mod/cal.php:269
+msgid "week"
+msgstr "week"
 
-#: mod/events.php:538
-msgid "Description:"
-msgstr "Description:"
+#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408
+#: mod/cal.php:270
+msgid "day"
+msgstr "day"
 
-#: mod/events.php:540 mod/notifications.php:272 src/Model/Event.php:68
-#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933
-#: src/Model/Profile.php:447 src/Module/Directory.php:137
-#: src/Module/Contact.php:607
-msgid "Location:"
-msgstr "Location:"
+#: src/Model/Event.php:434
+msgid "No events to display"
+msgstr "No events to display"
 
-#: mod/events.php:542 mod/events.php:544
-msgid "Title:"
-msgstr "Title:"
+#: src/Model/Event.php:562
+msgid "l, F j"
+msgstr "l, F j"
 
-#: mod/events.php:545 mod/events.php:546
-msgid "Share this event"
-msgstr "Share this event"
+#: src/Model/Event.php:593
+msgid "Edit event"
+msgstr "Edit event"
 
-#: mod/events.php:553 src/Model/Profile.php:890
-msgid "Basic"
-msgstr "Basic"
+#: src/Model/Event.php:594
+msgid "Duplicate event"
+msgstr "Duplicate event"
 
-#: mod/events.php:554 src/Model/Profile.php:891 src/Module/Admin/Site.php:573
-#: src/Module/Contact.php:880
-msgid "Advanced"
-msgstr "Advanced"
+#: src/Model/Event.php:595
+msgid "Delete event"
+msgstr "Delete event"
 
-#: mod/events.php:571
-msgid "Failed to remove event"
-msgstr "Failed to remove event"
+#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663
+msgid "link to source"
+msgstr "Link to source"
 
-#: mod/events.php:573
-msgid "Event removed"
-msgstr "Event removed"
+#: src/Model/Event.php:849
+msgid "D g:i A"
+msgstr "D g:i A"
 
-#: mod/item.php:123
-msgid "Unable to locate original post."
-msgstr "Unable to locate original post."
+#: src/Model/Event.php:850
+msgid "g:i A"
+msgstr "g:i A"
 
-#: mod/item.php:323
-msgid "Empty post discarded."
-msgstr "Empty post discarded."
+#: src/Model/Event.php:935 src/Model/Event.php:937
+msgid "Show map"
+msgstr "Show map"
 
-#: mod/item.php:803
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "This message was sent to you by %s, a member of the Friendica social network."
+#: src/Model/Event.php:936
+msgid "Hide map"
+msgstr "Hide map"
 
-#: mod/item.php:805
+#: src/Model/Event.php:1028
 #, php-format
-msgid "You may visit them online at %s"
-msgstr "You may visit them online at %s"
-
-#: mod/item.php:806
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
+msgid "%s's birthday"
+msgstr "%s's birthday"
 
-#: mod/item.php:810
+#: src/Model/Event.php:1029
 #, php-format
-msgid "%s posted an update."
-msgstr "%s posted an update."
-
-#: mod/notifications.php:40
-msgid "Invalid request identifier."
-msgstr "Invalid request identifier."
-
-#: mod/notifications.php:96 src/Content/Nav.php:249
-msgid "Notifications"
-msgstr "Notifications"
-
-#: mod/notifications.php:115
-msgid "Network Notifications"
-msgstr "Network notifications"
+msgid "Happy Birthday %s"
+msgstr "Happy Birthday, %s!"
 
-#: mod/notifications.php:120
-msgid "System Notifications"
-msgstr "System notifications"
+#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52
+#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938
+#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554
+#: mod/photos.php:1569
+msgid "Contact Photos"
+msgstr "Contact photos"
 
-#: mod/notifications.php:125
-msgid "Personal Notifications"
-msgstr "Personal notifications"
+#: src/Model/User.php:357
+msgid "Login failed"
+msgstr "Login failed"
 
-#: mod/notifications.php:130
-msgid "Home Notifications"
-msgstr "Home notifications"
+#: src/Model/User.php:389
+msgid "Not enough information to authenticate"
+msgstr "Not enough information to authenticate"
 
-#: mod/notifications.php:153
-msgid "Show unread"
-msgstr "Show unread"
+#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284
+msgid "User not found"
+msgstr "User not found"
 
-#: mod/notifications.php:153
-msgid "Show all"
-msgstr "Show all"
+#: src/Model/User.php:483
+msgid "Password can't be empty"
+msgstr "Password can't be empty"
 
-#: mod/notifications.php:164
-msgid "Show Ignored Requests"
-msgstr "Show ignored requests."
+#: src/Model/User.php:502
+msgid "Empty passwords are not allowed."
+msgstr "Empty passwords are not allowed."
 
-#: mod/notifications.php:164
-msgid "Hide Ignored Requests"
-msgstr "Hide ignored requests"
+#: src/Model/User.php:506
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr "The new password has been exposed in a public data dump; please choose another."
 
-#: mod/notifications.php:177 mod/notifications.php:262
-msgid "Notification type:"
-msgstr "Notification type:"
+#: src/Model/User.php:512
+msgid ""
+"The password can't contain accentuated letters, white spaces or colons (:)"
+msgstr "The password can't contain accentuated letters, white spaces or colons (:)"
 
-#: mod/notifications.php:180
-msgid "Suggested by:"
-msgstr "Suggested by:"
+#: src/Model/User.php:612
+msgid "Passwords do not match. Password unchanged."
+msgstr "Passwords do not match. Password unchanged."
 
-#: mod/notifications.php:192 mod/notifications.php:279
-#: src/Module/Contact.php:594
-msgid "Hide this contact from others"
-msgstr "Hide this contact from others"
+#: src/Model/User.php:619
+msgid "An invitation is required."
+msgstr "An invitation is required."
 
-#: mod/notifications.php:194 mod/notifications.php:288
-#: src/Model/Contact.php:1238 src/Module/Admin/Users.php:286
-msgid "Approve"
-msgstr "Approve"
+#: src/Model/User.php:623
+msgid "Invitation could not be verified."
+msgstr "Invitation could not be verified."
 
-#: mod/notifications.php:214
-msgid "Claims to be known to you: "
-msgstr "Says they know me:"
+#: src/Model/User.php:631
+msgid "Invalid OpenID url"
+msgstr "Invalid OpenID URL"
 
-#: mod/notifications.php:215
-msgid "yes"
-msgstr "yes"
+#: src/Model/User.php:644 src/Core/Authentication.php:190
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
 
-#: mod/notifications.php:215
-msgid "no"
-msgstr "no"
+#: src/Model/User.php:644 src/Core/Authentication.php:190
+msgid "The error message was:"
+msgstr "The error message was:"
 
-#: mod/notifications.php:216 mod/notifications.php:220
-msgid "Shall your connection be bidirectional or not?"
-msgstr "Shall your connection be in both directions or not?"
+#: src/Model/User.php:650
+msgid "Please enter the required information."
+msgstr "Please enter the required information."
 
-#: mod/notifications.php:217 mod/notifications.php:221
+#: src/Model/User.php:664
 #, 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 "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed."
+"system.username_min_length (%s) and system.username_max_length (%s) are "
+"excluding each other, swapping values."
+msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."
 
-#: mod/notifications.php:218
+#: src/Model/User.php:671
 #, 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 "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
+msgid "Username should be at least %s character."
+msgid_plural "Username should be at least %s characters."
+msgstr[0] "Username should be at least %s character."
+msgstr[1] "Username should be at least %s characters."
 
-#: mod/notifications.php:222
+#: src/Model/User.php:675
 #, php-format
-msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
-msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
-
-#: mod/notifications.php:233
-msgid "Friend"
-msgstr "Friend"
-
-#: mod/notifications.php:234
-msgid "Sharer"
-msgstr "Sharer"
+msgid "Username should be at most %s character."
+msgid_plural "Username should be at most %s characters."
+msgstr[0] "Username should be at most %s character."
+msgstr[1] "Username should be at most %s characters."
 
-#: mod/notifications.php:234
-msgid "Subscriber"
-msgstr "Subscriber"
+#: src/Model/User.php:683
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "That doesn't appear to be your full (i.e first and last) name."
 
-#: mod/notifications.php:274 src/Model/Profile.php:453
-#: src/Model/Profile.php:832 src/Module/Directory.php:145
-#: src/Module/Contact.php:611
-msgid "About:"
-msgstr "About:"
+#: src/Model/User.php:688
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Your email domain is not allowed on this site."
 
-#: mod/notifications.php:278 src/Model/Profile.php:450
-#: src/Model/Profile.php:771 src/Module/Directory.php:142
-msgid "Gender:"
-msgstr "Gender:"
+#: src/Model/User.php:692
+msgid "Not a valid email address."
+msgstr "Not a valid email address."
 
-#: mod/notifications.php:285 src/Model/Profile.php:558
-#: src/Module/Contact.php:295
-msgid "Network:"
-msgstr "Network:"
+#: src/Model/User.php:695
+msgid "The nickname was blocked from registration by the nodes admin."
+msgstr "The nickname was blocked from registration by the nodes admin."
 
-#: mod/notifications.php:299
-msgid "No introductions."
-msgstr "No introductions."
+#: src/Model/User.php:699 src/Model/User.php:707
+msgid "Cannot use that email."
+msgstr "Cannot use that email."
 
-#: mod/notifications.php:333
-#, php-format
-msgid "No more %s notifications."
-msgstr "No more %s notifications."
+#: src/Model/User.php:714
+msgid "Your nickname can only contain a-z, 0-9 and _."
+msgstr "Your nickname can only contain a-z, 0-9 and _."
 
-#: mod/openid.php:30
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID protocol error. No ID returned."
+#: src/Model/User.php:722 src/Model/User.php:779
+msgid "Nickname is already registered. Please choose another."
+msgstr "Nickname is already registered. Please choose another."
 
-#: mod/openid.php:60
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Account not found and OpenID registration is not permitted on this site."
+#: src/Model/User.php:732
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "SERIOUS ERROR: Generation of security keys failed."
 
-#: mod/openid.php:108 src/Module/Login.php:88 src/Module/Login.php:139
-msgid "Login failed."
-msgstr "Login failed."
+#: src/Model/User.php:766 src/Model/User.php:770
+msgid "An error occurred during registration. Please try again."
+msgstr "An error occurred during registration. Please try again."
 
-#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24
-msgid "Account"
-msgstr "Account"
+#: src/Model/User.php:795
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "An error occurred creating your default profile. Please try again."
 
-#: mod/settings.php:73 src/Module/BaseSettingsModule.php:31
-#: src/Module/Settings/TwoFactor/Index.php:89
-#: src/Module/TwoFactor/Verify.php:62
-msgid "Two-factor authentication"
-msgstr "Two-factor authentication"
+#: src/Model/User.php:802
+msgid "An error occurred creating your self contact. Please try again."
+msgstr "An error occurred creating your self contact. Please try again."
 
-#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402
-#: src/Module/BaseSettingsModule.php:38
-msgid "Profiles"
-msgstr "Profiles"
+#: src/Model/User.php:811
+msgid ""
+"An error occurred creating your default contact group. Please try again."
+msgstr "An error occurred while creating your default contact group. Please try again."
 
-#: mod/settings.php:88 src/Module/BaseAdminModule.php:84
-#: src/Module/BaseSettingsModule.php:46
-msgid "Additional features"
-msgstr "Additional features"
+#: src/Model/User.php:888
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t\t%4$s\n"
+"\t\t\tPassword:\t\t%5$s\n"
+"\t\t"
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t"
 
-#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54
-msgid "Display"
-msgstr "Display"
+#: src/Model/User.php:909
+#, php-format
+msgid "Registration at %s"
+msgstr "Registration at %s"
 
-#: mod/settings.php:103 mod/settings.php:843
-#: src/Module/BaseSettingsModule.php:61
-msgid "Social Networks"
-msgstr "Social networks"
+#: src/Model/User.php:929
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t\t"
 
-#: mod/settings.php:110 src/Module/Admin/Addons/Details.php:100
-#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82
-#: src/Module/BaseSettingsModule.php:68
-msgid "Addons"
-msgstr "Addons"
+#: src/Model/User.php:937
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t\t%1$s\n"
+"\t\t\tPassword:\t\t%5$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %2$s."
+msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s."
 
-#: mod/settings.php:117 src/Content/Nav.php:263
-#: src/Module/BaseSettingsModule.php:75
-msgid "Delegations"
-msgstr "Delegations"
+#: src/Model/User.php:976 src/Module/Admin/Users.php:88
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registration details for %s"
 
-#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82
-msgid "Connected apps"
-msgstr "Connected apps"
+#: src/Model/Mail.php:114 src/Model/Mail.php:251
+msgid "[no subject]"
+msgstr "[no subject]"
 
-#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96
-msgid "Remove account"
-msgstr "Remove account"
+#: src/Model/Group.php:77
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
 
-#: mod/settings.php:147 view/theme/frio/theme.php:277 src/Content/Nav.php:265
-#: src/Module/Admin/Addons/Details.php:102
-#: src/Module/Admin/Themes/Details.php:107
-#: src/Module/BaseSettingsModule.php:105 src/Module/Welcome.php:33
-msgid "Settings"
-msgstr "Settings"
+#: src/Model/Group.php:426
+msgid "Default privacy group for new contacts"
+msgstr "Default privacy group for new contacts"
 
-#: mod/settings.php:190
-msgid "Missing some important data!"
-msgstr "Missing some important data!"
+#: src/Model/Group.php:458
+msgid "Everybody"
+msgstr "Everybody"
 
-#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:801
-msgid "Update"
-msgstr "Update"
+#: src/Model/Group.php:477
+msgid "edit"
+msgstr "edit"
 
-#: mod/settings.php:302
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Failed to connect with email account using the settings provided."
+#: src/Model/Group.php:502
+msgid "add"
+msgstr "add"
 
-#: mod/settings.php:307
-msgid "Email settings updated."
-msgstr "Email settings updated."
+#: src/Model/Group.php:503 src/Module/Welcome.php:57
+#: src/Module/Contact.php:729
+msgid "Groups"
+msgstr "Groups"
 
-#: mod/settings.php:323
-msgid "Features updated"
-msgstr "Features updated"
+#: src/Model/Group.php:507
+msgid "Edit group"
+msgstr "Edit group"
 
-#: mod/settings.php:384
-msgid "The theme you chose isn't available."
-msgstr ""
+#: src/Model/Group.php:508 src/Module/Group.php:186
+msgid "Contacts not in any group"
+msgstr "Contacts not in any group"
 
-#: mod/settings.php:396
-msgid "Relocate message has been send to your contacts"
-msgstr "Relocate message has been sent to your contacts"
+#: src/Model/Group.php:510
+msgid "Create a new group"
+msgstr "Create new group"
 
-#: mod/settings.php:408
-msgid "Passwords do not match."
-msgstr "Passwords do not match."
+#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194
+#: src/Module/Group.php:271
+msgid "Group Name: "
+msgstr "Group name: "
 
-#: mod/settings.php:416 src/Console/NewPassword.php:101
-msgid "Password update failed. Please try again."
-msgstr "Password update failed. Please try again."
+#: src/Model/Group.php:512
+msgid "Edit groups"
+msgstr "Edit groups"
 
-#: mod/settings.php:419 src/Console/NewPassword.php:104
-msgid "Password changed."
-msgstr "Password changed."
+#: src/Model/FileTag.php:265
+msgid "Item filed"
+msgstr "Item filed"
 
-#: mod/settings.php:422
-msgid "Password unchanged."
-msgstr "Password unchanged."
+#: src/Model/Contact.php:1251 src/Model/Contact.php:1264
+msgid "UnFollow"
+msgstr "Unfollow"
 
-#: mod/settings.php:503
-msgid " Please use a shorter name."
-msgstr " Please use a shorter name."
+#: src/Model/Contact.php:1260
+msgid "Drop Contact"
+msgstr "Drop contact"
 
-#: mod/settings.php:506
-msgid " Name too short."
-msgstr " Name too short."
+#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286
+#: mod/notifications.php:198 mod/notifications.php:292
+msgid "Approve"
+msgstr "Approve"
 
-#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72
-msgid "Wrong Password"
-msgstr "Wrong password"
+#: src/Model/Contact.php:1818
+msgid "Organisation"
+msgstr "Organization"
 
-#: mod/settings.php:518
-msgid "Invalid email."
-msgstr "Invalid email."
+#: src/Model/Contact.php:1822
+msgid "News"
+msgstr "News"
 
-#: mod/settings.php:524
-msgid "Cannot change to that email."
-msgstr "Cannot change to that email."
+#: src/Model/Contact.php:1826
+msgid "Forum"
+msgstr "Forum"
 
-#: mod/settings.php:574
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr "Private forum has no privacy permissions. Using default privacy group."
+#: src/Model/Contact.php:2216 mod/dfrn_request.php:342
+msgid "Disallowed profile URL."
+msgstr "Disallowed profile URL."
 
-#: mod/settings.php:577
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr "Private forum has no privacy permissions and no default privacy group."
+#: src/Model/Contact.php:2221 src/Module/Friendica.php:59
+#: mod/dfrn_request.php:348
+msgid "Blocked domain"
+msgstr "Blocked domain"
 
-#: mod/settings.php:617
-msgid "Settings updated."
-msgstr "Settings updated."
+#: src/Model/Contact.php:2226
+msgid "Connect URL missing."
+msgstr "Connect URL missing."
 
-#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736
-msgid "Add application"
-msgstr "Add application"
+#: src/Model/Contact.php:2235
+msgid ""
+"The contact could not be added. Please check the relevant network "
+"credentials in your Settings -> Social Networks page."
+msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."
 
-#: mod/settings.php:680 mod/settings.php:706
-msgid "Consumer Key"
-msgstr "Consumer key"
+#: src/Model/Contact.php:2276
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "This site is not configured to allow communications with other networks."
 
-#: mod/settings.php:681 mod/settings.php:707
-msgid "Consumer Secret"
-msgstr "Consumer secret"
+#: src/Model/Contact.php:2277 src/Model/Contact.php:2290
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "No compatible communication protocols or feeds were discovered."
 
-#: mod/settings.php:682 mod/settings.php:708
-msgid "Redirect"
-msgstr "Redirect"
+#: src/Model/Contact.php:2288
+msgid "The profile address specified does not provide adequate information."
+msgstr "The profile address specified does not provide adequate information."
 
-#: mod/settings.php:683 mod/settings.php:709
-msgid "Icon url"
-msgstr "Icon URL"
+#: src/Model/Contact.php:2293
+msgid "An author or name was not found."
+msgstr "An author or name was not found."
 
-#: mod/settings.php:694
-msgid "You can't edit this application."
-msgstr "You cannot edit this application."
+#: src/Model/Contact.php:2296
+msgid "No browser URL could be matched to this address."
+msgstr "No browser URL could be matched to this address."
 
-#: mod/settings.php:735
-msgid "Connected Apps"
-msgstr "Connected Apps"
+#: src/Model/Contact.php:2299
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Unable to match @-style identity address with a known protocol or email contact."
 
-#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170
-msgid "Edit"
-msgstr "Edit"
+#: src/Model/Contact.php:2300
+msgid "Use mailto: in front of address to force email check."
+msgstr "Use mailto: in front of address to force email check."
 
-#: mod/settings.php:739
-msgid "Client key starts with"
-msgstr "Client key starts with"
+#: src/Model/Contact.php:2306
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "The profile address specified belongs to a network which has been disabled on this site."
 
-#: mod/settings.php:740
-msgid "No name"
-msgstr "No name"
+#: src/Model/Contact.php:2311
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
 
-#: mod/settings.php:741
-msgid "Remove authorization"
-msgstr "Remove authorization"
+#: src/Model/Contact.php:2372
+msgid "Unable to retrieve contact information."
+msgstr "Unable to retrieve contact information."
 
-#: mod/settings.php:752
-msgid "No Addon settings configured"
-msgstr "No addon settings configured"
+#: src/Model/Contact.php:2593 mod/dfrn_request.php:562
+#: mod/dfrn_confirm.php:539
+msgid "[Name Withheld]"
+msgstr "[Name Withheld]"
 
-#: mod/settings.php:761
-msgid "Addon Settings"
-msgstr "Addon Settings"
+#: src/Model/Item.php:3398
+msgid "activity"
+msgstr "activity"
 
-#: mod/settings.php:775 src/Module/Admin/Features.php:58
-#: src/Module/Admin/Features.php:59
-msgid "Off"
-msgstr "Off"
+#: src/Model/Item.php:3403
+msgid "post"
+msgstr "post"
 
-#: mod/settings.php:775 src/Module/Admin/Features.php:58
-#: src/Module/Admin/Features.php:59
-msgid "On"
-msgstr "On"
+#: src/Model/Item.php:3526
+#, php-format
+msgid "Content warning: %s"
+msgstr "Content warning: %s"
 
-#: mod/settings.php:782
-msgid "Additional Features"
-msgstr "Additional Features"
+#: src/Model/Item.php:3586 mod/videos.php:238
+msgid "View Video"
+msgstr "View video"
 
-#: mod/settings.php:806 src/Content/ContactSelector.php:120
-msgid "Diaspora"
-msgstr "diaspora*"
+#: src/Model/Item.php:3603
+msgid "bytes"
+msgstr "bytes"
 
-#: mod/settings.php:806 mod/settings.php:807
-msgid "enabled"
-msgstr "enabled"
+#: src/Model/Item.php:3650
+msgid "View on separate page"
+msgstr "View on separate page"
 
-#: mod/settings.php:806 mod/settings.php:807
-msgid "disabled"
-msgstr "disabled"
+#: src/Model/Item.php:3651
+msgid "view on separate page"
+msgstr "view on separate page"
 
-#: mod/settings.php:806 mod/settings.php:807
+#: src/Model/Storage/Database.php:36
 #, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "Built-in support for %s connectivity is %s"
+msgid "Database storage failed to update %s"
+msgstr "Database storage failed to update %s"
 
-#: mod/settings.php:807
-msgid "GNU Social (OStatus)"
-msgstr "GNU Social (OStatus)"
+#: src/Model/Storage/Database.php:43
+msgid "Database storage failed to insert data"
+msgstr "Database storage failed to insert data"
 
-#: mod/settings.php:838
-msgid "Email access is disabled on this site."
-msgstr "Email access is disabled on this site."
+#: src/Model/Storage/Filesystem.php:63
+#, php-format
+msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
+msgstr "Filesystem storage failed to create \"%s\". Check you write permissions."
 
-#: mod/settings.php:848
-msgid "General Social Media Settings"
-msgstr "General Social Media Settings"
+#: src/Model/Storage/Filesystem.php:105
+#, php-format
+msgid ""
+"Filesystem storage failed to save data to \"%s\". Check your write "
+"permissions"
+msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions"
 
-#: mod/settings.php:849
-msgid "Accept only top level posts by contacts you follow"
-msgstr "Accept only top-level posts by contacts you follow"
+#: src/Model/Storage/Filesystem.php:126
+msgid "Storage base path"
+msgstr "Storage base path"
 
-#: mod/settings.php:849
+#: src/Model/Storage/Filesystem.php:128
 msgid ""
-"The system does an auto completion of threads when a comment arrives. This "
-"has got the side effect that you can receive posts that had been started by "
-"a non-follower but had been commented by someone you follow. This setting "
-"deactivates this behaviour. When activated, you strictly only will receive "
-"posts from people you really do follow."
-msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow."
-
-#: mod/settings.php:850
-msgid "Disable Content Warning"
-msgstr "Disable content warning"
-
-#: mod/settings.php:850
-msgid ""
-"Users on networks like Mastodon or Pleroma are able to set a content warning"
-" field which collapse their post by default. This disables the automatic "
-"collapsing and sets the content warning as the post title. Doesn't affect "
-"any other content filtering you eventually set up."
-msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."
-
-#: mod/settings.php:851
-msgid "Disable intelligent shortening"
-msgstr "Disable intelligent shortening"
+"Folder where uploaded files are saved. For maximum security, This should be "
+"a path outside web server folder tree"
+msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"
 
-#: mod/settings.php:851
-msgid ""
-"Normally the system tries to find the best link to add to shortened posts. "
-"If this option is enabled then every shortened post will always point to the"
-" original friendica post."
-msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."
+#: src/Model/Storage/Filesystem.php:138
+msgid "Enter a valid existing folder"
+msgstr "Enter a valid existing folder"
 
-#: mod/settings.php:852
-msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
-msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners"
+#: src/Model/Notify.php:275 src/Model/Notify.php:287
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s commented on %s's post"
 
-#: mod/settings.php:852
-msgid ""
-"If you receive a message from an unknown OStatus user, this option decides "
-"what to do. If it is checked, a new contact will be created for every "
-"unknown user."
-msgstr "Create a new contact for every unknown OStatus user from whom you receive a message."
+#: src/Model/Notify.php:286
+#, php-format
+msgid "%s created a new post"
+msgstr "%s posted something new"
 
-#: mod/settings.php:853
-msgid "Default group for OStatus contacts"
-msgstr "Default group for OStatus contacts"
+#: src/Model/Notify.php:300
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s liked %s's post"
 
-#: mod/settings.php:854
-msgid "Your legacy GNU Social account"
-msgstr "Your legacy GNU Social account"
+#: src/Model/Notify.php:313
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s disliked %s's post"
 
-#: mod/settings.php:854
-msgid ""
-"If you enter your old 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 "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."
+#: src/Model/Notify.php:326
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s is going to %s's event"
 
-#: mod/settings.php:857
-msgid "Repair OStatus subscriptions"
-msgstr "Repair OStatus subscriptions"
+#: src/Model/Notify.php:339
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%s is not going to %s's event"
 
-#: mod/settings.php:861
-msgid "Email/Mailbox Setup"
-msgstr "Email/Mailbox setup"
+#: src/Model/Notify.php:352
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%s may go to %s's event"
 
-#: mod/settings.php:862
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."
+#: src/Model/Notify.php:385
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s is now friends with %s"
 
-#: mod/settings.php:863
-msgid "Last successful email check:"
-msgstr "Last successful email check:"
+#: src/Model/Notify.php:678
+msgid "Friend Suggestion"
+msgstr "Friend suggestion"
 
-#: mod/settings.php:865
-msgid "IMAP server name:"
-msgstr "IMAP server name:"
+#: src/Model/Notify.php:712
+msgid "Friend/Connect Request"
+msgstr "Friend/Contact request"
 
-#: mod/settings.php:866
-msgid "IMAP port:"
-msgstr "IMAP port:"
+#: src/Model/Notify.php:712
+msgid "New Follower"
+msgstr "New follower"
 
-#: mod/settings.php:867
-msgid "Security:"
-msgstr "Security:"
+#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117
+#: src/Module/Profile.php:120
+#, php-format
+msgid "%s's timeline"
+msgstr "%s's timeline"
 
-#: mod/settings.php:867 mod/settings.php:872
-msgid "None"
-msgstr "None"
+#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118
+#, php-format
+msgid "%s's posts"
+msgstr "%s's posts"
 
-#: mod/settings.php:868
-msgid "Email login name:"
-msgstr "Email login name:"
+#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119
+#, php-format
+msgid "%s's comments"
+msgstr "%s's comments"
 
-#: mod/settings.php:869
-msgid "Email password:"
-msgstr "Email password:"
+#: src/Protocol/OStatus.php:1839
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s is now following %s."
 
-#: mod/settings.php:870
-msgid "Reply-to address:"
-msgstr "Reply-to address:"
+#: src/Protocol/OStatus.php:1840
+msgid "following"
+msgstr "following"
 
-#: mod/settings.php:871
-msgid "Send public posts to all email contacts:"
-msgstr "Send public posts to all email contacts:"
+#: src/Protocol/OStatus.php:1843
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s stopped following %s."
 
-#: mod/settings.php:872
-msgid "Action after import:"
-msgstr "Action after import:"
+#: src/Protocol/OStatus.php:1844
+msgid "stopped following"
+msgstr "stopped following"
 
-#: mod/settings.php:872 src/Content/Nav.php:251
-msgid "Mark as seen"
-msgstr "Mark as seen"
+#: src/Protocol/Diaspora.php:3585
+msgid "Attachments:"
+msgstr "Attachments:"
 
-#: mod/settings.php:872
-msgid "Move to folder"
-msgstr "Move to folder"
+#: src/LegacyModule.php:30
+#, php-format
+msgid "Legacy module file not found: %s"
+msgstr "Legacy module file not found: %s"
 
-#: mod/settings.php:873
-msgid "Move to folder:"
-msgstr "Move to folder:"
+#: src/Core/Update.php:193
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Update %s failed. See error logs."
 
-#: mod/settings.php:897 src/Module/Admin/Site.php:433
-msgid "No special theme for mobile devices"
-msgstr "No special theme for mobile devices"
+#: src/Core/Update.php:257
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
 
-#: mod/settings.php:905
+#: src/Core/Update.php:263
 #, php-format
-msgid "%s - (Unsupported)"
-msgstr "%s - (Unsupported)"
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "The error message is\n[pre]%s[/pre]"
+
+#: src/Core/Update.php:269 src/Core/Update.php:308
+msgid "[Friendica Notify] Database update"
+msgstr "[Friendica Notify] Database update"
 
-#: mod/settings.php:907 src/Module/Admin/Site.php:450
+#: src/Core/Update.php:300
 #, php-format
-msgid "%s - (Experimental)"
-msgstr "%s - (Experimental)"
+msgid ""
+"\n"
+"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
+msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
 
-#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395
-msgid "Sunday"
-msgstr "Sunday"
+#: src/Core/L10n/L10n.php:428
+msgid "Sep"
+msgstr "Sep"
 
-#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396
-msgid "Monday"
-msgstr "Monday"
+#: src/Core/L10n/L10n.php:447
+msgid "poke"
+msgstr "poke"
 
-#: mod/settings.php:951
-msgid "Display Settings"
-msgstr "Display Settings"
+#: src/Core/L10n/L10n.php:447
+msgid "poked"
+msgstr "poked"
 
-#: mod/settings.php:957
-msgid "Display Theme:"
-msgstr "Display theme:"
+#: src/Core/L10n/L10n.php:448
+msgid "ping"
+msgstr "ping"
 
-#: mod/settings.php:958
-msgid "Mobile Theme:"
-msgstr "Mobile theme:"
+#: src/Core/L10n/L10n.php:448
+msgid "pinged"
+msgstr "pinged"
 
-#: mod/settings.php:959
-msgid "Suppress warning of insecure networks"
-msgstr "Suppress warning of insecure networks"
+#: src/Core/L10n/L10n.php:449
+msgid "prod"
+msgstr "prod"
 
-#: mod/settings.php:959
-msgid ""
-"Should the system suppress the warning that the current group contains "
-"members of networks that can't receive non public postings."
-msgstr "Suppresses warnings if groups contain members whose networks cannot receive non-public postings."
+#: src/Core/L10n/L10n.php:449
+msgid "prodded"
+msgstr "prodded"
 
-#: mod/settings.php:960
-msgid "Update browser every xx seconds"
-msgstr "Update browser every so many seconds:"
+#: src/Core/L10n/L10n.php:450
+msgid "slap"
+msgstr "slap"
 
-#: mod/settings.php:960
-msgid "Minimum of 10 seconds. Enter -1 to disable it."
-msgstr "Minimum 10 seconds; to disable -1."
+#: src/Core/L10n/L10n.php:450
+msgid "slapped"
+msgstr "slapped"
 
-#: mod/settings.php:961
-msgid "Number of items to display per page:"
-msgstr "Number of items displayed per page:"
+#: src/Core/L10n/L10n.php:451
+msgid "finger"
+msgstr "finger"
 
-#: mod/settings.php:961 mod/settings.php:962
-msgid "Maximum of 100 items"
-msgstr "Maximum of 100 items"
+#: src/Core/L10n/L10n.php:451
+msgid "fingered"
+msgstr "fingered"
 
-#: mod/settings.php:962
-msgid "Number of items to display per page when viewed from mobile device:"
-msgstr "Number of items displayed per page on mobile devices:"
+#: src/Core/L10n/L10n.php:452
+msgid "rebuff"
+msgstr "rebuff"
 
-#: mod/settings.php:963
-msgid "Don't show emoticons"
-msgstr "Don't show emoticons"
+#: src/Core/L10n/L10n.php:452
+msgid "rebuffed"
+msgstr "rebuffed"
 
-#: mod/settings.php:964
-msgid "Calendar"
-msgstr "Calendar"
+#: src/Core/Authentication.php:176 src/Core/Authentication.php:228
+#: mod/openid.php:79
+msgid "Login failed."
+msgstr "Login failed."
 
-#: mod/settings.php:965
-msgid "Beginning of week:"
-msgstr "Week begins: "
+#: src/Core/Authentication.php:239
+msgid "Login failed. Please check your credentials."
+msgstr "Login failed. Please check your credentials."
 
-#: mod/settings.php:966
-msgid "Don't show notices"
-msgstr "Don't show notices"
+#: src/Core/Authentication.php:355
+#, php-format
+msgid "Welcome %s"
+msgstr "Welcome %s"
 
-#: mod/settings.php:967
-msgid "Infinite scroll"
-msgstr "Infinite scroll"
+#: src/Core/Authentication.php:356
+msgid "Please upload a profile photo."
+msgstr "Please upload a profile photo."
 
-#: mod/settings.php:968
-msgid "Automatic updates only at the top of the network page"
-msgstr "Automatically updates only top of the network page"
+#: src/Core/Authentication.php:359
+#, php-format
+msgid "Welcome back %s"
+msgstr "Welcome back %s"
 
-#: mod/settings.php:968
-msgid ""
-"When disabled, the network page is updated all the time, which could be "
-"confusing while reading."
-msgstr "When disabled, the network page is updated all the time, which could be confusing while reading."
+#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119
+msgid "Mutuals"
+msgstr "Mutuals"
 
-#: mod/settings.php:969
-msgid "Bandwidth Saver Mode"
-msgstr "Bandwidth saver mode"
+#: src/Core/ACL.php:376
+msgid "Post to Email"
+msgstr "Post to email"
 
-#: mod/settings.php:969
+#: src/Core/ACL.php:394
+msgid "Public"
+msgstr "Public"
+
+#: src/Core/ACL.php:395
 msgid ""
-"When enabled, embedded content is not displayed on automatic updates, they "
-"only show on page reload."
-msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."
+"This content will be shown to all your followers and can be seen in the "
+"community pages and by anyone with its link."
+msgstr "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link."
 
-#: mod/settings.php:970
-msgid "Smart Threading"
-msgstr "Smart Threading"
+#: src/Core/ACL.php:396
+msgid "Limited/Private"
+msgstr "Limited/Private"
 
-#: mod/settings.php:970
+#: src/Core/ACL.php:397
 msgid ""
-"When enabled, suppress extraneous thread indentation while keeping it where "
-"it matters. Only works if threading is available and enabled."
-msgstr "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."
+"This content will be shown only to the people in the first box, to the "
+"exception of the people mentioned in the second box. It won't appear "
+"anywhere public."
+msgstr "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly."
 
-#: mod/settings.php:972
-msgid "General Theme Settings"
-msgstr "Themes"
+#: src/Core/ACL.php:398
+msgid "Show to:"
+msgstr "Show to:"
 
-#: mod/settings.php:973
-msgid "Custom Theme Settings"
-msgstr "Theme customization"
+#: src/Core/ACL.php:399
+msgid "Except to:"
+msgstr "Except to:"
 
-#: mod/settings.php:974
-msgid "Content Settings"
-msgstr "Content/Layout"
+#: src/Core/ACL.php:400 mod/editpost.php:96
+msgid "CC: email addresses"
+msgstr "CC: email addresses"
 
-#: mod/settings.php:975 view/theme/duepuntozero/config.php:73
-#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75
-#: view/theme/vier/config.php:121
-msgid "Theme settings"
-msgstr "Theme settings"
+#: src/Core/ACL.php:401 mod/editpost.php:103
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Example: bob@example.com, mary@example.com"
 
-#: mod/settings.php:989
-msgid "Unable to find your profile. Please contact your admin."
-msgstr "Unable to find your profile. Please contact your admin."
+#: src/Core/ACL.php:402
+msgid "Connectors"
+msgstr "Connectors"
 
-#: mod/settings.php:1028
-msgid "Account Types"
-msgstr "Account types:"
+#: src/Core/ACL.php:403
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Hide profile details from unknown viewers?"
 
-#: mod/settings.php:1029
-msgid "Personal Page Subtypes"
-msgstr "Personal Page subtypes"
+#: src/Core/ACL.php:403
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Connectors are disabled since \"%s\" is enabled."
 
-#: mod/settings.php:1030
-msgid "Community Forum Subtypes"
-msgstr "Community forum subtypes"
+#: src/Core/UserImport.php:107
+msgid "Error decoding account file"
+msgstr "Error decoding account file"
 
-#: mod/settings.php:1037 src/Module/Admin/Users.php:229
-msgid "Personal Page"
-msgstr "Personal Page"
+#: src/Core/UserImport.php:113
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Error! No version data in file! Is this a Friendica account file?"
 
-#: mod/settings.php:1038
-msgid "Account for a personal profile."
-msgstr "Account for a personal profile."
+#: src/Core/UserImport.php:121
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "User '%s' already exists on this server!"
 
-#: mod/settings.php:1041 src/Module/Admin/Users.php:230
-msgid "Organisation Page"
-msgstr "Organization Page"
+#: src/Core/UserImport.php:157
+msgid "User creation error"
+msgstr "User creation error"
 
-#: mod/settings.php:1042
-msgid ""
-"Account for an organisation that automatically approves contact requests as "
-"\"Followers\"."
-msgstr "Account for an organization that automatically approves contact requests as \"Followers\"."
+#: src/Core/UserImport.php:175
+msgid "User profile creation error"
+msgstr "User profile creation error"
 
-#: mod/settings.php:1045 src/Module/Admin/Users.php:231
-msgid "News Page"
-msgstr "News Page"
+#: src/Core/UserImport.php:219
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contact not imported"
+msgstr[1] "%d contacts not imported"
 
-#: mod/settings.php:1046
+#: src/Core/UserImport.php:284
+msgid "Done. You can now login with your username and password"
+msgstr "Done. You can now login with your username and password"
+
+#: src/Core/Installer.php:162
 msgid ""
-"Account for a news reflector that automatically approves contact requests as"
-" \"Followers\"."
-msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"."
+"The database configuration file \"config/local.config.php\" could not be "
+"written. Please use the enclosed text to create a configuration file in your"
+" web server root."
+msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
 
-#: mod/settings.php:1049 src/Module/Admin/Users.php:232
-msgid "Community Forum"
-msgstr "Community Forum"
+#: src/Core/Installer.php:181
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
 
-#: mod/settings.php:1050
-msgid "Account for community discussions."
-msgstr "Account for community discussions."
+#: src/Core/Installer.php:182 src/Module/Install.php:173
+#: src/Module/Install.php:329
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Please see the file \"INSTALL.txt\"."
 
-#: mod/settings.php:1053 src/Module/Admin/Users.php:222
-msgid "Normal Account Page"
-msgstr "Standard"
+#: src/Core/Installer.php:243
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Could not find a command line version of PHP in the web server PATH."
 
-#: mod/settings.php:1054
+#: src/Core/Installer.php:244
 msgid ""
-"Account for a regular personal profile that requires manual approval of "
-"\"Friends\" and \"Followers\"."
-msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-worker'>'Setup the worker'</a>"
+msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"
 
-#: mod/settings.php:1057 src/Module/Admin/Users.php:223
-msgid "Soapbox Page"
-msgstr "Soapbox"
+#: src/Core/Installer.php:249
+msgid "PHP executable path"
+msgstr "PHP executable path"
 
-#: mod/settings.php:1058
+#: src/Core/Installer.php:249
 msgid ""
-"Account for a public profile that automatically approves contact requests as"
-" \"Followers\"."
-msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"."
-
-#: mod/settings.php:1061 src/Module/Admin/Users.php:224
-msgid "Public Forum"
-msgstr "Public forum"
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
 
-#: mod/settings.php:1062
-msgid "Automatically approves all contact requests."
-msgstr "Automatically approves all contact requests."
+#: src/Core/Installer.php:254
+msgid "Command line PHP"
+msgstr "Command line PHP"
 
-#: mod/settings.php:1065 src/Module/Admin/Users.php:225
-msgid "Automatic Friend Page"
-msgstr "Love-all"
+#: src/Core/Installer.php:263
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
 
-#: mod/settings.php:1066
-msgid ""
-"Account for a popular profile that automatically approves contact requests "
-"as \"Friends\"."
-msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"."
+#: src/Core/Installer.php:264
+msgid "Found PHP version: "
+msgstr "Found PHP version: "
 
-#: mod/settings.php:1069
-msgid "Private Forum [Experimental]"
-msgstr "Private forum [Experimental]"
+#: src/Core/Installer.php:266
+msgid "PHP cli binary"
+msgstr "PHP cli binary"
 
-#: mod/settings.php:1070
-msgid "Requires manual approval of contact requests."
-msgstr "Requires manual approval of contact requests."
+#: src/Core/Installer.php:279
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
 
-#: mod/settings.php:1081
-msgid "OpenID:"
-msgstr "OpenID:"
+#: src/Core/Installer.php:280
+msgid "This is required for message delivery to work."
+msgstr "This is required for message delivery to work."
 
-#: mod/settings.php:1081
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Optional) Allow this OpenID to login to this account."
+#: src/Core/Installer.php:285
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/settings.php:1089
-msgid "Publish your default profile in your local site directory?"
-msgstr "Publish default profile in local site directory?"
+#: src/Core/Installer.php:317
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
 
-#: mod/settings.php:1089
-#, php-format
+#: src/Core/Installer.php:318
 msgid ""
-"Your profile will be published in this node's <a href=\"%s\">local "
-"directory</a>. Your profile details may be publicly visible depending on the"
-" system settings."
-msgstr "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: mod/settings.php:1095
-msgid "Publish your default profile in the global social directory?"
-msgstr "Publish default profile in global directory?"
+#: src/Core/Installer.php:321
+msgid "Generate encryption keys"
+msgstr "Generate encryption keys"
 
-#: mod/settings.php:1095
-#, php-format
+#: src/Core/Installer.php:373
 msgid ""
-"Your profile will be published in the global friendica directories (e.g. <a "
-"href=\"%s\">%s</a>). Your profile will be visible in public."
-msgstr "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible."
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: Apache web server mod-rewrite module is required but not installed."
 
-#: mod/settings.php:1095
-msgid ""
-"This setting also determines whether Friendica will inform search engines "
-"that your profile should be indexed or not. Third-party search engines may "
-"or may not respect this setting."
-msgstr ""
+#: src/Core/Installer.php:378
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
 
-#: mod/settings.php:1102
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Hide my contact list from others?"
+#: src/Core/Installer.php:384
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Error: PDO or MySQLi PHP module required but not installed."
 
-#: mod/settings.php:1102
-msgid ""
-"Your contact list won't be shown in your default profile page. You can "
-"decide to show your contact list separately for each additional profile you "
-"create"
-msgstr "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create"
+#: src/Core/Installer.php:389
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Error: MySQL driver for PDO is not installed."
 
-#: mod/settings.php:1106
-msgid "Hide your profile details from anonymous viewers?"
-msgstr "Hide your profile details from anonymous viewers?"
+#: src/Core/Installer.php:393
+msgid "PDO or MySQLi PHP module"
+msgstr "PDO or MySQLi PHP module"
 
-#: mod/settings.php:1106
-msgid ""
-"Anonymous visitors will only see your profile picture, your display name and"
-" the nickname you are using on your profile page. Your public posts and "
-"replies will still be accessible by other means."
-msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."
-
-#: mod/settings.php:1110
-msgid "Allow friends to post to your profile page?"
-msgstr "Allow friends to post to my wall?"
-
-#: mod/settings.php:1110
-msgid ""
-"Your contacts may write posts on your profile wall. These posts will be "
-"distributed to your contacts"
-msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"
-
-#: mod/settings.php:1114
-msgid "Allow friends to tag your posts?"
-msgstr "Allow friends to tag my post?"
+#: src/Core/Installer.php:401
+msgid "Error, XML PHP module required but not installed."
+msgstr "Error, XML PHP module required but not installed."
 
-#: mod/settings.php:1114
-msgid "Your contacts can add additional tags to your posts."
-msgstr "Your contacts can add additional tags to your posts."
+#: src/Core/Installer.php:405
+msgid "XML PHP module"
+msgstr "XML PHP module"
 
-#: mod/settings.php:1118
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Allow us to suggest you as a potential friend to new members?"
+#: src/Core/Installer.php:408
+msgid "libCurl PHP module"
+msgstr "libCurl PHP module"
 
-#: mod/settings.php:1118
-msgid ""
-"If you like, Friendica may suggest new members to add you as a contact."
-msgstr "If you like, Friendica may suggest new members to add you as a contact."
+#: src/Core/Installer.php:409
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: libCURL PHP module required but not installed."
 
-#: mod/settings.php:1122
-msgid "Permit unknown people to send you private mail?"
-msgstr "Allow unknown people to send me private messages?"
+#: src/Core/Installer.php:415
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP module"
 
-#: mod/settings.php:1122
+#: src/Core/Installer.php:416
 msgid ""
-"Friendica network users may send you private messages even if they are not "
-"in your contact list."
-msgstr "Friendica network users may send you private messages even if they are not in your contact list."
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
 
-#: mod/settings.php:1126
-msgid "Profile is <strong>not published</strong>."
-msgstr "Profile is <strong>not published</strong>."
+#: src/Core/Installer.php:422
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP module"
 
-#: mod/settings.php:1132
-#, php-format
-msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
-msgstr "My identity address: <strong>'%s'</strong> or '%s'"
+#: src/Core/Installer.php:423
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: openssl PHP module required but not installed."
 
-#: mod/settings.php:1139
-msgid "Automatically expire posts after this many days:"
-msgstr "Automatically expire posts after this many days:"
+#: src/Core/Installer.php:429
+msgid "mb_string PHP module"
+msgstr "mb_string PHP module"
 
-#: mod/settings.php:1139
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Posts will not expire if empty;  expired posts will be deleted"
+#: src/Core/Installer.php:430
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: mb_string PHP module required but not installed."
 
-#: mod/settings.php:1140
-msgid "Advanced expiration settings"
-msgstr "Advanced expiration settings"
+#: src/Core/Installer.php:436
+msgid "iconv PHP module"
+msgstr "iconv PHP module"
 
-#: mod/settings.php:1141
-msgid "Advanced Expiration"
-msgstr "Advanced expiration"
+#: src/Core/Installer.php:437
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Error: iconv PHP module required but not installed."
 
-#: mod/settings.php:1142
-msgid "Expire posts:"
-msgstr "Expire posts:"
+#: src/Core/Installer.php:443
+msgid "POSIX PHP module"
+msgstr "POSIX PHP module"
 
-#: mod/settings.php:1143
-msgid "Expire personal notes:"
-msgstr "Expire personal notes:"
+#: src/Core/Installer.php:444
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Error: POSIX PHP module required but not installed."
 
-#: mod/settings.php:1144
-msgid "Expire starred posts:"
-msgstr "Expire starred posts:"
+#: src/Core/Installer.php:450
+msgid "JSON PHP module"
+msgstr "JSON PHP module"
 
-#: mod/settings.php:1145
-msgid "Expire photos:"
-msgstr "Expire photos:"
+#: src/Core/Installer.php:451
+msgid "Error: JSON PHP module required but not installed."
+msgstr "Error: JSON PHP module is required but not installed."
 
-#: mod/settings.php:1146
-msgid "Only expire posts by others:"
-msgstr "Only expire posts by others:"
+#: src/Core/Installer.php:457
+msgid "File Information PHP module"
+msgstr "File Information PHP module"
 
-#: mod/settings.php:1176
-msgid "Account Settings"
-msgstr "Account Settings"
+#: src/Core/Installer.php:458
+msgid "Error: File Information PHP module required but not installed."
+msgstr "Error: File Information PHP module required but not installed."
 
-#: mod/settings.php:1184
-msgid "Password Settings"
-msgstr "Password change"
+#: src/Core/Installer.php:481
+msgid ""
+"The web installer needs to be able to create a file called "
+"\"local.config.php\" in the \"config\" folder of your web server and it is "
+"unable to do so."
+msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server, but is unable to do so."
 
-#: mod/settings.php:1185 src/Module/Register.php:130
-msgid "New Password:"
-msgstr "New password:"
+#: src/Core/Installer.php:482
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
 
-#: mod/settings.php:1185
+#: src/Core/Installer.php:483
 msgid ""
-"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
-"spaces, accentuated letters and colon (:)."
-msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."
+"At the end of this procedure, we will give you a text to save in a file "
+"named local.config.php in your Friendica \"config\" folder."
+msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."
 
-#: mod/settings.php:1186 src/Module/Register.php:131
-msgid "Confirm:"
-msgstr "Confirm new password:"
+#: src/Core/Installer.php:484
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
 
-#: mod/settings.php:1186
-msgid "Leave password fields blank unless changing"
-msgstr "Leave password fields blank unless changing"
+#: src/Core/Installer.php:487
+msgid "config/local.config.php is writable"
+msgstr "config/local.config.php is writable"
 
-#: mod/settings.php:1187
-msgid "Current Password:"
-msgstr "Current password:"
+#: src/Core/Installer.php:507
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
 
-#: mod/settings.php:1187 mod/settings.php:1188
-msgid "Your current password to confirm the changes"
-msgstr "Current password to confirm change"
+#: src/Core/Installer.php:508
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."
 
-#: mod/settings.php:1188
-msgid "Password:"
-msgstr "Password:"
+#: src/Core/Installer.php:509
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Please ensure the user that your web server runs as (e.g. www-data) has write access to this directory."
 
-#: mod/settings.php:1192
-msgid "Basic Settings"
-msgstr "Basic information"
+#: src/Core/Installer.php:510
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."
 
-#: mod/settings.php:1193 src/Model/Profile.php:764
-msgid "Full Name:"
-msgstr "Full name:"
+#: src/Core/Installer.php:513
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 is writable"
 
-#: mod/settings.php:1194
-msgid "Email Address:"
-msgstr "Email address:"
+#: src/Core/Installer.php:542
+msgid ""
+"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
+" to .htaccess."
+msgstr "Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."
 
-#: mod/settings.php:1195
-msgid "Your Timezone:"
-msgstr "Time zone:"
+#: src/Core/Installer.php:544
+msgid "Error message from Curl when fetching"
+msgstr "Error message from Curl while fetching"
 
-#: mod/settings.php:1196
-msgid "Your Language:"
-msgstr "Language:"
+#: src/Core/Installer.php:549
+msgid "Url rewrite is working"
+msgstr "URL rewrite is working"
 
-#: mod/settings.php:1196
-msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
-msgstr "Set the language of your Friendica interface and emails sent to you."
+#: src/Core/Installer.php:578
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagick PHP extension is not installed"
 
-#: mod/settings.php:1197
-msgid "Default Post Location:"
-msgstr "Posting location:"
+#: src/Core/Installer.php:580
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP extension is installed"
 
-#: mod/settings.php:1198
-msgid "Use Browser Location:"
-msgstr "Use browser location:"
+#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366
+#: tests/src/Core/InstallerTest.php:389
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick supports GIF"
 
-#: mod/settings.php:1201
-msgid "Security and Privacy Settings"
-msgstr "Security and privacy"
+#: src/Core/Installer.php:604
+msgid "Database already in use."
+msgstr "Database already in use."
 
-#: mod/settings.php:1203
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maximum friend requests per day:"
+#: src/Core/Installer.php:609
+msgid "Could not connect to database."
+msgstr "Could not connect to database."
 
-#: mod/settings.php:1203 mod/settings.php:1232
-msgid "(to prevent spam abuse)"
-msgstr "May prevent spam and abusive registrations"
+#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19
+#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31
+#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169
+#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115
+msgid "Public access denied."
+msgstr "Public access denied."
 
-#: mod/settings.php:1204
-msgid "Default Post Permissions"
-msgstr "Default post permissions"
+#: src/Module/Directory.php:59
+msgid "No entries (some entries may be hidden)."
+msgstr "No entries (entries may be hidden)."
 
-#: mod/settings.php:1205
-msgid "(click to open/close)"
-msgstr "(reveal/hide)"
+#: src/Module/Directory.php:78
+msgid "Find on this site"
+msgstr "Find on this site"
 
-#: mod/settings.php:1215
-msgid "Default Private Post"
-msgstr "Default private post"
+#: src/Module/Directory.php:80
+msgid "Results for:"
+msgstr "Results for:"
 
-#: mod/settings.php:1216
-msgid "Default Public Post"
-msgstr "Default public post"
+#: src/Module/Directory.php:82
+msgid "Site Directory"
+msgstr "Site directory"
 
-#: mod/settings.php:1220
-msgid "Default Permissions for New Posts"
-msgstr "Default permissions for new posts"
+#: src/Module/Special/HTTPException.php:32
+msgid "Bad Request"
+msgstr "Bad request"
 
-#: mod/settings.php:1232
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maximum private messages per day from unknown people:"
+#: src/Module/Special/HTTPException.php:33
+msgid "Unauthorized"
+msgstr "Unauthorized"
 
-#: mod/settings.php:1235
-msgid "Notification Settings"
-msgstr "Notification"
+#: src/Module/Special/HTTPException.php:34
+msgid "Forbidden"
+msgstr "Forbidden"
 
-#: mod/settings.php:1236
-msgid "Send a notification email when:"
-msgstr "Send notification email when:"
+#: src/Module/Special/HTTPException.php:35
+msgid "Not Found"
+msgstr "Not found"
 
-#: mod/settings.php:1237
-msgid "You receive an introduction"
-msgstr "Receiving an introduction"
+#: src/Module/Special/HTTPException.php:36
+msgid "Internal Server Error"
+msgstr "Internal Server Error"
 
-#: mod/settings.php:1238
-msgid "Your introductions are confirmed"
-msgstr "My introductions are confirmed"
+#: src/Module/Special/HTTPException.php:37
+msgid "Service Unavailable"
+msgstr "Service Unavailable"
 
-#: mod/settings.php:1239
-msgid "Someone writes on your profile wall"
-msgstr "Someone writes on my wall"
+#: src/Module/Special/HTTPException.php:44
+msgid ""
+"The server cannot or will not process the request due to an apparent client "
+"error."
+msgstr "The server cannot process the request due to an apparent client error."
 
-#: mod/settings.php:1240
-msgid "Someone writes a followup comment"
-msgstr "A follow up comment is posted"
+#: src/Module/Special/HTTPException.php:45
+msgid ""
+"Authentication is required and has failed or has not yet been provided."
+msgstr "Authentication is required but has failed or not yet being provided."
 
-#: mod/settings.php:1241
-msgid "You receive a private message"
-msgstr "receiving a private message"
+#: src/Module/Special/HTTPException.php:46
+msgid ""
+"The request was valid, but the server is refusing action. The user might not"
+" have the necessary permissions for a resource, or may need an account."
+msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."
 
-#: mod/settings.php:1242
-msgid "You receive a friend suggestion"
-msgstr "Receiving a friend suggestion"
+#: src/Module/Special/HTTPException.php:47
+msgid ""
+"The requested resource could not be found but may be available in the "
+"future."
+msgstr "The requested resource could not be found but may be available in the future."
 
-#: mod/settings.php:1243
-msgid "You are tagged in a post"
-msgstr "Tagged in a post"
+#: src/Module/Special/HTTPException.php:48
+msgid ""
+"An unexpected condition was encountered and no more specific message is "
+"suitable."
+msgstr "An unexpected condition was encountered and no more specific message is available."
 
-#: mod/settings.php:1244
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Poked in a post"
+#: src/Module/Special/HTTPException.php:49
+msgid ""
+"The server is currently unavailable (because it is overloaded or down for "
+"maintenance). Please try again later."
+msgstr "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later."
 
-#: mod/settings.php:1246
-msgid "Activate desktop notifications"
-msgstr "Activate desktop notifications"
+#: src/Module/Special/HTTPException.php:55
+msgid "Go back"
+msgstr "Go back"
 
-#: mod/settings.php:1246
-msgid "Show desktop popup on new notifications"
-msgstr "Show desktop pop-up on new notifications"
+#: src/Module/Help.php:43
+msgid "Help:"
+msgstr "Help:"
 
-#: mod/settings.php:1248
-msgid "Text-only notification emails"
-msgstr "Text-only notification emails"
+#: src/Module/Delegation.php:130
+msgid "Manage Identities and/or Pages"
+msgstr "Manage Identities and Pages"
 
-#: mod/settings.php:1250
-msgid "Send text only notification emails, without the html part"
-msgstr "Receive text only emails without HTML "
+#: src/Module/Delegation.php:131
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Accounts that I manage or own."
 
-#: mod/settings.php:1252
-msgid "Show detailled notifications"
-msgstr "Show detailled notifications"
+#: src/Module/Delegation.php:132
+msgid "Select an identity to manage: "
+msgstr "Select identity:"
 
-#: mod/settings.php:1254
+#: src/Module/Tos.php:35 src/Module/Tos.php:77
 msgid ""
-"Per default, notifications are condensed to a single notification per item. "
-"When enabled every notification is displayed."
-msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."
+"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 "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), a 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 won’t 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."
 
-#: mod/settings.php:1256
-msgid "Advanced Account/Page Type Settings"
-msgstr "Advanced account types"
+#: src/Module/Tos.php:36 src/Module/Tos.php:78
+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 "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."
 
-#: mod/settings.php:1257
-msgid "Change the behaviour of this account for special situations"
-msgstr "Change behavior of this account for special situations"
+#: src/Module/Tos.php:37 src/Module/Tos.php:79
+#, php-format
+msgid ""
+"At any point in time a logged in user can export their account data from the"
+" <a href=\"%1$s/settings/userexport\">account settings</a>. If the user "
+"wants to delete their account they can do so at <a "
+"href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will "
+"be permanent. Deletion of the data will also be requested from the nodes of "
+"the communication partners."
+msgstr "At any point in time a logged in user can export their account data from the <a href=\"%1$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."
 
-#: mod/settings.php:1260
-msgid "Relocate"
-msgstr "Recent relocation"
+#: src/Module/Tos.php:40 src/Module/Tos.php:76
+msgid "Privacy Statement"
+msgstr "Privacy Statement"
 
-#: mod/settings.php:1261
-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 "If you have moved this profile from another server and some of your contacts don't receive your updates:"
+#: src/Module/Install.php:159
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica Communications Server - Setup"
 
-#: mod/settings.php:1262
-msgid "Resend relocate message to contacts"
-msgstr "Resend relocation message to contacts"
+#: src/Module/Install.php:170
+msgid "System check"
+msgstr "System check"
 
-#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745
-msgid "default"
-msgstr "default"
+#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264
+msgid "Next"
+msgstr "Next"
 
-#: view/theme/duepuntozero/config.php:56
-msgid "greenzero"
-msgstr "greenzero"
+#: src/Module/Install.php:175
+msgid "Check again"
+msgstr "Check again"
 
-#: view/theme/duepuntozero/config.php:57
-msgid "purplezero"
-msgstr "purplezero"
+#: src/Module/Install.php:182 src/Module/Admin/Site.php:514
+msgid "No SSL policy, links will track page SSL state"
+msgstr "No SSL policy, links will track page SSL state"
 
-#: view/theme/duepuntozero/config.php:58
-msgid "easterbunny"
-msgstr "easterbunny"
+#: src/Module/Install.php:183 src/Module/Admin/Site.php:515
+msgid "Force all links to use SSL"
+msgstr "Force all links to use SSL"
 
-#: view/theme/duepuntozero/config.php:59
-msgid "darkzero"
-msgstr "darkzero"
+#: src/Module/Install.php:184 src/Module/Admin/Site.php:516
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
 
-#: view/theme/duepuntozero/config.php:60
-msgid "comix"
-msgstr "comix"
+#: src/Module/Install.php:190
+msgid "Base settings"
+msgstr "Base settings"
 
-#: view/theme/duepuntozero/config.php:61
-msgid "slackr"
-msgstr "slackr"
+#: src/Module/Install.php:192 src/Module/Admin/Site.php:592
+msgid "SSL link policy"
+msgstr "SSL link policy"
 
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Variations"
+#: src/Module/Install.php:194 src/Module/Admin/Site.php:592
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determines whether generated links should be forced to use SSL"
 
-#: view/theme/frio/php/Image.php:24
-msgid "Top Banner"
-msgstr "Top Banner"
+#: src/Module/Install.php:197
+msgid "Host name"
+msgstr "Host name"
 
-#: view/theme/frio/php/Image.php:24
+#: src/Module/Install.php:199
 msgid ""
-"Resize image to the width of the screen and show background color below on "
-"long pages."
-msgstr "Resize image to the width of the screen and show background color below on long pages."
+"Overwrite this field in case the determinated hostname isn't right, "
+"otherweise leave it as is."
+msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."
 
-#: view/theme/frio/php/Image.php:25
-msgid "Full screen"
-msgstr "Full screen"
+#: src/Module/Install.php:202
+msgid "Base path to installation"
+msgstr "Base path to installation"
 
-#: view/theme/frio/php/Image.php:25
+#: src/Module/Install.php:204
 msgid ""
-"Resize image to fill entire screen, clipping either the right or the bottom."
-msgstr "Resize image to fill entire screen, clipping either the right or the bottom."
+"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 "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."
 
-#: view/theme/frio/php/Image.php:26
-msgid "Single row mosaic"
-msgstr "Single row mosaic"
+#: src/Module/Install.php:207
+msgid "Sub path of the URL"
+msgstr "URL Sub-path "
 
-#: view/theme/frio/php/Image.php:26
+#: src/Module/Install.php:209
 msgid ""
-"Resize image to repeat it on a single row, either vertical or horizontal."
-msgstr "Resize image to repeat it on a single row, either vertical or horizontal."
+"Overwrite this field in case the sub path determination isn't right, "
+"otherwise leave it as is. Leaving this field blank means the installation is"
+" at the base URL without sub path."
+msgstr "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path."
 
-#: view/theme/frio/php/Image.php:27
-msgid "Mosaic"
-msgstr "Mosaic"
+#: src/Module/Install.php:220
+msgid "Database connection"
+msgstr "Database connection"
 
-#: view/theme/frio/php/Image.php:27
-msgid "Repeat image to fill the screen."
-msgstr "Repeat image to fill the screen."
+#: src/Module/Install.php:221
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "In order to install Friendica we need to know how to connect to your database."
 
-#: view/theme/frio/config.php:111
-msgid "Custom"
-msgstr "Custom"
-
-#: view/theme/frio/config.php:123
-msgid "Note"
-msgstr "Note"
-
-#: view/theme/frio/config.php:123
-msgid "Check image permissions if all users are allowed to see the image"
-msgstr "Check image permissions that everyone is allowed to see the image"
-
-#: view/theme/frio/config.php:129
-msgid "Select color scheme"
-msgstr "Select color scheme"
-
-#: view/theme/frio/config.php:130
-msgid "Copy or paste schemestring"
-msgstr "Copy or paste theme string"
+#: src/Module/Install.php:222
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
 
-#: view/theme/frio/config.php:130
+#: src/Module/Install.php:223
 msgid ""
-"You can copy this string to share your theme with others. Pasting here "
-"applies the schemestring"
-msgstr "You can copy this string to share your theme with others. Pasting here applies the theme string"
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
 
-#: view/theme/frio/config.php:131
-msgid "Navigation bar background color"
-msgstr "Navigation bar background color:"
+#: src/Module/Install.php:230
+msgid "Database Server Name"
+msgstr "Database server name"
 
-#: view/theme/frio/config.php:132
-msgid "Navigation bar icon color "
-msgstr "Navigation bar icon color:"
+#: src/Module/Install.php:235
+msgid "Database Login Name"
+msgstr "Database login name"
 
-#: view/theme/frio/config.php:133
-msgid "Link color"
-msgstr "Link color:"
+#: src/Module/Install.php:241
+msgid "Database Login Password"
+msgstr "Database login password"
 
-#: view/theme/frio/config.php:134
-msgid "Set the background color"
-msgstr "Background color:"
+#: src/Module/Install.php:243
+msgid "For security reasons the password must not be empty"
+msgstr "For security reasons the password must not be empty"
 
-#: view/theme/frio/config.php:135
-msgid "Content background opacity"
-msgstr "Content background opacity"
+#: src/Module/Install.php:246
+msgid "Database Name"
+msgstr "Database name"
 
-#: view/theme/frio/config.php:136
-msgid "Set the background image"
-msgstr "Background image:"
+#: src/Module/Install.php:250 src/Module/Install.php:279
+msgid "Please select a default timezone for your website"
+msgstr "Please select a default time zone for your website"
 
-#: view/theme/frio/config.php:137
-msgid "Background image style"
-msgstr "Background image style"
+#: src/Module/Install.php:264
+msgid "Site settings"
+msgstr "Site settings"
 
-#: view/theme/frio/config.php:139
-msgid "Enable Compose page"
-msgstr ""
+#: src/Module/Install.php:274
+msgid "Site administrator email address"
+msgstr "Site administrator email address"
 
-#: view/theme/frio/config.php:139
+#: src/Module/Install.php:276
 msgid ""
-"This replaces the jot modal window for writing new posts with a link to <a "
-"href=\"compose\">the new Compose page</a>."
-msgstr ""
-
-#: view/theme/frio/config.php:143
-msgid "Login page background image"
-msgstr "Login page background image"
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Your account email address must match this in order to use the web admin panel."
 
-#: view/theme/frio/config.php:147
-msgid "Login page background color"
-msgstr "Login page background color"
+#: src/Module/Install.php:283
+msgid "System Language:"
+msgstr "System language:"
 
-#: view/theme/frio/config.php:147
-msgid "Leave background image and color empty for theme defaults"
-msgstr "Leave background image and color empty for theme defaults"
+#: src/Module/Install.php:285
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Set the default language for your Friendica installation interface and email communication."
 
-#: view/theme/frio/theme.php:246
-msgid "Guest"
-msgstr "Guest"
+#: src/Module/Install.php:297
+msgid "Your Friendica site database has been installed."
+msgstr "Your Friendica site database has been installed."
 
-#: view/theme/frio/theme.php:251
-msgid "Visitor"
-msgstr "Visitor"
+#: src/Module/Install.php:305
+msgid "Installation finished"
+msgstr "Installation finished"
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
-#: src/Model/Profile.php:917 src/Module/Settings/TwoFactor/Index.php:91
-#: src/Module/Contact.php:616 src/Module/Contact.php:831
-msgid "Status"
-msgstr "Status"
+#: src/Module/Install.php:327
+msgid "<h1>What next</h1>"
+msgstr "<h1>What next</h1>"
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
-#: src/Content/Nav.php:244
-msgid "Your posts and conversations"
-msgstr "My posts and conversations"
+#: src/Module/Install.php:328
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
 
-#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
-msgid "Your profile page"
-msgstr "My profile page"
+#: src/Module/Install.php:331
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
+msgstr "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."
 
-#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
-msgid "Your photos"
-msgstr "My photos"
+#: src/Module/BaseAdminModule.php:56 mod/api.php:95
+msgid "Please login to continue."
+msgstr "Please login to continue."
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
-#: src/Model/Profile.php:941 src/Model/Profile.php:944
-msgid "Videos"
-msgstr "Videos"
+#: src/Module/BaseAdminModule.php:62
+msgid ""
+"Submanaged account can't access the administation pages. Please log back in "
+"as the master account."
+msgstr "A managed account cannot access the administration pages. Please log in as administrator."
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
-msgid "Your videos"
-msgstr "My videos"
+#: src/Module/BaseAdminModule.php:76
+msgid "Overview"
+msgstr "Overview"
 
-#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
-msgid "Your events"
-msgstr "My events"
+#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188
+msgid "Federation Statistics"
+msgstr "Federation statistics"
 
-#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151
-#: src/Content/Nav.php:241
-msgid "Network"
-msgstr "Network"
+#: src/Module/BaseAdminModule.php:79
+msgid "Configuration"
+msgstr "Configuration"
 
-#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
-msgid "Conversations from your friends"
-msgstr "My friends' conversations"
+#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567
+msgid "Site"
+msgstr "Site"
 
-#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
-#: src/Model/Profile.php:956 src/Model/Profile.php:967
-msgid "Events and Calendar"
-msgstr "Events and calendar"
+#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278
+#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471
+msgid "Users"
+msgstr "Users"
 
-#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
-msgid "Private mail"
-msgstr "Private messages"
+#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100
+#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68
+#: mod/settings.php:112
+msgid "Addons"
+msgstr "Addons"
 
-#: view/theme/frio/theme.php:277 src/Content/Nav.php:265
-msgid "Account settings"
-msgstr "Account settings"
+#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105
+#: src/Module/Admin/Themes/Index.php:96
+msgid "Themes"
+msgstr "Theme selection"
 
-#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:904
-#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:996
-#: src/Model/Profile.php:999 src/Module/Contact.php:774
-#: src/Module/Contact.php:859
-msgid "Contacts"
-msgstr "Contacts"
+#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46
+#: mod/settings.php:90
+msgid "Additional features"
+msgstr "Additional features"
 
-#: view/theme/frio/theme.php:278 src/Content/Nav.php:271
-msgid "Manage/edit friends and contacts"
-msgstr "Manage/Edit friends and contacts"
+#: src/Module/BaseAdminModule.php:87
+msgid "Database"
+msgstr "Database"
 
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Alignment"
+#: src/Module/BaseAdminModule.php:88
+msgid "DB updates"
+msgstr "DB updates"
 
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Left"
+#: src/Module/BaseAdminModule.php:89
+msgid "Inspect Deferred Workers"
+msgstr "Inspect deferred workers"
 
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Center"
+#: src/Module/BaseAdminModule.php:90
+msgid "Inspect worker Queue"
+msgstr "Inspect worker queue"
 
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Color scheme"
+#: src/Module/BaseAdminModule.php:92
+msgid "Tools"
+msgstr "Tools"
 
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Posts font size"
+#: src/Module/BaseAdminModule.php:93
+msgid "Contact Blocklist"
+msgstr "Contact block-list"
 
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Text areas font size"
+#: src/Module/BaseAdminModule.php:94
+msgid "Server Blocklist"
+msgstr "Server block-list"
 
-#: view/theme/vier/config.php:76
-msgid "Comma separated list of helper forums"
-msgstr "Comma-separated list of helper forums"
+#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47
+msgid "Delete Item"
+msgstr "Delete item"
 
-#: view/theme/vier/config.php:116 src/Core/ACL.php:302
-msgid "don't show"
-msgstr "don't show"
+#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98
+#: src/Module/Admin/Logs/Settings.php:64
+msgid "Logs"
+msgstr "Logs"
 
-#: view/theme/vier/config.php:116 src/Core/ACL.php:301
-msgid "show"
-msgstr "show"
+#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47
+msgid "View Logs"
+msgstr "View logs"
 
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "Set style"
+#: src/Module/BaseAdminModule.php:101
+msgid "Diagnostics"
+msgstr "Diagnostics"
 
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "Community pages"
+#: src/Module/BaseAdminModule.php:102
+msgid "PHP Info"
+msgstr "PHP info"
 
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151
-msgid "Community Profiles"
-msgstr "Community profiles"
+#: src/Module/BaseAdminModule.php:103
+msgid "probe address"
+msgstr "Probe address"
 
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr "Help or @NewHere ?"
+#: src/Module/BaseAdminModule.php:104
+msgid "check webfinger"
+msgstr "Check webfinger"
 
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373
-msgid "Connect Services"
-msgstr "Connect services"
+#: src/Module/BaseAdminModule.php:105
+msgid "Item Source"
+msgstr "Item source"
 
-#: view/theme/vier/config.php:127
-msgid "Find Friends"
-msgstr "Find friends"
+#: src/Module/BaseAdminModule.php:106
+msgid "Babel"
+msgstr "Babel"
 
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "Last users"
+#: src/Module/BaseAdminModule.php:115
+msgid "Addon Features"
+msgstr "Addon features"
 
-#: view/theme/vier/theme.php:199 src/Content/Widget.php:64
-msgid "Find People"
-msgstr "Find people"
+#: src/Module/BaseAdminModule.php:116
+msgid "User registrations waiting for confirmation"
+msgstr "User registrations awaiting confirmation"
 
-#: view/theme/vier/theme.php:200 src/Content/Widget.php:65
-msgid "Enter name or interest"
-msgstr "Enter name or interest"
+#: src/Module/Login.php:96
+msgid "Create a New Account"
+msgstr "Create a new account"
 
-#: view/theme/vier/theme.php:202 src/Content/Widget.php:67
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Examples: Robert Morgenstein, fishing"
+#: src/Module/Login.php:121
+msgid "Your OpenID: "
+msgstr "Your OpenID: "
 
-#: view/theme/vier/theme.php:203 src/Content/Widget.php:68
-#: src/Module/Directory.php:86 src/Module/Contact.php:795
-msgid "Find"
-msgstr "Find"
+#: src/Module/Login.php:124
+msgid ""
+"Please enter your username and password to add the OpenID to your existing "
+"account."
+msgstr "Please enter your username and password to add the OpenID to your existing account."
 
-#: view/theme/vier/theme.php:205 src/Content/Widget.php:70
-msgid "Similar Interests"
-msgstr "Similar interests"
+#: src/Module/Login.php:126
+msgid "Or login using OpenID: "
+msgstr "Or login with OpenID: "
 
-#: view/theme/vier/theme.php:206 src/Content/Widget.php:71
-msgid "Random Profile"
-msgstr "Random profile"
+#: src/Module/Login.php:139 mod/lostpass.php:120
+msgid "Nickname or Email: "
+msgstr "Nickname or email: "
 
-#: view/theme/vier/theme.php:207 src/Content/Widget.php:72
-msgid "Invite Friends"
-msgstr "Invite friends"
+#: src/Module/Login.php:140
+msgid "Password: "
+msgstr "Password: "
 
-#: view/theme/vier/theme.php:208 src/Content/Widget.php:73
-#: src/Module/Directory.php:78
-msgid "Global Directory"
-msgstr "Global Directory"
+#: src/Module/Login.php:141
+msgid "Remember me"
+msgstr "Remember me"
 
-#: view/theme/vier/theme.php:210 src/Content/Widget.php:75
-msgid "Local Directory"
-msgstr "Local directory"
+#: src/Module/Login.php:150
+msgid "Forgot your password?"
+msgstr "Forgot your password?"
 
-#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:907
-#: src/Content/Nav.php:209 src/Content/ForumManager.php:130
-msgid "Forums"
-msgstr "Forums"
+#: src/Module/Login.php:151 mod/lostpass.php:136
+msgid "Password Reset"
+msgstr "Forgotten password?"
 
-#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132
-msgid "External link to forum"
-msgstr "External link to forum"
+#: src/Module/Login.php:153
+msgid "Website Terms of Service"
+msgstr "Website Terms of Service"
 
-#: view/theme/vier/theme.php:255 src/Content/Widget.php:407
-#: src/Content/Widget.php:507 src/Content/ForumManager.php:135
-msgid "show more"
-msgstr "show more"
+#: src/Module/Login.php:154
+msgid "terms of service"
+msgstr "Terms of service"
 
-#: view/theme/vier/theme.php:288
-msgid "Quick Start"
-msgstr "Quick start"
+#: src/Module/Login.php:156
+msgid "Website Privacy Policy"
+msgstr "Website Privacy Policy"
 
-#: view/theme/vier/theme.php:294 src/Content/Nav.php:192
-#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99
-#: src/Module/Settings/TwoFactor/Index.php:90
-#: src/Module/Settings/TwoFactor/Recovery.php:77
-#: src/Module/Settings/TwoFactor/Verify.php:117
-msgid "Help"
-msgstr "Help"
+#: src/Module/Login.php:157
+msgid "privacy policy"
+msgstr "Privacy policy"
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397
-msgid "Tuesday"
-msgstr "Tuesday"
+#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265
+msgid "Access to this profile has been restricted."
+msgstr "Access to this profile has been restricted."
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398
-msgid "Wednesday"
-msgstr "Wednesday"
+#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49
+#: src/Module/Settings/TwoFactor/Verify.php:67
+msgid "Invalid code, please retry."
+msgstr "Invalid code, please try again."
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399
-msgid "Thursday"
-msgstr "Thursday"
+#: src/Module/TwoFactor/Verify.php:65
+#: src/Module/Settings/TwoFactor/Index.php:89
+#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75
+msgid "Two-factor authentication"
+msgstr "Two-factor authentication"
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400
-msgid "Friday"
-msgstr "Friday"
+#: src/Module/TwoFactor/Verify.php:66
+msgid ""
+"<p>Open the two-factor authentication app on your device to get an "
+"authentication code and verify your identity.</p>"
+msgstr "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"
 
-#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401
-msgid "Saturday"
-msgstr "Saturday"
+#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37
+msgid "Error"
+msgid_plural "Errors"
+msgstr[0] "Error"
+msgstr[1] "Errors"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416
-msgid "January"
-msgstr "January"
+#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70
+#, php-format
+msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
+msgstr "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417
-msgid "February"
-msgstr "February"
+#: src/Module/TwoFactor/Verify.php:70
+#: src/Module/Settings/TwoFactor/Verify.php:126
+msgid "Please enter a code from your authentication app"
+msgstr "Please enter a code from your authentication app"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418
-msgid "March"
-msgstr "March"
+#: src/Module/TwoFactor/Verify.php:71
+msgid "Verify code and complete login"
+msgstr "Verify code and complete login"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419
-msgid "April"
-msgstr "April"
+#: src/Module/TwoFactor/Recovery.php:42
+#, php-format
+msgid "Remaining recovery codes: %d"
+msgstr "Remaining recovery codes: %d"
 
-#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394
-#: src/Model/Event.php:407
-msgid "May"
-msgstr "May"
+#: src/Module/TwoFactor/Recovery.php:68
+msgid "Two-factor recovery"
+msgstr "Two-factor recovery"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420
-msgid "June"
-msgstr "June"
+#: src/Module/TwoFactor/Recovery.php:69
+msgid ""
+"<p>You can enter one of your one-time recovery codes in case you lost access"
+" to your mobile device.</p>"
+msgstr "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421
-msgid "July"
-msgstr "July"
+#: src/Module/TwoFactor/Recovery.php:71
+msgid "Please enter a recovery code"
+msgstr "Please enter a recovery code"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422
-msgid "August"
-msgstr "August"
+#: src/Module/TwoFactor/Recovery.php:72
+msgid "Submit recovery code and complete login"
+msgstr "Submit recovery code and complete login"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423
-msgid "September"
-msgstr "September"
+#: src/Module/Maintenance.php:29
+msgid "System down for maintenance"
+msgstr "Sorry, the system is currently down for maintenance."
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424
-msgid "October"
-msgstr "October"
+#: src/Module/Bookmarklet.php:35
+msgid "This page is missing a url parameter."
+msgstr "This page is missing a URL parameter."
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425
-msgid "November"
-msgstr "November"
+#: src/Module/Bookmarklet.php:57
+msgid "The post was created"
+msgstr "The post was created"
 
-#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426
-msgid "December"
-msgstr "December"
+#: src/Module/Photo.php:87
+#, php-format
+msgid "Invalid photo with id %s."
+msgstr "Invalid photo with id %s."
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388
-msgid "Mon"
-msgstr "Mon"
+#: src/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "Item was not found."
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389
-msgid "Tue"
-msgstr "Tue"
+#: src/Module/Admin/Blocklist/Server.php:31
+msgid "Server domain pattern added to blocklist."
+msgstr "Server domain pattern added to block-list."
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390
-msgid "Wed"
-msgstr "Wed"
+#: src/Module/Admin/Blocklist/Server.php:47
+msgid "Site blocklist updated."
+msgstr "Site block-list updated."
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391
-msgid "Thu"
-msgstr "Thu"
+#: src/Module/Admin/Blocklist/Server.php:64
+#: src/Module/Admin/Blocklist/Server.php:89
+msgid "Blocked server domain pattern"
+msgstr "Blocked server domain pattern"
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392
-msgid "Fri"
-msgstr "Fri"
+#: src/Module/Admin/Blocklist/Server.php:65
+#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60
+msgid "Reason for the block"
+msgstr "Reason for the block"
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393
-msgid "Sat"
-msgstr "Sat"
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Delete server domain pattern"
+msgstr "Delete server domain pattern"
 
-#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387
-msgid "Sun"
-msgstr "Sun"
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Check to delete this entry from the blocklist"
+msgstr "Check to delete this entry from the block-list"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403
-msgid "Jan"
-msgstr "Jan"
+#: src/Module/Admin/Blocklist/Server.php:73
+#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42
+#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50
+#: src/Module/Admin/Themes/Details.php:104
+#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277
+#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187
+#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46
+#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46
+#: src/Module/Admin/Summary.php:192
+msgid "Administration"
+msgstr "Administration"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404
-msgid "Feb"
-msgstr "Feb"
+#: src/Module/Admin/Blocklist/Server.php:74
+msgid "Server Domain Pattern Blocklist"
+msgstr "Server domain pattern block-list"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405
-msgid "Mar"
-msgstr "Mar"
+#: src/Module/Admin/Blocklist/Server.php:75
+msgid ""
+"This page can be used to define a blacklist of server domain patterns from "
+"the federated network that are not allowed to interact with your node. For "
+"each domain pattern you should also provide the reason why you block it."
+msgstr "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406
-msgid "Apr"
-msgstr "Apr"
+#: src/Module/Admin/Blocklist/Server.php:76
+msgid ""
+"The list of blocked server domain patterns will be made publically available"
+" on the <a href=\"/friendica\">/friendica</a> page so that your users and "
+"people investigating communication problems can find the reason easily."
+msgstr "The list of blocked server domain patterns will be made publicly available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408
-msgid "Jun"
-msgstr "Jun"
+#: src/Module/Admin/Blocklist/Server.php:77
+msgid ""
+"<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n"
+"<ul>\n"
+"\t<li><code>*</code>: Any number of characters</li>\n"
+"\t<li><code>?</code>: Any single character</li>\n"
+"\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n"
+"</ul>"
+msgstr "<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409
-msgid "Jul"
-msgstr "Jul"
+#: src/Module/Admin/Blocklist/Server.php:83
+msgid "Add new entry to block list"
+msgstr "Add new entry to block-list"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410
-msgid "Aug"
-msgstr "Aug"
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid "Server Domain Pattern"
+msgstr "Server Domain Pattern"
 
-#: src/Core/L10n/L10n.php:394
-msgid "Sep"
-msgstr "Sep"
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid ""
+"The domain pattern of the new server to add to the block list. Do not "
+"include the protocol."
+msgstr "The domain pattern of the new server to add to the block-list. Do not include the protocol."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412
-msgid "Oct"
-msgstr "Oct"
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "Block reason"
+msgstr "Block reason"
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413
-msgid "Nov"
-msgstr "Nov"
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "The reason why you blocked this server domain pattern."
+msgstr "The reason why you blocked this server domain pattern."
 
-#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414
-msgid "Dec"
-msgstr "Dec"
+#: src/Module/Admin/Blocklist/Server.php:86
+msgid "Add Entry"
+msgstr "Add entry"
 
-#: src/Core/L10n/L10n.php:413
-msgid "poke"
-msgstr "poke"
+#: src/Module/Admin/Blocklist/Server.php:87
+msgid "Save changes to the blocklist"
+msgstr "Save changes to the block-list"
 
-#: src/Core/L10n/L10n.php:413
-msgid "poked"
-msgstr "poked"
+#: src/Module/Admin/Blocklist/Server.php:88
+msgid "Current Entries in the Blocklist"
+msgstr "Current entries in the block-list"
 
-#: src/Core/L10n/L10n.php:414
-msgid "ping"
-msgstr "ping"
+#: src/Module/Admin/Blocklist/Server.php:91
+msgid "Delete entry from blocklist"
+msgstr "Delete entry from block-list"
 
-#: src/Core/L10n/L10n.php:414
-msgid "pinged"
-msgstr "pinged"
+#: src/Module/Admin/Blocklist/Server.php:94
+msgid "Delete entry from blocklist?"
+msgstr "Delete entry from block-list?"
 
-#: src/Core/L10n/L10n.php:415
-msgid "prod"
-msgstr "prod"
+#: src/Module/Admin/Blocklist/Contact.php:28
+#: src/Console/GlobalCommunityBlock.php:87
+msgid "The contact has been blocked from the node"
+msgstr "This contact has been blocked from the node"
 
-#: src/Core/L10n/L10n.php:415
-msgid "prodded"
-msgstr "prodded"
+#: src/Module/Admin/Blocklist/Contact.php:30
+#: src/Console/GlobalCommunityBlock.php:82
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr "Could not find any contact entry for this URL (%s)"
 
-#: src/Core/L10n/L10n.php:416
-msgid "slap"
-msgstr "slap"
+#: src/Module/Admin/Blocklist/Contact.php:38
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] "%s contact unblocked"
+msgstr[1] "%s contacts unblocked"
 
-#: src/Core/L10n/L10n.php:416
-msgid "slapped"
-msgstr "slapped"
+#: src/Module/Admin/Blocklist/Contact.php:62
+msgid "Remote Contact Blocklist"
+msgstr "Remote contact block-list"
 
-#: src/Core/L10n/L10n.php:417
-msgid "finger"
-msgstr "finger"
+#: src/Module/Admin/Blocklist/Contact.php:63
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr "This page allows you to prevent any message from a remote contact to reach your node."
 
-#: src/Core/L10n/L10n.php:417
-msgid "fingered"
-msgstr "fingered"
+#: src/Module/Admin/Blocklist/Contact.php:64
+msgid "Block Remote Contact"
+msgstr "Block remote contact"
 
-#: src/Core/L10n/L10n.php:418
-msgid "rebuff"
-msgstr "rebuff"
+#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
+msgid "select all"
+msgstr "select all"
 
-#: src/Core/L10n/L10n.php:418
-msgid "rebuffed"
-msgstr "rebuffed"
+#: src/Module/Admin/Blocklist/Contact.php:66
+msgid "select none"
+msgstr "select none"
 
-#: src/Core/Update.php:193
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Update %s failed. See error logs."
+#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
+#: src/Module/Contact.php:606 src/Module/Contact.php:823
+#: src/Module/Contact.php:1082
+msgid "Unblock"
+msgstr "Unblock"
 
-#: src/Core/Update.php:257
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
-msgstr "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+#: src/Module/Admin/Blocklist/Contact.php:69
+msgid "No remote contact is blocked from this node."
+msgstr "No remote contact is blocked from this node."
 
-#: src/Core/Update.php:263
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "The error message is\n[pre]%s[/pre]"
+#: src/Module/Admin/Blocklist/Contact.php:71
+msgid "Blocked Remote Contacts"
+msgstr "Blocked remote contacts"
 
-#: src/Core/Update.php:269 src/Core/Update.php:308
-msgid "[Friendica Notify] Database update"
-msgstr "[Friendica Notify] Database update"
+#: src/Module/Admin/Blocklist/Contact.php:72
+msgid "Block New Remote Contact"
+msgstr "Block new remote contact"
 
-#: src/Core/Update.php:300
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
-msgstr "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Photo"
+msgstr "Photo"
 
-#: src/Core/UserImport.php:107
-msgid "Error decoding account file"
-msgstr "Error decoding account file"
+#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272
+#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
+#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672
+#: mod/settings.php:698
+msgid "Name"
+msgstr "Name:"
 
-#: src/Core/UserImport.php:113
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Error! No version data in file! Is this a Friendica account file?"
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Reason"
+msgstr "Reason"
 
-#: src/Core/UserImport.php:121
+#: src/Module/Admin/Blocklist/Contact.php:81
 #, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "User '%s' already exists on this server!"
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] "%s total blocked contact"
+msgstr[1] "%s blocked contacts"
 
-#: src/Core/UserImport.php:157
-msgid "User creation error"
-msgstr "User creation error"
+#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624
+#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179
+#: mod/unfollow.php:137
+msgid "Profile URL"
+msgstr "Profile URL:"
 
-#: src/Core/UserImport.php:175
-msgid "User profile creation error"
-msgstr "User profile creation error"
+#: src/Module/Admin/Blocklist/Contact.php:83
+msgid "URL of the remote contact to block."
+msgstr "URL of the remote contact to block."
 
-#: src/Core/UserImport.php:219
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contact not imported"
-msgstr[1] "%d contacts not imported"
+#: src/Module/Admin/Blocklist/Contact.php:84
+msgid "Block Reason"
+msgstr "Block reason"
 
-#: src/Core/UserImport.php:284
-msgid "Done. You can now login with your username and password"
-msgstr "Done. You can now login with your username and password"
+#: src/Module/Admin/Tos.php:30
+msgid "The Terms of Service settings have been updated."
+msgstr "The Terms of Service settings have been updated."
 
-#: src/Core/Installer.php:162
-msgid ""
-"The database configuration file \"config/local.config.php\" could not be "
-"written. Please use the enclosed text to create a configuration file in your"
-" web server root."
-msgstr "The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
+#: src/Module/Admin/Tos.php:44
+msgid "Display Terms of Service"
+msgstr "Display Terms of Service"
 
-#: src/Core/Installer.php:181
+#: src/Module/Admin/Tos.php:44
 msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
-
-#: src/Core/Installer.php:182 src/Module/Install.php:173
-#: src/Module/Install.php:329
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Please see the file \"INSTALL.txt\"."
+"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 "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page."
 
-#: src/Core/Installer.php:243
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Could not find a command line version of PHP in the web server PATH."
+#: src/Module/Admin/Tos.php:45
+msgid "Display Privacy Statement"
+msgstr "Display Privacy Statement"
 
-#: src/Core/Installer.php:244
+#: src/Module/Admin/Tos.php:45
+#, php-format
 msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-worker'>'Setup the worker'</a>"
-msgstr "If your server doesn't have a command line version of PHP installed, you won't be able to run background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Setup the worker'</a>"
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgstr "Show some information needed, for example, to comply with <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
 
-#: src/Core/Installer.php:249
-msgid "PHP executable path"
-msgstr "PHP executable path"
+#: src/Module/Admin/Tos.php:46
+msgid "Privacy Statement Preview"
+msgstr "Privacy Statement Preview"
 
-#: src/Core/Installer.php:249
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
+#: src/Module/Admin/Tos.php:48
+msgid "The Terms of Service"
+msgstr "Terms of Service"
 
-#: src/Core/Installer.php:254
-msgid "Command line PHP"
-msgstr "Command line PHP"
+#: src/Module/Admin/Tos.php:48
+msgid ""
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
+msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less."
 
-#: src/Core/Installer.php:263
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
+#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52
+#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568
+#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65
+#: src/Module/Settings/Delegation.php:158 mod/settings.php:670
+#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954
+#: mod/settings.php:1179
+msgid "Save Settings"
+msgstr "Save settings"
 
-#: src/Core/Installer.php:264
-msgid "Found PHP version: "
-msgstr "Found PHP version: "
+#: src/Module/Admin/Addons/Details.php:51
+msgid "Addon not found."
+msgstr "Addon not found."
 
-#: src/Core/Installer.php:266
-msgid "PHP cli binary"
-msgstr "PHP cli binary"
+#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32
+#, php-format
+msgid "Addon %s disabled."
+msgstr "Addon %s disabled."
 
-#: src/Core/Installer.php:279
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
+#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34
+#, php-format
+msgid "Addon %s enabled."
+msgstr "Addon %s enabled."
 
-#: src/Core/Installer.php:280
-msgid "This is required for message delivery to work."
-msgstr "This is required for message delivery to work."
+#: src/Module/Admin/Addons/Details.php:76
+#: src/Module/Admin/Themes/Details.php:60
+msgid "Disable"
+msgstr "Disable"
 
-#: src/Core/Installer.php:285
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: src/Module/Admin/Addons/Details.php:79
+#: src/Module/Admin/Themes/Details.php:63
+msgid "Enable"
+msgstr "Enable"
 
-#: src/Core/Installer.php:317
+#: src/Module/Admin/Addons/Details.php:101
+#: src/Module/Admin/Themes/Details.php:106
+msgid "Toggle"
+msgstr "Toggle"
+
+#: src/Module/Admin/Addons/Details.php:109
+#: src/Module/Admin/Themes/Details.php:115
+msgid "Author: "
+msgstr "Author: "
+
+#: src/Module/Admin/Addons/Details.php:110
+#: src/Module/Admin/Themes/Details.php:116
+msgid "Maintainer: "
+msgstr "Maintainer: "
+
+#: src/Module/Admin/Addons/Index.php:36
+#, php-format
+msgid "Addon %s failed to install."
+msgstr "Addon %s failed to install."
+
+#: src/Module/Admin/Addons/Index.php:53
+msgid "Reload active addons"
+msgstr "Reload active addons"
+
+#: src/Module/Admin/Addons/Index.php:58
+#, php-format
 msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
+msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s"
 
-#: src/Core/Installer.php:318
+#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32
+msgid "Theme settings updated."
+msgstr "Theme settings updated."
+
+#: src/Module/Admin/Themes/Embed.php:67
+msgid "Unknown theme."
+msgstr "Unknown theme."
+
+#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49
+#, php-format
+msgid "Theme %s disabled."
+msgstr "Theme %s disabled."
+
+#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51
+#, php-format
+msgid "Theme %s successfully enabled."
+msgstr "Theme %s successfully enabled."
+
+#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53
+#, php-format
+msgid "Theme %s failed to install."
+msgstr "Theme %s failed to install."
+
+#: src/Module/Admin/Themes/Details.php:97
+msgid "Screenshot"
+msgstr "Screenshot"
+
+#: src/Module/Admin/Themes/Index.php:98
+msgid "Reload active themes"
+msgstr "Reload active themes"
+
+#: src/Module/Admin/Themes/Index.php:103
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "No themes found on the system. They should be placed in %1$s"
+
+#: src/Module/Admin/Themes/Index.php:104
+msgid "[Experimental]"
+msgstr "[Experimental]"
+
+#: src/Module/Admin/Themes/Index.php:105
+msgid "[Unsupported]"
+msgstr "[Unsupported]"
+
+#: src/Module/Admin/Users.php:48
+#, php-format
 msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you."
 
-#: src/Core/Installer.php:321
-msgid "Generate encryption keys"
-msgstr "Generate encryption keys"
+#: src/Module/Admin/Users.php:51
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n\n\t\t\tThank you and welcome to %4$s."
 
-#: src/Core/Installer.php:373
+#: src/Module/Admin/Users.php:96
+#, php-format
+msgid "%s user blocked"
+msgid_plural "%s users blocked"
+msgstr[0] "%s user blocked"
+msgstr[1] "%s users blocked"
+
+#: src/Module/Admin/Users.php:102
+#, php-format
+msgid "%s user unblocked"
+msgid_plural "%s users unblocked"
+msgstr[0] "%s user unblocked"
+msgstr[1] "%s users unblocked"
+
+#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160
+msgid "You can't remove yourself"
+msgstr "You can't remove yourself"
+
+#: src/Module/Admin/Users.php:114
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s user deleted"
+msgstr[1] "%s users deleted"
+
+#: src/Module/Admin/Users.php:158
+#, php-format
+msgid "User \"%s\" deleted"
+msgstr "User \"%s\" deleted"
+
+#: src/Module/Admin/Users.php:167
+#, php-format
+msgid "User \"%s\" blocked"
+msgstr "User \"%s\" blocked"
+
+#: src/Module/Admin/Users.php:173
+#, php-format
+msgid "User \"%s\" unblocked"
+msgstr "User \"%s\" unblocked"
+
+#: src/Module/Admin/Users.php:222 mod/settings.php:1054
+msgid "Normal Account Page"
+msgstr "Standard"
+
+#: src/Module/Admin/Users.php:223 mod/settings.php:1058
+msgid "Soapbox Page"
+msgstr "Soapbox"
+
+#: src/Module/Admin/Users.php:224 mod/settings.php:1062
+msgid "Public Forum"
+msgstr "Public forum"
+
+#: src/Module/Admin/Users.php:225 mod/settings.php:1066
+msgid "Automatic Friend Page"
+msgstr "Love-all"
+
+#: src/Module/Admin/Users.php:226
+msgid "Private Forum"
+msgstr "Private Forum"
+
+#: src/Module/Admin/Users.php:229 mod/settings.php:1038
+msgid "Personal Page"
+msgstr "Personal Page"
+
+#: src/Module/Admin/Users.php:230 mod/settings.php:1042
+msgid "Organisation Page"
+msgstr "Organization Page"
+
+#: src/Module/Admin/Users.php:231 mod/settings.php:1046
+msgid "News Page"
+msgstr "News Page"
+
+#: src/Module/Admin/Users.php:232 mod/settings.php:1050
+msgid "Community Forum"
+msgstr "Community Forum"
+
+#: src/Module/Admin/Users.php:233
+msgid "Relay"
+msgstr "Relay"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Register date"
+msgstr "Registration date"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last login"
+msgstr "Last login"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last item"
+msgstr "Last item"
+
+#: src/Module/Admin/Users.php:272
+msgid "Type"
+msgstr "Type"
+
+#: src/Module/Admin/Users.php:279
+msgid "Add User"
+msgstr "Add user"
+
+#: src/Module/Admin/Users.php:281
+msgid "User registrations waiting for confirm"
+msgstr "User registrations awaiting confirmation"
+
+#: src/Module/Admin/Users.php:282
+msgid "User waiting for permanent deletion"
+msgstr "User awaiting permanent deletion"
+
+#: src/Module/Admin/Users.php:283
+msgid "Request date"
+msgstr "Request date"
+
+#: src/Module/Admin/Users.php:284
+msgid "No registrations."
+msgstr "No registrations."
+
+#: src/Module/Admin/Users.php:285
+msgid "Note from the user"
+msgstr "Note from the user"
+
+#: src/Module/Admin/Users.php:287
+msgid "Deny"
+msgstr "Deny"
+
+#: src/Module/Admin/Users.php:290
+msgid "User blocked"
+msgstr "User blocked"
+
+#: src/Module/Admin/Users.php:292
+msgid "Site admin"
+msgstr "Site admin"
+
+#: src/Module/Admin/Users.php:293
+msgid "Account expired"
+msgstr "Account expired"
+
+#: src/Module/Admin/Users.php:296
+msgid "New User"
+msgstr "New user"
+
+#: src/Module/Admin/Users.php:297
+msgid "Permanent deletion"
+msgstr "Permanent deletion"
+
+#: src/Module/Admin/Users.php:302
 msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: Apache web server mod-rewrite module is required but not installed."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Selected users will be deleted!\\n\\nEverything these users have posted on this site will be permanently deleted!\\n\\nAre you sure?"
 
-#: src/Core/Installer.php:378
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
+#: src/Module/Admin/Users.php:303
+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 "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
 
-#: src/Core/Installer.php:384
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Error: PDO or MySQLi PHP module required but not installed."
+#: src/Module/Admin/Users.php:313
+msgid "Name of the new user."
+msgstr "Name of the new user."
 
-#: src/Core/Installer.php:389
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Error: MySQL driver for PDO is not installed."
+#: src/Module/Admin/Users.php:314
+msgid "Nickname"
+msgstr "Nickname"
 
-#: src/Core/Installer.php:393
-msgid "PDO or MySQLi PHP module"
-msgstr "PDO or MySQLi PHP module"
+#: src/Module/Admin/Users.php:314
+msgid "Nickname of the new user."
+msgstr "Nickname of the new user."
 
-#: src/Core/Installer.php:401
-msgid "Error, XML PHP module required but not installed."
-msgstr "Error, XML PHP module required but not installed."
+#: src/Module/Admin/Users.php:315
+msgid "Email address of the new user."
+msgstr "Email address of the new user."
 
-#: src/Core/Installer.php:405
-msgid "XML PHP module"
-msgstr "XML PHP module"
+#: src/Module/Admin/Site.php:49
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
 
-#: src/Core/Installer.php:408
-msgid "libCurl PHP module"
-msgstr "libCurl PHP module"
+#: src/Module/Admin/Site.php:234
+msgid "Invalid storage backend setting value."
+msgstr "Invalid storage backend setting."
+
+#: src/Module/Admin/Site.php:410
+msgid "Site settings updated."
+msgstr "Site settings updated."
+
+#: src/Module/Admin/Site.php:433 mod/settings.php:898
+msgid "No special theme for mobile devices"
+msgstr "No special theme for mobile devices"
+
+#: src/Module/Admin/Site.php:450 mod/settings.php:908
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s - (Experimental)"
+
+#: src/Module/Admin/Site.php:462
+msgid "No community page for local users"
+msgstr "No community page for local users"
+
+#: src/Module/Admin/Site.php:463
+msgid "No community page"
+msgstr "No community page"
+
+#: src/Module/Admin/Site.php:464
+msgid "Public postings from users of this site"
+msgstr "Public postings from users of this site"
+
+#: src/Module/Admin/Site.php:465
+msgid "Public postings from the federated network"
+msgstr "Public postings from the federated network"
+
+#: src/Module/Admin/Site.php:466
+msgid "Public postings from local users and the federated network"
+msgstr "Public postings from local users and the federated network"
+
+#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665
+#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97
+#: src/Module/Contact.php:546
+msgid "Disabled"
+msgstr "Disabled"
+
+#: src/Module/Admin/Site.php:472
+msgid "Users, Global Contacts"
+msgstr "Users, Global Contacts"
+
+#: src/Module/Admin/Site.php:473
+msgid "Users, Global Contacts/fallback"
+msgstr "Users, global contacts/fallback"
+
+#: src/Module/Admin/Site.php:477
+msgid "One month"
+msgstr "One month"
+
+#: src/Module/Admin/Site.php:478
+msgid "Three months"
+msgstr "Three months"
+
+#: src/Module/Admin/Site.php:479
+msgid "Half a year"
+msgstr "Half a year"
+
+#: src/Module/Admin/Site.php:480
+msgid "One year"
+msgstr "One a year"
+
+#: src/Module/Admin/Site.php:486
+msgid "Multi user instance"
+msgstr "Multi user instance"
+
+#: src/Module/Admin/Site.php:508
+msgid "Closed"
+msgstr "Closed"
+
+#: src/Module/Admin/Site.php:509
+msgid "Requires approval"
+msgstr "Requires approval"
+
+#: src/Module/Admin/Site.php:510
+msgid "Open"
+msgstr "Open"
+
+#: src/Module/Admin/Site.php:520
+msgid "Don't check"
+msgstr "Don't check"
+
+#: src/Module/Admin/Site.php:521
+msgid "check the stable version"
+msgstr "check for stable version updates"
+
+#: src/Module/Admin/Site.php:522
+msgid "check the development version"
+msgstr "check for development version updates"
+
+#: src/Module/Admin/Site.php:542
+msgid "Database (legacy)"
+msgstr "Database (legacy)"
+
+#: src/Module/Admin/Site.php:569
+msgid "Republish users to directory"
+msgstr "Republish users to directory"
+
+#: src/Module/Admin/Site.php:570 src/Module/Register.php:115
+msgid "Registration"
+msgstr "Registration"
+
+#: src/Module/Admin/Site.php:571
+msgid "File upload"
+msgstr "File upload"
+
+#: src/Module/Admin/Site.php:572
+msgid "Policies"
+msgstr "Policies"
+
+#: src/Module/Admin/Site.php:574
+msgid "Auto Discovered Contact Directory"
+msgstr "Auto-discovered contact directory"
+
+#: src/Module/Admin/Site.php:575
+msgid "Performance"
+msgstr "Performance"
+
+#: src/Module/Admin/Site.php:576
+msgid "Worker"
+msgstr "Worker"
+
+#: src/Module/Admin/Site.php:577
+msgid "Message Relay"
+msgstr "Message relay"
+
+#: src/Module/Admin/Site.php:578
+msgid "Relocate Instance"
+msgstr "Relocate Instance"
+
+#: src/Module/Admin/Site.php:579
+msgid "Warning! Advanced function. Could make this server unreachable."
+msgstr "Warning! Advanced function that could make this server unreachable."
 
-#: src/Core/Installer.php:409
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: libCURL PHP module required but not installed."
+#: src/Module/Admin/Site.php:583
+msgid "Site name"
+msgstr "Site name"
 
-#: src/Core/Installer.php:415
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP module"
+#: src/Module/Admin/Site.php:584
+msgid "Sender Email"
+msgstr "Sender email"
 
-#: src/Core/Installer.php:416
+#: src/Module/Admin/Site.php:584
 msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
+"The email address your server shall use to send notification emails from."
+msgstr "The email address your server shall use to send notification emails from."
 
-#: src/Core/Installer.php:422
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP module"
+#: src/Module/Admin/Site.php:585
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
 
-#: src/Core/Installer.php:423
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: openssl PHP module required but not installed."
+#: src/Module/Admin/Site.php:586
+msgid "Shortcut icon"
+msgstr "Shortcut icon"
 
-#: src/Core/Installer.php:429
-msgid "mb_string PHP module"
-msgstr "mb_string PHP module"
+#: src/Module/Admin/Site.php:586
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link to an icon that will be used for browsers."
 
-#: src/Core/Installer.php:430
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: mb_string PHP module required but not installed."
+#: src/Module/Admin/Site.php:587
+msgid "Touch icon"
+msgstr "Touch icon"
 
-#: src/Core/Installer.php:436
-msgid "iconv PHP module"
-msgstr "iconv PHP module"
+#: src/Module/Admin/Site.php:587
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link to an icon that will be used for tablets and mobiles."
 
-#: src/Core/Installer.php:437
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Error: iconv PHP module required but not installed."
+#: src/Module/Admin/Site.php:588
+msgid "Additional Info"
+msgstr "Additional Info"
 
-#: src/Core/Installer.php:443
-msgid "POSIX PHP module"
-msgstr "POSIX PHP module"
+#: src/Module/Admin/Site.php:588
+#, php-format
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr "For public servers: You can add additional information here that will be listed at %s/servers."
 
-#: src/Core/Installer.php:444
-msgid "Error: POSIX PHP module required but not installed."
-msgstr "Error: POSIX PHP module required but not installed."
+#: src/Module/Admin/Site.php:589
+msgid "System language"
+msgstr "System language"
 
-#: src/Core/Installer.php:450
-msgid "JSON PHP module"
-msgstr "JSON PHP module"
+#: src/Module/Admin/Site.php:590
+msgid "System theme"
+msgstr "System theme"
 
-#: src/Core/Installer.php:451
-msgid "Error: JSON PHP module required but not installed."
-msgstr "Error: JSON PHP module is required but not installed."
+#: src/Module/Admin/Site.php:590
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a "
+"href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
+msgstr "Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
 
-#: src/Core/Installer.php:457
-msgid "File Information PHP module"
-msgstr "File Information PHP module"
+#: src/Module/Admin/Site.php:591
+msgid "Mobile system theme"
+msgstr "Mobile system theme"
 
-#: src/Core/Installer.php:458
-msgid "Error: File Information PHP module required but not installed."
-msgstr "Error: File Information PHP module required but not installed."
+#: src/Module/Admin/Site.php:591
+msgid "Theme for mobile devices"
+msgstr "Theme for mobile devices"
 
-#: src/Core/Installer.php:481
-msgid ""
-"The web installer needs to be able to create a file called "
-"\"local.config.php\" in the \"config\" folder of your web server and it is "
-"unable to do so."
-msgstr "The web installer needs to be able to create a file called \"local.config.php\" in the \"config\" folder of your web server, but is unable to do so."
+#: src/Module/Admin/Site.php:593
+msgid "Force SSL"
+msgstr "Force SSL"
 
-#: src/Core/Installer.php:482
+#: src/Module/Admin/Site.php:593
 msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
 
-#: src/Core/Installer.php:483
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named local.config.php in your Friendica \"config\" folder."
-msgstr "At the end of this procedure, we will give you a text to save in a file named local.config.php in your Friendica \"config\" folder."
+#: src/Module/Admin/Site.php:594
+msgid "Hide help entry from navigation menu"
+msgstr "Hide help entry from navigation menu"
 
-#: src/Core/Installer.php:484
+#: src/Module/Admin/Site.php:594
 msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
 
-#: src/Core/Installer.php:487
-msgid "config/local.config.php is writable"
-msgstr "config/local.config.php is writable"
+#: src/Module/Admin/Site.php:595
+msgid "Single user instance"
+msgstr "Single user instance"
 
-#: src/Core/Installer.php:507
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
+#: src/Module/Admin/Site.php:595
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Make this instance multi-user or single-user for the named user"
 
-#: src/Core/Installer.php:508
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."
+#: src/Module/Admin/Site.php:597
+msgid "File storage backend"
+msgstr "File storage backend"
 
-#: src/Core/Installer.php:509
+#: src/Module/Admin/Site.php:597
 msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Please ensure the user that your web server runs as (e.g. www-data) has write access to this directory."
+"The backend used to store uploaded data. If you change the storage backend, "
+"you can manually move the existing files. If you do not do so, the files "
+"uploaded before the change will still be available at the old backend. "
+"Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a>"
+" for more information about the choices and the moving procedure."
+msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you do not do so, the files uploaded before the change will still be available at the old backend. Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a> for more information about the choices and the moving procedure."
 
-#: src/Core/Installer.php:510
+#: src/Module/Admin/Site.php:599
+msgid "Maximum image size"
+msgstr "Maximum image size"
+
+#: src/Module/Admin/Site.php:599
 msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
 
-#: src/Core/Installer.php:513
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 is writable"
+#: src/Module/Admin/Site.php:600
+msgid "Maximum image length"
+msgstr "Maximum image length"
 
-#: src/Core/Installer.php:542
+#: src/Module/Admin/Site.php:600
 msgid ""
-"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
-" to .htaccess."
-msgstr "Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
 
-#: src/Core/Installer.php:544
-msgid "Error message from Curl when fetching"
-msgstr "Error message from Curl while fetching"
+#: src/Module/Admin/Site.php:601
+msgid "JPEG image quality"
+msgstr "JPEG image quality"
 
-#: src/Core/Installer.php:549
-msgid "Url rewrite is working"
-msgstr "URL rewrite is working"
+#: src/Module/Admin/Site.php:601
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Uploaded JPEGs will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."
 
-#: src/Core/Installer.php:578
-msgid "ImageMagick PHP extension is not installed"
-msgstr "ImageMagick PHP extension is not installed"
+#: src/Module/Admin/Site.php:603
+msgid "Register policy"
+msgstr "Registration policy"
 
-#: src/Core/Installer.php:580
-msgid "ImageMagick PHP extension is installed"
-msgstr "ImageMagick PHP extension is installed"
+#: src/Module/Admin/Site.php:604
+msgid "Maximum Daily Registrations"
+msgstr "Maximum daily registrations"
 
-#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:372
-#: tests/src/Core/InstallerTest.php:400
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick supports GIF"
+#: src/Module/Admin/Site.php:604
+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 "If open registration is permitted, this sets the maximum number of new registrations per day.  This setting has no effect for registrations by approval."
 
-#: src/Core/Installer.php:604
-msgid "Database already in use."
-msgstr "Database already in use."
+#: src/Module/Admin/Site.php:605
+msgid "Register text"
+msgstr "Registration text"
 
-#: src/Core/Installer.php:609
-msgid "Could not connect to database."
-msgstr "Could not connect to database."
+#: src/Module/Admin/Site.php:605
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr "Will be displayed prominently on the registration page. You may use BBCode here."
 
-#: src/Core/NotificationsManager.php:144
-msgid "System"
-msgstr "System"
+#: src/Module/Admin/Site.php:606
+msgid "Forbidden Nicknames"
+msgstr "Forbidden Nicknames"
 
-#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182
-#: src/Content/Nav.php:244
-msgid "Home"
-msgstr "Home"
+#: src/Module/Admin/Site.php:606
+msgid ""
+"Comma separated list of nicknames that are forbidden from registration. "
+"Preset is a list of role names according RFC 2142."
+msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142."
 
-#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248
-msgid "Introductions"
-msgstr "Introductions"
+#: src/Module/Admin/Site.php:607
+msgid "Accounts abandoned after x days"
+msgstr "Accounts abandoned after so many days"
 
-#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s commented on %s's post"
+#: src/Module/Admin/Site.php:607
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."
 
-#: src/Core/NotificationsManager.php:245
-#, php-format
-msgid "%s created a new post"
-msgstr "%s posted something new"
+#: src/Module/Admin/Site.php:608
+msgid "Allowed friend domains"
+msgstr "Allowed friend domains"
 
-#: src/Core/NotificationsManager.php:259
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s liked %s's post"
+#: src/Module/Admin/Site.php:608
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Comma-separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"
 
-#: src/Core/NotificationsManager.php:272
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s disliked %s's post"
+#: src/Module/Admin/Site.php:609
+msgid "Allowed email domains"
+msgstr "Allowed email domains"
 
-#: src/Core/NotificationsManager.php:285
-#, php-format
-msgid "%s is attending %s's event"
-msgstr "%s is going to %s's event"
+#: src/Module/Admin/Site.php:609
+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 "Comma-separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"
 
-#: src/Core/NotificationsManager.php:298
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr "%s is not going to %s's event"
+#: src/Module/Admin/Site.php:610
+msgid "No OEmbed rich content"
+msgstr "No OEmbed rich content"
 
-#: src/Core/NotificationsManager.php:311
-#, php-format
-msgid "%s may attend %s's event"
-msgstr "%s may go to %s's event"
+#: src/Module/Admin/Site.php:610
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below."
 
-#: src/Core/NotificationsManager.php:344
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s is now friends with %s"
+#: src/Module/Admin/Site.php:611
+msgid "Allowed OEmbed domains"
+msgstr "Allowed OEmbed domains"
 
-#: src/Core/NotificationsManager.php:629
-msgid "Friend Suggestion"
-msgstr "Friend suggestion"
+#: src/Module/Admin/Site.php:611
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr "Comma-separated list of domains from where OEmbed content is allowed. Wildcards are possible."
 
-#: src/Core/NotificationsManager.php:663
-msgid "Friend/Connect Request"
-msgstr "Friend/Contact request"
+#: src/Module/Admin/Site.php:612
+msgid "Block public"
+msgstr "Block public"
 
-#: src/Core/NotificationsManager.php:663
-msgid "New Follower"
-msgstr "New follower"
+#: src/Module/Admin/Site.php:612
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in."
 
-#: src/Core/Session.php:186
-#, php-format
-msgid "Welcome %s"
-msgstr "Welcome %s"
+#: src/Module/Admin/Site.php:613
+msgid "Force publish"
+msgstr "Mandatory directory listing"
 
-#: src/Core/Session.php:187
-msgid "Please upload a profile photo."
-msgstr "Please upload a profile photo."
+#: src/Module/Admin/Site.php:613
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Force all profiles on this site to be listed in the site directory."
 
-#: src/Core/Session.php:190
-#, php-format
-msgid "Welcome back %s"
-msgstr "Welcome back %s"
+#: src/Module/Admin/Site.php:613
+msgid "Enabling this may violate privacy laws like the GDPR"
+msgstr "Enabling this may violate privacy laws like the GDPR"
 
-#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139
-msgid "Post to Email"
-msgstr "Post to email"
+#: src/Module/Admin/Site.php:614
+msgid "Global directory URL"
+msgstr "Global directory URL"
 
-#: src/Core/ACL.php:300
-msgid "Visible to everybody"
-msgstr "Visible to everybody"
+#: src/Module/Admin/Site.php:614
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
 
-#: src/Core/ACL.php:311
-msgid "Connectors"
-msgstr "Connectors"
+#: src/Module/Admin/Site.php:615
+msgid "Private posts by default for new users"
+msgstr "Private posts by default for new users"
 
-#: src/Core/ACL.php:313
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Hide profile details from unknown viewers?"
+#: src/Module/Admin/Site.php:615
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Set default post permissions for all new members to the default privacy group rather than public."
 
-#: src/Core/ACL.php:313
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Connectors are disabled since \"%s\" is enabled."
+#: src/Module/Admin/Site.php:616
+msgid "Don't include post content in email notifications"
+msgstr "Don't include post content in email notifications"
 
-#: src/Core/ACL.php:315
-msgid "Close"
-msgstr "Close"
+#: src/Module/Admin/Site.php:616
+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 "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."
 
-#: src/Util/Temporal.php:147 src/Model/Profile.php:784
-msgid "Birthday:"
-msgstr "Birthday:"
+#: src/Module/Admin/Site.php:617
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Disallow public access to addons listed in the apps menu."
 
-#: src/Util/Temporal.php:151
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "YYYY-MM-DD or MM-DD"
+#: src/Module/Admin/Site.php:617
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Checking this box will restrict addons listed in the apps menu to members only."
 
-#: src/Util/Temporal.php:298
-msgid "never"
-msgstr "never"
+#: src/Module/Admin/Site.php:618
+msgid "Don't embed private images in posts"
+msgstr "Don't embed private images in posts"
 
-#: src/Util/Temporal.php:305
-msgid "less than a second ago"
-msgstr "less than a second ago"
+#: src/Module/Admin/Site.php:618
+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 "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."
 
-#: src/Util/Temporal.php:313
-msgid "year"
-msgstr "year"
+#: src/Module/Admin/Site.php:619
+msgid "Explicit Content"
+msgstr "Explicit Content"
 
-#: src/Util/Temporal.php:313
-msgid "years"
-msgstr "years"
+#: src/Module/Admin/Site.php:619
+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 "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."
 
-#: src/Util/Temporal.php:314
-msgid "months"
-msgstr "months"
+#: src/Module/Admin/Site.php:620
+msgid "Allow Users to set remote_self"
+msgstr "Allow users to set \"Remote self\""
 
-#: src/Util/Temporal.php:315
-msgid "weeks"
-msgstr "weeks"
+#: src/Module/Admin/Site.php:620
+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 "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."
 
-#: src/Util/Temporal.php:316
-msgid "days"
-msgstr "days"
+#: src/Module/Admin/Site.php:621
+msgid "Block multiple registrations"
+msgstr "Block multiple registrations"
 
-#: src/Util/Temporal.php:317
-msgid "hour"
-msgstr "hour"
+#: src/Module/Admin/Site.php:621
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Disallow users to sign up for additional accounts."
 
-#: src/Util/Temporal.php:317
-msgid "hours"
-msgstr "hours"
+#: src/Module/Admin/Site.php:622
+msgid "Disable OpenID"
+msgstr "Disable OpenID"
 
-#: src/Util/Temporal.php:318
-msgid "minute"
-msgstr "minute"
+#: src/Module/Admin/Site.php:622
+msgid "Disable OpenID support for registration and logins."
+msgstr "Disable OpenID support for registration and logins."
 
-#: src/Util/Temporal.php:318
-msgid "minutes"
-msgstr "minutes"
+#: src/Module/Admin/Site.php:623
+msgid "No Fullname check"
+msgstr "No full name check"
 
-#: src/Util/Temporal.php:319
-msgid "second"
-msgstr "second"
+#: src/Module/Admin/Site.php:623
+msgid ""
+"Allow users to register without a space between the first name and the last "
+"name in their full name."
+msgstr "Allow users to register without a space between the first name and the last name in their full name."
 
-#: src/Util/Temporal.php:319
-msgid "seconds"
-msgstr "seconds"
+#: src/Module/Admin/Site.php:624
+msgid "Community pages for visitors"
+msgstr "Community pages for visitors"
 
-#: src/Util/Temporal.php:329
-#, php-format
-msgid "in %1$d %2$s"
-msgstr "in %1$d %2$s"
+#: src/Module/Admin/Site.php:624
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr "Which community pages should be available for visitors. Local users always see both pages."
 
-#: src/Util/Temporal.php:332
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s ago"
+#: src/Module/Admin/Site.php:625
+msgid "Posts per user on community page"
+msgstr "Posts per user on community page"
 
-#: src/Content/Text/HTML.php:793
-msgid "Loading more entries..."
-msgstr "Loading more entries..."
+#: src/Module/Admin/Site.php:625
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"\"Global Community\")"
+msgstr "The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"
 
-#: src/Content/Text/HTML.php:794
-msgid "The end"
-msgstr "The end"
+#: src/Module/Admin/Site.php:626
+msgid "Disable OStatus support"
+msgstr "Disable OStatus support"
 
-#: src/Content/Text/HTML.php:887 src/Model/Profile.php:544
-#: src/Module/Contact.php:297
-msgid "Follow"
-msgstr "Follow"
+#: src/Module/Admin/Site.php:626
+msgid ""
+"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."
 
-#: src/Content/Text/HTML.php:896 src/Content/Nav.php:79
-msgid "@name, !forum, #tags, content"
-msgstr "@name, !forum, #tags, content"
+#: src/Module/Admin/Site.php:627
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "OStatus support can only be enabled if threading is enabled."
 
-#: src/Content/Text/HTML.php:902 src/Content/Nav.php:203
-msgid "Full Text"
-msgstr "Full text"
+#: src/Module/Admin/Site.php:629
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory."
 
-#: src/Content/Text/HTML.php:903 src/Content/Widget/TagCloud.php:54
-#: src/Content/Nav.php:204
-msgid "Tags"
-msgstr "Tags"
+#: src/Module/Admin/Site.php:630
+msgid "Enable Diaspora support"
+msgstr "Enable diaspora* support"
 
-#: src/Content/Text/HTML.php:944 src/Content/Text/BBCode.php:1478
-msgid "Click to open/close"
-msgstr "Reveal/hide"
+#: src/Module/Admin/Site.php:630
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Provide built-in diaspora* network compatibility."
 
-#: src/Content/Text/BBCode.php:465
-msgid "view full size"
-msgstr "view full size"
+#: src/Module/Admin/Site.php:631
+msgid "Only allow Friendica contacts"
+msgstr "Only allow Friendica contacts"
 
-#: src/Content/Text/BBCode.php:899 src/Content/Text/BBCode.php:1560
-#: src/Content/Text/BBCode.php:1561
-msgid "Image/photo"
-msgstr "Image/Photo"
+#: src/Module/Admin/Site.php:631
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."
 
-#: src/Content/Text/BBCode.php:1017
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+#: src/Module/Admin/Site.php:632
+msgid "Verify SSL"
+msgstr "Verify SSL"
 
-#: src/Content/Text/BBCode.php:1509
-msgid "$1 wrote:"
-msgstr "$1 wrote:"
+#: src/Module/Admin/Site.php:632
+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 "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
 
-#: src/Content/Text/BBCode.php:1563 src/Content/Text/BBCode.php:1564
-msgid "Encrypted content"
-msgstr "Encrypted content"
+#: src/Module/Admin/Site.php:633
+msgid "Proxy user"
+msgstr "Proxy user"
 
-#: src/Content/Text/BBCode.php:1788
-msgid "Invalid source protocol"
-msgstr "Invalid source protocol"
+#: src/Module/Admin/Site.php:634
+msgid "Proxy URL"
+msgstr "Proxy URL"
 
-#: src/Content/Text/BBCode.php:1803
-msgid "Invalid link protocol"
-msgstr "Invalid link protocol"
+#: src/Module/Admin/Site.php:635
+msgid "Network timeout"
+msgstr "Network timeout"
 
-#: src/Content/Widget/CalendarExport.php:64
-msgid "Export"
-msgstr "Export"
+#: src/Module/Admin/Site.php:635
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)."
 
-#: src/Content/Widget/CalendarExport.php:65
-msgid "Export calendar as ical"
-msgstr "Export calendar as ical"
+#: src/Module/Admin/Site.php:636
+msgid "Maximum Load Average"
+msgstr "Maximum load average"
 
-#: src/Content/Widget/CalendarExport.php:66
-msgid "Export calendar as csv"
-msgstr "Export calendar as csv"
+#: src/Module/Admin/Site.php:636
+#, php-format
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default %d."
+msgstr "Maximum system load before delivery and poll processes are deferred - default %d."
 
-#: src/Content/Widget/ContactBlock.php:58
-msgid "No contacts"
-msgstr "No contacts"
+#: src/Module/Admin/Site.php:637
+msgid "Maximum Load Average (Frontend)"
+msgstr "Maximum load average (frontend)"
 
-#: src/Content/Widget/ContactBlock.php:90
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d contact"
-msgstr[1] "%d contacts"
+#: src/Module/Admin/Site.php:637
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Maximum system load before the frontend quits service (default 50)."
 
-#: src/Content/Widget/ContactBlock.php:109
-msgid "View Contacts"
-msgstr "View contacts"
+#: src/Module/Admin/Site.php:638
+msgid "Minimal Memory"
+msgstr "Minimal memory"
 
-#: src/Content/Widget/TrendingTags.php:34
-#, php-format
-msgid "Trending Tags (last %d hour)"
-msgid_plural "Trending Tags (last %d hours)"
-msgstr[0] ""
-msgstr[1] ""
+#: src/Module/Admin/Site.php:638
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."
 
-#: src/Content/Widget/TrendingTags.php:35
-msgid "More Trending Tags"
-msgstr ""
+#: src/Module/Admin/Site.php:639
+msgid "Maximum table size for optimization"
+msgstr "Maximum table size for optimization"
 
-#: src/Content/Pager.php:153
-msgid "newer"
-msgstr "Later posts"
+#: src/Module/Admin/Site.php:639
+msgid ""
+"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
+"disable it."
+msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it."
 
-#: src/Content/Pager.php:158
-msgid "older"
-msgstr "Earlier posts"
+#: src/Module/Admin/Site.php:640
+msgid "Minimum level of fragmentation"
+msgstr "Minimum level of fragmentation"
 
-#: src/Content/Pager.php:203
-msgid "prev"
-msgstr "prev"
+#: src/Module/Admin/Site.php:640
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)."
 
-#: src/Content/Pager.php:263
-msgid "last"
-msgstr "last"
+#: src/Module/Admin/Site.php:642
+msgid "Periodical check of global contacts"
+msgstr "Periodical check of global contacts"
 
-#: src/Content/Feature.php:82
-msgid "General Features"
-msgstr "General"
+#: src/Module/Admin/Site.php:642
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."
 
-#: src/Content/Feature.php:84
-msgid "Multiple Profiles"
-msgstr "Multiple profiles"
+#: src/Module/Admin/Site.php:643
+msgid "Days between requery"
+msgstr "Days between enquiry"
 
-#: src/Content/Feature.php:84
-msgid "Ability to create multiple profiles"
-msgstr "Ability to create multiple profiles"
+#: src/Module/Admin/Site.php:643
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Number of days after which a server is rechecked for contacts."
 
-#: src/Content/Feature.php:85
-msgid "Photo Location"
-msgstr "Photo location"
+#: src/Module/Admin/Site.php:644
+msgid "Discover contacts from other servers"
+msgstr "Discover contacts from other servers"
 
-#: src/Content/Feature.php:85
+#: src/Module/Admin/Site.php:644
 msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-msgstr "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata."
+"Periodically query other servers for contacts. You can choose between "
+"\"Users\": the users on the remote system, \"Global Contacts\": active "
+"contacts that are known on the system. The fallback is meant for Redmatrix "
+"servers and older friendica servers, where global contacts weren't "
+"available. The fallback increases the server load, so the recommended "
+"setting is \"Users, Global Contacts\"."
+msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"."
 
-#: src/Content/Feature.php:86
-msgid "Export Public Calendar"
-msgstr "Export public calendar"
+#: src/Module/Admin/Site.php:645
+msgid "Timeframe for fetching global contacts"
+msgstr "Time-frame for fetching global contacts"
 
-#: src/Content/Feature.php:86
-msgid "Ability for visitors to download the public calendar"
-msgstr "Ability for visitors to download the public calendar"
+#: src/Module/Admin/Site.php:645
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."
 
-#: src/Content/Feature.php:87
-msgid "Trending Tags"
-msgstr ""
+#: src/Module/Admin/Site.php:646
+msgid "Search the local directory"
+msgstr "Search the local directory"
 
-#: src/Content/Feature.php:87
+#: src/Module/Admin/Site.php:646
 msgid ""
-"Show a community page widget with a list of the most popular tags in recent "
-"public posts."
-msgstr ""
-
-#: src/Content/Feature.php:92
-msgid "Post Composition Features"
-msgstr "Post composition"
+"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 "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."
 
-#: src/Content/Feature.php:93
-msgid "Auto-mention Forums"
-msgstr "Auto-mention forums"
+#: src/Module/Admin/Site.php:648
+msgid "Publish server information"
+msgstr "Publish server information"
 
-#: src/Content/Feature.php:93
+#: src/Module/Admin/Site.php:648
 msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
+"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 <a"
+" href=\"http://the-federation.info/\">the-federation.info</a> for details."
+msgstr "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 <a href=\"http://the-federation.info/\">the-federation.info</a> for details."
 
-#: src/Content/Feature.php:94
-msgid "Explicit Mentions"
-msgstr "Explicit Mentions"
+#: src/Module/Admin/Site.php:650
+msgid "Check upstream version"
+msgstr "Check upstream version"
 
-#: src/Content/Feature.php:94
+#: src/Module/Admin/Site.php:650
 msgid ""
-"Add explicit mentions to comment box for manual control over who gets "
-"mentioned in replies."
-msgstr "Add explicit mentions to comment box for manual control over who gets mentioned in replies."
+"Enables checking for new Friendica versions at github. If there is a new "
+"version, you will be informed in the admin panel overview."
+msgstr "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."
 
-#: src/Content/Feature.php:99
-msgid "Network Sidebar"
-msgstr "Network sidebar"
+#: src/Module/Admin/Site.php:651
+msgid "Suppress Tags"
+msgstr "Suppress tags"
 
-#: src/Content/Feature.php:100 src/Content/Widget.php:501
-msgid "Archives"
-msgstr "Archives"
+#: src/Module/Admin/Site.php:651
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Suppress listed hashtags at the end of posts."
 
-#: src/Content/Feature.php:100
-msgid "Ability to select posts by date ranges"
-msgstr "Ability to select posts by date ranges"
+#: src/Module/Admin/Site.php:652
+msgid "Clean database"
+msgstr "Clean database"
 
-#: src/Content/Feature.php:101
-msgid "Protocol Filter"
-msgstr "Protocol filter"
+#: src/Module/Admin/Site.php:652
+msgid ""
+"Remove old remote items, orphaned database records and old content from some"
+" other helper tables."
+msgstr "Remove old remote items, orphaned database records, and old content from some other helper tables."
 
-#: src/Content/Feature.php:101
-msgid "Enable widget to display Network posts only from selected protocols"
-msgstr "Enable widget to display Network posts only from selected protocols"
+#: src/Module/Admin/Site.php:653
+msgid "Lifespan of remote items"
+msgstr "Lifespan of remote items"
 
-#: src/Content/Feature.php:106
-msgid "Network Tabs"
-msgstr "Network tabs"
+#: src/Module/Admin/Site.php:653
+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 "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 behavior."
 
-#: src/Content/Feature.php:107
-msgid "Network New Tab"
-msgstr "Network new tab"
+#: src/Module/Admin/Site.php:654
+msgid "Lifespan of unclaimed items"
+msgstr "Lifespan of unclaimed items"
 
-#: src/Content/Feature.php:107
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Enable tab to display only new network posts (last 12 hours)"
+#: src/Module/Admin/Site.php:654
+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 "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."
 
-#: src/Content/Feature.php:108
-msgid "Network Shared Links Tab"
-msgstr "Network shared links tab"
+#: src/Module/Admin/Site.php:655
+msgid "Lifespan of raw conversation data"
+msgstr "Lifespan of raw conversation data"
 
-#: src/Content/Feature.php:108
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Enable tab to display only network posts with links in them"
+#: src/Module/Admin/Site.php:655
+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 "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."
 
-#: src/Content/Feature.php:113
-msgid "Post/Comment Tools"
-msgstr "Post/Comment tools"
+#: src/Module/Admin/Site.php:656
+msgid "Path to item cache"
+msgstr "Path to item cache"
 
-#: src/Content/Feature.php:114
-msgid "Post Categories"
-msgstr "Post categories"
+#: src/Module/Admin/Site.php:656
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "The item cache retains expanded bbcode and external images."
 
-#: src/Content/Feature.php:114
-msgid "Add categories to your posts"
-msgstr "Add categories to your posts"
+#: src/Module/Admin/Site.php:657
+msgid "Cache duration in seconds"
+msgstr "Cache duration in seconds"
 
-#: src/Content/Feature.php:119
-msgid "Advanced Profile Settings"
-msgstr "Advanced profiles"
+#: src/Module/Admin/Site.php:657
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)"
 
-#: src/Content/Feature.php:120
-msgid "List Forums"
-msgstr "List forums"
+#: src/Module/Admin/Site.php:658
+msgid "Maximum numbers of comments per post"
+msgstr "Maximum number of comments per post"
 
-#: src/Content/Feature.php:120
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr "Show visitors of public community forums at the advanced profile page"
+#: src/Module/Admin/Site.php:658
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "How many comments should be shown for each post? (Default 100)"
 
-#: src/Content/Feature.php:121
-msgid "Tag Cloud"
-msgstr "Tag cloud"
+#: src/Module/Admin/Site.php:659
+msgid "Temp path"
+msgstr "Temp path"
 
-#: src/Content/Feature.php:121
-msgid "Provide a personal tag cloud on your profile page"
-msgstr "Provide a personal tag cloud on your profile page"
+#: src/Module/Admin/Site.php:659
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Enter a different temp path if your system restricts the webserver's access to the system temp path."
 
-#: src/Content/Feature.php:122
-msgid "Display Membership Date"
-msgstr "Display membership date"
+#: src/Module/Admin/Site.php:660
+msgid "Disable picture proxy"
+msgstr "Disable picture proxy"
 
-#: src/Content/Feature.php:122
-msgid "Display membership date in profile"
-msgstr "Display membership date in profile"
+#: src/Module/Admin/Site.php:660
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwidth."
+msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth."
 
-#: src/Content/Nav.php:74
-msgid "Nothing new here"
-msgstr "Nothing new here"
+#: src/Module/Admin/Site.php:661
+msgid "Only search in tags"
+msgstr "Only search in tags"
 
-#: src/Content/Nav.php:78
-msgid "Clear notifications"
-msgstr "Clear notifications"
+#: src/Module/Admin/Site.php:661
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "On large systems, the text search can slow down the system significantly."
 
-#: src/Content/Nav.php:153 src/Module/Login.php:315
-msgid "Logout"
-msgstr "Logout"
+#: src/Module/Admin/Site.php:663
+msgid "New base url"
+msgstr "New base URL"
 
-#: src/Content/Nav.php:153
-msgid "End this session"
-msgstr "End this session"
+#: src/Module/Admin/Site.php:663
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr "Change base URL for this server. Sends a relocate message to all Friendica and diaspora* contacts, for all users."
 
-#: src/Content/Nav.php:155 src/Module/Login.php:316
-#: src/Module/Bookmarklet.php:25
-msgid "Login"
-msgstr "Login"
+#: src/Module/Admin/Site.php:665
+msgid "RINO Encryption"
+msgstr "RINO Encryption"
 
-#: src/Content/Nav.php:155
-msgid "Sign in"
-msgstr "Sign in"
+#: src/Module/Admin/Site.php:665
+msgid "Encryption layer between nodes."
+msgstr "Encryption layer between nodes."
 
-#: src/Content/Nav.php:165
-msgid "Personal notes"
-msgstr "Personal notes"
+#: src/Module/Admin/Site.php:665
+msgid "Enabled"
+msgstr "Enabled"
 
-#: src/Content/Nav.php:165
-msgid "Your personal notes"
-msgstr "My personal notes"
+#: src/Module/Admin/Site.php:667
+msgid "Maximum number of parallel workers"
+msgstr "Maximum number of parallel workers"
 
-#: src/Content/Nav.php:182
-msgid "Home Page"
-msgstr "Home page"
+#: src/Module/Admin/Site.php:667
+#, php-format
+msgid ""
+"On shared hosters set this to %d. On larger systems, values of %d are great."
+" Default value is %d."
+msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."
 
-#: src/Content/Nav.php:186 src/Module/Login.php:287
-#: src/Module/Register.php:136
-msgid "Register"
-msgstr "Sign up now >>"
+#: src/Module/Admin/Site.php:668
+msgid "Don't use \"proc_open\" with the worker"
+msgstr "Don't use \"proc_open\" with the worker"
 
-#: src/Content/Nav.php:186
-msgid "Create an account"
-msgstr "Create account"
+#: src/Module/Admin/Site.php:668
+msgid ""
+"Enable this if your system doesn't allow the use of \"proc_open\". This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."
 
-#: src/Content/Nav.php:192
-msgid "Help and documentation"
-msgstr "Help and documentation"
+#: src/Module/Admin/Site.php:669
+msgid "Enable fastlane"
+msgstr "Enable fast-lane"
 
-#: src/Content/Nav.php:196
-msgid "Apps"
-msgstr "Apps"
+#: src/Module/Admin/Site.php:669
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
 
-#: src/Content/Nav.php:196
-msgid "Addon applications, utilities, games"
-msgstr "Addon applications, utilities, games"
+#: src/Module/Admin/Site.php:670
+msgid "Enable frontend worker"
+msgstr "Enable frontend worker"
 
-#: src/Content/Nav.php:200
-msgid "Search site content"
-msgstr "Search site content"
+#: src/Module/Admin/Site.php:670
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed (e.g. messages being delivered). On smaller sites you might want "
+"to call %s/worker on a regular basis via an external cron job. You should "
+"only enable this option if you cannot utilize cron/scheduled jobs on your "
+"server."
+msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."
 
-#: src/Content/Nav.php:224
-msgid "Community"
-msgstr "Community"
+#: src/Module/Admin/Site.php:672
+msgid "Subscribe to relay"
+msgstr "Subscribe to relay"
 
-#: src/Content/Nav.php:224
-msgid "Conversations on this and other servers"
-msgstr "Conversations on this and other servers"
+#: src/Module/Admin/Site.php:672
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
+msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags, and on the global community page."
 
-#: src/Content/Nav.php:231
-msgid "Directory"
-msgstr "Directory"
+#: src/Module/Admin/Site.php:673
+msgid "Relay server"
+msgstr "Relay server"
 
-#: src/Content/Nav.php:231
-msgid "People directory"
-msgstr "People directory"
+#: src/Module/Admin/Site.php:673
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr "Address of the relay server where public posts should be sent. For example https://relay.diasp.org"
 
-#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
-msgid "Information"
-msgstr "Information"
+#: src/Module/Admin/Site.php:674
+msgid "Direct relay transfer"
+msgstr "Direct relay transfer"
 
-#: src/Content/Nav.php:233
-msgid "Information about this friendica instance"
-msgstr "Information about this Friendica instance"
+#: src/Module/Admin/Site.php:674
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr "Enables direct transfer to other servers without using a relay server."
 
-#: src/Content/Nav.php:236 src/Module/Tos.php:73 src/Module/Admin/Tos.php:43
-#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144
-msgid "Terms of Service"
-msgstr "Terms of Service"
+#: src/Module/Admin/Site.php:675
+msgid "Relay scope"
+msgstr "Relay scope"
 
-#: src/Content/Nav.php:236
-msgid "Terms of Service of this Friendica instance"
-msgstr "Terms of Service of this Friendica instance"
+#: src/Module/Admin/Site.php:675
+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 "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."
 
-#: src/Content/Nav.php:242
-msgid "Network Reset"
-msgstr "Network reset"
+#: src/Module/Admin/Site.php:675
+msgid "all"
+msgstr "all"
 
-#: src/Content/Nav.php:242
-msgid "Load Network page with no filters"
-msgstr "Load network page without filters"
+#: src/Module/Admin/Site.php:675
+msgid "tags"
+msgstr "tags"
 
-#: src/Content/Nav.php:248
-msgid "Friend Requests"
-msgstr "Friend requests"
+#: src/Module/Admin/Site.php:676
+msgid "Server tags"
+msgstr "Server tags"
 
-#: src/Content/Nav.php:250
-msgid "See all notifications"
-msgstr "See all notifications"
+#: src/Module/Admin/Site.php:676
+msgid "Comma separated list of tags for the \"tags\" subscription."
+msgstr "Comma separated list of tags for the \"tags\" subscription."
 
-#: src/Content/Nav.php:251
-msgid "Mark all system notifications seen"
-msgstr "Mark notifications as seen"
+#: src/Module/Admin/Site.php:677
+msgid "Allow user tags"
+msgstr "Allow user tags"
 
-#: src/Content/Nav.php:255
-msgid "Inbox"
-msgstr "Inbox"
+#: src/Module/Admin/Site.php:677
+msgid ""
+"If enabled, the tags from the saved searches will used for the \"tags\" "
+"subscription in addition to the \"relay_server_tags\"."
+msgstr "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."
 
-#: src/Content/Nav.php:256
-msgid "Outbox"
-msgstr "Outbox"
+#: src/Module/Admin/Site.php:680
+msgid "Start Relocation"
+msgstr "Start relocation"
 
-#: src/Content/Nav.php:260
-msgid "Manage"
-msgstr "Manage"
+#: src/Module/Admin/Federation.php:76
+msgid "unknown"
+msgstr "unknown"
 
-#: src/Content/Nav.php:260
-msgid "Manage other pages"
-msgstr "Manage other pages"
+#: src/Module/Admin/Federation.php:181
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\""
 
-#: src/Content/Nav.php:268
-msgid "Manage/Edit Profiles"
-msgstr "Manage/Edit profiles"
+#: src/Module/Admin/Federation.php:182
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
 
-#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114
-msgid "Admin"
-msgstr "Admin"
+#: src/Module/Admin/Federation.php:194
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr "Currently, this node is aware of %d nodes with %d registered users from the following platforms:"
 
-#: src/Content/Nav.php:276
-msgid "Site setup and configuration"
-msgstr "Site setup and configuration"
+#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59
+#: mod/settings.php:768
+msgid "Off"
+msgstr "Off"
 
-#: src/Content/Nav.php:279
-msgid "Navigation"
-msgstr "Navigation"
+#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59
+#: mod/settings.php:768
+msgid "On"
+msgstr "On"
 
-#: src/Content/Nav.php:279
-msgid "Site map"
-msgstr "Site map"
+#: src/Module/Admin/Features.php:59
+#, php-format
+msgid "Lock feature %s"
+msgstr "Lock feature %s"
 
-#: src/Content/OEmbed.php:254
-msgid "Embedding disabled"
-msgstr "Embedding disabled"
+#: src/Module/Admin/Features.php:67
+msgid "Manage Additional Features"
+msgstr "Manage additional features"
 
-#: src/Content/OEmbed.php:377
-msgid "Embedded content"
-msgstr "Embedded content"
+#: src/Module/Admin/Queue.php:34
+msgid "Inspect Deferred Worker Queue"
+msgstr "Inspect deferred worker queue"
 
-#: src/Content/Widget.php:38
-msgid "Add New Contact"
-msgstr "Add new contact"
+#: src/Module/Admin/Queue.php:35
+msgid ""
+"This page lists the deferred worker jobs. This are jobs that couldn't be "
+"executed at the first time."
+msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."
 
-#: src/Content/Widget.php:39
-msgid "Enter address or web location"
-msgstr "Enter address or web location"
+#: src/Module/Admin/Queue.php:38
+msgid "Inspect Worker Queue"
+msgstr "Inspect worker queue"
 
-#: src/Content/Widget.php:40
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Example: jo@example.com, http://example.com/jo"
+#: src/Module/Admin/Queue.php:39
+msgid ""
+"This page lists the currently queued worker jobs. These jobs are handled by "
+"the worker cronjob you've set up during install."
+msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."
 
-#: src/Content/Widget.php:58
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitation available"
-msgstr[1] "%d invitations available"
+#: src/Module/Admin/Queue.php:59
+msgid "ID"
+msgstr "ID"
 
-#: src/Content/Widget.php:193 src/Module/Profile/Contacts.php:127
-#: src/Module/Contact.php:772
-msgid "Following"
-msgstr ""
+#: src/Module/Admin/Queue.php:60
+msgid "Job Parameters"
+msgstr "Job parameters"
 
-#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:128
-#: src/Module/Contact.php:773
-msgid "Mutual friends"
-msgstr ""
+#: src/Module/Admin/Queue.php:61
+msgid "Created"
+msgstr "Created"
 
-#: src/Content/Widget.php:199
-msgid "Relationships"
-msgstr ""
+#: src/Module/Admin/Queue.php:62
+msgid "Priority"
+msgstr "Priority"
 
-#: src/Content/Widget.php:201 src/Module/Group.php:287
-#: src/Module/Contact.php:660
-msgid "All Contacts"
-msgstr "All contacts"
+#: src/Module/Admin/Item/Delete.php:35
+msgid "Item marked for deletion."
+msgstr "Item marked for deletion."
 
-#: src/Content/Widget.php:244
-msgid "Protocols"
-msgstr "Protocols"
+#: src/Module/Admin/Item/Delete.php:48
+msgid "Delete this Item"
+msgstr "Delete"
 
-#: src/Content/Widget.php:246
-msgid "All Protocols"
-msgstr "All protocols"
+#: src/Module/Admin/Item/Delete.php:49
+msgid ""
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
+msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."
 
-#: src/Content/Widget.php:279
-msgid "Saved Folders"
-msgstr "Saved Folders"
+#: src/Module/Admin/Item/Delete.php:50
+msgid ""
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
+msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."
 
-#: src/Content/Widget.php:281 src/Content/Widget.php:320
-msgid "Everything"
-msgstr "Everything"
+#: src/Module/Admin/Item/Delete.php:51
+msgid "GUID"
+msgstr "GUID"
 
-#: src/Content/Widget.php:318
-msgid "Categories"
-msgstr "Categories"
+#: src/Module/Admin/Item/Delete.php:51
+msgid "The GUID of the item you want to delete."
+msgstr "GUID of item to be deleted."
+
+#: src/Module/Admin/Item/Source.php:47
+msgid "Item Guid"
+msgstr "Item Guid"
 
-#: src/Content/Widget.php:402
+#: src/Module/Admin/Logs/Settings.php:27
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contact in common"
-msgstr[1] "%d contacts in common"
+msgid "The logfile '%s' is not writable. No logging possible"
+msgstr "The logfile '%s' is not writable. No logging is possible"
 
-#: src/Content/ContactSelector.php:58
-msgid "Frequently"
-msgstr "Frequently"
+#: src/Module/Admin/Logs/Settings.php:36
+msgid "Log settings updated."
+msgstr "Log settings updated."
 
-#: src/Content/ContactSelector.php:59
-msgid "Hourly"
-msgstr "Hourly"
+#: src/Module/Admin/Logs/Settings.php:55
+msgid "PHP log currently enabled."
+msgstr "PHP log currently enabled."
 
-#: src/Content/ContactSelector.php:60
-msgid "Twice daily"
-msgstr "Twice daily"
+#: src/Module/Admin/Logs/Settings.php:57
+msgid "PHP log currently disabled."
+msgstr "PHP log currently disabled."
 
-#: src/Content/ContactSelector.php:61
-msgid "Daily"
-msgstr "Daily"
+#: src/Module/Admin/Logs/Settings.php:66
+msgid "Clear"
+msgstr "Clear"
 
-#: src/Content/ContactSelector.php:62
-msgid "Weekly"
-msgstr "Weekly"
+#: src/Module/Admin/Logs/Settings.php:70
+msgid "Enable Debugging"
+msgstr "Enable debugging"
 
-#: src/Content/ContactSelector.php:63
-msgid "Monthly"
-msgstr "Monthly"
+#: src/Module/Admin/Logs/Settings.php:71
+msgid "Log file"
+msgstr "Log file"
 
-#: src/Content/ContactSelector.php:116
-msgid "DFRN"
-msgstr "DFRN"
+#: src/Module/Admin/Logs/Settings.php:71
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Must be writable by web server and relative to your Friendica top-level directory."
 
-#: src/Content/ContactSelector.php:117
-msgid "OStatus"
-msgstr "OStatus"
+#: src/Module/Admin/Logs/Settings.php:72
+msgid "Log level"
+msgstr "Log level"
 
-#: src/Content/ContactSelector.php:118
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: src/Module/Admin/Logs/Settings.php:74
+msgid "PHP logging"
+msgstr "PHP logging"
 
-#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272
-#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
-#: src/Module/Admin/Users.php:315
-msgid "Email"
-msgstr "Email"
+#: src/Module/Admin/Logs/Settings.php:75
+msgid ""
+"To temporarily enable logging of PHP errors and warnings you can prepend the"
+" following to the index.php file of your installation. The filename set in "
+"the 'error_log' line is relative to the friendica top-level directory and "
+"must be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."
 
-#: src/Content/ContactSelector.php:121
-msgid "Zot!"
-msgstr "Zot!"
+#: src/Module/Admin/Logs/View.php:22
+#, php-format
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr "Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file %1$s exist and is readable."
 
-#: src/Content/ContactSelector.php:122
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: src/Module/Admin/Logs/View.php:26
+#, php-format
+msgid ""
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr "Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check if file %1$s is readable."
 
-#: src/Content/ContactSelector.php:123
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: src/Module/Admin/Summary.php:32
+#, 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 <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
+msgstr "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"
 
-#: src/Content/ContactSelector.php:124
-msgid "MySpace"
-msgstr "MySpace"
+#: src/Module/Admin/Summary.php:40
+#, php-format
+msgid ""
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s"
 
-#: src/Content/ContactSelector.php:125
-msgid "Google+"
-msgstr "Google+"
+#: src/Module/Admin/Summary.php:49
+msgid ""
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."
 
-#: src/Content/ContactSelector.php:126
-msgid "pump.io"
-msgstr "pump.io"
+#: src/Module/Admin/Summary.php:53
+msgid ""
+"The last update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear. (Some of the errors are possibly inside the logfile.)"
+msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear in the console and logfile output."
 
-#: src/Content/ContactSelector.php:127
-msgid "Twitter"
-msgstr "Twitter"
+#: src/Module/Admin/Summary.php:58
+msgid "The worker was never executed. Please check your database structure!"
+msgstr "The worker process has never been executed. Please check your database structure!"
 
-#: src/Content/ContactSelector.php:128
-msgid "Diaspora Connector"
-msgstr "diaspora* connector"
+#: src/Module/Admin/Summary.php:60
+#, php-format
+msgid ""
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."
 
-#: src/Content/ContactSelector.php:129
-msgid "GNU Social Connector"
-msgstr "GNU Social Connector"
+#: src/Module/Admin/Summary.php:65
+#, 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 "
+"<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for "
+"help with the transition."
+msgstr "Friendica's configuration is now 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.<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."
 
-#: src/Content/ContactSelector.php:130
-msgid "ActivityPub"
-msgstr "ActivityPub"
+#: src/Module/Admin/Summary.php:69
+#, 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 "
+"<code>config/local.ini.php</code>. See <a href=\"%s\">the Config help "
+"page</a> for help with the transition."
+msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."
 
-#: src/Content/ContactSelector.php:131
-msgid "pnut"
-msgstr "pnut"
+#: src/Module/Admin/Summary.php:75
+#, php-format
+msgid ""
+"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
+"configuration issue that prevents server to server communication. See <a "
+"href=\"%s\">the installation page</a> for help."
+msgstr "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."
 
-#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269
-#: src/Content/ContactSelector.php:307
-msgid "No answer"
-msgstr "No answer"
+#: src/Module/Admin/Summary.php:94
+#, php-format
+msgid "The logfile '%s' is not usable. No logging possible (error: '%s')"
+msgstr "The logfile '%s' is not usable. No logging is possible (error: '%s')"
 
-#: src/Content/ContactSelector.php:230
-msgid "Male"
-msgstr "Male"
+#: src/Module/Admin/Summary.php:109
+#, php-format
+msgid ""
+"The debug logfile '%s' is not usable. No logging possible (error: '%s')"
+msgstr "The debug logfile '%s' is not usable. No logging is possible (error: '%s')"
 
-#: src/Content/ContactSelector.php:231
-msgid "Female"
-msgstr "Female"
+#: src/Module/Admin/Summary.php:125
+#, 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 "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."
 
-#: src/Content/ContactSelector.php:232
-msgid "Currently Male"
-msgstr "Currently male"
+#: src/Module/Admin/Summary.php:133
+#, php-format
+msgid ""
+"Friendica's current system.basepath '%s' is wrong and the config file '%s' "
+"isn't used."
+msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used."
 
-#: src/Content/ContactSelector.php:233
-msgid "Currently Female"
-msgstr "Currently female"
+#: src/Module/Admin/Summary.php:141
+#, php-format
+msgid ""
+"Friendica's current system.basepath '%s' is not equal to the config file "
+"'%s'. Please fix your configuration."
+msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."
 
-#: src/Content/ContactSelector.php:234
-msgid "Mostly Male"
-msgstr "Mostly male"
+#: src/Module/Admin/Summary.php:148
+msgid "Normal Account"
+msgstr "Standard account"
 
-#: src/Content/ContactSelector.php:235
-msgid "Mostly Female"
-msgstr "Mostly female"
+#: src/Module/Admin/Summary.php:149
+msgid "Automatic Follower Account"
+msgstr "Automatic follower account"
 
-#: src/Content/ContactSelector.php:236
-msgid "Transgender"
-msgstr "Transgender"
+#: src/Module/Admin/Summary.php:150
+msgid "Public Forum Account"
+msgstr "Public forum account"
 
-#: src/Content/ContactSelector.php:237
-msgid "Intersex"
-msgstr "Intersex"
+#: src/Module/Admin/Summary.php:151
+msgid "Automatic Friend Account"
+msgstr "Automatic friend account"
 
-#: src/Content/ContactSelector.php:238
-msgid "Transsexual"
-msgstr "Transsexual"
+#: src/Module/Admin/Summary.php:152
+msgid "Blog Account"
+msgstr "Blog account"
 
-#: src/Content/ContactSelector.php:239
-msgid "Hermaphrodite"
-msgstr "Hermaphrodite"
+#: src/Module/Admin/Summary.php:153
+msgid "Private Forum Account"
+msgstr "Private forum account"
 
-#: src/Content/ContactSelector.php:240
-msgid "Neuter"
-msgstr "Neuter"
+#: src/Module/Admin/Summary.php:173
+msgid "Message queues"
+msgstr "Message queues"
 
-#: src/Content/ContactSelector.php:241
-msgid "Non-specific"
-msgstr "Non-specific"
+#: src/Module/Admin/Summary.php:179
+msgid "Server Settings"
+msgstr "Server Settings"
 
-#: src/Content/ContactSelector.php:242
-msgid "Other"
-msgstr "Other"
+#: src/Module/Admin/Summary.php:193
+msgid "Summary"
+msgstr "Summary"
 
-#: src/Content/ContactSelector.php:270
-msgid "Males"
-msgstr "Males"
+#: src/Module/Admin/Summary.php:195
+msgid "Registered users"
+msgstr "Signed up users"
 
-#: src/Content/ContactSelector.php:271
-msgid "Females"
-msgstr "Females"
+#: src/Module/Admin/Summary.php:197
+msgid "Pending registrations"
+msgstr "Pending registrations"
 
-#: src/Content/ContactSelector.php:272
-msgid "Gay"
-msgstr "Gay"
+#: src/Module/Admin/Summary.php:198
+msgid "Version"
+msgstr "Version"
 
-#: src/Content/ContactSelector.php:273
-msgid "Lesbian"
-msgstr "Lesbian"
+#: src/Module/Admin/Summary.php:202
+msgid "Active addons"
+msgstr "Active addons"
 
-#: src/Content/ContactSelector.php:274
-msgid "No Preference"
-msgstr "No Preference"
+#: src/Module/Admin/DBSync.php:32
+msgid "Update has been marked successful"
+msgstr "Update has been marked successful"
 
-#: src/Content/ContactSelector.php:275
-msgid "Bisexual"
-msgstr "Bisexual"
+#: src/Module/Admin/DBSync.php:42
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Database structure update %s was successfully applied."
 
-#: src/Content/ContactSelector.php:276
-msgid "Autosexual"
-msgstr "Auto-sexual"
+#: src/Module/Admin/DBSync.php:46
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Execution of database structure update %s failed with error: %s"
 
-#: src/Content/ContactSelector.php:277
-msgid "Abstinent"
-msgstr "Abstinent"
+#: src/Module/Admin/DBSync.php:63
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Execution of %s failed with error: %s"
 
-#: src/Content/ContactSelector.php:278
-msgid "Virgin"
-msgstr "Virgin"
+#: src/Module/Admin/DBSync.php:65
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Update %s was successfully applied."
 
-#: src/Content/ContactSelector.php:279
-msgid "Deviant"
-msgstr "Deviant"
+#: src/Module/Admin/DBSync.php:68
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Update %s did not return a status. Unknown if it succeeded."
 
-#: src/Content/ContactSelector.php:280
-msgid "Fetish"
-msgstr "Fetish"
+#: src/Module/Admin/DBSync.php:71
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "There was no additional update function %s that needed to be called."
 
-#: src/Content/ContactSelector.php:281
-msgid "Oodles"
-msgstr "Oodles"
+#: src/Module/Admin/DBSync.php:91
+msgid "No failed updates."
+msgstr "No failed updates."
 
-#: src/Content/ContactSelector.php:282
-msgid "Nonsexual"
-msgstr "Asexual"
+#: src/Module/Admin/DBSync.php:92
+msgid "Check database structure"
+msgstr "Check database structure"
 
-#: src/Content/ContactSelector.php:308
-msgid "Single"
-msgstr "Single"
+#: src/Module/Admin/DBSync.php:97
+msgid "Failed Updates"
+msgstr "Failed updates"
 
-#: src/Content/ContactSelector.php:309
-msgid "Lonely"
-msgstr "Lonely"
+#: src/Module/Admin/DBSync.php:98
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "This does not include updates prior to 1139, which did not return a status."
 
-#: src/Content/ContactSelector.php:310
-msgid "In a relation"
-msgstr ""
+#: src/Module/Admin/DBSync.php:99
+msgid "Mark success (if update was manually applied)"
+msgstr "Mark success (if update was manually applied)"
 
-#: src/Content/ContactSelector.php:311
-msgid "Has crush"
-msgstr "Having a crush"
+#: src/Module/Admin/DBSync.php:100
+msgid "Attempt to execute this update step automatically"
+msgstr "Attempt to execute this update step automatically"
 
-#: src/Content/ContactSelector.php:312
-msgid "Infatuated"
-msgstr "Infatuated"
+#: src/Module/Settings/Delegation.php:37
+msgid "Delegation successfully granted."
+msgstr "Delegation successfully granted."
 
-#: src/Content/ContactSelector.php:313
-msgid "Dating"
-msgstr "Dating"
+#: src/Module/Settings/Delegation.php:39
+msgid "Parent user not found, unavailable or password doesn't match."
+msgstr "Parent user not found, unavailable or password doesn't match."
 
-#: src/Content/ContactSelector.php:314
-msgid "Unfaithful"
-msgstr "Unfaithful"
+#: src/Module/Settings/Delegation.php:43
+msgid "Delegation successfully revoked."
+msgstr "Delegation successfully revoked."
 
-#: src/Content/ContactSelector.php:315
-msgid "Sex Addict"
-msgstr "Sex addict"
+#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88
+msgid ""
+"Delegated administrators can view but not change delegation permissions."
+msgstr "Delegated administrators can view but not change delegation permissions."
 
-#: src/Content/ContactSelector.php:316 src/Model/User.php:762
-msgid "Friends"
-msgstr "Friends"
+#: src/Module/Settings/Delegation.php:80
+msgid "Delegate user not found."
+msgstr "Delegate user not found."
 
-#: src/Content/ContactSelector.php:317
-msgid "Friends/Benefits"
-msgstr "Friends with benefits"
+#: src/Module/Settings/Delegation.php:137
+msgid "No parent user"
+msgstr "No parent user"
 
-#: src/Content/ContactSelector.php:318
-msgid "Casual"
-msgstr "Casual"
+#: src/Module/Settings/Delegation.php:149
+msgid "Parent Password:"
+msgstr "Parent Password:"
 
-#: src/Content/ContactSelector.php:319
-msgid "Engaged"
-msgstr "Engaged"
+#: src/Module/Settings/Delegation.php:149
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr "Please enter the password of the parent account to authorize this request."
 
-#: src/Content/ContactSelector.php:320
-msgid "Married"
-msgstr "Married"
+#: src/Module/Settings/Delegation.php:154
+msgid "Parent User"
+msgstr "Parent user"
 
-#: src/Content/ContactSelector.php:321
-msgid "Imaginarily married"
-msgstr "Imaginarily married"
+#: src/Module/Settings/Delegation.php:157
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr "Parent users have total control of this account, including core settings. Please double-check whom you grant such access."
 
-#: src/Content/ContactSelector.php:322
-msgid "Partners"
-msgstr "Partners"
+#: src/Module/Settings/Delegation.php:159
+msgid "Delegate Page Management"
+msgstr "Delegate Page Management"
 
-#: src/Content/ContactSelector.php:323
-msgid "Cohabiting"
-msgstr "Cohabiting"
+#: src/Module/Settings/Delegation.php:160
+msgid "Delegates"
+msgstr "Delegates"
 
-#: src/Content/ContactSelector.php:324
-msgid "Common law"
-msgstr "Common law spouse"
+#: src/Module/Settings/Delegation.php:162
+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 "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
 
-#: src/Content/ContactSelector.php:325
-msgid "Happy"
-msgstr "Happy"
+#: src/Module/Settings/Delegation.php:163
+msgid "Existing Page Delegates"
+msgstr "Existing page delegates"
 
-#: src/Content/ContactSelector.php:326
-msgid "Not looking"
-msgstr "Not looking"
+#: src/Module/Settings/Delegation.php:165
+msgid "Potential Delegates"
+msgstr "Potential delegates"
 
-#: src/Content/ContactSelector.php:327
-msgid "Swinger"
-msgstr "Swinger"
+#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114
+msgid "Remove"
+msgstr "Remove"
 
-#: src/Content/ContactSelector.php:328
-msgid "Betrayed"
-msgstr "Betrayed"
+#: src/Module/Settings/Delegation.php:168
+msgid "Add"
+msgstr "Add"
 
-#: src/Content/ContactSelector.php:329
-msgid "Separated"
-msgstr "Separated"
+#: src/Module/Settings/Delegation.php:169
+msgid "No entries."
+msgstr "No entries."
 
-#: src/Content/ContactSelector.php:330
-msgid "Unstable"
-msgstr "Unstable"
+#: src/Module/Settings/UserExport.php:44
+msgid "Export account"
+msgstr "Export account"
 
-#: src/Content/ContactSelector.php:331
-msgid "Divorced"
-msgstr "Divorced"
+#: src/Module/Settings/UserExport.php:44
+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 "Export your account info and contacts. Use this to backup your account or to move it to another server."
 
-#: src/Content/ContactSelector.php:332
-msgid "Imaginarily divorced"
-msgstr "Imaginarily divorced"
+#: src/Module/Settings/UserExport.php:45
+msgid "Export all"
+msgstr "Export all"
 
-#: src/Content/ContactSelector.php:333
-msgid "Widowed"
-msgstr "Widowed"
+#: src/Module/Settings/UserExport.php:45
+msgid ""
+"Export your accout 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 "Export your account info, contacts and all your items as JSON. This 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."
 
-#: src/Content/ContactSelector.php:334
-msgid "Uncertain"
-msgstr "Uncertain"
+#: src/Module/Settings/UserExport.php:46
+msgid "Export Contacts to CSV"
+msgstr "Export contacts to CSV"
 
-#: src/Content/ContactSelector.php:335
-msgid "It's complicated"
-msgstr "It's complicated"
+#: src/Module/Settings/UserExport.php:46
+msgid ""
+"Export the list of the accounts you are following as CSV file. Compatible to"
+" e.g. Mastodon."
+msgstr "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example."
 
-#: src/Content/ContactSelector.php:336
-msgid "Don't care"
-msgstr "Don't care"
+#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89
+#: mod/settings.php:133
+msgid "Export personal data"
+msgstr "Export personal data"
 
-#: src/Content/ContactSelector.php:337
-msgid "Ask me"
-msgstr "Ask me"
+#: src/Module/Settings/TwoFactor/Verify.php:41
+#: src/Module/Settings/TwoFactor/AppSpecific.php:36
+#: src/Module/Settings/TwoFactor/Recovery.php:34
+msgid "Please enter your password to access this page."
+msgstr "Please enter your password to access this page."
 
-#: src/Database/DBStructure.php:50
-msgid "There are no tables on MyISAM."
-msgstr "There are no tables on MyISAM."
+#: src/Module/Settings/TwoFactor/Verify.php:63
+msgid "Two-factor authentication successfully activated."
+msgstr "Two-factor authentication successfully activated."
 
-#: src/Database/DBStructure.php:74
+#: src/Module/Settings/TwoFactor/Verify.php:96
 #, php-format
 msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr "\nError %d occurred during database update:\n%s\n"
+"<p>Or you can submit the authentication settings manually:</p>\n"
+"<dl>\n"
+"\t<dt>Issuer</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Account Name</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Secret Key</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Type</dt>\n"
+"\t<dd>Time-based</dd>\n"
+"\t<dt>Number of digits</dt>\n"
+"\t<dd>6</dd>\n"
+"\t<dt>Hashing algorithm</dt>\n"
+"\t<dd>SHA-1</dd>\n"
+"</dl>"
+msgstr "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"
 
-#: src/Database/DBStructure.php:77
-msgid "Errors encountered performing database changes: "
-msgstr "Errors encountered performing database changes: "
+#: src/Module/Settings/TwoFactor/Verify.php:116
+msgid "Two-factor code verification"
+msgstr "Two-factor code verification"
 
-#: src/Database/DBStructure.php:266
-#, php-format
-msgid "%s: Database update"
-msgstr "%s: Database update"
+#: src/Module/Settings/TwoFactor/Verify.php:118
+msgid ""
+"<p>Please scan this QR Code with your authenticator app and submit the "
+"provided code.</p>"
+msgstr "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"
 
-#: src/Database/DBStructure.php:527
+#: src/Module/Settings/TwoFactor/Verify.php:120
 #, php-format
-msgid "%s: updating %s table."
-msgstr "%s: updating %s table."
+msgid ""
+"<p>Or you can open the following URL in your mobile devicde:</p><p><a "
+"href=\"%s\">%s</a></p>"
+msgstr "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>"
 
-#: src/Model/Storage/Filesystem.php:63
-#, php-format
-msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
-msgstr "Filesystem storage failed to create \"%s\". Check you write permissions."
+#: src/Module/Settings/TwoFactor/Verify.php:127
+msgid "Verify code and enable two-factor authentication"
+msgstr "Verify code and enable two-factor authentication"
 
-#: src/Model/Storage/Filesystem.php:105
-#, php-format
+#: src/Module/Settings/TwoFactor/AppSpecific.php:54
+msgid "App-specific password generation failed: The description is empty."
+msgstr "App-specific password generation failed: The description is empty."
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:57
 msgid ""
-"Filesystem storage failed to save data to \"%s\". Check your write "
-"permissions"
-msgstr "Filesystem storage failed to save data to \"%s\". Check your write permissions"
+"App-specific password generation failed: This description already exists."
+msgstr "App-specific password generation failed: This description already exists."
 
-#: src/Model/Storage/Filesystem.php:126
-msgid "Storage base path"
-msgstr "Storage base path"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:61
+msgid "New app-specific password generated."
+msgstr "New app-specific password generated."
 
-#: src/Model/Storage/Filesystem.php:128
-msgid ""
-"Folder where uploaded files are saved. For maximum security, This should be "
-"a path outside web server folder tree"
-msgstr "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:67
+msgid "App-specific passwords successfully revoked."
+msgstr "App-specific passwords successfully revoked."
 
-#: src/Model/Storage/Filesystem.php:138
-msgid "Enter a valid existing folder"
-msgstr "Enter a valid existing folder"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:77
+msgid "App-specific password successfully revoked."
+msgstr "App-specific password successfully revoked."
 
-#: src/Model/Storage/Database.php:36
-#, php-format
-msgid "Database storage failed to update %s"
-msgstr "Database storage failed to update %s"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:98
+msgid "Two-factor app-specific passwords"
+msgstr "Two-factor app-specific passwords"
 
-#: src/Model/Storage/Database.php:43
-msgid "Database storage failed to insert data"
-msgstr "Database storage failed to insert data"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:100
+msgid ""
+"<p>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.</p>"
+msgstr "<p>App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.</p>"
 
-#: src/Model/Event.php:34 src/Model/Event.php:847
-#: src/Module/Debug/Localtime.php:17
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:101
+msgid ""
+"Make sure to copy your new app-specific password now. You won’t be able to "
+"see it again!"
+msgstr "Make sure to copy your new app-specific password now. You won’t be able to see it again!"
 
-#: src/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435
-#: src/Model/Event.php:915
-msgid "Starts:"
-msgstr "Starts:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:104
+msgid "Description"
+msgstr "Description"
 
-#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436
-#: src/Model/Event.php:919
-msgid "Finishes:"
-msgstr "Finishes:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:105
+msgid "Last Used"
+msgstr "Last used"
 
-#: src/Model/Event.php:385
-msgid "all-day"
-msgstr "All-day"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:106
+msgid "Revoke"
+msgstr "Revoke"
 
-#: src/Model/Event.php:411
-msgid "Sept"
-msgstr "Sep"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:107
+msgid "Revoke All"
+msgstr "Revoke all"
 
-#: src/Model/Event.php:433
-msgid "No events to display"
-msgstr "No events to display"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:110
+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 "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it."
 
-#: src/Model/Event.php:561
-msgid "l, F j"
-msgstr "l, F j"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:111
+msgid "Generate new app-specific password"
+msgstr "Generate new app-specific password"
 
-#: src/Model/Event.php:592
-msgid "Edit event"
-msgstr "Edit event"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:112
+msgid "Friendiqa on my Fairphone 2..."
+msgstr "Friendiqa on my Fairphone 2..."
 
-#: src/Model/Event.php:593
-msgid "Duplicate event"
-msgstr "Duplicate event"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:113
+msgid "Generate"
+msgstr "Generate"
 
-#: src/Model/Event.php:594
-msgid "Delete event"
-msgstr "Delete event"
+#: src/Module/Settings/TwoFactor/Index.php:51
+msgid "Two-factor authentication successfully disabled."
+msgstr "Two-factor authentication successfully disabled."
 
-#: src/Model/Event.php:626 src/Model/Item.php:3547 src/Model/Item.php:3554
-msgid "link to source"
-msgstr "Link to source"
+#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541
+msgid "Wrong Password"
+msgstr "Wrong password"
 
-#: src/Model/Event.php:848
-msgid "D g:i A"
-msgstr "D g:i A"
+#: src/Module/Settings/TwoFactor/Index.php:92
+msgid ""
+"<p>Use an application on a mobile device to get two-factor authentication "
+"codes when prompted on login.</p>"
+msgstr "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"
 
-#: src/Model/Event.php:849
-msgid "g:i A"
-msgstr "g:i A"
+#: src/Module/Settings/TwoFactor/Index.php:96
+msgid "Authenticator app"
+msgstr "Authenticator app"
 
-#: src/Model/Event.php:934 src/Model/Event.php:936
-msgid "Show map"
-msgstr "Show map"
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Configured"
+msgstr "Configured"
 
-#: src/Model/Event.php:935
-msgid "Hide map"
-msgstr "Hide map"
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Not Configured"
+msgstr "Not configured"
 
-#: src/Model/Event.php:1027
-#, php-format
-msgid "%s's birthday"
-msgstr "%s's birthday"
+#: src/Module/Settings/TwoFactor/Index.php:98
+msgid "<p>You haven't finished configuring your authenticator app.</p>"
+msgstr "<p>You haven't finished configuring your authenticator app.</p>"
 
-#: src/Model/Event.php:1028
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Happy Birthday, %s!"
+#: src/Module/Settings/TwoFactor/Index.php:99
+msgid "<p>Your authenticator app is correctly configured.</p>"
+msgstr "<p>Your authenticator app is correctly configured.</p>"
 
-#: src/Model/FileTag.php:265
-msgid "Item filed"
-msgstr "Item filed"
+#: src/Module/Settings/TwoFactor/Index.php:101
+msgid "Recovery codes"
+msgstr "Recovery codes"
 
-#: src/Model/User.php:331
-msgid "Login failed"
-msgstr "Login failed"
+#: src/Module/Settings/TwoFactor/Index.php:102
+msgid "Remaining valid codes"
+msgstr "Remaining valid codes"
 
-#: src/Model/User.php:362
-msgid "Not enough information to authenticate"
-msgstr "Not enough information to authenticate"
+#: src/Module/Settings/TwoFactor/Index.php:104
+msgid ""
+"<p>These one-use codes can replace an authenticator app code in case you "
+"have lost access to it.</p>"
+msgstr "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"
 
-#: src/Model/User.php:440
-msgid "Password can't be empty"
-msgstr "Password can't be empty"
+#: src/Module/Settings/TwoFactor/Index.php:106
+msgid "App-specific passwords"
+msgstr "App-specific passwords"
 
-#: src/Model/User.php:459
-msgid "Empty passwords are not allowed."
-msgstr "Empty passwords are not allowed."
+#: src/Module/Settings/TwoFactor/Index.php:107
+msgid "Generated app-specific passwords"
+msgstr "Generated app-specific passwords."
 
-#: src/Model/User.php:463
+#: src/Module/Settings/TwoFactor/Index.php:109
 msgid ""
-"The new password has been exposed in a public data dump, please choose "
-"another."
-msgstr "The new password has been exposed in a public data dump; please choose another."
+"<p>These randomly generated passwords allow you to authenticate on apps not "
+"supporting two-factor authentication.</p>"
+msgstr "<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"
 
-#: src/Model/User.php:469
-msgid ""
-"The password can't contain accentuated letters, white spaces or colons (:)"
-msgstr "The password can't contain accentuated letters, white spaces or colons (:)"
+#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635
+msgid "Actions"
+msgstr "Actions"
 
-#: src/Model/User.php:569
-msgid "Passwords do not match. Password unchanged."
-msgstr "Passwords do not match. Password unchanged."
+#: src/Module/Settings/TwoFactor/Index.php:112
+msgid "Current password:"
+msgstr "Current password:"
 
-#: src/Model/User.php:576
-msgid "An invitation is required."
-msgstr "An invitation is required."
+#: src/Module/Settings/TwoFactor/Index.php:112
+msgid ""
+"You need to provide your current password to change two-factor "
+"authentication settings."
+msgstr "You need to provide your current password to change two-factor authentication settings."
 
-#: src/Model/User.php:580
-msgid "Invitation could not be verified."
-msgstr "Invitation could not be verified."
+#: src/Module/Settings/TwoFactor/Index.php:113
+msgid "Enable two-factor authentication"
+msgstr "Enable two-factor authentication"
 
-#: src/Model/User.php:587
-msgid "Invalid OpenID url"
-msgstr "Invalid OpenID URL"
+#: src/Module/Settings/TwoFactor/Index.php:114
+msgid "Disable two-factor authentication"
+msgstr "Disable two-factor authentication"
 
-#: src/Model/User.php:600 src/Module/Login.php:102
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
+#: src/Module/Settings/TwoFactor/Index.php:115
+msgid "Show recovery codes"
+msgstr "Show recovery codes"
 
-#: src/Model/User.php:600 src/Module/Login.php:102
-msgid "The error message was:"
-msgstr "The error message was:"
+#: src/Module/Settings/TwoFactor/Index.php:116
+msgid "Manage app-specific passwords"
+msgstr "Manage app-specific passwords."
 
-#: src/Model/User.php:606
-msgid "Please enter the required information."
-msgstr "Please enter the required information."
+#: src/Module/Settings/TwoFactor/Index.php:117
+msgid "Finish app configuration"
+msgstr "Finish app configuration"
 
-#: src/Model/User.php:620
-#, php-format
-msgid ""
-"system.username_min_length (%s) and system.username_max_length (%s) are "
-"excluding each other, swapping values."
-msgstr "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."
+#: src/Module/Settings/TwoFactor/Recovery.php:50
+msgid "New recovery codes successfully generated."
+msgstr "New recovery codes successfully generated."
 
-#: src/Model/User.php:627
-#, php-format
-msgid "Username should be at least %s character."
-msgid_plural "Username should be at least %s characters."
-msgstr[0] "Username should be at least %s character."
-msgstr[1] "Username should be at least %s characters."
+#: src/Module/Settings/TwoFactor/Recovery.php:76
+msgid "Two-factor recovery codes"
+msgstr "Two-factor recovery codes"
 
-#: src/Model/User.php:631
-#, php-format
-msgid "Username should be at most %s character."
-msgid_plural "Username should be at most %s characters."
-msgstr[0] "Username should be at most %s character."
-msgstr[1] "Username should be at most %s characters."
+#: src/Module/Settings/TwoFactor/Recovery.php:78
+msgid ""
+"<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your "
+"device and don’t have the recovery codes you will lose access to your "
+"account.</p>"
+msgstr "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"
 
-#: src/Model/User.php:639
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "That doesn't appear to be your full (i.e first and last) name."
+#: src/Module/Settings/TwoFactor/Recovery.php:80
+msgid ""
+"When you generate new recovery codes, you must copy the new codes. Your old "
+"codes won’t work anymore."
+msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."
 
-#: src/Model/User.php:644
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Your email domain is not allowed on this site."
+#: src/Module/Settings/TwoFactor/Recovery.php:81
+msgid "Generate new recovery codes"
+msgstr "Generate new recovery codes"
 
-#: src/Model/User.php:648
-msgid "Not a valid email address."
-msgstr "Not a valid email address."
+#: src/Module/Settings/TwoFactor/Recovery.php:83
+msgid "Next: Verification"
+msgstr "Next: Verification"
 
-#: src/Model/User.php:651
-msgid "The nickname was blocked from registration by the nodes admin."
-msgstr "The nickname was blocked from registration by the nodes admin."
+#: src/Module/HTTPException/MethodNotAllowed.php:13
+msgid "Method Not Allowed."
+msgstr "Method not allowed."
 
-#: src/Model/User.php:655 src/Model/User.php:663
-msgid "Cannot use that email."
-msgstr "Cannot use that email."
+#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186
+msgid "Page not found."
+msgstr "Page not found"
 
-#: src/Model/User.php:670
-msgid "Your nickname can only contain a-z, 0-9 and _."
-msgstr "Your nickname can only contain a-z, 0-9 and _."
+#: src/Module/BaseSearchModule.php:54
+#, php-format
+msgid "People Search - %s"
+msgstr "People search - %s"
 
-#: src/Model/User.php:677 src/Model/User.php:734
-msgid "Nickname is already registered. Please choose another."
-msgstr "Nickname is already registered. Please choose another."
+#: src/Module/BaseSearchModule.php:64
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Forum search - %s"
 
-#: src/Model/User.php:687
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "SERIOUS ERROR: Generation of security keys failed."
+#: src/Module/BaseSearchModule.php:96 mod/match.php:130
+msgid "No matches"
+msgstr "No matches"
 
-#: src/Model/User.php:721 src/Model/User.php:725
-msgid "An error occurred during registration. Please try again."
-msgstr "An error occurred during registration. Please try again."
+#: src/Module/Apps.php:29
+msgid "No installed applications."
+msgstr "No installed applications."
 
-#: src/Model/User.php:750
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "An error occurred creating your default profile. Please try again."
+#: src/Module/Apps.php:34
+msgid "Applications"
+msgstr "Applications"
 
-#: src/Model/User.php:757
-msgid "An error occurred creating your self contact. Please try again."
-msgstr "An error occurred creating your self contact. Please try again."
+#: src/Module/Credits.php:25
+msgid "Credits"
+msgstr "Credits"
 
-#: src/Model/User.php:766
+#: src/Module/Credits.php:26
 msgid ""
-"An error occurred creating your default contact group. Please try again."
-msgstr "An error occurred while creating your default contact group. Please try again."
+"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 "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!"
 
-#: src/Model/User.php:842
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t\t%4$s\n"
-"\t\t\tPassword:\t\t%5$s\n"
-"\t\t"
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%4$s\n\t\t\tPassword:\t\t%5$s\n\t\t"
+#: src/Module/Logout.php:41
+msgid "Logged out."
+msgstr "Logged out."
 
-#: src/Model/User.php:859
-#, php-format
-msgid "Registration at %s"
-msgstr "Registration at %s"
+#: src/Module/Group.php:42
+msgid "Group created."
+msgstr "Group created."
 
-#: src/Model/User.php:878
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
-"\t\t"
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThank you for registering at %2$s. Your account has been created.\n\t\t"
+#: src/Module/Group.php:48
+msgid "Could not create group."
+msgstr "Could not create group."
 
-#: src/Model/User.php:884
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t\t%1$s\n"
-"\t\t\tPassword:\t\t%5$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %2$s."
-msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t\t%1$s\n\t\t\tPassword:\t\t%5$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n\n\t\t\tThank you and welcome to %2$s."
+#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233
+msgid "Group not found."
+msgstr "Group not found."
 
-#: src/Model/User.php:919 src/Module/Admin/Users.php:88
-#, php-format
-msgid "Registration details for %s"
-msgstr "Registration details for %s"
+#: src/Module/Group.php:65
+msgid "Group name changed."
+msgstr "Group name changed."
 
-#: src/Model/Contact.php:1230
-msgid "Drop Contact"
-msgstr "Drop contact"
+#: src/Module/Group.php:87
+msgid "Unknown group."
+msgstr "Unknown group."
 
-#: src/Model/Contact.php:1783
-msgid "Organisation"
-msgstr "Organization"
+#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32
+#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126
+#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137
+msgid "Contact not found."
+msgstr "Contact not found."
 
-#: src/Model/Contact.php:1787
-msgid "News"
-msgstr "News"
+#: src/Module/Group.php:96
+msgid "Contact is unavailable."
+msgstr "Contact is unavailable."
 
-#: src/Model/Contact.php:1791
-msgid "Forum"
-msgstr "Forum"
+#: src/Module/Group.php:100
+msgid "Contact is deleted."
+msgstr "Contact is deleted."
 
-#: src/Model/Contact.php:2192
-msgid "Connect URL missing."
-msgstr "Connect URL missing."
+#: src/Module/Group.php:106
+msgid "Contact is blocked, unable to add it to a group."
+msgstr "Contact is blocked, unable to add it to a group."
 
-#: src/Model/Contact.php:2201
-msgid ""
-"The contact could not be added. Please check the relevant network "
-"credentials in your Settings -> Social Networks page."
-msgstr "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."
+#: src/Module/Group.php:110
+msgid "Unable to add the contact to the group."
+msgstr "Unable to add contact to group."
 
-#: src/Model/Contact.php:2242
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "This site is not configured to allow communications with other networks."
+#: src/Module/Group.php:112
+msgid "Contact successfully added to group."
+msgstr "Contact successfully added to group."
 
-#: src/Model/Contact.php:2243 src/Model/Contact.php:2256
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "No compatible communication protocols or feeds were discovered."
+#: src/Module/Group.php:116
+msgid "Unable to remove the contact from the group."
+msgstr "Unable to remove contact from group."
 
-#: src/Model/Contact.php:2254
-msgid "The profile address specified does not provide adequate information."
-msgstr "The profile address specified does not provide adequate information."
+#: src/Module/Group.php:118
+msgid "Contact successfully removed from group."
+msgstr "Contact successfully removed from group."
 
-#: src/Model/Contact.php:2259
-msgid "An author or name was not found."
-msgstr "An author or name was not found."
+#: src/Module/Group.php:121
+msgid "Unknown group command."
+msgstr "Unknown group command."
 
-#: src/Model/Contact.php:2262
-msgid "No browser URL could be matched to this address."
-msgstr "No browser URL could be matched to this address."
+#: src/Module/Group.php:124
+msgid "Bad request."
+msgstr "Bad request."
 
-#: src/Model/Contact.php:2265
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Unable to match @-style identity address with a known protocol or email contact."
+#: src/Module/Group.php:163
+msgid "Save Group"
+msgstr "Save group"
 
-#: src/Model/Contact.php:2266
-msgid "Use mailto: in front of address to force email check."
-msgstr "Use mailto: in front of address to force email check."
+#: src/Module/Group.php:164
+msgid "Filter"
+msgstr "Filter"
 
-#: src/Model/Contact.php:2272
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "The profile address specified belongs to a network which has been disabled on this site."
+#: src/Module/Group.php:170
+msgid "Create a group of contacts/friends."
+msgstr "Create a group of contacts/friends."
 
-#: src/Model/Contact.php:2277
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
+#: src/Module/Group.php:212
+msgid "Group removed."
+msgstr "Group removed."
 
-#: src/Model/Contact.php:2332
-msgid "Unable to retrieve contact information."
-msgstr "Unable to retrieve contact information."
+#: src/Module/Group.php:214
+msgid "Unable to remove group."
+msgstr "Unable to remove group."
 
-#: src/Model/Group.php:77
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
+#: src/Module/Group.php:265
+msgid "Delete Group"
+msgstr "Delete group"
 
-#: src/Model/Group.php:407
-msgid "Default privacy group for new contacts"
-msgstr "Default privacy group for new contacts"
+#: src/Module/Group.php:275
+msgid "Edit Group Name"
+msgstr "Edit group name"
 
-#: src/Model/Group.php:439
-msgid "Everybody"
-msgstr "Everybody"
+#: src/Module/Group.php:285
+msgid "Members"
+msgstr "Members"
 
-#: src/Model/Group.php:458
-msgid "edit"
-msgstr "edit"
+#: src/Module/Group.php:288 mod/network.php:616
+msgid "Group is empty"
+msgstr "Group is empty"
 
-#: src/Model/Group.php:484 src/Module/Welcome.php:57
-#: src/Module/Contact.php:708
-msgid "Groups"
-msgstr "Groups"
+#: src/Module/Group.php:301
+msgid "Remove contact from group"
+msgstr "Remove contact from group"
 
-#: src/Model/Group.php:488
-msgid "Edit group"
-msgstr "Edit group"
+#: src/Module/Group.php:321 mod/profperm.php:119
+msgid "Click on a contact to add or remove."
+msgstr "Click on a contact to add or remove it."
 
-#: src/Model/Group.php:489 src/Module/Group.php:186
-msgid "Contacts not in any group"
-msgstr "Contacts not in any group"
+#: src/Module/Group.php:335
+msgid "Add contact to group"
+msgstr "Add contact to group"
 
-#: src/Model/Group.php:491
-msgid "Create a new group"
-msgstr "Create new group"
+#: src/Module/FollowConfirm.php:37
+msgid "No given contact."
+msgstr "No given contact."
 
-#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194
-#: src/Module/Group.php:271
-msgid "Group Name: "
-msgstr "Group name: "
+#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Only logged in users are permitted to use the Probe feature."
 
-#: src/Model/Group.php:493
-msgid "Edit groups"
-msgstr "Edit groups"
+#: src/Module/Debug/Localtime.php:30
+msgid "Time Conversion"
+msgstr "Time conversion"
 
-#: src/Model/Mail.php:113 src/Model/Mail.php:250
-msgid "[no subject]"
-msgstr "[no subject]"
+#: src/Module/Debug/Localtime.php:31
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
 
-#: src/Model/Profile.php:212 src/Model/Profile.php:428
-#: src/Model/Profile.php:885
-msgid "Edit profile"
-msgstr "Edit profile"
+#: src/Module/Debug/Localtime.php:32
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC time: %s"
+
+#: src/Module/Debug/Localtime.php:35
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Current time zone: %s"
+
+#: src/Module/Debug/Localtime.php:39
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Converted local time: %s"
 
-#: src/Model/Profile.php:402
-msgid "Manage/edit profiles"
-msgstr "Manage/Edit profiles"
+#: src/Module/Debug/Localtime.php:43
+msgid "Please select your timezone:"
+msgstr "Please select your time zone:"
 
-#: src/Model/Profile.php:451 src/Model/Profile.php:795
-#: src/Module/Directory.php:143
-msgid "Status:"
-msgstr "Status:"
+#: src/Module/Debug/Babel.php:32
+msgid "Source input"
+msgstr "Source input"
 
-#: src/Model/Profile.php:452 src/Model/Profile.php:812
-#: src/Module/Directory.php:144
-msgid "Homepage:"
-msgstr "Homepage:"
+#: src/Module/Debug/Babel.php:38
+msgid "BBCode::toPlaintext"
+msgstr "BBCode::toPlaintext"
 
-#: src/Model/Profile.php:454 src/Module/Contact.php:609
-msgid "XMPP:"
-msgstr "XMPP:"
+#: src/Module/Debug/Babel.php:44
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode::convert (raw HTML)"
 
-#: src/Model/Profile.php:546 src/Module/Contact.php:299
-msgid "Unfollow"
-msgstr ""
+#: src/Module/Debug/Babel.php:49
+msgid "BBCode::convert"
+msgstr "BBCode::convert"
 
-#: src/Model/Profile.php:548
-msgid "Atom feed"
-msgstr "Atom feed"
+#: src/Module/Debug/Babel.php:55
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode::convert => HTML::toBBCode"
 
-#: src/Model/Profile.php:588 src/Model/Profile.php:685
-msgid "g A l F d"
-msgstr "g A l F d"
+#: src/Module/Debug/Babel.php:61
+msgid "BBCode::toMarkdown"
+msgstr "BBCode::toMarkdown"
 
-#: src/Model/Profile.php:589
-msgid "F d"
-msgstr "F d"
+#: src/Module/Debug/Babel.php:67
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode::toMarkdown => Markdown::convert"
 
-#: src/Model/Profile.php:651 src/Model/Profile.php:736
-msgid "[today]"
-msgstr "[today]"
+#: src/Module/Debug/Babel.php:73
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::toBBCode"
 
-#: src/Model/Profile.php:661
-msgid "Birthday Reminders"
-msgstr "Birthday reminders"
+#: src/Module/Debug/Babel.php:79
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
 
-#: src/Model/Profile.php:662
-msgid "Birthdays this week:"
-msgstr "Birthdays this week:"
+#: src/Module/Debug/Babel.php:90
+msgid "Item Body"
+msgstr "Item body"
 
-#: src/Model/Profile.php:723
-msgid "[No description]"
-msgstr "[No description]"
+#: src/Module/Debug/Babel.php:94
+msgid "Item Tags"
+msgstr "Item tags"
 
-#: src/Model/Profile.php:749
-msgid "Event Reminders"
-msgstr "Event reminders"
+#: src/Module/Debug/Babel.php:101
+msgid "Source input (Diaspora format)"
+msgstr "Source input (diaspora* format)"
 
-#: src/Model/Profile.php:750
-msgid "Upcoming events the next 7 days:"
-msgstr "Upcoming events the next 7 days:"
+#: src/Module/Debug/Babel.php:107
+msgid "Markdown::convert (raw HTML)"
+msgstr "Markdown::convert (raw HTML)"
 
-#: src/Model/Profile.php:767
-msgid "Member since:"
-msgstr "Member since:"
+#: src/Module/Debug/Babel.php:112
+msgid "Markdown::convert"
+msgstr "Markdown::convert"
 
-#: src/Model/Profile.php:775
-msgid "j F, Y"
-msgstr "j F, Y"
+#: src/Module/Debug/Babel.php:118
+msgid "Markdown::toBBCode"
+msgstr "Markdown::toBBCode"
 
-#: src/Model/Profile.php:776
-msgid "j F"
-msgstr "j F"
+#: src/Module/Debug/Babel.php:125
+msgid "Raw HTML input"
+msgstr "Raw HTML input"
 
-#: src/Model/Profile.php:791
-msgid "Age:"
-msgstr "Age:"
+#: src/Module/Debug/Babel.php:130
+msgid "HTML Input"
+msgstr "HTML input"
 
-#: src/Model/Profile.php:804
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "for %1$d %2$s"
+#: src/Module/Debug/Babel.php:136
+msgid "HTML::toBBCode"
+msgstr "HTML::toBBCode"
 
-#: src/Model/Profile.php:828
-msgid "Religion:"
-msgstr "Religion:"
+#: src/Module/Debug/Babel.php:142
+msgid "HTML::toBBCode => BBCode::convert"
+msgstr "HTML::toBBCode => BBCode::convert"
 
-#: src/Model/Profile.php:836
-msgid "Hobbies/Interests:"
-msgstr "Hobbies/Interests:"
+#: src/Module/Debug/Babel.php:147
+msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
+msgstr "HTML::toBBCode => BBCode::convert (raw HTML)"
 
-#: src/Model/Profile.php:848
-msgid "Contact information and Social Networks:"
-msgstr "Contact information and social networks:"
+#: src/Module/Debug/Babel.php:153
+msgid "HTML::toBBCode => BBCode::toPlaintext"
+msgstr "HTML::toBBCode => BBCode::toPlaintext"
 
-#: src/Model/Profile.php:852
-msgid "Musical interests:"
-msgstr "Music:"
+#: src/Module/Debug/Babel.php:159
+msgid "HTML::toMarkdown"
+msgstr "HTML::toMarkdown"
 
-#: src/Model/Profile.php:856
-msgid "Books, literature:"
-msgstr "Books/Literature:"
+#: src/Module/Debug/Babel.php:165
+msgid "HTML::toPlaintext"
+msgstr "HTML::toPlaintext"
 
-#: src/Model/Profile.php:860
-msgid "Television:"
-msgstr "Television:"
+#: src/Module/Debug/Babel.php:171
+msgid "HTML::toPlaintext (compact)"
+msgstr "HTML::toPlaintext (compact)"
 
-#: src/Model/Profile.php:864
-msgid "Film/dance/culture/entertainment:"
-msgstr "Arts, culture, entertainment:"
+#: src/Module/Debug/Babel.php:179
+msgid "Source text"
+msgstr "Source text"
 
-#: src/Model/Profile.php:868
-msgid "Love/Romance:"
-msgstr "Love/Romance:"
+#: src/Module/Debug/Babel.php:180
+msgid "BBCode"
+msgstr "BBCode"
 
-#: src/Model/Profile.php:872
-msgid "Work/employment:"
-msgstr "Work/Employment:"
+#: src/Module/Debug/Babel.php:181
+msgid "Markdown"
+msgstr "Markdown"
 
-#: src/Model/Profile.php:876
-msgid "School/education:"
-msgstr "School/Education:"
+#: src/Module/Debug/Babel.php:182
+msgid "HTML"
+msgstr "HTML"
 
-#: src/Model/Profile.php:881
-msgid "Forums:"
-msgstr "Forums:"
+#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25
+#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31
+#: mod/cal.php:35 mod/follow.php:20
+msgid "Access denied."
+msgstr "Access denied."
 
-#: src/Model/Profile.php:928 src/Module/Contact.php:850
-msgid "Profile Details"
-msgstr "Profile Details"
+#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
+msgid "You must be logged in to use this module"
+msgstr "You must be logged in to use this module"
 
-#: src/Model/Profile.php:978
-msgid "Only You Can See This"
-msgstr "Only you can see this."
+#: src/Module/Debug/Feed.php:49
+msgid "Source URL"
+msgstr "Source URL"
 
-#: src/Model/Profile.php:986 src/Model/Profile.php:989
-msgid "Tips for New Members"
-msgstr "Tips for New Members"
+#: src/Module/Debug/Probe.php:35
+msgid "Lookup address"
+msgstr "Lookup address"
 
-#: src/Model/Profile.php:1186
+#: src/Module/Home.php:34
 #, php-format
-msgid "OpenWebAuth: %1$s welcomes %2$s"
-msgstr "OpenWebAuth: %1$s welcomes %2$s"
+msgid "Welcome to %s"
+msgstr "Welcome to %s"
 
-#: src/Model/Item.php:3313
-msgid "activity"
-msgstr "activity"
+#: src/Module/Welcome.php:25
+msgid "Welcome to Friendica"
+msgstr "Welcome to Friendica"
 
-#: src/Model/Item.php:3315 src/Object/Post.php:474
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "comment"
-msgstr[1] "comments"
+#: src/Module/Welcome.php:26
+msgid "New Member Checklist"
+msgstr "New Member Checklist"
 
-#: src/Model/Item.php:3318
-msgid "post"
-msgstr "post"
+#: src/Module/Welcome.php:27
+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 "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."
 
-#: src/Model/Item.php:3417
-#, php-format
-msgid "Content warning: %s"
-msgstr "Content warning: %s"
+#: src/Module/Welcome.php:29
+msgid "Getting Started"
+msgstr "Getting started"
 
-#: src/Model/Item.php:3494
-msgid "bytes"
-msgstr "bytes"
+#: src/Module/Welcome.php:30
+msgid "Friendica Walk-Through"
+msgstr "Friendica walk-through"
 
-#: src/Model/Item.php:3541
-msgid "View on separate page"
-msgstr "View on separate page"
+#: src/Module/Welcome.php:31
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
 
-#: src/Model/Item.php:3542
-msgid "view on separate page"
-msgstr "view on separate page"
+#: src/Module/Welcome.php:34
+msgid "Go to Your Settings"
+msgstr "Go to your settings"
 
-#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:119
-#: src/Module/Profile.php:122
-#, php-format
-msgid "%s's timeline"
-msgstr "%s's timeline"
+#: src/Module/Welcome.php:35
+msgid ""
+"On your <em>Settings</em> 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 "On your <em>Settings</em> 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."
 
-#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:120
-#, php-format
-msgid "%s's posts"
-msgstr "%s's posts"
+#: src/Module/Welcome.php:36
+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 "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."
 
-#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:121
-#, php-format
-msgid "%s's comments"
-msgstr "%s's comments"
+#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583
+msgid "Upload Profile Photo"
+msgstr "Upload profile photo"
 
-#: src/Protocol/OStatus.php:1861
-#, php-format
-msgid "%s is now following %s."
-msgstr "%s is now following %s."
+#: src/Module/Welcome.php:40
+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 "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."
 
-#: src/Protocol/OStatus.php:1862
-msgid "following"
-msgstr "following"
+#: src/Module/Welcome.php:41
+msgid "Edit Your Profile"
+msgstr "Edit your profile"
 
-#: src/Protocol/OStatus.php:1865
-#, php-format
-msgid "%s stopped following %s."
-msgstr "%s stopped following %s."
+#: src/Module/Welcome.php:42
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown"
+" visitors."
+msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
 
-#: src/Protocol/OStatus.php:1866
-msgid "stopped following"
-msgstr "stopped following"
+#: src/Module/Welcome.php:43
+msgid "Profile Keywords"
+msgstr "Profile keywords"
 
-#: src/Protocol/Diaspora.php:2527
-msgid "Sharing notification from Diaspora network"
-msgstr "Sharing notification from diaspora* network"
+#: src/Module/Welcome.php:44
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
 
-#: src/Protocol/Diaspora.php:3674
-msgid "Attachments:"
-msgstr "Attachments:"
+#: src/Module/Welcome.php:46
+msgid "Connecting"
+msgstr "Connecting"
 
-#: src/Worker/Delivery.php:508
-msgid "(no subject)"
-msgstr "(no subject)"
+#: src/Module/Welcome.php:48
+msgid "Importing Emails"
+msgstr "Importing emails"
 
-#: src/Module/Tos.php:35 src/Module/Tos.php:77
+#: src/Module/Welcome.php:49
 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 "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), a 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 won’t 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."
+"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 "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
 
-#: src/Module/Tos.php:36 src/Module/Tos.php:78
-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 "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts."
+#: src/Module/Welcome.php:50
+msgid "Go to Your Contacts Page"
+msgstr "Go to your contacts page"
 
-#: src/Module/Tos.php:37 src/Module/Tos.php:79
-#, php-format
+#: src/Module/Welcome.php:51
 msgid ""
-"At any point in time a logged in user can export their account data from the"
-" <a href=\"%1$s/settings/uexport\">account settings</a>. If the user wants "
-"to delete their account they can do so at <a "
-"href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will "
-"be permanent. Deletion of the data will also be requested from the nodes of "
-"the communication partners."
-msgstr "At any point in time a logged in user can export their account data from the <a href=\"%1$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."
-
-#: src/Module/Tos.php:40 src/Module/Tos.php:76
-msgid "Privacy Statement"
-msgstr "Privacy Statement"
+"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 <em>Add New Contact</em> dialog."
+msgstr "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 <em>Add new contact</em> dialog."
 
-#: src/Module/Apps.php:29
-msgid "No installed applications."
-msgstr "No installed applications."
+#: src/Module/Welcome.php:52
+msgid "Go to Your Site's Directory"
+msgstr "Go to your site's directory"
 
-#: src/Module/Apps.php:34
-msgid "Applications"
-msgstr "Applications"
+#: src/Module/Welcome.php:53
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
+msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
 
-#: src/Module/Credits.php:25
-msgid "Credits"
-msgstr "Credits"
+#: src/Module/Welcome.php:54
+msgid "Finding New People"
+msgstr "Finding new people"
 
-#: src/Module/Credits.php:26
+#: src/Module/Welcome.php:55
 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 "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!"
+"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 "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."
 
-#: src/Module/Admin/Addons/Details.php:51
-msgid "Addon not found."
-msgstr "Addon not found."
+#: src/Module/Welcome.php:58
+msgid "Group Your Contacts"
+msgstr "Group your contacts"
 
-#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32
-#, php-format
-msgid "Addon %s disabled."
-msgstr "Addon %s disabled."
+#: src/Module/Welcome.php:59
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."
 
-#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34
-#, php-format
-msgid "Addon %s enabled."
-msgstr "Addon %s enabled."
+#: src/Module/Welcome.php:61
+msgid "Why Aren't My Posts Public?"
+msgstr "Why aren't my posts public?"
 
-#: src/Module/Admin/Addons/Details.php:76
-#: src/Module/Admin/Themes/Details.php:60
-msgid "Disable"
-msgstr "Disable"
+#: src/Module/Welcome.php:62
+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 "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."
 
-#: src/Module/Admin/Addons/Details.php:79
-#: src/Module/Admin/Themes/Details.php:63
-msgid "Enable"
-msgstr "Enable"
+#: src/Module/Welcome.php:64
+msgid "Getting Help"
+msgstr "Getting help"
 
-#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50
-#: src/Module/Admin/Blocklist/Contact.php:61
-#: src/Module/Admin/Blocklist/Server.php:73
-#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46
-#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46
-#: src/Module/Admin/Themes/Details.php:104
-#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42
-#: src/Module/Admin/Users.php:277 src/Module/Admin/Queue.php:56
-#: src/Module/Admin/Site.php:566 src/Module/Admin/Summary.php:173
-msgid "Administration"
-msgstr "Administration"
+#: src/Module/Welcome.php:65
+msgid "Go to the Help Section"
+msgstr "Go to the help section"
 
-#: src/Module/Admin/Addons/Details.php:101
-#: src/Module/Admin/Themes/Details.php:106
-msgid "Toggle"
-msgstr "Toggle"
+#: src/Module/Welcome.php:66
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
 
-#: src/Module/Admin/Addons/Details.php:109
-#: src/Module/Admin/Themes/Details.php:115
-msgid "Author: "
-msgstr "Author: "
+#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37
+msgid "User not found."
+msgstr "User not found."
 
-#: src/Module/Admin/Addons/Details.php:110
-#: src/Module/Admin/Themes/Details.php:116
-msgid "Maintainer: "
-msgstr "Maintainer: "
+#: src/Module/Profile/Contacts.php:78
+msgid "No contacts."
+msgstr "No contacts."
 
-#: src/Module/Admin/Addons/Index.php:36
+#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590
+#: src/Module/Contact.php:1029
 #, php-format
-msgid "Addon %s failed to install."
-msgstr "Addon %s failed to install."
-
-#: src/Module/Admin/Addons/Index.php:53
-msgid "Reload active addons"
-msgstr "Reload active addons"
+msgid "Visit %s's profile [%s]"
+msgstr "Visit %s's profile [%s]"
 
-#: src/Module/Admin/Addons/Index.php:58
+#: src/Module/Profile/Contacts.php:112
 #, php-format
-msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
-msgstr "There are currently no addons available on your node. You can find the official addon repository at %1$s and might find other interesting addons in the open addon registry at %2$s"
-
-#: src/Module/Admin/Blocklist/Contact.php:28
-#: src/Console/GlobalCommunityBlock.php:87
-msgid "The contact has been blocked from the node"
-msgstr "This contact has been blocked from the node"
+msgid "Follower (%s)"
+msgid_plural "Followers (%s)"
+msgstr[0] "Follower (%s)"
+msgstr[1] "Followers (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:30
-#: src/Console/GlobalCommunityBlock.php:82
+#: src/Module/Profile/Contacts.php:113
 #, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr "Could not find any contact entry for this URL (%s)"
+msgid "Following (%s)"
+msgid_plural "Following (%s)"
+msgstr[0] "Following (%s)"
+msgstr[1] "Following (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:38
+#: src/Module/Profile/Contacts.php:114
 #, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] "%s contact unblocked"
-msgstr[1] "%s contacts unblocked"
+msgid "Mutual friend (%s)"
+msgid_plural "Mutual friends (%s)"
+msgstr[0] "Mutual friend (%s)"
+msgstr[1] "Mutual friends (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:62
-msgid "Remote Contact Blocklist"
-msgstr "Remote contact blocklist"
+#: src/Module/Profile/Contacts.php:116
+#, php-format
+msgid "Contact (%s)"
+msgid_plural "Contacts (%s)"
+msgstr[0] "Contact (%s)"
+msgstr[1] "Contacts (%s)"
 
-#: src/Module/Admin/Blocklist/Contact.php:63
-msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr "This page allows you to prevent any message from a remote contact to reach your node."
+#: src/Module/Profile/Contacts.php:125
+msgid "All contacts"
+msgstr "All contacts"
 
-#: src/Module/Admin/Blocklist/Contact.php:64
-msgid "Block Remote Contact"
-msgstr "Block remote contact"
+#: src/Module/Filer/SaveTag.php:39
+#, php-format
+msgid "Filetag %s saved to item"
+msgstr "File-tag %s saved to item"
 
-#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
-msgid "select all"
-msgstr "select all"
+#: src/Module/Filer/SaveTag.php:48
+msgid "- select -"
+msgstr "- select -"
 
-#: src/Module/Admin/Blocklist/Contact.php:66
-msgid "select none"
-msgstr "select none"
+#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43
+#: mod/network.php:649
+msgid "Invalid contact."
+msgstr "Invalid contact."
 
-#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
-#: src/Module/Contact.php:585 src/Module/Contact.php:802
-#: src/Module/Contact.php:1061
-msgid "Unblock"
-msgstr "Unblock"
+#: src/Module/AllFriends.php:55
+msgid "No friends to display."
+msgstr "No friends to display."
 
-#: src/Module/Admin/Blocklist/Contact.php:69
-msgid "No remote contact is blocked from this node."
-msgstr "No remote contact is blocked from this node."
+#: src/Module/Contact.php:72
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d contact edited."
+msgstr[1] "%d contacts edited."
 
-#: src/Module/Admin/Blocklist/Contact.php:71
-msgid "Blocked Remote Contacts"
-msgstr "Blocked remote contacts"
+#: src/Module/Contact.php:99
+msgid "Could not access contact record."
+msgstr "Could not access contact record."
 
-#: src/Module/Admin/Blocklist/Contact.php:72
-msgid "Block New Remote Contact"
-msgstr "Block new remote contact"
+#: src/Module/Contact.php:109
+msgid "Could not locate selected profile."
+msgstr "Could not locate selected profile."
 
-#: src/Module/Admin/Blocklist/Contact.php:73
-msgid "Photo"
-msgstr "Photo"
+#: src/Module/Contact.php:141
+msgid "Contact updated."
+msgstr "Contact updated."
 
-#: src/Module/Admin/Blocklist/Contact.php:73
-msgid "Reason"
-msgstr ""
+#: src/Module/Contact.php:143 mod/dfrn_request.php:415
+msgid "Failed to update contact record."
+msgstr "Failed to update contact record."
 
-#: src/Module/Admin/Blocklist/Contact.php:81
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] "%s total blocked contact"
-msgstr[1] "%s blocked contacts"
+#: src/Module/Contact.php:376
+msgid "Contact not found"
+msgstr "Contact not found"
 
-#: src/Module/Admin/Blocklist/Contact.php:83
-msgid "URL of the remote contact to block."
-msgstr "URL of the remote contact to block."
+#: src/Module/Contact.php:395
+msgid "Contact has been blocked"
+msgstr "Contact has been blocked"
 
-#: src/Module/Admin/Blocklist/Contact.php:84
-msgid "Block Reason"
-msgstr ""
+#: src/Module/Contact.php:395
+msgid "Contact has been unblocked"
+msgstr "Contact has been unblocked"
 
-#: src/Module/Admin/Blocklist/Server.php:31
-msgid "Server domain pattern added to blocklist."
-msgstr ""
+#: src/Module/Contact.php:405
+msgid "Contact has been ignored"
+msgstr "Contact has been ignored"
 
-#: src/Module/Admin/Blocklist/Server.php:47
-msgid "Site blocklist updated."
-msgstr "Site blocklist updated."
+#: src/Module/Contact.php:405
+msgid "Contact has been unignored"
+msgstr "Contact has been unignored"
 
-#: src/Module/Admin/Blocklist/Server.php:64
-#: src/Module/Admin/Blocklist/Server.php:89
-msgid "Blocked server domain pattern"
-msgstr ""
+#: src/Module/Contact.php:415
+msgid "Contact has been archived"
+msgstr "Contact has been archived"
 
-#: src/Module/Admin/Blocklist/Server.php:65
-#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60
-msgid "Reason for the block"
-msgstr "Reason for the block"
+#: src/Module/Contact.php:415
+msgid "Contact has been unarchived"
+msgstr "Contact has been unarchived"
 
-#: src/Module/Admin/Blocklist/Server.php:66
-msgid "Delete server domain pattern"
-msgstr ""
+#: src/Module/Contact.php:439
+msgid "Drop contact"
+msgstr "Drop contact"
 
-#: src/Module/Admin/Blocklist/Server.php:66
-msgid "Check to delete this entry from the blocklist"
-msgstr "Check to delete this entry from the blocklist"
+#: src/Module/Contact.php:442 src/Module/Contact.php:819
+msgid "Do you really want to delete this contact?"
+msgstr "Do you really want to delete this contact?"
 
-#: src/Module/Admin/Blocklist/Server.php:74
-msgid "Server Domain Pattern Blocklist"
-msgstr ""
+#: src/Module/Contact.php:456
+msgid "Contact has been removed."
+msgstr "Contact has been removed."
 
-#: src/Module/Admin/Blocklist/Server.php:75
-msgid ""
-"This page can be used to define a blacklist of server domain patterns from "
-"the federated network that are not allowed to interact with your node. For "
-"each domain pattern you should also provide the reason why you block it."
-msgstr ""
+#: src/Module/Contact.php:486
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "You are mutual friends with %s"
 
-#: src/Module/Admin/Blocklist/Server.php:76
-msgid ""
-"The list of blocked server domain patterns will be made publically available"
-" on the <a href=\"/friendica\">/friendica</a> page so that your users and "
-"people investigating communication problems can find the reason easily."
-msgstr ""
+#: src/Module/Contact.php:491
+#, php-format
+msgid "You are sharing with %s"
+msgstr "You are sharing with %s"
 
-#: src/Module/Admin/Blocklist/Server.php:77
-msgid ""
-"<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n"
-"<ul>\n"
-"\t<li><code>*</code>: Any number of characters</li>\n"
-"\t<li><code>?</code>: Any single character</li>\n"
-"\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n"
-"</ul>"
-msgstr ""
+#: src/Module/Contact.php:496
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s is sharing with you"
 
-#: src/Module/Admin/Blocklist/Server.php:83
-msgid "Add new entry to block list"
-msgstr "Add new entry to block list"
+#: src/Module/Contact.php:520
+msgid "Private communications are not available for this contact."
+msgstr "Private communications are not available for this contact."
 
-#: src/Module/Admin/Blocklist/Server.php:84
-msgid "Server Domain Pattern"
-msgstr ""
+#: src/Module/Contact.php:522
+msgid "Never"
+msgstr "Never"
 
-#: src/Module/Admin/Blocklist/Server.php:84
-msgid ""
-"The domain pattern of the new server to add to the block list. Do not "
-"include the protocol."
-msgstr ""
+#: src/Module/Contact.php:525
+msgid "(Update was successful)"
+msgstr "(Update was successful)"
 
-#: src/Module/Admin/Blocklist/Server.php:85
-msgid "Block reason"
-msgstr "Block reason"
+#: src/Module/Contact.php:525
+msgid "(Update was not successful)"
+msgstr "(Update was not successful)"
 
-#: src/Module/Admin/Blocklist/Server.php:85
-msgid "The reason why you blocked this server domain pattern."
-msgstr ""
+#: src/Module/Contact.php:527 src/Module/Contact.php:1063
+msgid "Suggest friends"
+msgstr "Suggest friends"
 
-#: src/Module/Admin/Blocklist/Server.php:86
-msgid "Add Entry"
-msgstr "Add entry"
+#: src/Module/Contact.php:531
+#, php-format
+msgid "Network type: %s"
+msgstr "Network type: %s"
 
-#: src/Module/Admin/Blocklist/Server.php:87
-msgid "Save changes to the blocklist"
-msgstr "Save changes to the blocklist"
+#: src/Module/Contact.php:536
+msgid "Communications lost with this contact!"
+msgstr "Communications lost with this contact!"
 
-#: src/Module/Admin/Blocklist/Server.php:88
-msgid "Current Entries in the Blocklist"
-msgstr "Current entries in the blocklist"
+#: src/Module/Contact.php:542
+msgid "Fetch further information for feeds"
+msgstr "Fetch further information for feeds"
 
-#: src/Module/Admin/Blocklist/Server.php:91
-msgid "Delete entry from blocklist"
-msgstr "Delete entry from blocklist"
+#: src/Module/Contact.php:544
+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 "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."
 
-#: src/Module/Admin/Blocklist/Server.php:94
-msgid "Delete entry from blocklist?"
-msgstr "Delete entry from blocklist?"
+#: src/Module/Contact.php:547
+msgid "Fetch information"
+msgstr "Fetch information"
 
-#: src/Module/Admin/DBSync.php:32
-msgid "Update has been marked successful"
-msgstr "Update has been marked successful"
+#: src/Module/Contact.php:548
+msgid "Fetch keywords"
+msgstr "Fetch keywords"
 
-#: src/Module/Admin/DBSync.php:42
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Database structure update %s was successfully applied."
+#: src/Module/Contact.php:549
+msgid "Fetch information and keywords"
+msgstr "Fetch information and keywords"
 
-#: src/Module/Admin/DBSync.php:46
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr "Execution of database structure update %s failed with error: %s"
+#: src/Module/Contact.php:568
+msgid "Profile Visibility"
+msgstr "Profile visibility"
 
-#: src/Module/Admin/DBSync.php:63
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Execution of %s failed with error: %s"
+#: src/Module/Contact.php:569
+msgid "Contact Information / Notes"
+msgstr "Personal note"
 
-#: src/Module/Admin/DBSync.php:65
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Update %s was successfully applied."
+#: src/Module/Contact.php:570
+msgid "Contact Settings"
+msgstr "Notification and privacy "
 
-#: src/Module/Admin/DBSync.php:68
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Update %s did not return a status. Unknown if it succeeded."
+#: src/Module/Contact.php:579
+msgid "Contact"
+msgstr "Contact"
 
-#: src/Module/Admin/DBSync.php:71
+#: src/Module/Contact.php:583
 #, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr "There was no additional update function %s that needed to be called."
-
-#: src/Module/Admin/DBSync.php:91
-msgid "No failed updates."
-msgstr "No failed updates."
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
 
-#: src/Module/Admin/DBSync.php:92
-msgid "Check database structure"
-msgstr "Check database structure"
+#: src/Module/Contact.php:585
+msgid "Their personal note"
+msgstr "Their personal note"
 
-#: src/Module/Admin/DBSync.php:97
-msgid "Failed Updates"
-msgstr "Failed updates"
+#: src/Module/Contact.php:587
+msgid "Edit contact notes"
+msgstr "Edit contact notes"
 
-#: src/Module/Admin/DBSync.php:98
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "This does not include updates prior to 1139, which did not return a status."
+#: src/Module/Contact.php:591
+msgid "Block/Unblock contact"
+msgstr "Block/Unblock contact"
 
-#: src/Module/Admin/DBSync.php:99
-msgid "Mark success (if update was manually applied)"
-msgstr "Mark success (if update was manually applied)"
+#: src/Module/Contact.php:592
+msgid "Ignore contact"
+msgstr "Ignore contact"
 
-#: src/Module/Admin/DBSync.php:100
-msgid "Attempt to execute this update step automatically"
-msgstr "Attempt to execute this update step automatically"
+#: src/Module/Contact.php:593
+msgid "Repair URL settings"
+msgstr "Repair URL settings"
 
-#: src/Module/Admin/Features.php:59
-#, php-format
-msgid "Lock feature %s"
-msgstr "Lock feature %s"
+#: src/Module/Contact.php:594
+msgid "View conversations"
+msgstr "View conversations"
 
-#: src/Module/Admin/Features.php:67
-msgid "Manage Additional Features"
-msgstr "Manage additional features"
+#: src/Module/Contact.php:599
+msgid "Last update:"
+msgstr "Last update:"
 
-#: src/Module/Admin/Federation.php:76
-msgid "unknown"
-msgstr "unknown"
+#: src/Module/Contact.php:601
+msgid "Update public posts"
+msgstr "Update public posts"
 
-#: src/Module/Admin/Federation.php:181
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\""
+#: src/Module/Contact.php:603 src/Module/Contact.php:1073
+msgid "Update now"
+msgstr "Update now"
 
-#: src/Module/Admin/Federation.php:182
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
+#: src/Module/Contact.php:607 src/Module/Contact.php:824
+#: src/Module/Contact.php:1090
+msgid "Unignore"
+msgstr "Unignore"
 
-#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77
-msgid "Federation Statistics"
-msgstr "Federation statistics"
+#: src/Module/Contact.php:611
+msgid "Currently blocked"
+msgstr "Currently blocked"
 
-#: src/Module/Admin/Federation.php:194
-#, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr "Currently, this node is aware of %d nodes with %d registered users from the following platforms:"
+#: src/Module/Contact.php:612
+msgid "Currently ignored"
+msgstr "Currently ignored"
 
-#: src/Module/Admin/Item/Delete.php:35
-msgid "Item marked for deletion."
-msgstr "Item marked for deletion."
+#: src/Module/Contact.php:613
+msgid "Currently archived"
+msgstr "Currently archived"
 
-#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95
-msgid "Delete Item"
-msgstr "Delete item"
+#: src/Module/Contact.php:614
+msgid "Awaiting connection acknowledge"
+msgstr "Awaiting connection acknowledgement"
 
-#: src/Module/Admin/Item/Delete.php:48
-msgid "Delete this Item"
-msgstr "Delete"
+#: src/Module/Contact.php:615 mod/notifications.php:196
+#: mod/notifications.php:283
+msgid "Hide this contact from others"
+msgstr "Hide this contact from others"
 
-#: src/Module/Admin/Item/Delete.php:49
+#: src/Module/Contact.php:615
 msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
 
-#: src/Module/Admin/Item/Delete.php:50
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456."
+#: src/Module/Contact.php:616
+msgid "Notification for new posts"
+msgstr "Notification for new posts"
 
-#: src/Module/Admin/Item/Delete.php:51
-msgid "GUID"
-msgstr "GUID"
+#: src/Module/Contact.php:616
+msgid "Send a notification of every new post of this contact"
+msgstr "Send notification for every new post from this contact"
 
-#: src/Module/Admin/Item/Delete.php:51
-msgid "The GUID of the item you want to delete."
-msgstr "GUID of item to be deleted."
+#: src/Module/Contact.php:618
+msgid "Blacklisted keywords"
+msgstr "Blacklisted keywords"
 
-#: src/Module/Admin/Item/Source.php:47
-msgid "Item Guid"
-msgstr "Item Guid"
+#: src/Module/Contact.php:618
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
 
-#: src/Module/Admin/Logs/Settings.php:27 src/Module/Admin/Summary.php:83
-#: src/Module/Admin/Summary.php:90
-#, php-format
-msgid "The logfile '%s' is not writable. No logging possible"
-msgstr ""
+#: src/Module/Contact.php:684
+msgid "Show all contacts"
+msgstr "Show all contacts"
 
-#: src/Module/Admin/Logs/Settings.php:36
-msgid "Log settings updated."
-msgstr "Log settings updated."
+#: src/Module/Contact.php:689 src/Module/Contact.php:799
+msgid "Pending"
+msgstr "Pending"
 
-#: src/Module/Admin/Logs/Settings.php:55
-msgid "PHP log currently enabled."
-msgstr "PHP log currently enabled."
+#: src/Module/Contact.php:692
+msgid "Only show pending contacts"
+msgstr "Only show pending contacts."
 
-#: src/Module/Admin/Logs/Settings.php:57
-msgid "PHP log currently disabled."
-msgstr "PHP log currently disabled."
+#: src/Module/Contact.php:697 src/Module/Contact.php:800
+msgid "Blocked"
+msgstr "Blocked"
 
-#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97
-#: src/Module/BaseAdminModule.php:98
-msgid "Logs"
-msgstr "Logs"
+#: src/Module/Contact.php:700
+msgid "Only show blocked contacts"
+msgstr "Only show blocked contacts"
 
-#: src/Module/Admin/Logs/Settings.php:66
-msgid "Clear"
-msgstr "Clear"
+#: src/Module/Contact.php:705 src/Module/Contact.php:802
+msgid "Ignored"
+msgstr "Ignored"
 
-#: src/Module/Admin/Logs/Settings.php:70
-msgid "Enable Debugging"
-msgstr "Enable debugging"
+#: src/Module/Contact.php:708
+msgid "Only show ignored contacts"
+msgstr "Only show ignored contacts"
 
-#: src/Module/Admin/Logs/Settings.php:71
-msgid "Log file"
-msgstr "Log file"
+#: src/Module/Contact.php:713 src/Module/Contact.php:803
+msgid "Archived"
+msgstr "Archived"
 
-#: src/Module/Admin/Logs/Settings.php:71
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Must be writable by web server and relative to your Friendica top-level directory."
+#: src/Module/Contact.php:716
+msgid "Only show archived contacts"
+msgstr "Only show archived contacts"
 
-#: src/Module/Admin/Logs/Settings.php:72
-msgid "Log level"
-msgstr "Log level"
+#: src/Module/Contact.php:721 src/Module/Contact.php:801
+msgid "Hidden"
+msgstr "Hidden"
 
-#: src/Module/Admin/Logs/Settings.php:74
-msgid "PHP logging"
-msgstr "PHP logging"
+#: src/Module/Contact.php:724
+msgid "Only show hidden contacts"
+msgstr "Only show hidden contacts"
 
-#: src/Module/Admin/Logs/Settings.php:75
-msgid ""
-"To temporarily enable logging of PHP errors and warnings you can prepend the"
-" following to the index.php file of your installation. The filename set in "
-"the 'error_log' line is relative to the friendica top-level directory and "
-"must be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."
+#: src/Module/Contact.php:732
+msgid "Organize your contact groups"
+msgstr "Organize your contact groups"
 
-#: src/Module/Admin/Logs/View.php:22
-#, php-format
-msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
-msgstr "Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file %1$s exist and is readable."
+#: src/Module/Contact.php:814
+msgid "Search your contacts"
+msgstr "Search your contacts"
 
-#: src/Module/Admin/Logs/View.php:26
+#: src/Module/Contact.php:815 src/Module/Search/Index.php:185
 #, php-format
-msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr "Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check if file %1$s is readable."
+msgid "Results for: %s"
+msgstr "Results for: %s"
 
-#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99
-msgid "View Logs"
-msgstr "View logs"
+#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696
+msgid "Update"
+msgstr "Update"
 
-#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46
-msgid "Theme settings updated."
-msgstr "Theme settings updated."
+#: src/Module/Contact.php:825 src/Module/Contact.php:1099
+msgid "Archive"
+msgstr "Archive"
 
-#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49
-#, php-format
-msgid "Theme %s disabled."
-msgstr "Theme %s disabled."
+#: src/Module/Contact.php:825 src/Module/Contact.php:1099
+msgid "Unarchive"
+msgstr "Unarchive"
 
-#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51
-#, php-format
-msgid "Theme %s successfully enabled."
-msgstr "Theme %s successfully enabled."
+#: src/Module/Contact.php:828
+msgid "Batch Actions"
+msgstr "Batch actions"
 
-#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53
-#, php-format
-msgid "Theme %s failed to install."
-msgstr "Theme %s failed to install."
+#: src/Module/Contact.php:855
+msgid "Conversations started by this contact"
+msgstr "Conversations started by this contact"
 
-#: src/Module/Admin/Themes/Details.php:97
-msgid "Screenshot"
-msgstr "Screenshot"
+#: src/Module/Contact.php:860
+msgid "Posts and Comments"
+msgstr "Posts and Comments"
 
-#: src/Module/Admin/Themes/Details.php:105
-#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83
-msgid "Themes"
-msgstr "Theme selection"
+#: src/Module/Contact.php:883
+msgid "View all contacts"
+msgstr "View all contacts"
 
-#: src/Module/Admin/Themes/Embed.php:67
-msgid "Unknown theme."
-msgstr "Unknown theme."
+#: src/Module/Contact.php:891 mod/common.php:141
+msgid "Common Friends"
+msgstr "Common friends"
 
-#: src/Module/Admin/Themes/Index.php:98
-msgid "Reload active themes"
-msgstr "Reload active themes"
+#: src/Module/Contact.php:894
+msgid "View all common friends"
+msgstr "View all common friends"
 
-#: src/Module/Admin/Themes/Index.php:103
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr "No themes found on the system. They should be placed in %1$s"
+#: src/Module/Contact.php:904
+msgid "Advanced Contact Settings"
+msgstr "Advanced contact settings"
 
-#: src/Module/Admin/Themes/Index.php:104
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: src/Module/Contact.php:987
+msgid "Mutual Friendship"
+msgstr "Mutual friendship"
 
-#: src/Module/Admin/Themes/Index.php:105
-msgid "[Unsupported]"
-msgstr "[Unsupported]"
+#: src/Module/Contact.php:992
+msgid "is a fan of yours"
+msgstr "is a fan of yours"
 
-#: src/Module/Admin/Tos.php:30
-msgid "The Terms of Service settings have been updated."
-msgstr "The Terms of Service settings have been updated."
+#: src/Module/Contact.php:997
+msgid "you are a fan of"
+msgstr "I follow them"
 
-#: src/Module/Admin/Tos.php:44
-msgid "Display Terms of Service"
-msgstr "Display Terms of Service"
+#: src/Module/Contact.php:1015
+msgid "Pending outgoing contact request"
+msgstr "Pending outgoing contact request."
 
-#: src/Module/Admin/Tos.php:44
-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 "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page."
+#: src/Module/Contact.php:1017
+msgid "Pending incoming contact request"
+msgstr "Pending incoming contact request."
 
-#: src/Module/Admin/Tos.php:45
-msgid "Display Privacy Statement"
-msgstr "Display Privacy Statement"
+#: src/Module/Contact.php:1030
+msgid "Edit contact"
+msgstr "Edit contact"
 
-#: src/Module/Admin/Tos.php:45
-#, php-format
-msgid ""
-"Show some informations regarding the needed information to operate the node "
-"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
-msgstr "Show some information needed, for example, to comply with <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+#: src/Module/Contact.php:1084
+msgid "Toggle Blocked status"
+msgstr "Toggle blocked status"
 
-#: src/Module/Admin/Tos.php:46
-msgid "Privacy Statement Preview"
-msgstr "Privacy Statement Preview"
+#: src/Module/Contact.php:1092
+msgid "Toggle Ignored status"
+msgstr "Toggle ignored status"
 
-#: src/Module/Admin/Tos.php:48
-msgid "The Terms of Service"
-msgstr "Terms of Service"
+#: src/Module/Contact.php:1101
+msgid "Toggle Archive status"
+msgstr "Toggle archive status"
+
+#: src/Module/Contact.php:1109
+msgid "Delete contact"
+msgstr "Delete contact"
 
-#: src/Module/Admin/Tos.php:48
-msgid ""
-"Enter the Terms of Service for your node here. You can use BBCode. Headers "
-"of sections should be [h2] and below."
-msgstr "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less."
+#: src/Module/Invite.php:37
+msgid "Total invitation limit exceeded."
+msgstr "Total invitation limit exceeded"
 
-#: src/Module/Admin/Users.php:48
+#: src/Module/Invite.php:60
 #, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you."
+msgid "%s : Not a valid email address."
+msgstr "%s : Not a valid email address"
 
-#: src/Module/Admin/Users.php:51
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n\n\t\t\tThank you and welcome to %4$s."
+#: src/Module/Invite.php:87
+msgid "Please join us on Friendica"
+msgstr "Please join us on Friendica."
 
-#: src/Module/Admin/Users.php:96
+#: src/Module/Invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Invitation limit is exceeded. Please contact your site administrator."
+
+#: src/Module/Invite.php:100
 #, php-format
-msgid "%s user blocked"
-msgid_plural "%s users blocked"
-msgstr[0] "%s user blocked"
-msgstr[1] "%s users blocked"
+msgid "%s : Message delivery failed."
+msgstr "%s : Message delivery failed"
 
-#: src/Module/Admin/Users.php:102
+#: src/Module/Invite.php:104
 #, php-format
-msgid "%s user unblocked"
-msgid_plural "%s users unblocked"
-msgstr[0] "%s user unblocked"
-msgstr[1] "%s users unblocked"
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d message sent."
+msgstr[1] "%d messages sent."
 
-#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160
-msgid "You can't remove yourself"
-msgstr "You can't remove yourself"
+#: src/Module/Invite.php:122
+msgid "You have no more invitations available"
+msgstr "You have no more invitations available."
 
-#: src/Module/Admin/Users.php:114
+#: src/Module/Invite.php:129
 #, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s user deleted"
-msgstr[1] "%s users deleted"
+msgid ""
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."
 
-#: src/Module/Admin/Users.php:158
+#: src/Module/Invite.php:131
 #, php-format
-msgid "User \"%s\" deleted"
-msgstr "User \"%s\" deleted"
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "To accept this invitation, please sign up at %s or any other public Friendica website."
 
-#: src/Module/Admin/Users.php:167
+#: src/Module/Invite.php:132
 #, php-format
-msgid "User \"%s\" blocked"
-msgstr "User \"%s\" blocked"
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."
 
-#: src/Module/Admin/Users.php:173
-#, php-format
-msgid "User \"%s\" unblocked"
-msgstr "User \"%s\" unblocked"
+#: src/Module/Invite.php:136
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
 
-#: src/Module/Admin/Users.php:226
-msgid "Private Forum"
-msgstr "Private Forum"
+#: src/Module/Invite.php:139
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks."
+msgstr "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."
 
-#: src/Module/Admin/Users.php:233
-msgid "Relay"
-msgstr "Relay"
+#: src/Module/Invite.php:138
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
+msgstr "To accept this invitation, please visit and register at %s."
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Register date"
-msgstr "Registration date"
+#: src/Module/Invite.php:146
+msgid "Send invitations"
+msgstr "Send invitations"
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Last login"
-msgstr "Last login"
+#: src/Module/Invite.php:147
+msgid "Enter email addresses, one per line:"
+msgstr "Enter email addresses, one per line:"
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Last item"
-msgstr "Last item"
+#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255
+#: mod/message.php:435
+msgid "Your message:"
+msgstr "Your message:"
 
-#: src/Module/Admin/Users.php:272
-msgid "Type"
-msgstr "Type"
+#: src/Module/Invite.php:151
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
 
-#: src/Module/Admin/Users.php:278 src/Module/Admin/Users.php:295
-#: src/Module/Admin/Site.php:471 src/Module/BaseAdminModule.php:81
-msgid "Users"
-msgstr "Users"
+#: src/Module/Invite.php:153
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "You will need to supply this invitation code: $invite_code"
 
-#: src/Module/Admin/Users.php:279
-msgid "Add User"
-msgstr "Add user"
+#: src/Module/Invite.php:153
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Once you have signed up, please connect with me via my profile page at:"
 
-#: src/Module/Admin/Users.php:281
-msgid "User registrations waiting for confirm"
-msgstr "User registrations awaiting confirmation"
+#: src/Module/Invite.php:155
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"
 
-#: src/Module/Admin/Users.php:282
-msgid "User waiting for permanent deletion"
-msgstr "User awaiting permanent deletion"
+#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62
+msgid "everybody"
+msgstr "everybody"
 
-#: src/Module/Admin/Users.php:283
-msgid "Request date"
-msgstr "Request date"
+#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67
+msgid "Account"
+msgstr "Account"
 
-#: src/Module/Admin/Users.php:284
-msgid "No registrations."
-msgstr "No registrations."
+#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98
+msgid "Display"
+msgstr "Display"
 
-#: src/Module/Admin/Users.php:285
-msgid "Note from the user"
-msgstr "Note from the user"
+#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105
+#: mod/settings.php:843
+msgid "Social Networks"
+msgstr "Social networks"
 
-#: src/Module/Admin/Users.php:287
-msgid "Deny"
-msgstr "Deny"
+#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119
+msgid "Delegations"
+msgstr "Delegations"
 
-#: src/Module/Admin/Users.php:290
-msgid "User blocked"
-msgstr "User blocked"
+#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126
+msgid "Connected apps"
+msgstr "Connected apps"
 
-#: src/Module/Admin/Users.php:292
-msgid "Site admin"
-msgstr "Site admin"
+#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140
+msgid "Remove account"
+msgstr "Remove account"
 
-#: src/Module/Admin/Users.php:293
-msgid "Account expired"
-msgstr "Account expired"
+#: src/Module/Item/Compose.php:34
+msgid "Please enter a post body."
+msgstr "Please enter a post body."
 
-#: src/Module/Admin/Users.php:296
-msgid "New User"
-msgstr "New user"
+#: src/Module/Item/Compose.php:47
+msgid "This feature is only available with the frio theme."
+msgstr "This feature is only available with the Frio theme."
 
-#: src/Module/Admin/Users.php:297
-msgid "Permanent deletion"
-msgstr "Permanent deletion"
+#: src/Module/Item/Compose.php:75
+msgid "Compose new personal note"
+msgstr "Compose new personal note"
 
-#: src/Module/Admin/Users.php:302
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Selected users will be deleted!\\n\\nEverything these users have posted on this site will be permanently deleted!\\n\\nAre you sure?"
+#: src/Module/Item/Compose.php:84
+msgid "Compose new post"
+msgstr "Compose new post"
 
-#: src/Module/Admin/Users.php:303
-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 "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
+#: src/Module/Item/Compose.php:119
+msgid "Visibility"
+msgstr "Visibility"
 
-#: src/Module/Admin/Users.php:313
-msgid "Name of the new user."
-msgstr "Name of the new user."
+#: src/Module/Item/Compose.php:140
+msgid "Clear the location"
+msgstr "Clear location"
 
-#: src/Module/Admin/Users.php:314
-msgid "Nickname"
-msgstr "Nickname"
+#: src/Module/Item/Compose.php:141
+msgid "Location services are unavailable on your device"
+msgstr "Location services are unavailable on your device"
 
-#: src/Module/Admin/Users.php:314
-msgid "Nickname of the new user."
-msgstr "Nickname of the new user."
+#: src/Module/Item/Compose.php:142
+msgid ""
+"Location services are disabled. Please check the website's permissions on "
+"your device"
+msgstr "Location services are disabled. Please check the website's permissions on your device"
+
+#: src/Module/Friendica.php:40
+msgid "Installed addons/apps:"
+msgstr "Installed addons/apps:"
 
-#: src/Module/Admin/Users.php:315
-msgid "Email address of the new user."
-msgstr "Email address of the new user."
+#: src/Module/Friendica.php:45
+msgid "No installed addons/apps"
+msgstr "No installed addons/apps"
 
-#: src/Module/Admin/Queue.php:34
-msgid "Inspect Deferred Worker Queue"
-msgstr "Inspect deferred worker queue"
+#: src/Module/Friendica.php:50
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
 
-#: src/Module/Admin/Queue.php:35
-msgid ""
-"This page lists the deferred worker jobs. This are jobs that couldn't be "
-"executed at the first time."
-msgstr "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed."
+#: src/Module/Friendica.php:57
+msgid "On this server the following remote servers are blocked."
+msgstr "On this server the following remote servers are blocked."
 
-#: src/Module/Admin/Queue.php:38
-msgid "Inspect Worker Queue"
-msgstr "Inspect worker queue"
+#: src/Module/Friendica.php:75
+#, 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 "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."
 
-#: src/Module/Admin/Queue.php:39
+#: src/Module/Friendica.php:80
 msgid ""
-"This page lists the currently queued worker jobs. These jobs are handled by "
-"the worker cronjob you've set up during install."
-msgstr "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."
 
-#: src/Module/Admin/Queue.php:59
-msgid "ID"
-msgstr "ID"
+#: src/Module/Friendica.php:81
+msgid "Bug reports and issues: please visit"
+msgstr "Bug reports and issues: please visit"
 
-#: src/Module/Admin/Queue.php:60
-msgid "Job Parameters"
-msgstr "Job parameters"
+#: src/Module/Friendica.php:81
+msgid "the bugtracker at github"
+msgstr "the bugtracker at github"
 
-#: src/Module/Admin/Queue.php:61
-msgid "Created"
-msgstr "Created"
+#: src/Module/Friendica.php:82
+msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
 
-#: src/Module/Admin/Queue.php:62
-msgid "Priority"
-msgstr "Priority"
+#: src/Module/Register.php:60 mod/uimport.php:39
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
 
-#: src/Module/Admin/Site.php:49
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
+#: src/Module/Register.php:77
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking \"Register\"."
+msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."
 
-#: src/Module/Admin/Site.php:234
-msgid "Invalid storage backend setting value."
-msgstr "Invalid storage backend setting."
+#: src/Module/Register.php:78
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
 
-#: src/Module/Admin/Site.php:410
-msgid "Site settings updated."
-msgstr "Site settings updated."
+#: src/Module/Register.php:79
+msgid "Your OpenID (optional): "
+msgstr "Your OpenID (optional): "
 
-#: src/Module/Admin/Site.php:462
-msgid "No community page for local users"
-msgstr "No community page for local users"
+#: src/Module/Register.php:88
+msgid "Include your profile in member directory?"
+msgstr "Include your profile in member directory?"
 
-#: src/Module/Admin/Site.php:463
-msgid "No community page"
-msgstr "No community page"
+#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642
+#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530
+#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096
+#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111
+#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123
+#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145
+#: mod/settings.php:1146 mod/settings.php:1147
+msgid "No"
+msgstr "No"
 
-#: src/Module/Admin/Site.php:464
-msgid "Public postings from users of this site"
-msgstr "Public postings from users of this site"
+#: src/Module/Register.php:111
+msgid "Note for the admin"
+msgstr "Note for the admin"
 
-#: src/Module/Admin/Site.php:465
-msgid "Public postings from the federated network"
-msgstr "Public postings from the federated network"
+#: src/Module/Register.php:111
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Leave a message for the admin. Why do you want to join this node?"
 
-#: src/Module/Admin/Site.php:466
-msgid "Public postings from local users and the federated network"
-msgstr "Public postings from local users and the federated network"
+#: src/Module/Register.php:112
+msgid "Membership on this site is by invitation only."
+msgstr "Membership on this site is by invitation only."
 
-#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665
-#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97
-#: src/Module/Contact.php:525
-msgid "Disabled"
-msgstr "Disabled"
+#: src/Module/Register.php:113
+msgid "Your invitation code: "
+msgstr "Your invitation code: "
 
-#: src/Module/Admin/Site.php:472
-msgid "Users, Global Contacts"
-msgstr "Users, Global Contacts"
+#: src/Module/Register.php:121
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Your full name: "
 
-#: src/Module/Admin/Site.php:473
-msgid "Users, Global Contacts/fallback"
-msgstr "Users, Global Contacts/fallback"
+#: src/Module/Register.php:122
+msgid ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "Your Email Address: (Initial information will be sent there, so this must be an existing address.)"
 
-#: src/Module/Admin/Site.php:477
-msgid "One month"
-msgstr "One month"
+#: src/Module/Register.php:124 mod/settings.php:1186
+msgid "New Password:"
+msgstr "New password:"
 
-#: src/Module/Admin/Site.php:478
-msgid "Three months"
-msgstr "Three months"
+#: src/Module/Register.php:124
+msgid "Leave empty for an auto generated password."
+msgstr "Leave empty for an auto generated password."
 
-#: src/Module/Admin/Site.php:479
-msgid "Half a year"
-msgstr "Half a year"
+#: src/Module/Register.php:125 mod/settings.php:1187
+msgid "Confirm:"
+msgstr "Confirm new password:"
 
-#: src/Module/Admin/Site.php:480
-msgid "One year"
-msgstr "One a year"
+#: src/Module/Register.php:126
+#, php-format
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be \"<strong>nickname@%s</strong>\"."
+msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."
 
-#: src/Module/Admin/Site.php:486
-msgid "Multi user instance"
-msgstr "Multi user instance"
+#: src/Module/Register.php:127
+msgid "Choose a nickname: "
+msgstr "Choose a nickname: "
 
-#: src/Module/Admin/Site.php:508
-msgid "Closed"
-msgstr "Closed"
+#: src/Module/Register.php:135 mod/uimport.php:46
+msgid "Import"
+msgstr "Import profile"
 
-#: src/Module/Admin/Site.php:509
-msgid "Requires approval"
-msgstr "Requires approval"
+#: src/Module/Register.php:136
+msgid "Import your profile to this friendica instance"
+msgstr "Import an existing Friendica profile to this node."
 
-#: src/Module/Admin/Site.php:510
-msgid "Open"
-msgstr "Open"
+#: src/Module/Register.php:143
+msgid "Note: This node explicitly contains adult content"
+msgstr "Note: This node explicitly contains adult content"
 
-#: src/Module/Admin/Site.php:514 src/Module/Install.php:182
-msgid "No SSL policy, links will track page SSL state"
-msgstr "No SSL policy, links will track page SSL state"
+#: src/Module/Register.php:238
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Registration successful. Please check your email for further instructions."
 
-#: src/Module/Admin/Site.php:515 src/Module/Install.php:183
-msgid "Force all links to use SSL"
-msgstr "Force all links to use SSL"
+#: src/Module/Register.php:242
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Failed to send email message. Here are your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
 
-#: src/Module/Admin/Site.php:516 src/Module/Install.php:184
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
+#: src/Module/Register.php:248
+msgid "Registration successful."
+msgstr "Registration successful."
 
-#: src/Module/Admin/Site.php:520
-msgid "Don't check"
-msgstr "Don't check"
+#: src/Module/Register.php:253 src/Module/Register.php:260
+msgid "Your registration can not be processed."
+msgstr "Your registration cannot be processed."
 
-#: src/Module/Admin/Site.php:521
-msgid "check the stable version"
-msgstr "check for stable version updates"
+#: src/Module/Register.php:259
+msgid "You have to leave a request note for the admin."
+msgstr "You have to leave a request note for the admin."
 
-#: src/Module/Admin/Site.php:522
-msgid "check the development version"
-msgstr "check for development version updates"
+#: src/Module/Register.php:266
+msgid "You have entered too much information."
+msgstr "You have entered too much information."
 
-#: src/Module/Admin/Site.php:542
-msgid "Database (legacy)"
-msgstr "Database (legacy)"
+#: src/Module/Register.php:312
+msgid "Your registration is pending approval by the site owner."
+msgstr "Your registration is pending approval by the site administrator."
 
-#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80
-msgid "Site"
-msgstr "Site"
+#: src/Module/Search/Saved.php:29
+msgid "Search term successfully saved."
+msgstr "Search term successfully saved."
 
-#: src/Module/Admin/Site.php:569
-msgid "Republish users to directory"
-msgstr "Republish users to directory"
+#: src/Module/Search/Saved.php:31
+msgid "Search term already saved."
+msgstr "Search term already saved."
 
-#: src/Module/Admin/Site.php:570 src/Module/Register.php:121
-msgid "Registration"
-msgstr "Registration"
+#: src/Module/Search/Saved.php:37
+msgid "Search term successfully removed."
+msgstr "Search term successfully removed."
 
-#: src/Module/Admin/Site.php:571
-msgid "File upload"
-msgstr "File upload"
+#: src/Module/Search/Index.php:35
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Only logged in users are permitted to perform a search."
 
-#: src/Module/Admin/Site.php:572
-msgid "Policies"
-msgstr "Policies"
+#: src/Module/Search/Index.php:57
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Only one search per minute is permitted for not-logged-in users."
 
-#: src/Module/Admin/Site.php:574
-msgid "Auto Discovered Contact Directory"
-msgstr "Auto-discovered contact directory"
+#: src/Module/Search/Index.php:178 mod/community.php:155
+msgid "No results."
+msgstr "No results."
 
-#: src/Module/Admin/Site.php:575
-msgid "Performance"
-msgstr "Performance"
+#: src/Module/Search/Index.php:183
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Items tagged with: %s"
 
-#: src/Module/Admin/Site.php:576
-msgid "Worker"
-msgstr "Worker"
+#: src/Module/Search/Acl.php:37
+msgid "You must be logged in to use this module."
+msgstr "You must be logged in to use this module."
 
-#: src/Module/Admin/Site.php:577
-msgid "Message Relay"
-msgstr "Message relay"
+#: src/BaseModule.php:133
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
 
-#: src/Module/Admin/Site.php:578
-msgid "Relocate Instance"
-msgstr "Relocate Instance"
+#: src/App/Page.php:228
+msgid "Delete this item?"
+msgstr "Delete this item?"
 
-#: src/Module/Admin/Site.php:579
-msgid "Warning! Advanced function. Could make this server unreachable."
-msgstr "Warning! Advanced function that could make this server unreachable."
+#: src/App/Page.php:276
+msgid "toggle mobile"
+msgstr "Toggle mobile"
 
-#: src/Module/Admin/Site.php:583
-msgid "Site name"
-msgstr "Site name"
+#: src/App/Router.php:184
+#, php-format
+msgid "Method not allowed for this module. Allowed method(s): %s"
+msgstr "Method not allowed for this module. Allowed method(s): %s"
 
-#: src/Module/Admin/Site.php:584
-msgid "Sender Email"
-msgstr "Sender email"
+#: src/App/Module.php:221
+msgid "You must be logged in to use addons. "
+msgstr "You must be logged in to use addons. "
 
-#: src/Module/Admin/Site.php:584
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "The email address your server shall use to send notification emails from."
+#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581
+msgid "Miscellaneous"
+msgstr "Miscellaneous"
 
-#: src/Module/Admin/Site.php:585
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
+#: src/Util/Temporal.php:148 mod/profiles.php:604
+msgid "Age: "
+msgstr "Age: "
 
-#: src/Module/Admin/Site.php:586
-msgid "Shortcut icon"
-msgstr "Shortcut icon"
+#: src/Util/Temporal.php:150
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD or MM-DD"
 
-#: src/Module/Admin/Site.php:586
-msgid "Link to an icon that will be used for browsers."
-msgstr "Link to an icon that will be used for browsers."
+#: src/Util/Temporal.php:297
+msgid "never"
+msgstr "never"
 
-#: src/Module/Admin/Site.php:587
-msgid "Touch icon"
-msgstr "Touch icon"
+#: src/Util/Temporal.php:304
+msgid "less than a second ago"
+msgstr "less than a second ago"
 
-#: src/Module/Admin/Site.php:587
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Link to an icon that will be used for tablets and mobiles."
+#: src/Util/Temporal.php:312
+msgid "year"
+msgstr "year"
 
-#: src/Module/Admin/Site.php:588
-msgid "Additional Info"
-msgstr "Additional Info"
+#: src/Util/Temporal.php:312
+msgid "years"
+msgstr "years"
 
-#: src/Module/Admin/Site.php:588
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
-msgstr "For public servers: You can add additional information here that will be listed at %s/servers."
+#: src/Util/Temporal.php:313
+msgid "months"
+msgstr "months"
 
-#: src/Module/Admin/Site.php:589
-msgid "System language"
-msgstr "System language"
+#: src/Util/Temporal.php:314
+msgid "weeks"
+msgstr "weeks"
 
-#: src/Module/Admin/Site.php:590
-msgid "System theme"
-msgstr "System theme"
+#: src/Util/Temporal.php:315
+msgid "days"
+msgstr "days"
 
-#: src/Module/Admin/Site.php:590
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a "
-"href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
-msgstr "Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
+#: src/Util/Temporal.php:316
+msgid "hour"
+msgstr "hour"
 
-#: src/Module/Admin/Site.php:591
-msgid "Mobile system theme"
-msgstr "Mobile system theme"
+#: src/Util/Temporal.php:316
+msgid "hours"
+msgstr "hours"
 
-#: src/Module/Admin/Site.php:591
-msgid "Theme for mobile devices"
-msgstr "Theme for mobile devices"
+#: src/Util/Temporal.php:317
+msgid "minute"
+msgstr "minute"
 
-#: src/Module/Admin/Site.php:592 src/Module/Install.php:192
-msgid "SSL link policy"
-msgstr "SSL link policy"
+#: src/Util/Temporal.php:317
+msgid "minutes"
+msgstr "minutes"
 
-#: src/Module/Admin/Site.php:592 src/Module/Install.php:194
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determines whether generated links should be forced to use SSL"
+#: src/Util/Temporal.php:318
+msgid "second"
+msgstr "second"
 
-#: src/Module/Admin/Site.php:593
-msgid "Force SSL"
-msgstr "Force SSL"
+#: src/Util/Temporal.php:318
+msgid "seconds"
+msgstr "seconds"
 
-#: src/Module/Admin/Site.php:593
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
+#: src/Util/Temporal.php:328
+#, php-format
+msgid "in %1$d %2$s"
+msgstr "in %1$d %2$s"
 
-#: src/Module/Admin/Site.php:594
-msgid "Hide help entry from navigation menu"
-msgstr "Hide help entry from navigation menu"
+#: src/Util/Temporal.php:331
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s ago"
 
-#: src/Module/Admin/Site.php:594
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
+#: src/Worker/Delivery.php:532
+msgid "(no subject)"
+msgstr "(no subject)"
 
-#: src/Module/Admin/Site.php:595
-msgid "Single user instance"
-msgstr "Single user instance"
+#: src/Console/PostUpdate.php:73
+#, php-format
+msgid "Post update version number has been set to %s."
+msgstr "Post update version number has been set to %s."
 
-#: src/Module/Admin/Site.php:595
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Make this instance multi-user or single-user for the named user"
+#: src/Console/PostUpdate.php:81
+msgid "Check for pending update actions."
+msgstr "Check for pending update actions."
 
-#: src/Module/Admin/Site.php:597
-msgid "File storage backend"
-msgstr "File storage backend"
+#: src/Console/PostUpdate.php:83
+msgid "Done."
+msgstr "Done."
 
-#: src/Module/Admin/Site.php:597
-msgid ""
-"The backend used to store uploaded data. If you change the storage backend, "
-"you can manually move the existing files. If you do not do so, the files "
-"uploaded before the change will still be available at the old backend. "
-"Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a>"
-" for more information about the choices and the moving procedure."
-msgstr "The backend used to store uploaded data. If you change the storage backend, you can manually move the existing files. If you do not do so, the files uploaded before the change will still be available at the old backend. Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a> for more information about the choices and the moving procedure."
+#: src/Console/PostUpdate.php:85
+msgid "Execute pending post updates."
+msgstr "Execute pending post updates."
 
-#: src/Module/Admin/Site.php:599
-msgid "Maximum image size"
-msgstr "Maximum image size"
+#: src/Console/PostUpdate.php:91
+msgid "All pending post updates are done."
+msgstr "All pending post updates are done."
 
-#: src/Module/Admin/Site.php:599
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
+#: src/Console/NewPassword.php:93
+msgid "Enter new password: "
+msgstr "Enter new password: "
 
-#: src/Module/Admin/Site.php:600
-msgid "Maximum image length"
-msgstr "Maximum image length"
+#: src/Console/NewPassword.php:101 mod/settings.php:443
+msgid "Password update failed. Please try again."
+msgstr "Password update failed. Please try again."
 
-#: src/Module/Admin/Site.php:600
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
+#: src/Console/NewPassword.php:104 mod/settings.php:446
+msgid "Password changed."
+msgstr "Password changed."
 
-#: src/Module/Admin/Site.php:601
-msgid "JPEG image quality"
-msgstr "JPEG image quality"
+#: src/Console/ArchiveContact.php:86
+#, php-format
+msgid "Could not find any unarchived contact entry for this URL (%s)"
+msgstr "Could not find any unarchived contact entry for this URL (%s)"
 
-#: src/Module/Admin/Site.php:601
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Uploaded JPEGs will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."
+#: src/Console/ArchiveContact.php:89
+msgid "The contact entries have been archived"
+msgstr "The contact entries have been archived"
 
-#: src/Module/Admin/Site.php:603
-msgid "Register policy"
-msgstr "Registration policy"
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "No valid account found."
 
-#: src/Module/Admin/Site.php:604
-msgid "Maximum Daily Registrations"
-msgstr "Maximum daily registrations"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "Password reset request issued. Please check your email."
 
-#: src/Module/Admin/Site.php:604
+#: mod/lostpass.php:45
+#, php-format
 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 "If open registration is permitted, this sets the maximum number of new registrations per day.  This setting has no effect for registrations by approval."
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\n\t\tDear %1$s,\n\t\t\tA request was received at \"%2$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."
 
-#: src/Module/Admin/Site.php:605
-msgid "Register text"
-msgstr "Registration text"
+#: mod/lostpass.php:56
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s"
 
-#: src/Module/Admin/Site.php:605
+#: mod/lostpass.php:75
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Password reset requested at %s"
+
+#: mod/lostpass.php:90
 msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
-msgstr "Will be displayed prominently on the registration page. You may use BBCode here."
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
 
-#: src/Module/Admin/Site.php:606
-msgid "Forbidden Nicknames"
-msgstr "Forbidden Nicknames"
+#: mod/lostpass.php:103
+msgid "Request has expired, please make a new one."
+msgstr "Request has expired, please make a new one."
+
+#: mod/lostpass.php:118
+msgid "Forgot your Password?"
+msgstr "Reset My Password"
 
-#: src/Module/Admin/Site.php:606
+#: mod/lostpass.php:119
 msgid ""
-"Comma separated list of nicknames that are forbidden from registration. "
-"Preset is a list of role names according RFC 2142."
-msgstr "Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142."
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
 
-#: src/Module/Admin/Site.php:607
-msgid "Accounts abandoned after x days"
-msgstr "Accounts abandoned after so many days"
+#: mod/lostpass.php:121
+msgid "Reset"
+msgstr "Reset"
 
-#: src/Module/Admin/Site.php:607
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "Your password has been reset as requested."
 
-#: src/Module/Admin/Site.php:608
-msgid "Allowed friend domains"
-msgstr "Allowed friend domains"
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "Your new password is"
 
-#: src/Module/Admin/Site.php:608
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Comma-separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "Save or copy your new password - and then"
 
-#: src/Module/Admin/Site.php:609
-msgid "Allowed email domains"
-msgstr "Allowed email domains"
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "click here to login"
 
-#: src/Module/Admin/Site.php:609
+#: mod/lostpass.php:141
 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 "Comma-separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
 
-#: src/Module/Admin/Site.php:610
-msgid "No OEmbed rich content"
-msgstr "No OEmbed rich content"
+#: mod/lostpass.php:148
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"
 
-#: src/Module/Admin/Site.php:610
+#: mod/lostpass.php:154
+#, php-format
 msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr "Don't show rich content (e.g. embedded PDF), except from the domains listed below."
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
+msgstr "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t%2$s\n\t\t\tPassword:\t%3$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"
 
-#: src/Module/Admin/Site.php:611
-msgid "Allowed OEmbed domains"
-msgstr "Allowed OEmbed domains"
+#: mod/lostpass.php:170
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Your password has been changed at %s"
 
-#: src/Module/Admin/Site.php:611
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr "Comma-separated list of domains from where OEmbed content is allowed. Wildcards are possible."
+#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36
+#: mod/update_community.php:23 mod/update_display.php:24
+#: mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[Embedded content - reload page to view]"
 
-#: src/Module/Admin/Site.php:612
-msgid "Block public"
-msgstr "Block public"
+#: mod/uimport.php:30
+msgid "User imports on closed servers can only be done by an administrator."
+msgstr "User imports on closed servers can only be done by an administrator."
 
-#: src/Module/Admin/Site.php:612
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in."
+#: mod/uimport.php:48
+msgid "Move account"
+msgstr "Move Existing Friendica Account"
 
-#: src/Module/Admin/Site.php:613
-msgid "Force publish"
-msgstr "Mandatory directory listing"
+#: mod/uimport.php:49
+msgid "You can import an account from another Friendica server."
+msgstr "You can import an existing Friendica profile to this node."
 
-#: src/Module/Admin/Site.php:613
+#: mod/uimport.php:50
 msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Force all profiles on this site to be listed in the site directory."
+"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 "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."
 
-#: src/Module/Admin/Site.php:613
-msgid "Enabling this may violate privacy laws like the GDPR"
-msgstr "Enabling this may violate privacy laws like the GDPR"
+#: mod/uimport.php:51
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."
 
-#: src/Module/Admin/Site.php:614
-msgid "Global directory URL"
-msgstr "Global directory URL"
+#: mod/uimport.php:52
+msgid "Account file"
+msgstr "Account file:"
 
-#: src/Module/Admin/Site.php:614
+#: mod/uimport.php:52
 msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
 
-#: src/Module/Admin/Site.php:615
-msgid "Private posts by default for new users"
-msgstr "Private posts by default for new users"
+#: mod/community.php:68
+msgid "Community option not available."
+msgstr "Community option not available."
 
-#: src/Module/Admin/Site.php:615
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Set default post permissions for all new members to the default privacy group rather than public."
+#: mod/community.php:85
+msgid "Not available."
+msgstr "Not available."
 
-#: src/Module/Admin/Site.php:616
-msgid "Don't include post content in email notifications"
-msgstr "Don't include post content in email notifications"
+#: mod/community.php:95
+msgid "Local Community"
+msgstr "Local community"
 
-#: src/Module/Admin/Site.php:616
-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 "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."
+#: mod/community.php:98
+msgid "Posts from local users on this server"
+msgstr "Posts from local users on this server"
 
-#: src/Module/Admin/Site.php:617
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Disallow public access to addons listed in the apps menu."
+#: mod/community.php:106
+msgid "Global Community"
+msgstr "Global community"
 
-#: src/Module/Admin/Site.php:617
+#: mod/community.php:109
+msgid "Posts from users of the whole federated network"
+msgstr "Posts from users of the whole federated network"
+
+#: mod/community.php:207
 msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Checking this box will restrict addons listed in the apps menu to members only."
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."
 
-#: src/Module/Admin/Site.php:618
-msgid "Don't embed private images in posts"
-msgstr "Don't embed private images in posts"
+#: mod/fsuggest.php:44
+msgid "Suggested contact not found."
+msgstr "Suggested contact not found."
 
-#: src/Module/Admin/Site.php:618
-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 "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."
+#: mod/fsuggest.php:57
+msgid "Friend suggestion sent."
+msgstr "Friend suggestion sent"
 
-#: src/Module/Admin/Site.php:619
-msgid "Explicit Content"
-msgstr "Explicit Content"
+#: mod/fsuggest.php:79
+msgid "Suggest Friends"
+msgstr "Suggest friends"
 
-#: src/Module/Admin/Site.php:619
-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 "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."
+#: mod/fsuggest.php:81
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggest a friend for %s"
 
-#: src/Module/Admin/Site.php:620
-msgid "Allow Users to set remote_self"
-msgstr "Allow users to set \"Remote self\""
+#: mod/common.php:90
+msgid "No contacts in common."
+msgstr "No contacts in common."
 
-#: src/Module/Admin/Site.php:620
-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 "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."
+#: mod/ping.php:272
+msgid "{0} wants to be your friend"
+msgstr "{0} wants to be your friend"
 
-#: src/Module/Admin/Site.php:621
-msgid "Block multiple registrations"
-msgstr "Block multiple registrations"
+#: mod/ping.php:288
+msgid "{0} requested registration"
+msgstr "{0} requested registration"
 
-#: src/Module/Admin/Site.php:621
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Disallow users to sign up for additional accounts."
+#: mod/lockview.php:49 mod/lockview.php:60
+msgid "Remote privacy information not available."
+msgstr "Remote privacy information not available."
 
-#: src/Module/Admin/Site.php:622
-msgid "Disable OpenID"
-msgstr "Disable OpenID"
+#: mod/lockview.php:72
+msgid "Visible to:"
+msgstr "Visible to:"
 
-#: src/Module/Admin/Site.php:622
-msgid "Disable OpenID support for registration and logins."
-msgstr "Disable OpenID support for registration and logins."
+#: mod/events.php:121 mod/events.php:123
+msgid "Event can not end before it has started."
+msgstr "Event cannot end before it has started."
 
-#: src/Module/Admin/Site.php:623
-msgid "No Fullname check"
-msgstr "No full name check"
+#: mod/events.php:130 mod/events.php:132
+msgid "Event title and start time are required."
+msgstr "Event title and starting time are required."
 
-#: src/Module/Admin/Site.php:623
-msgid ""
-"Allow users to register without a space between the first name and the last "
-"name in their full name."
-msgstr "Allow users to register without a space between the first name and the last name in their full name."
+#: mod/events.php:397 mod/cal.php:262
+msgid "View"
+msgstr "View"
 
-#: src/Module/Admin/Site.php:624
-msgid "Community pages for visitors"
-msgstr "Community pages for visitors"
+#: mod/events.php:398
+msgid "Create New Event"
+msgstr "Create new event"
 
-#: src/Module/Admin/Site.php:624
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr "Which community pages should be available for visitors. Local users always see both pages."
+#: mod/events.php:399 mod/cal.php:263
+msgid "Previous"
+msgstr "Previous"
 
-#: src/Module/Admin/Site.php:625
-msgid "Posts per user on community page"
-msgstr "Posts per user on community page"
+#: mod/events.php:409 mod/cal.php:271
+msgid "list"
+msgstr "List"
 
-#: src/Module/Admin/Site.php:625
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"\"Global Community\")"
-msgstr "The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"
+#: mod/events.php:514
+msgid "Event details"
+msgstr "Event details"
 
-#: src/Module/Admin/Site.php:626
-msgid "Disable OStatus support"
-msgstr "Disable OStatus support"
+#: mod/events.php:515
+msgid "Starting date and Title are required."
+msgstr "Starting date and title are required."
 
-#: src/Module/Admin/Site.php:626
-msgid ""
-"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."
+#: mod/events.php:516 mod/events.php:521
+msgid "Event Starts:"
+msgstr "Event starts:"
 
-#: src/Module/Admin/Site.php:627
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr "OStatus support can only be enabled if threading is enabled."
+#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592
+msgid "Required"
+msgstr "Required"
 
-#: src/Module/Admin/Site.php:629
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "diaspora* support can't be enabled because Friendica was installed into a sub directory."
+#: mod/events.php:529 mod/events.php:554
+msgid "Finish date/time is not known or not relevant"
+msgstr "Finish date/time is not known or not relevant"
 
-#: src/Module/Admin/Site.php:630
-msgid "Enable Diaspora support"
-msgstr "Enable diaspora* support"
+#: mod/events.php:531 mod/events.php:536
+msgid "Event Finishes:"
+msgstr "Event finishes:"
 
-#: src/Module/Admin/Site.php:630
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Provide built-in diaspora* network compatibility."
+#: mod/events.php:542 mod/events.php:555
+msgid "Adjust for viewer timezone"
+msgstr "Adjust for viewer's time zone"
 
-#: src/Module/Admin/Site.php:631
-msgid "Only allow Friendica contacts"
-msgstr "Only allow Friendica contacts"
+#: mod/events.php:544
+msgid "Description:"
+msgstr "Description:"
 
-#: src/Module/Admin/Site.php:631
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."
+#: mod/events.php:548 mod/events.php:550
+msgid "Title:"
+msgstr "Title:"
 
-#: src/Module/Admin/Site.php:632
-msgid "Verify SSL"
-msgstr "Verify SSL"
+#: mod/events.php:551 mod/events.php:552
+msgid "Share this event"
+msgstr "Share this event"
 
-#: src/Module/Admin/Site.php:632
-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 "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
+#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348
+msgid "Permissions"
+msgstr "Permissions"
 
-#: src/Module/Admin/Site.php:633
-msgid "Proxy user"
-msgstr "Proxy user"
+#: mod/events.php:577
+msgid "Failed to remove event"
+msgstr "Failed to remove event"
 
-#: src/Module/Admin/Site.php:634
-msgid "Proxy URL"
-msgstr "Proxy URL"
+#: mod/events.php:579
+msgid "Event removed"
+msgstr "Event removed"
 
-#: src/Module/Admin/Site.php:635
-msgid "Network timeout"
-msgstr "Network timeout"
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
+msgstr "Authorize application connection"
 
-#: src/Module/Admin/Site.php:635
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)."
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Return to your app and insert this security code:"
 
-#: src/Module/Admin/Site.php:636
-msgid "Maximum Load Average"
-msgstr "Maximum load average"
+#: mod/api.php:109
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?"
 
-#: src/Module/Admin/Site.php:636
+#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530
 #, php-format
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default %d."
-msgstr "Maximum system load before delivery and poll processes are deferred - default %d."
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s welcomes %2$s"
 
-#: src/Module/Admin/Site.php:637
-msgid "Maximum Load Average (Frontend)"
-msgstr "Maximum load average (frontend)"
+#: mod/cal.php:300
+msgid "This calendar format is not supported"
+msgstr "This calendar format is not supported"
 
-#: src/Module/Admin/Site.php:637
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr "Maximum system load before the frontend quits service (default 50)."
+#: mod/cal.php:302
+msgid "No exportable data found"
+msgstr "No exportable data found"
 
-#: src/Module/Admin/Site.php:638
-msgid "Minimal Memory"
-msgstr "Minimal memory"
+#: mod/cal.php:319
+msgid "calendar"
+msgstr "calendar"
 
-#: src/Module/Admin/Site.php:638
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."
+#: mod/display.php:224 mod/display.php:301
+msgid "The requested item doesn't exist or has been deleted."
+msgstr "The requested item doesn't exist or has been deleted."
 
-#: src/Module/Admin/Site.php:639
-msgid "Maximum table size for optimization"
-msgstr "Maximum table size for optimization"
+#: mod/display.php:379
+msgid "The feed for this item is unavailable."
+msgstr "The feed for this item is unavailable."
 
-#: src/Module/Admin/Site.php:639
-msgid ""
-"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
-"disable it."
-msgstr "Maximum table size (in MB) for automatic optimization. Enter -1 to disable it."
+#: mod/dfrn_request.php:100
+msgid "This introduction has already been accepted."
+msgstr "This introduction has already been accepted."
 
-#: src/Module/Admin/Site.php:640
-msgid "Minimum level of fragmentation"
-msgstr "Minimum level of fragmentation"
+#: mod/dfrn_request.php:118 mod/dfrn_request.php:356
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profile location is not valid or does not contain profile information."
 
-#: src/Module/Admin/Site.php:640
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)."
+#: mod/dfrn_request.php:122 mod/dfrn_request.php:360
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Warning: profile location has no identifiable owner name."
 
-#: src/Module/Admin/Site.php:642
-msgid "Periodical check of global contacts"
-msgstr "Periodical check of global contacts"
+#: mod/dfrn_request.php:125 mod/dfrn_request.php:363
+msgid "Warning: profile location has no profile photo."
+msgstr "Warning: profile location has no profile photo."
 
-#: src/Module/Admin/Site.php:642
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."
+#: mod/dfrn_request.php:129 mod/dfrn_request.php:367
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "%d required parameter was not found at the given location"
+msgstr[1] "%d required parameters were not found at the given location"
 
-#: src/Module/Admin/Site.php:643
-msgid "Days between requery"
-msgstr "Days between enquiry"
+#: mod/dfrn_request.php:167
+msgid "Introduction complete."
+msgstr "Introduction complete."
 
-#: src/Module/Admin/Site.php:643
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr "Number of days after which a server is rechecked for contacts."
+#: mod/dfrn_request.php:203
+msgid "Unrecoverable protocol error."
+msgstr "Unrecoverable protocol error."
 
-#: src/Module/Admin/Site.php:644
-msgid "Discover contacts from other servers"
-msgstr "Discover contacts from other servers"
+#: mod/dfrn_request.php:230
+msgid "Profile unavailable."
+msgstr "Profile unavailable."
 
-#: src/Module/Admin/Site.php:644
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"\"Users\": the users on the remote system, \"Global Contacts\": active "
-"contacts that are known on the system. The fallback is meant for Redmatrix "
-"servers and older friendica servers, where global contacts weren't "
-"available. The fallback increases the server load, so the recommended "
-"setting is \"Users, Global Contacts\"."
-msgstr "Periodically query other servers for contacts. You can choose between \"Users\": the users on the remote system, \"Global Contacts\": active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommended setting is \"Users, Global Contacts\"."
+#: mod/dfrn_request.php:251
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s has received too many connection requests today."
 
-#: src/Module/Admin/Site.php:645
-msgid "Timeframe for fetching global contacts"
-msgstr "Time-frame for fetching global contacts"
+#: mod/dfrn_request.php:252
+msgid "Spam protection measures have been invoked."
+msgstr "Spam protection measures have been invoked."
 
-#: src/Module/Admin/Site.php:645
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."
+#: mod/dfrn_request.php:253
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Friends are advised to please try again in 24 hours."
 
-#: src/Module/Admin/Site.php:646
-msgid "Search the local directory"
-msgstr "Search the local directory"
+#: mod/dfrn_request.php:277
+msgid "Invalid locator"
+msgstr "Invalid locator"
 
-#: src/Module/Admin/Site.php:646
-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 "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."
+#: mod/dfrn_request.php:313
+msgid "You have already introduced yourself here."
+msgstr "You have already introduced yourself here."
 
-#: src/Module/Admin/Site.php:648
-msgid "Publish server information"
-msgstr "Publish server information"
+#: mod/dfrn_request.php:316
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Apparently you are already friends with %s."
 
-#: src/Module/Admin/Site.php:648
-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 <a"
-" href=\"http://the-federation.info/\">the-federation.info</a> for details."
-msgstr "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 <a href=\"http://the-federation.info/\">the-federation.info</a> for details."
+#: mod/dfrn_request.php:336
+msgid "Invalid profile URL."
+msgstr "Invalid profile URL."
 
-#: src/Module/Admin/Site.php:650
-msgid "Check upstream version"
-msgstr "Check upstream version"
+#: mod/dfrn_request.php:435
+msgid "Your introduction has been sent."
+msgstr "Your introduction has been sent."
 
-#: src/Module/Admin/Site.php:650
+#: mod/dfrn_request.php:473
 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 "Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
+
+#: mod/dfrn_request.php:489
+msgid "Please login to confirm introduction."
+msgstr "Please login to confirm introduction."
 
-#: src/Module/Admin/Site.php:651
-msgid "Suppress Tags"
-msgstr "Suppress tags"
+#: mod/dfrn_request.php:497
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
 
-#: src/Module/Admin/Site.php:651
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "Suppress listed hashtags at the end of posts."
+#: mod/dfrn_request.php:511 mod/dfrn_request.php:526
+msgid "Confirm"
+msgstr "Confirm"
 
-#: src/Module/Admin/Site.php:652
-msgid "Clean database"
-msgstr "Clean database"
+#: mod/dfrn_request.php:522
+msgid "Hide this contact"
+msgstr "Hide this contact"
 
-#: src/Module/Admin/Site.php:652
-msgid ""
-"Remove old remote items, orphaned database records and old content from some"
-" other helper tables."
-msgstr "Remove old remote items, orphaned database records, and old content from some other helper tables."
+#: mod/dfrn_request.php:524
+#, php-format
+msgid "Welcome home %s."
+msgstr "Welcome home %s."
 
-#: src/Module/Admin/Site.php:653
-msgid "Lifespan of remote items"
-msgstr "Lifespan of remote items"
+#: mod/dfrn_request.php:525
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Please confirm your introduction/connection request to %s."
 
-#: src/Module/Admin/Site.php:653
+#: mod/dfrn_request.php:634
 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 "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 behavior."
-
-#: src/Module/Admin/Site.php:654
-msgid "Lifespan of unclaimed items"
-msgstr "Lifespan of unclaimed items"
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
 
-#: src/Module/Admin/Site.php:654
+#: mod/dfrn_request.php:636
+#, php-format
 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 "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."
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
+msgstr "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."
 
-#: src/Module/Admin/Site.php:655
-msgid "Lifespan of raw conversation data"
-msgstr "Lifespan of raw conversation data"
+#: mod/dfrn_request.php:639
+msgid "Friend/Connection Request"
+msgstr "Friend/Connection request"
 
-#: src/Module/Admin/Site.php:655
+#: mod/dfrn_request.php:640
 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 "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."
-
-#: src/Module/Admin/Site.php:656
-msgid "Path to item cache"
-msgstr "Path to item cache"
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de"
 
-#: src/Module/Admin/Site.php:656
-msgid "The item caches buffers generated bbcode and external images."
-msgstr "The item cache retains expanded bbcode and external images."
+#: mod/dfrn_request.php:641 mod/follow.php:162
+msgid "Please answer the following:"
+msgstr "Please answer the following:"
 
-#: src/Module/Admin/Site.php:657
-msgid "Cache duration in seconds"
-msgstr "Cache duration in seconds"
+#: mod/dfrn_request.php:642 mod/follow.php:163
+#, php-format
+msgid "Does %s know you?"
+msgstr "Does %s know you?"
 
-#: src/Module/Admin/Site.php:657
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)"
+#: mod/dfrn_request.php:643 mod/follow.php:164
+msgid "Add a personal note:"
+msgstr "Add a personal note:"
 
-#: src/Module/Admin/Site.php:658
-msgid "Maximum numbers of comments per post"
-msgstr "Maximum number of comments per post"
+#: mod/dfrn_request.php:645
+msgid "Friendica"
+msgstr "Friendica"
 
-#: src/Module/Admin/Site.php:658
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "How many comments should be shown for each post? (Default 100)"
+#: mod/dfrn_request.php:646
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr "GNU Social (Pleroma, Mastodon)"
 
-#: src/Module/Admin/Site.php:659
-msgid "Temp path"
-msgstr "Temp path"
+#: mod/dfrn_request.php:647
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr "diaspora* (Socialhome, Hubzilla)"
 
-#: src/Module/Admin/Site.php:659
+#: mod/dfrn_request.php:648
+#, php-format
 msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr "Enter a different temp path if your system restricts the webserver's access to the system temp path."
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - please do not use this form.  Instead, enter %s into your diaspora* search bar."
 
-#: src/Module/Admin/Site.php:660
-msgid "Disable picture proxy"
-msgstr "Disable picture proxy"
+#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128
+msgid "Your Identity Address:"
+msgstr "My identity address:"
 
-#: src/Module/Admin/Site.php:660
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwidth."
-msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth."
+#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131
+msgid "Submit Request"
+msgstr "Submit request"
 
-#: src/Module/Admin/Site.php:661
-msgid "Only search in tags"
-msgstr "Only search in tags"
+#: mod/crepair.php:79
+msgid "Contact settings applied."
+msgstr "Contact settings applied."
 
-#: src/Module/Admin/Site.php:661
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "On large systems, the text search can slow down the system significantly."
+#: mod/crepair.php:81
+msgid "Contact update failed."
+msgstr "Contact update failed."
 
-#: src/Module/Admin/Site.php:663
-msgid "New base url"
-msgstr "New base URL"
+#: mod/crepair.php:115
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information, your communications with this contact might be disrupted."
 
-#: src/Module/Admin/Site.php:663
+#: mod/crepair.php:116
 msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr "Change base URL for this server. Sends a relocate message to all Friendica and diaspora* contacts, for all users."
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
 
-#: src/Module/Admin/Site.php:665
-msgid "RINO Encryption"
-msgstr "RINO Encryption"
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "No mirroring"
+msgstr "No mirroring"
 
-#: src/Module/Admin/Site.php:665
-msgid "Encryption layer between nodes."
-msgstr "Encryption layer between nodes."
+#: mod/crepair.php:130
+msgid "Mirror as forwarded posting"
+msgstr "Mirror as forwarded posting"
 
-#: src/Module/Admin/Site.php:665
-msgid "Enabled"
-msgstr "Enabled"
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "Mirror as my own posting"
+msgstr "Mirror as my own posting"
 
-#: src/Module/Admin/Site.php:667
-msgid "Maximum number of parallel workers"
-msgstr "Maximum number of parallel workers"
+#: mod/crepair.php:145
+msgid "Return to contact editor"
+msgstr "Return to contact editor"
 
-#: src/Module/Admin/Site.php:667
-#, php-format
-msgid ""
-"On shared hosters set this to %d. On larger systems, values of %d are great."
-" Default value is %d."
-msgstr "On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."
+#: mod/crepair.php:147
+msgid "Refetch contact data"
+msgstr "Re-fetch contact data."
 
-#: src/Module/Admin/Site.php:668
-msgid "Don't use \"proc_open\" with the worker"
-msgstr "Don't use \"proc_open\" with the worker"
+#: mod/crepair.php:150
+msgid "Remote Self"
+msgstr "Remote self"
 
-#: src/Module/Admin/Site.php:668
+#: mod/crepair.php:153
+msgid "Mirror postings from this contact"
+msgstr "Mirror postings from this contact:"
+
+#: mod/crepair.php:155
 msgid ""
-"Enable this if your system doesn't allow the use of \"proc_open\". This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
-msgstr "Enable this if your system doesn't allow the use of \"proc_open\". This can happen on shared hosters. If this is enabled you should increase the frequency of worker calls in your crontab."
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "This will cause Friendica to repost new entries from this contact."
 
-#: src/Module/Admin/Site.php:669
-msgid "Enable fastlane"
-msgstr "Enable fast-lane"
+#: mod/crepair.php:160
+msgid "Account Nickname"
+msgstr "Account nickname:"
 
-#: src/Module/Admin/Site.php:669
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
+#: mod/crepair.php:161
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tag name - overrides name/nickname:"
 
-#: src/Module/Admin/Site.php:670
-msgid "Enable frontend worker"
-msgstr "Enable frontend worker"
+#: mod/crepair.php:162
+msgid "Account URL"
+msgstr "Account URL:"
 
-#: src/Module/Admin/Site.php:670
-#, php-format
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed (e.g. messages being delivered). On smaller sites you might want "
-"to call %s/worker on a regular basis via an external cron job. You should "
-"only enable this option if you cannot utilize cron/scheduled jobs on your "
-"server."
-msgstr "When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call %s/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server."
+#: mod/crepair.php:163
+msgid "Account URL Alias"
+msgstr "Account URL alias"
 
-#: src/Module/Admin/Site.php:672
-msgid "Subscribe to relay"
-msgstr "Subscribe to relay"
+#: mod/crepair.php:164
+msgid "Friend Request URL"
+msgstr "Friend request URL:"
 
-#: src/Module/Admin/Site.php:672
-msgid ""
-"Enables the receiving of public posts from the relay. They will be included "
-"in the search, subscribed tags and on the global community page."
-msgstr "Receive public posts from the specified relay. Post will be included in searches, subscribed tags, and on the global community page."
+#: mod/crepair.php:165
+msgid "Friend Confirm URL"
+msgstr "Friend confirm URL:"
+
+#: mod/crepair.php:166
+msgid "Notification Endpoint URL"
+msgstr "Notification endpoint URL"
 
-#: src/Module/Admin/Site.php:673
-msgid "Relay server"
-msgstr "Relay server"
+#: mod/crepair.php:167
+msgid "Poll/Feed URL"
+msgstr "Poll/Feed URL:"
 
-#: src/Module/Admin/Site.php:673
-msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
-msgstr "Address of the relay server where public posts should be sent. For example https://relay.diasp.org"
+#: mod/crepair.php:168
+msgid "New photo from this URL"
+msgstr "New photo from this URL:"
 
-#: src/Module/Admin/Site.php:674
-msgid "Direct relay transfer"
-msgstr "Direct relay transfer"
+#: mod/openid.php:32
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID protocol error. No ID returned."
 
-#: src/Module/Admin/Site.php:674
+#: mod/openid.php:71
 msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
-msgstr "Enables direct transfer to other servers without using a relay server."
-
-#: src/Module/Admin/Site.php:675
-msgid "Relay scope"
-msgstr "Relay scope"
+"Account not found. Please login to your existing account to add the OpenID "
+"to it."
+msgstr "Account not found. Please login to your existing account to add the OpenID to it."
 
-#: src/Module/Admin/Site.php:675
+#: mod/openid.php:73
 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 "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."
+"Account not found. Please register a new account or login to your existing "
+"account to add the OpenID to it."
+msgstr "Account not found. Please register a new account or login to your existing account to add the OpenID."
 
-#: src/Module/Admin/Site.php:675
-msgid "all"
-msgstr "all"
+#: mod/notifications.php:39
+msgid "Invalid request identifier."
+msgstr "Invalid request identifier."
 
-#: src/Module/Admin/Site.php:675
-msgid "tags"
-msgstr "tags"
+#: mod/notifications.php:48 mod/notifications.php:202
+#: mod/notifications.php:258 mod/message.php:110
+msgid "Discard"
+msgstr "Discard"
 
-#: src/Module/Admin/Site.php:676
-msgid "Server tags"
-msgstr "Server tags"
+#: mod/notifications.php:119
+msgid "Network Notifications"
+msgstr "Network notifications"
 
-#: src/Module/Admin/Site.php:676
-msgid "Comma separated list of tags for the \"tags\" subscription."
-msgstr "Comma separated list of tags for the \"tags\" subscription."
+#: mod/notifications.php:124
+msgid "System Notifications"
+msgstr "System notifications"
 
-#: src/Module/Admin/Site.php:677
-msgid "Allow user tags"
-msgstr "Allow user tags"
+#: mod/notifications.php:129
+msgid "Personal Notifications"
+msgstr "Personal notifications"
 
-#: src/Module/Admin/Site.php:677
-msgid ""
-"If enabled, the tags from the saved searches will used for the \"tags\" "
-"subscription in addition to the \"relay_server_tags\"."
-msgstr "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."
+#: mod/notifications.php:134
+msgid "Home Notifications"
+msgstr "Home notifications"
 
-#: src/Module/Admin/Site.php:680
-msgid "Start Relocation"
-msgstr "Start Relocation"
+#: mod/notifications.php:157
+msgid "Show unread"
+msgstr "Show unread"
 
-#: src/Module/Admin/Summary.php:30
-#, 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 <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
-" an automatic conversion.<br />"
-msgstr "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"
+#: mod/notifications.php:157
+msgid "Show all"
+msgstr "Show all"
 
-#: src/Module/Admin/Summary.php:38
-#, php-format
-msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
-msgstr "A new Friendica version is available now. Your current version is %1$s, upstream version is %2$s"
+#: mod/notifications.php:168
+msgid "Show Ignored Requests"
+msgstr "Show ignored requests."
 
-#: src/Module/Admin/Summary.php:47
-msgid ""
-"The database update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear."
+#: mod/notifications.php:168
+msgid "Hide Ignored Requests"
+msgstr "Hide ignored requests"
 
-#: src/Module/Admin/Summary.php:51
-msgid ""
-"The last update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear. (Some of the errors are possibly inside the logfile.)"
-msgstr "The last update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that may appear in the console and logfile output."
+#: mod/notifications.php:181 mod/notifications.php:266
+msgid "Notification type:"
+msgstr "Notification type:"
 
-#: src/Module/Admin/Summary.php:56
-msgid "The worker was never executed. Please check your database structure!"
-msgstr "The worker process has never been executed. Please check your database structure!"
+#: mod/notifications.php:184
+msgid "Suggested by:"
+msgstr "Suggested by:"
 
-#: src/Module/Admin/Summary.php:58
-#, php-format
-msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr "The last worker process started at %s UTC. This is more than one hour ago. Please adjust your crontab settings."
+#: mod/notifications.php:218
+msgid "Claims to be known to you: "
+msgstr "Says they know me:"
 
-#: src/Module/Admin/Summary.php:63
-#, 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 "
-"<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for "
-"help with the transition."
-msgstr "Friendica's configuration is now 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.<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."
+#: mod/notifications.php:219
+msgid "yes"
+msgstr "yes"
 
-#: src/Module/Admin/Summary.php:67
-#, 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 "
-"<code>config/local.ini.php</code>. See <a href=\"%s\">the Config help "
-"page</a> for help with the transition."
-msgstr "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."
+#: mod/notifications.php:219
+msgid "no"
+msgstr "no"
 
-#: src/Module/Admin/Summary.php:73
-#, php-format
-msgid ""
-"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
-"configuration issue that prevents server to server communication. See <a "
-"href=\"%s\">the installation page</a> for help."
-msgstr "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."
+#: mod/notifications.php:220 mod/notifications.php:224
+msgid "Shall your connection be bidirectional or not?"
+msgstr "Shall your connection be in both directions or not?"
 
-#: src/Module/Admin/Summary.php:106
+#: mod/notifications.php:221 mod/notifications.php:225
 #, 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 "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."
+"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 "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed."
 
-#: src/Module/Admin/Summary.php:114
+#: mod/notifications.php:222
 #, php-format
 msgid ""
-"Friendica's current system.basepath '%s' is wrong and the config file '%s' "
-"isn't used."
-msgstr "The current system.basepath '%s' is wrong and the config file '%s' isn't used."
+"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 "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
 
-#: src/Module/Admin/Summary.php:122
+#: mod/notifications.php:226
 #, php-format
 msgid ""
-"Friendica's current system.basepath '%s' is not equal to the config file "
-"'%s'. Please fix your configuration."
-msgstr "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."
-
-#: src/Module/Admin/Summary.php:129
-msgid "Normal Account"
-msgstr "Standard account"
-
-#: src/Module/Admin/Summary.php:130
-msgid "Automatic Follower Account"
-msgstr "Automatic follower account"
-
-#: src/Module/Admin/Summary.php:131
-msgid "Public Forum Account"
-msgstr "Public forum account"
-
-#: src/Module/Admin/Summary.php:132
-msgid "Automatic Friend Account"
-msgstr "Automatic friend account"
-
-#: src/Module/Admin/Summary.php:133
-msgid "Blog Account"
-msgstr "Blog account"
-
-#: src/Module/Admin/Summary.php:134
-msgid "Private Forum Account"
-msgstr "Private forum account"
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
 
-#: src/Module/Admin/Summary.php:154
-msgid "Message queues"
-msgstr "Message queues"
+#: mod/notifications.php:237
+msgid "Friend"
+msgstr "Friend"
 
-#: src/Module/Admin/Summary.php:160
-msgid "Server Settings"
-msgstr "Server Settings"
+#: mod/notifications.php:238
+msgid "Sharer"
+msgstr "Sharer"
 
-#: src/Module/Admin/Summary.php:174
-msgid "Summary"
-msgstr "Summary"
+#: mod/notifications.php:238
+msgid "Subscriber"
+msgstr "Subscriber"
 
-#: src/Module/Admin/Summary.php:176
-msgid "Registered users"
-msgstr "Signed up users"
+#: mod/notifications.php:303
+msgid "No introductions."
+msgstr "No introductions."
 
-#: src/Module/Admin/Summary.php:178
-msgid "Pending registrations"
-msgstr "Pending registrations"
+#: mod/notifications.php:337
+#, php-format
+msgid "No more %s notifications."
+msgstr "No more %s notifications."
 
-#: src/Module/Admin/Summary.php:179
-msgid "Version"
-msgstr "Version"
+#: mod/wallmessage.php:52 mod/wallmessage.php:115
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Number of daily wall messages for %s exceeded. Message failed."
 
-#: src/Module/Admin/Summary.php:183
-msgid "Active addons"
-msgstr "Active addons"
+#: mod/wallmessage.php:60 mod/message.php:70
+msgid "No recipient selected."
+msgstr "No recipient selected."
 
-#: src/Module/AllFriends.php:55
-msgid "No friends to display."
-msgstr "No friends to display."
+#: mod/wallmessage.php:63
+msgid "Unable to check your home location."
+msgstr "Unable to check your home location."
 
-#: src/Module/Attach.php:36 src/Module/Attach.php:48
-msgid "Item was not found."
-msgstr "Item was not found."
+#: mod/wallmessage.php:66 mod/message.php:77
+msgid "Message could not be sent."
+msgstr "Message could not be sent."
 
-#: src/Module/BaseAdminModule.php:62
-msgid ""
-"Submanaged account can't access the administation pages. Please log back in "
-"as the master account."
-msgstr "A managed account cannot access the administration pages. Please log in as administrator."
+#: mod/wallmessage.php:69 mod/message.php:80
+msgid "Message collection failure."
+msgstr "Message collection failure."
 
-#: src/Module/BaseAdminModule.php:76
-msgid "Overview"
-msgstr "Overview"
+#: mod/wallmessage.php:72 mod/message.php:83
+msgid "Message sent."
+msgstr "Message sent."
 
-#: src/Module/BaseAdminModule.php:79
-msgid "Configuration"
-msgstr "Configuration"
+#: mod/wallmessage.php:89 mod/wallmessage.php:98
+msgid "No recipient."
+msgstr "No recipient."
 
-#: src/Module/BaseAdminModule.php:87
-msgid "Database"
-msgstr "Database"
+#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360
+msgid "Please enter a link URL:"
+msgstr "Please enter a link URL:"
 
-#: src/Module/BaseAdminModule.php:88
-msgid "DB updates"
-msgstr "DB updates"
+#: mod/wallmessage.php:128 mod/message.php:246
+msgid "Send Private Message"
+msgstr "Send private message"
 
-#: src/Module/BaseAdminModule.php:89
-msgid "Inspect Deferred Workers"
-msgstr "Inspect deferred workers"
+#: mod/wallmessage.php:129
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
 
-#: src/Module/BaseAdminModule.php:90
-msgid "Inspect worker Queue"
-msgstr "Inspect worker queue"
+#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430
+msgid "To:"
+msgstr "To:"
 
-#: src/Module/BaseAdminModule.php:92
-msgid "Tools"
-msgstr "Tools"
+#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432
+msgid "Subject:"
+msgstr "Subject:"
 
-#: src/Module/BaseAdminModule.php:93
-msgid "Contact Blocklist"
-msgstr "Contact blocklist"
+#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259
+#: mod/message.php:440
+msgid "Insert web link"
+msgstr "Insert web link"
 
-#: src/Module/BaseAdminModule.php:94
-msgid "Server Blocklist"
-msgstr "Server blocklist"
+#: mod/ostatus_subscribe.php:23
+msgid "Subscribing to OStatus contacts"
+msgstr "Subscribing to OStatus contacts"
 
-#: src/Module/BaseAdminModule.php:101
-msgid "Diagnostics"
-msgstr "Diagnostics"
+#: mod/ostatus_subscribe.php:35
+msgid "No contact provided."
+msgstr "No contact provided."
 
-#: src/Module/BaseAdminModule.php:102
-msgid "PHP Info"
-msgstr "PHP info"
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch information for contact."
+msgstr "Couldn't fetch information for contact."
 
-#: src/Module/BaseAdminModule.php:103
-msgid "probe address"
-msgstr "Probe address"
+#: mod/ostatus_subscribe.php:52
+msgid "Couldn't fetch friends for contact."
+msgstr "Couldn't fetch friends for contact."
 
-#: src/Module/BaseAdminModule.php:104
-msgid "check webfinger"
-msgstr "Check webfinger"
+#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
+msgid "Done"
+msgstr "Done"
 
-#: src/Module/BaseAdminModule.php:105
-msgid "Item Source"
-msgstr "Item source"
+#: mod/ostatus_subscribe.php:84
+msgid "success"
+msgstr "success"
 
-#: src/Module/BaseAdminModule.php:106
-msgid "Babel"
-msgstr "Babel"
+#: mod/ostatus_subscribe.php:86
+msgid "failed"
+msgstr "failed"
 
-#: src/Module/BaseAdminModule.php:115
-msgid "Addon Features"
-msgstr "Addon features"
+#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
+msgid "Keep this window open until done."
+msgstr "Keep this window open until done."
 
-#: src/Module/BaseAdminModule.php:116
-msgid "User registrations waiting for confirmation"
-msgstr "User registrations awaiting confirmation"
+#: mod/follow.php:46
+msgid "The contact could not be added."
+msgstr "Contact could not be added."
 
-#: src/Module/BaseSearchModule.php:52
-#, php-format
-msgid "People Search - %s"
-msgstr "People search - %s"
+#: mod/follow.php:87
+msgid "You already added this contact."
+msgstr "You already added this contact."
 
-#: src/Module/BaseSearchModule.php:62
-#, php-format
-msgid "Forum Search - %s"
-msgstr "Forum search - %s"
+#: mod/follow.php:99
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "diaspora* support isn't enabled. Contact can't be added."
 
-#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
-msgid "You must be logged in to use this module"
-msgstr "You must be logged in to use this module"
+#: mod/follow.php:106
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus support is disabled. Contact can't be added."
 
-#: src/Module/Debug/Feed.php:49
-msgid "Source URL"
-msgstr "Source URL"
+#: mod/follow.php:113
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "The network type couldn't be detected. Contact can't be added."
 
-#: src/Module/Debug/Localtime.php:30
-msgid "Time Conversion"
-msgstr "Time conversion"
+#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247
+msgid "Upload"
+msgstr "Upload"
 
-#: src/Module/Debug/Localtime.php:31
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
+#: mod/fbrowser.php:136
+msgid "Files"
+msgstr "Files"
 
-#: src/Module/Debug/Localtime.php:32
+#: mod/network.php:525
 #, php-format
-msgid "UTC time: %s"
-msgstr "UTC time: %s"
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
+msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non-public messages."
 
-#: src/Module/Debug/Localtime.php:35
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Current time zone: %s"
+#: mod/network.php:528
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Messages in this group won't be sent to these receivers."
 
-#: src/Module/Debug/Localtime.php:39
+#: mod/network.php:595
+msgid "No such group"
+msgstr "No such group"
+
+#: mod/network.php:620
 #, php-format
-msgid "Converted localtime: %s"
-msgstr "Converted local time: %s"
+msgid "Group: %s"
+msgstr "Group: %s"
 
-#: src/Module/Debug/Localtime.php:43
-msgid "Please select your timezone:"
-msgstr "Please select your time zone:"
+#: mod/network.php:646
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Private messages to this person are at risk of public disclosure."
 
-#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "Only logged in users are permitted to use the Probe feature."
+#: mod/network.php:928
+msgid "Latest Activity"
+msgstr "Latest activity"
 
-#: src/Module/Debug/Probe.php:35
-msgid "Lookup address"
-msgstr ""
+#: mod/network.php:931
+msgid "Sort by latest activity"
+msgstr "Sort by latest activity"
 
-#: src/Module/Debug/Babel.php:32
-msgid "Source input"
-msgstr "Source input"
+#: mod/network.php:936
+msgid "Latest Posts"
+msgstr "Latest posts"
 
-#: src/Module/Debug/Babel.php:38
-msgid "BBCode::toPlaintext"
-msgstr "BBCode::toPlaintext"
+#: mod/network.php:939
+msgid "Sort by post received date"
+msgstr "Sort by post received date"
 
-#: src/Module/Debug/Babel.php:44
-msgid "BBCode::convert (raw HTML)"
-msgstr "BBCode::convert (raw HTML)"
+#: mod/network.php:946 mod/profiles.php:579
+msgid "Personal"
+msgstr "Personal"
 
-#: src/Module/Debug/Babel.php:49
-msgid "BBCode::convert"
-msgstr "BBCode::convert"
+#: mod/network.php:949
+msgid "Posts that mention or involve you"
+msgstr "Posts mentioning or involving me"
 
-#: src/Module/Debug/Babel.php:55
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr "BBCode::convert => HTML::toBBCode"
+#: mod/network.php:956
+msgid "New"
+msgstr "New"
 
-#: src/Module/Debug/Babel.php:61
-msgid "BBCode::toMarkdown"
-msgstr "BBCode::toMarkdown"
+#: mod/network.php:959
+msgid "Activity Stream - by date"
+msgstr "Activity Stream - by date"
 
-#: src/Module/Debug/Babel.php:67
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr "BBCode::toMarkdown => Markdown::convert"
+#: mod/network.php:967
+msgid "Shared Links"
+msgstr "Shared links"
 
-#: src/Module/Debug/Babel.php:73
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::toBBCode"
+#: mod/network.php:970
+msgid "Interesting Links"
+msgstr "Interesting links"
 
-#: src/Module/Debug/Babel.php:79
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+#: mod/network.php:977
+msgid "Starred"
+msgstr "Starred"
 
-#: src/Module/Debug/Babel.php:90
-msgid "Item Body"
-msgstr "Item body"
+#: mod/network.php:980
+msgid "Favourite Posts"
+msgstr "My favorite posts"
 
-#: src/Module/Debug/Babel.php:94
-msgid "Item Tags"
-msgstr "Item tags"
+#: mod/unfollow.php:36 mod/unfollow.php:92
+msgid "You aren't following this contact."
+msgstr "You aren't following this contact."
 
-#: src/Module/Debug/Babel.php:101
-msgid "Source input (Diaspora format)"
-msgstr "Source input (diaspora* format)"
+#: mod/unfollow.php:46 mod/unfollow.php:98
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Unfollowing is currently not supported by your network."
 
-#: src/Module/Debug/Babel.php:107
-msgid "Markdown::convert (raw HTML)"
-msgstr "Markdown::convert (raw HTML)"
+#: mod/unfollow.php:67
+msgid "Contact unfollowed"
+msgstr "Contact unfollowed"
 
-#: src/Module/Debug/Babel.php:112
-msgid "Markdown::convert"
-msgstr "Markdown::convert"
+#: mod/unfollow.php:118
+msgid "Disconnect/Unfollow"
+msgstr "Disconnect/Unfollow"
 
-#: src/Module/Debug/Babel.php:118
-msgid "Markdown::toBBCode"
-msgstr "Markdown::toBBCode"
+#: mod/profile_photo.php:58
+msgid "Image uploaded but image cropping failed."
+msgstr "Image uploaded but image cropping failed."
 
-#: src/Module/Debug/Babel.php:125
-msgid "Raw HTML input"
-msgstr "Raw HTML input"
+#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
+#: mod/profile_photo.php:311
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Image size reduction [%s] failed."
 
-#: src/Module/Debug/Babel.php:130
-msgid "HTML Input"
-msgstr "HTML input"
+#: mod/profile_photo.php:125
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
 
-#: src/Module/Debug/Babel.php:136
-msgid "HTML::toBBCode"
-msgstr "HTML::toBBCode"
+#: mod/profile_photo.php:133
+msgid "Unable to process image"
+msgstr "Unable to process image"
 
-#: src/Module/Debug/Babel.php:142
-msgid "HTML::toBBCode => BBCode::convert"
-msgstr "HTML::toBBCode => BBCode::convert"
+#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677
+#: mod/photos.php:706 mod/wall_upload.php:186
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "Image exceeds size limit of %s"
 
-#: src/Module/Debug/Babel.php:147
-msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
-msgstr "HTML::toBBCode => BBCode::convert (raw HTML)"
+#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200
+msgid "Unable to process image."
+msgstr "Unable to process image."
 
-#: src/Module/Debug/Babel.php:153
-msgid "HTML::toBBCode => BBCode::toPlaintext"
-msgstr ""
+#: mod/profile_photo.php:244
+msgid "Upload File:"
+msgstr "Upload File:"
 
-#: src/Module/Debug/Babel.php:159
-msgid "HTML::toMarkdown"
-msgstr "HTML::toMarkdown"
+#: mod/profile_photo.php:245
+msgid "Select a profile:"
+msgstr "Select a profile:"
 
-#: src/Module/Debug/Babel.php:165
-msgid "HTML::toPlaintext"
-msgstr "HTML::toPlaintext"
+#: mod/profile_photo.php:250
+msgid "or"
+msgstr "or"
 
-#: src/Module/Debug/Babel.php:171
-msgid "HTML::toPlaintext (compact)"
-msgstr ""
+#: mod/profile_photo.php:251
+msgid "skip this step"
+msgstr "skip this step"
 
-#: src/Module/Debug/Babel.php:179
-msgid "Source text"
-msgstr "Source text"
+#: mod/profile_photo.php:251
+msgid "select a photo from your photo albums"
+msgstr "select a photo from your photo albums"
 
-#: src/Module/Debug/Babel.php:180
-msgid "BBCode"
-msgstr "BBCode"
+#: mod/profile_photo.php:264
+msgid "Crop Image"
+msgstr "Crop Image"
 
-#: src/Module/Debug/Babel.php:181
-msgid "Markdown"
-msgstr "Markdown"
+#: mod/profile_photo.php:265
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Please adjust the image cropping for optimum viewing."
 
-#: src/Module/Debug/Babel.php:182
-msgid "HTML"
-msgstr "HTML"
+#: mod/profile_photo.php:267
+msgid "Done Editing"
+msgstr "Done editing"
 
-#: src/Module/Directory.php:61
-msgid "No entries (some entries may be hidden)."
-msgstr "No entries (entries may be hidden)."
+#: mod/profile_photo.php:301
+msgid "Image uploaded successfully."
+msgstr "Image uploaded successfully."
 
-#: src/Module/Directory.php:80
-msgid "Find on this site"
-msgstr "Find on this site"
+#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239
+msgid "Image upload failed."
+msgstr "Image upload failed."
 
-#: src/Module/Directory.php:82
-msgid "Results for:"
-msgstr "Results for:"
+#: mod/poke.php:178
+msgid "Poke/Prod"
+msgstr "Poke/Prod"
 
-#: src/Module/Directory.php:84
-msgid "Site Directory"
-msgstr "Site directory"
+#: mod/poke.php:179
+msgid "poke, prod or do other things to somebody"
+msgstr "Poke, prod or do other things to somebody"
 
-#: src/Module/Filer/SaveTag.php:39
-#, php-format
-msgid "Filetag %s saved to item"
-msgstr "File-tag %s saved to item"
+#: mod/poke.php:180
+msgid "Recipient"
+msgstr "Recipient:"
 
-#: src/Module/Filer/SaveTag.php:48
-msgid "- select -"
-msgstr "- select -"
+#: mod/poke.php:181
+msgid "Choose what you wish to do to recipient"
+msgstr "Choose what you wish to do:"
 
-#: src/Module/FollowConfirm.php:37
-msgid "No given contact."
-msgstr "No given contact."
+#: mod/poke.php:184
+msgid "Make this post private"
+msgstr "Make this post private"
 
-#: src/Module/Friendica.php:40
-msgid "Installed addons/apps:"
-msgstr "Installed addons/apps:"
+#: mod/photos.php:113 mod/photos.php:1609
+msgid "Recent Photos"
+msgstr "Recent photos"
 
-#: src/Module/Friendica.php:45
-msgid "No installed addons/apps"
-msgstr "No installed addons/apps"
+#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611
+msgid "Upload New Photos"
+msgstr "Upload new photos"
 
-#: src/Module/Friendica.php:50
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
-msgstr "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+#: mod/photos.php:170
+msgid "Contact information unavailable"
+msgstr "Contact information unavailable"
 
-#: src/Module/Friendica.php:57
-msgid "On this server the following remote servers are blocked."
-msgstr "On this server the following remote servers are blocked."
+#: mod/photos.php:192
+msgid "Album not found."
+msgstr "Album not found."
 
-#: src/Module/Friendica.php:75
-#, 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 "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."
+#: mod/photos.php:250
+msgid "Album successfully deleted"
+msgstr "Album successfully deleted"
 
-#: src/Module/Friendica.php:80
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."
+#: mod/photos.php:252
+msgid "Album was empty."
+msgstr "Album was empty."
 
-#: src/Module/Friendica.php:81
-msgid "Bug reports and issues: please visit"
-msgstr "Bug reports and issues: please visit"
+#: mod/photos.php:578
+msgid "a photo"
+msgstr "a photo"
 
-#: src/Module/Friendica.php:81
-msgid "the bugtracker at github"
-msgstr "the bugtracker at github"
+#: mod/photos.php:578
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s was tagged in %2$s by %3$s"
 
-#: src/Module/Friendica.php:82
-msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
-msgstr "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+#: mod/photos.php:680
+msgid "Image upload didn't complete, please try again"
+msgstr "Image upload didn't complete. Please try again."
 
-#: src/Module/Group.php:42
-msgid "Group created."
-msgstr "Group created."
+#: mod/photos.php:683
+msgid "Image file is missing"
+msgstr "Image file is missing"
 
-#: src/Module/Group.php:48
-msgid "Could not create group."
-msgstr "Could not create group."
+#: mod/photos.php:688
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr "Server can't accept new file uploads at this time. Please contact your administrator."
 
-#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233
-msgid "Group not found."
-msgstr "Group not found."
+#: mod/photos.php:714
+msgid "Image file is empty."
+msgstr "Image file is empty."
 
-#: src/Module/Group.php:65
-msgid "Group name changed."
-msgstr "Group name changed."
+#: mod/photos.php:846
+msgid "No photos selected"
+msgstr "No photos selected"
 
-#: src/Module/Group.php:87
-msgid "Unknown group."
-msgstr "Unknown group."
+#: mod/photos.php:912 mod/videos.php:168
+msgid "Access to this item is restricted."
+msgstr "Access to this item is restricted."
 
-#: src/Module/Group.php:96
-msgid "Contact is unavailable."
-msgstr "Contact is unavailable."
+#: mod/photos.php:966
+msgid "Upload Photos"
+msgstr "Upload photos"
 
-#: src/Module/Group.php:100
-msgid "Contact is deleted."
-msgstr "Contact is deleted."
+#: mod/photos.php:970 mod/photos.php:1062
+msgid "New album name: "
+msgstr "New album name: "
 
-#: src/Module/Group.php:106
-msgid "Contact is blocked, unable to add it to a group."
-msgstr "Contact is blocked, unable to add it to a group."
+#: mod/photos.php:971
+msgid "or select existing album:"
+msgstr "or select existing album:"
 
-#: src/Module/Group.php:110
-msgid "Unable to add the contact to the group."
-msgstr "Unable to add contact to group."
+#: mod/photos.php:972
+msgid "Do not show a status post for this upload"
+msgstr "Do not show a status post for this upload"
 
-#: src/Module/Group.php:112
-msgid "Contact successfully added to group."
-msgstr "Contact successfully added to group."
+#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215
+msgid "Show to Groups"
+msgstr "Show to groups"
 
-#: src/Module/Group.php:116
-msgid "Unable to remove the contact from the group."
-msgstr "Unable to remove contact from group."
+#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216
+msgid "Show to Contacts"
+msgstr "Show to contacts"
 
-#: src/Module/Group.php:118
-msgid "Contact successfully removed from group."
-msgstr "Contact successfully removed from group."
+#: mod/photos.php:1044
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Do you really want to delete this photo album and all its photos?"
 
-#: src/Module/Group.php:121
-msgid "Unknown group command."
-msgstr "Unknown group command."
+#: mod/photos.php:1046 mod/photos.php:1067
+msgid "Delete Album"
+msgstr "Delete album"
 
-#: src/Module/Group.php:124
-msgid "Bad request."
-msgstr "Bad request."
+#: mod/photos.php:1073
+msgid "Edit Album"
+msgstr "Edit album"
 
-#: src/Module/Group.php:163
-msgid "Save Group"
-msgstr "Save group"
+#: mod/photos.php:1074
+msgid "Drop Album"
+msgstr "Drop album"
 
-#: src/Module/Group.php:164
-msgid "Filter"
-msgstr "Filter"
+#: mod/photos.php:1079
+msgid "Show Newest First"
+msgstr "Show newest first"
 
-#: src/Module/Group.php:170
-msgid "Create a group of contacts/friends."
-msgstr "Create a group of contacts/friends."
+#: mod/photos.php:1081
+msgid "Show Oldest First"
+msgstr "Show oldest first"
 
-#: src/Module/Group.php:212
-msgid "Group removed."
-msgstr "Group removed."
+#: mod/photos.php:1102 mod/photos.php:1594
+msgid "View Photo"
+msgstr "View photo"
 
-#: src/Module/Group.php:214
-msgid "Unable to remove group."
-msgstr "Unable to remove group."
+#: mod/photos.php:1139
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permission denied. Access to this item may be restricted."
 
-#: src/Module/Group.php:265
-msgid "Delete Group"
-msgstr "Delete group"
+#: mod/photos.php:1141
+msgid "Photo not available"
+msgstr "Photo not available"
 
-#: src/Module/Group.php:275
-msgid "Edit Group Name"
-msgstr "Edit group name"
+#: mod/photos.php:1151
+msgid "Do you really want to delete this photo?"
+msgstr "Do you really want to delete this photo?"
 
-#: src/Module/Group.php:285
-msgid "Members"
-msgstr "Members"
+#: mod/photos.php:1153 mod/photos.php:1353
+msgid "Delete Photo"
+msgstr "Delete photo"
 
-#: src/Module/Group.php:301
-msgid "Remove contact from group"
-msgstr "Remove contact from group"
+#: mod/photos.php:1244
+msgid "View photo"
+msgstr "View photo"
 
-#: src/Module/Group.php:335
-msgid "Add contact to group"
-msgstr "Add contact to group"
+#: mod/photos.php:1246
+msgid "Edit photo"
+msgstr "Edit photo"
 
-#: src/Module/Help.php:43
-msgid "Help:"
-msgstr "Help:"
+#: mod/photos.php:1247
+msgid "Delete photo"
+msgstr "Delete photo"
 
-#: src/Module/Home.php:42
-#, php-format
-msgid "Welcome to %s"
-msgstr "Welcome to %s"
+#: mod/photos.php:1248
+msgid "Use as profile photo"
+msgstr "Use as profile photo"
 
-#: src/Module/Invite.php:37
-msgid "Total invitation limit exceeded."
-msgstr "Total invitation limit exceeded"
+#: mod/photos.php:1255
+msgid "Private Photo"
+msgstr "Private photo"
 
-#: src/Module/Invite.php:60
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Not a valid email address"
+#: mod/photos.php:1261
+msgid "View Full Size"
+msgstr "View full size"
 
-#: src/Module/Invite.php:87
-msgid "Please join us on Friendica"
-msgstr "Please join us on Friendica."
+#: mod/photos.php:1321
+msgid "Tags: "
+msgstr "Tags: "
 
-#: src/Module/Invite.php:96
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Invitation limit is exceeded. Please contact your site administrator."
+#: mod/photos.php:1324
+msgid "[Select tags to remove]"
+msgstr "[Select tags to remove]"
 
-#: src/Module/Invite.php:100
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Message delivery failed"
+#: mod/photos.php:1339
+msgid "New album name"
+msgstr "New album name"
 
-#: src/Module/Invite.php:104
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d message sent."
-msgstr[1] "%d messages sent."
+#: mod/photos.php:1340
+msgid "Caption"
+msgstr "Caption"
 
-#: src/Module/Invite.php:122
-msgid "You have no more invitations available"
-msgstr "You have no more invitations available."
+#: mod/photos.php:1341
+msgid "Add a Tag"
+msgstr "Add Tag"
 
-#: src/Module/Invite.php:129
-#, php-format
+#: mod/photos.php:1341
 msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Example: @bob, @jojo@example.com, #California, #camping"
 
-#: src/Module/Invite.php:131
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "To accept this invitation, please sign up at %s or any other public Friendica website."
+#: mod/photos.php:1342
+msgid "Do not rotate"
+msgstr "Do not rotate"
 
-#: src/Module/Invite.php:132
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."
+#: mod/photos.php:1343
+msgid "Rotate CW (right)"
+msgstr "Rotate right (CW)"
 
-#: src/Module/Invite.php:136
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
+#: mod/photos.php:1344
+msgid "Rotate CCW (left)"
+msgstr "Rotate left (CCW)"
 
-#: src/Module/Invite.php:139
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks."
-msgstr "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks."
+#: mod/photos.php:1529
+msgid "Map"
+msgstr "Map"
 
-#: src/Module/Invite.php:138
-#, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr "To accept this invitation, please visit and register at %s."
+#: mod/photos.php:1600 mod/videos.php:245
+msgid "View Album"
+msgstr "View album"
 
-#: src/Module/Invite.php:146
-msgid "Send invitations"
-msgstr "Send invitations"
+#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196
+#: mod/profiles.php:511 mod/dfrn_confirm.php:71
+msgid "Profile not found."
+msgstr "Profile not found."
 
-#: src/Module/Invite.php:147
-msgid "Enter email addresses, one per line:"
-msgstr "Enter email addresses, one per line:"
+#: mod/profiles.php:62
+msgid "Profile deleted."
+msgstr "Profile deleted."
 
-#: src/Module/Invite.php:151
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
+#: mod/profiles.php:78 mod/profiles.php:114
+msgid "Profile-"
+msgstr "Profile-"
 
-#: src/Module/Invite.php:153
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "You will need to supply this invitation code: $invite_code"
+#: mod/profiles.php:97 mod/profiles.php:135
+msgid "New profile created."
+msgstr "New profile created."
 
-#: src/Module/Invite.php:153
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Once you have signed up, please connect with me via my profile page at:"
+#: mod/profiles.php:120
+msgid "Profile unavailable to clone."
+msgstr "Profile unavailable to clone."
 
-#: src/Module/Invite.php:155
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Profile name is required."
 
-#: src/Module/Item/Compose.php:30
-msgid "Please enter a post body."
-msgstr ""
+#: mod/profiles.php:346
+msgid "Marital Status"
+msgstr "Marital status"
 
-#: src/Module/Item/Compose.php:43
-msgid "This feature is only available with the frio theme."
-msgstr ""
+#: mod/profiles.php:349
+msgid "Romantic Partner"
+msgstr "Romantic partner"
 
-#: src/Module/Item/Compose.php:63
-msgid "Compose new personal note"
-msgstr ""
+#: mod/profiles.php:358
+msgid "Work/Employment"
+msgstr "Work/Employment:"
 
-#: src/Module/Item/Compose.php:70
-msgid "Compose new post"
-msgstr ""
+#: mod/profiles.php:361
+msgid "Religion"
+msgstr "Religion"
 
-#: src/Module/Item/Compose.php:190
-msgid "Clear the location"
-msgstr ""
+#: mod/profiles.php:364
+msgid "Political Views"
+msgstr "Political views"
 
-#: src/Module/Item/Compose.php:191
-msgid "Location services are unavailable on your device"
-msgstr ""
+#: mod/profiles.php:367
+msgid "Gender"
+msgstr "Gender"
 
-#: src/Module/Item/Compose.php:192
-msgid ""
-"Location services are disabled. Please check the website's permissions on "
-"your device"
-msgstr ""
+#: mod/profiles.php:370
+msgid "Sexual Preference"
+msgstr "Sexual preference"
 
-#: src/Module/Item/Compose.php:196
-msgid "Public"
-msgstr ""
+#: mod/profiles.php:373
+msgid "XMPP"
+msgstr "XMPP"
 
-#: src/Module/Item/Compose.php:197
-msgid ""
-"This post will be sent to all your followers and can be seen in the "
-"community pages and by anyone with its link."
-msgstr ""
+#: mod/profiles.php:376
+msgid "Homepage"
+msgstr "Homepage"
 
-#: src/Module/Item/Compose.php:198
-msgid "Limited/Private"
-msgstr ""
+#: mod/profiles.php:379 mod/profiles.php:578
+msgid "Interests"
+msgstr "Interests"
 
-#: src/Module/Item/Compose.php:199
-msgid ""
-"This post will be sent only to the people in the first box, to the exception"
-" of the people mentioned in the second box. It won't appear anywhere public."
-msgstr ""
+#: mod/profiles.php:382
+msgid "Address"
+msgstr "Address"
 
-#: src/Module/Login.php:286
-msgid "Create a New Account"
-msgstr "Create a new account"
+#: mod/profiles.php:389 mod/profiles.php:574
+msgid "Location"
+msgstr "Location"
 
-#: src/Module/Login.php:319
-msgid "Password: "
-msgstr "Password: "
+#: mod/profiles.php:469
+msgid "Profile updated."
+msgstr "Profile updated."
 
-#: src/Module/Login.php:320
-msgid "Remember me"
-msgstr "Remember me"
+#: mod/profiles.php:523
+msgid "Hide contacts and friends:"
+msgstr "Hide contacts and friends:"
 
-#: src/Module/Login.php:323
-msgid "Or login using OpenID: "
-msgstr "Or login with OpenID: "
+#: mod/profiles.php:528
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Hide your contact/friend list from viewers of this profile?"
 
-#: src/Module/Login.php:329
-msgid "Forgot your password?"
-msgstr "Forgot your password?"
+#: mod/profiles.php:548
+msgid "Show more profile fields:"
+msgstr "Show more profile fields:"
 
-#: src/Module/Login.php:332
-msgid "Website Terms of Service"
-msgstr "Website Terms of Service"
+#: mod/profiles.php:560
+msgid "Profile Actions"
+msgstr "Profile actions"
 
-#: src/Module/Login.php:333
-msgid "terms of service"
-msgstr "Terms of service"
+#: mod/profiles.php:561
+msgid "Edit Profile Details"
+msgstr "Edit Profile Details"
 
-#: src/Module/Login.php:335
-msgid "Website Privacy Policy"
-msgstr "Website Privacy Policy"
+#: mod/profiles.php:563
+msgid "Change Profile Photo"
+msgstr "Change profile photo"
 
-#: src/Module/Login.php:336
-msgid "privacy policy"
-msgstr "Privacy policy"
+#: mod/profiles.php:565
+msgid "View this profile"
+msgstr "View this profile"
+
+#: mod/profiles.php:566
+msgid "View all profiles"
+msgstr "View all profiles"
 
-#: src/Module/Logout.php:38
-msgid "Logged out."
-msgstr "Logged out."
+#: mod/profiles.php:568
+msgid "Create a new profile using these settings"
+msgstr "Create a new profile using these settings"
 
-#: src/Module/Maintenance.php:29
-msgid "System down for maintenance"
-msgstr "Sorry, the system is currently down for maintenance."
+#: mod/profiles.php:569
+msgid "Clone this profile"
+msgstr "Clone this profile"
 
-#: src/Module/PageNotFound.php:13
-msgid "Page not found."
-msgstr "Page not found"
+#: mod/profiles.php:570
+msgid "Delete this profile"
+msgstr "Delete this profile"
 
-#: src/Module/Photo.php:87
-#, php-format
-msgid "Invalid photo with id %s."
-msgstr "Invalid photo with id %s."
+#: mod/profiles.php:572
+msgid "Basic information"
+msgstr "Basic information"
 
-#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36
-msgid "User not found."
-msgstr ""
+#: mod/profiles.php:573
+msgid "Profile picture"
+msgstr "Profile picture"
 
-#: src/Module/Profile/Contacts.php:78
-msgid "No contacts."
-msgstr "No contacts."
+#: mod/profiles.php:575
+msgid "Preferences"
+msgstr "Preferences"
 
-#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:569
-#: src/Module/Contact.php:1008
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Visit %s's profile [%s]"
+#: mod/profiles.php:576
+msgid "Status information"
+msgstr "Status information"
 
-#: src/Module/Profile/Contacts.php:112
-#, php-format
-msgid "Follower (%s)"
-msgid_plural "Followers (%s)"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/profiles.php:577
+msgid "Additional information"
+msgstr "Additional information"
 
-#: src/Module/Profile/Contacts.php:113
-#, php-format
-msgid "Following (%s)"
-msgid_plural "Following (%s)"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/profiles.php:580
+msgid "Relation"
+msgstr "Relation"
 
-#: src/Module/Profile/Contacts.php:114
-#, php-format
-msgid "Mutual friend (%s)"
-msgid_plural "Mutual friends (%s)"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/profiles.php:584
+msgid "Your Gender:"
+msgstr "Gender:"
 
-#: src/Module/Profile/Contacts.php:116
-#, php-format
-msgid "Contact (%s)"
-msgid_plural "Contacts (%s)"
-msgstr[0] ""
-msgstr[1] ""
+#: mod/profiles.php:585
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Marital status:"
 
-#: src/Module/Profile/Contacts.php:125
-msgid "All contacts"
-msgstr ""
+#: mod/profiles.php:587
+msgid "Example: fishing photography software"
+msgstr "Example: fishing photography software"
 
-#: src/Module/Register.php:83
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking \"Register\"."
-msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."
+#: mod/profiles.php:592
+msgid "Profile Name:"
+msgstr "Profile name:"
 
-#: src/Module/Register.php:84
+#: mod/profiles.php:594
 msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
-
-#: src/Module/Register.php:85
-msgid "Your OpenID (optional): "
-msgstr "Your OpenID (optional): "
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."
 
-#: src/Module/Register.php:94
-msgid "Include your profile in member directory?"
-msgstr "Include your profile in member directory?"
+#: mod/profiles.php:595
+msgid "Your Full Name:"
+msgstr "My full name:"
 
-#: src/Module/Register.php:117
-msgid "Note for the admin"
-msgstr "Note for the admin"
+#: mod/profiles.php:596
+msgid "Title/Description:"
+msgstr "Title/Description:"
 
-#: src/Module/Register.php:117
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Leave a message for the admin. Why do you want to join this node?"
+#: mod/profiles.php:599
+msgid "Street Address:"
+msgstr "Street address:"
 
-#: src/Module/Register.php:118
-msgid "Membership on this site is by invitation only."
-msgstr "Membership on this site is by invitation only."
+#: mod/profiles.php:600
+msgid "Locality/City:"
+msgstr "Locality/City:"
 
-#: src/Module/Register.php:119
-msgid "Your invitation code: "
-msgstr "Your invitation code: "
+#: mod/profiles.php:601
+msgid "Region/State:"
+msgstr "Region/State:"
 
-#: src/Module/Register.php:127
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Your full name: "
+#: mod/profiles.php:602
+msgid "Postal/Zip Code:"
+msgstr "Postcode:"
 
-#: src/Module/Register.php:128
-msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr "Your Email Address: (Initial information will be sent there, so this must be an existing address.)"
+#: mod/profiles.php:603
+msgid "Country:"
+msgstr "Country:"
 
-#: src/Module/Register.php:130
-msgid "Leave empty for an auto generated password."
-msgstr "Leave empty for an auto generated password."
+#: mod/profiles.php:607
+msgid "Who: (if applicable)"
+msgstr "Who: (if applicable)"
 
-#: src/Module/Register.php:132
-#, php-format
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be \"<strong>nickname@%s</strong>\"."
-msgstr "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."
+#: mod/profiles.php:607
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
 
-#: src/Module/Register.php:133
-msgid "Choose a nickname: "
-msgstr "Choose a nickname: "
+#: mod/profiles.php:608
+msgid "Since [date]:"
+msgstr "Since when:"
 
-#: src/Module/Register.php:142
-msgid "Import your profile to this friendica instance"
-msgstr "Import an existing Friendica profile to this node."
+#: mod/profiles.php:610
+msgid "Tell us about yourself..."
+msgstr "About myself:"
 
-#: src/Module/Register.php:149
-msgid "Note: This node explicitly contains adult content"
-msgstr "Note: This node explicitly contains adult content"
+#: mod/profiles.php:611
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) address:"
 
-#: src/Module/Register.php:242
+#: mod/profiles.php:611
 msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registration successful. Please check your email for further instructions."
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "The XMPP address will be propagated to your contacts so that they can follow you."
 
-#: src/Module/Register.php:246
-#, php-format
-msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Failed to send email message. Here are your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
+#: mod/profiles.php:612
+msgid "Homepage URL:"
+msgstr "Homepage URL:"
 
-#: src/Module/Register.php:253
-msgid "Registration successful."
-msgstr "Registration successful."
+#: mod/profiles.php:615
+msgid "Religious Views:"
+msgstr "Religious views:"
 
-#: src/Module/Register.php:258
-msgid "Your registration can not be processed."
-msgstr "Your registration cannot be processed."
+#: mod/profiles.php:616
+msgid "Public Keywords:"
+msgstr "Public keywords:"
 
-#: src/Module/Register.php:304
-msgid "Your registration is pending approval by the site owner."
-msgstr "Your registration is pending approval by the site administrator."
+#: mod/profiles.php:616
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "Used for suggesting potential friends, can be seen by others."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:36
-#: src/Module/Settings/TwoFactor/Recovery.php:34
-#: src/Module/Settings/TwoFactor/Verify.php:41
-msgid "Please enter your password to access this page."
-msgstr "Please enter your password to access this page."
+#: mod/profiles.php:617
+msgid "Private Keywords:"
+msgstr "Private keywords:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:54
-msgid "App-specific password generation failed: The description is empty."
-msgstr ""
+#: mod/profiles.php:617
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "Used for searching profiles, never shown to others."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:57
-msgid ""
-"App-specific password generation failed: This description already exists."
-msgstr ""
+#: mod/profiles.php:620
+msgid "Musical interests"
+msgstr "Music:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:61
-msgid "New app-specific password generated."
-msgstr ""
+#: mod/profiles.php:621
+msgid "Books, literature"
+msgstr "Books, literature, poetry:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:67
-msgid "App-specific passwords successfully revoked."
-msgstr ""
+#: mod/profiles.php:622
+msgid "Television"
+msgstr "Television:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:77
-msgid "App-specific password successfully revoked."
-msgstr ""
+#: mod/profiles.php:623
+msgid "Film/dance/culture/entertainment"
+msgstr "Film, dance, culture, entertainment"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:98
-msgid "Two-factor app-specific passwords"
-msgstr ""
+#: mod/profiles.php:624
+msgid "Hobbies/Interests"
+msgstr "Hobbies/Interests:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:100
-msgid ""
-"<p>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.</p>"
-msgstr ""
+#: mod/profiles.php:625
+msgid "Love/romance"
+msgstr "Love/Romance:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:101
-msgid ""
-"Make sure to copy your new app-specific password now. You won’t be able to "
-"see it again!"
-msgstr ""
+#: mod/profiles.php:626
+msgid "Work/employment"
+msgstr "Work/Employment:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:104
-msgid "Description"
-msgstr ""
+#: mod/profiles.php:627
+msgid "School/education"
+msgstr "School/Education:"
+
+#: mod/profiles.php:628
+msgid "Contact information and Social Networks"
+msgstr "Contact information and other social networks:"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:105
-msgid "Last Used"
-msgstr ""
+#: mod/profiles.php:668
+msgid "Edit/Manage Profiles"
+msgstr "Edit/Manage Profiles"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:106
-msgid "Revoke"
-msgstr ""
+#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72
+#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "Invalid request."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:107
-msgid "Revoke All"
-msgstr ""
+#: mod/wall_attach.php:90
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:110
-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 ""
+#: mod/wall_attach.php:90
+msgid "Or - did you try to upload an empty file?"
+msgstr "Or did you try to upload an empty file?"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:111
-msgid "Generate new app-specific password"
-msgstr ""
+#: mod/wall_attach.php:101
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "File exceeds size limit of %s"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:112
-msgid "Friendiqa on my Fairphone 2..."
-msgstr ""
+#: mod/wall_attach.php:116
+msgid "File upload failed."
+msgstr "File upload failed."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:113
-msgid "Generate"
-msgstr ""
+#: mod/item.php:127
+msgid "Unable to locate original post."
+msgstr "Unable to locate original post."
 
-#: src/Module/Settings/TwoFactor/Index.php:51
-msgid "Two-factor authentication successfully disabled."
-msgstr "Two-factor authentication successfully disabled."
+#: mod/item.php:330
+msgid "Empty post discarded."
+msgstr "Empty post discarded."
 
-#: src/Module/Settings/TwoFactor/Index.php:92
+#: mod/item.php:804
+#, php-format
 msgid ""
-"<p>Use an application on a mobile device to get two-factor authentication "
-"codes when prompted on login.</p>"
-msgstr "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"
-
-#: src/Module/Settings/TwoFactor/Index.php:96
-msgid "Authenticator app"
-msgstr "Authenticator app"
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "This message was sent to you by %s, a member of the Friendica social network."
 
-#: src/Module/Settings/TwoFactor/Index.php:97
-msgid "Configured"
-msgstr "Configured"
+#: mod/item.php:806
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "You may visit them online at %s"
 
-#: src/Module/Settings/TwoFactor/Index.php:97
-msgid "Not Configured"
-msgstr "Not configured"
+#: mod/item.php:807
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
 
-#: src/Module/Settings/TwoFactor/Index.php:98
-msgid "<p>You haven't finished configuring your authenticator app.</p>"
-msgstr "<p>You haven't finished configuring your authenticator app.</p>"
+#: mod/item.php:811
+#, php-format
+msgid "%s posted an update."
+msgstr "%s posted an update."
 
-#: src/Module/Settings/TwoFactor/Index.php:99
-msgid "<p>Your authenticator app is correctly configured.</p>"
-msgstr "<p>Your authenticator app is correctly configured.</p>"
+#: mod/oexchange.php:32
+msgid "Post successful."
+msgstr "Post successful."
 
-#: src/Module/Settings/TwoFactor/Index.php:101
-msgid "Recovery codes"
-msgstr "Recovery codes"
+#: mod/regmod.php:53
+msgid "Account approved."
+msgstr "Account approved."
 
-#: src/Module/Settings/TwoFactor/Index.php:102
-msgid "Remaining valid codes"
-msgstr "Remaining valid codes"
+#: mod/regmod.php:77
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registration revoked for %s"
 
-#: src/Module/Settings/TwoFactor/Index.php:104
-msgid ""
-"<p>These one-use codes can replace an authenticator app code in case you "
-"have lost access to it.</p>"
-msgstr "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"
+#: mod/regmod.php:84
+msgid "Please login."
+msgstr "Please login."
 
-#: src/Module/Settings/TwoFactor/Index.php:106
-msgid "App-specific passwords"
-msgstr ""
+#: mod/match.php:49
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No keywords to match. Please add keywords to your default profile."
 
-#: src/Module/Settings/TwoFactor/Index.php:107
-msgid "Generated app-specific passwords"
-msgstr ""
+#: mod/match.php:135
+msgid "Profile Match"
+msgstr "Profile Match"
 
-#: src/Module/Settings/TwoFactor/Index.php:109
-msgid ""
-"<p>These randomly generated passwords allow you to authenticate on apps not "
-"supporting two-factor authentication.</p>"
-msgstr ""
+#: mod/settings.php:192
+msgid "Missing some important data!"
+msgstr "Missing some important data!"
 
-#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:614
-msgid "Actions"
-msgstr "Actions"
+#: mod/settings.php:302
+msgid "Failed to connect with email account using the settings provided."
+msgstr "Failed to connect with email account using the settings provided."
 
-#: src/Module/Settings/TwoFactor/Index.php:112
-msgid "Current password:"
-msgstr "Current password:"
+#: mod/settings.php:307
+msgid "Email settings updated."
+msgstr "Email settings updated."
 
-#: src/Module/Settings/TwoFactor/Index.php:112
-msgid ""
-"You need to provide your current password to change two-factor "
-"authentication settings."
-msgstr "You need to provide your current password to change two-factor authentication settings."
+#: mod/settings.php:323
+msgid "Features updated"
+msgstr "Features updated"
 
-#: src/Module/Settings/TwoFactor/Index.php:113
-msgid "Enable two-factor authentication"
-msgstr "Enable two-factor authentication"
+#: mod/settings.php:384
+msgid "The theme you chose isn't available."
+msgstr "The theme you chose isn't available."
 
-#: src/Module/Settings/TwoFactor/Index.php:114
-msgid "Disable two-factor authentication"
-msgstr "Disable two-factor authentication"
+#: mod/settings.php:400
+msgid "Contact CSV file upload error"
+msgstr "Contact CSV file upload error"
 
-#: src/Module/Settings/TwoFactor/Index.php:115
-msgid "Show recovery codes"
-msgstr "Show recovery codes"
+#: mod/settings.php:414
+msgid "Importing Contacts done"
+msgstr "Importing contacts done"
 
-#: src/Module/Settings/TwoFactor/Index.php:116
-msgid "Manage app-specific passwords"
-msgstr ""
+#: mod/settings.php:423
+msgid "Relocate message has been send to your contacts"
+msgstr "Relocate message has been sent to your contacts"
 
-#: src/Module/Settings/TwoFactor/Index.php:117
-msgid "Finish app configuration"
-msgstr "Finish app configuration"
+#: mod/settings.php:435
+msgid "Passwords do not match."
+msgstr "Passwords do not match."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:50
-msgid "New recovery codes successfully generated."
-msgstr "New recovery codes successfully generated."
+#: mod/settings.php:449
+msgid "Password unchanged."
+msgstr "Password unchanged."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:76
-msgid "Two-factor recovery codes"
-msgstr "Two-factor recovery codes"
+#: mod/settings.php:531
+msgid " Please use a shorter name."
+msgstr " Please use a shorter name."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:78
-msgid ""
-"<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your "
-"device and don’t have the recovery codes you will lose access to your "
-"account.</p>"
-msgstr "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"
+#: mod/settings.php:534
+msgid " Name too short."
+msgstr " Name too short."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:80
-msgid ""
-"When you generate new recovery codes, you must copy the new codes. Your old "
-"codes won’t work anymore."
-msgstr "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."
+#: mod/settings.php:546
+msgid "Invalid email."
+msgstr "Invalid email."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:81
-msgid "Generate new recovery codes"
-msgstr "Generate new recovery codes"
+#: mod/settings.php:552
+msgid "Cannot change to that email."
+msgstr "Cannot change to that email."
 
-#: src/Module/Settings/TwoFactor/Recovery.php:83
-msgid "Next: Verification"
-msgstr "Next: Verification"
+#: mod/settings.php:590
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "Private forum has no privacy permissions. Using default privacy group."
 
-#: src/Module/Settings/TwoFactor/Verify.php:63
-msgid "Two-factor authentication successfully activated."
-msgstr "Two-factor authentication successfully activated."
+#: mod/settings.php:593
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "Private forum has no privacy permissions and no default privacy group."
 
-#: src/Module/Settings/TwoFactor/Verify.php:67
-#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43
-msgid "Invalid code, please retry."
-msgstr "Invalid code, please try again."
+#: mod/settings.php:610
+msgid "Settings updated."
+msgstr "Settings updated."
 
-#: src/Module/Settings/TwoFactor/Verify.php:96
-#, php-format
-msgid ""
-"<p>Or you can submit the authentication settings manually:</p>\n"
-"<dl>\n"
-"\t<dt>Issuer</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Account Name</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Secret Key</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Type</dt>\n"
-"\t<dd>Time-based</dd>\n"
-"\t<dt>Number of digits</dt>\n"
-"\t<dd>6</dd>\n"
-"\t<dt>Hashing algorithm</dt>\n"
-"\t<dd>SHA-1</dd>\n"
-"</dl>"
-msgstr "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"
+#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729
+msgid "Add application"
+msgstr "Add application"
 
-#: src/Module/Settings/TwoFactor/Verify.php:116
-msgid "Two-factor code verification"
-msgstr "Two-factor code verification"
+#: mod/settings.php:673 mod/settings.php:699
+msgid "Consumer Key"
+msgstr "Consumer key"
 
-#: src/Module/Settings/TwoFactor/Verify.php:118
-msgid ""
-"<p>Please scan this QR Code with your authenticator app and submit the "
-"provided code.</p>"
-msgstr "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"
+#: mod/settings.php:674 mod/settings.php:700
+msgid "Consumer Secret"
+msgstr "Consumer secret"
 
-#: src/Module/Settings/TwoFactor/Verify.php:120
-#, php-format
-msgid ""
-"<p>Or you can open the following URL in your mobile devicde:</p><p><a "
-"href=\"%s\">%s</a></p>"
-msgstr "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>"
+#: mod/settings.php:675 mod/settings.php:701
+msgid "Redirect"
+msgstr "Redirect"
 
-#: src/Module/Settings/TwoFactor/Verify.php:126
-#: src/Module/TwoFactor/Verify.php:67
-msgid "Please enter a code from your authentication app"
-msgstr "Please enter a code from your authentication app"
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Icon url"
+msgstr "Icon URL"
 
-#: src/Module/Settings/TwoFactor/Verify.php:127
-msgid "Verify code and enable two-factor authentication"
-msgstr "Verify code and enable two-factor authentication"
+#: mod/settings.php:687
+msgid "You can't edit this application."
+msgstr "You cannot edit this application."
 
-#: src/Module/Special/HTTPException.php:32
-msgid "Bad Request"
-msgstr "Bad request"
+#: mod/settings.php:728
+msgid "Connected Apps"
+msgstr "Connected Apps"
 
-#: src/Module/Special/HTTPException.php:33
-msgid "Unauthorized"
-msgstr "Unauthorized"
+#: mod/settings.php:732
+msgid "Client key starts with"
+msgstr "Client key starts with"
 
-#: src/Module/Special/HTTPException.php:34
-msgid "Forbidden"
-msgstr "Forbidden"
+#: mod/settings.php:733
+msgid "No name"
+msgstr "No name"
 
-#: src/Module/Special/HTTPException.php:35
-msgid "Not Found"
-msgstr "Not found"
+#: mod/settings.php:734
+msgid "Remove authorization"
+msgstr "Remove authorization"
 
-#: src/Module/Special/HTTPException.php:36
-msgid "Internal Server Error"
-msgstr "Internal Server Error"
+#: mod/settings.php:745
+msgid "No Addon settings configured"
+msgstr "No addon settings configured"
 
-#: src/Module/Special/HTTPException.php:37
-msgid "Service Unavailable"
-msgstr "Service Unavailable"
+#: mod/settings.php:754
+msgid "Addon Settings"
+msgstr "Addon Settings"
 
-#: src/Module/Special/HTTPException.php:44
-msgid ""
-"The server cannot or will not process the request due to an apparent client "
-"error."
-msgstr "The server cannot process the request due to an apparent client error."
+#: mod/settings.php:775
+msgid "Additional Features"
+msgstr "Additional Features"
 
-#: src/Module/Special/HTTPException.php:45
-msgid ""
-"Authentication is required and has failed or has not yet been provided."
-msgstr "Authentication is required but has failed or not yet being provided."
+#: mod/settings.php:800 mod/settings.php:801
+msgid "enabled"
+msgstr "enabled"
 
-#: src/Module/Special/HTTPException.php:46
-msgid ""
-"The request was valid, but the server is refusing action. The user might not"
-" have the necessary permissions for a resource, or may need an account."
-msgstr "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."
+#: mod/settings.php:800 mod/settings.php:801
+msgid "disabled"
+msgstr "disabled"
 
-#: src/Module/Special/HTTPException.php:47
-msgid ""
-"The requested resource could not be found but may be available in the "
-"future."
-msgstr "The requested resource could not be found but may be available in the future."
+#: mod/settings.php:800 mod/settings.php:801
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "Built-in support for %s connectivity is %s"
 
-#: src/Module/Special/HTTPException.php:48
-msgid ""
-"An unexpected condition was encountered and no more specific message is "
-"suitable."
-msgstr "An unexpected condition was encountered and no more specific message is available."
+#: mod/settings.php:801
+msgid "GNU Social (OStatus)"
+msgstr "GNU Social (OStatus)"
 
-#: src/Module/Special/HTTPException.php:49
-msgid ""
-"The server is currently unavailable (because it is overloaded or down for "
-"maintenance). Please try again later."
-msgstr "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later."
+#: mod/settings.php:832
+msgid "Email access is disabled on this site."
+msgstr "Email access is disabled on this site."
 
-#: src/Module/Special/HTTPException.php:55
-msgid "Go back"
-msgstr "Go back"
+#: mod/settings.php:837 mod/settings.php:873
+msgid "None"
+msgstr "None"
 
-#: src/Module/TwoFactor/Recovery.php:41
-#, php-format
-msgid "Remaining recovery codes: %d"
-msgstr "Remaining recovery codes: %d"
+#: mod/settings.php:848
+msgid "General Social Media Settings"
+msgstr "General Social Media Settings"
 
-#: src/Module/TwoFactor/Recovery.php:65
-msgid "Two-factor recovery"
-msgstr "Two-factor recovery"
+#: mod/settings.php:849
+msgid "Accept only top level posts by contacts you follow"
+msgstr "Accept only top-level posts by contacts you follow"
 
-#: src/Module/TwoFactor/Recovery.php:66
+#: mod/settings.php:849
 msgid ""
-"<p>You can enter one of your one-time recovery codes in case you lost access"
-" to your mobile device.</p>"
-msgstr "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"
+"The system does an auto completion of threads when a comment arrives. This "
+"has got the side effect that you can receive posts that had been started by "
+"a non-follower but had been commented by someone you follow. This setting "
+"deactivates this behaviour. When activated, you strictly only will receive "
+"posts from people you really do follow."
+msgstr "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow."
 
-#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66
-#, php-format
-msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
-msgstr "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
+#: mod/settings.php:850
+msgid "Disable Content Warning"
+msgstr "Disable content warning"
 
-#: src/Module/TwoFactor/Recovery.php:68
-msgid "Please enter a recovery code"
-msgstr "Please enter a recovery code"
+#: mod/settings.php:850
+msgid ""
+"Users on networks like Mastodon or Pleroma are able to set a content warning"
+" field which collapse their post by default. This disables the automatic "
+"collapsing and sets the content warning as the post title. Doesn't affect "
+"any other content filtering you eventually set up."
+msgstr "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up."
 
-#: src/Module/TwoFactor/Recovery.php:69
-msgid "Submit recovery code and complete login"
-msgstr "Submit recovery code and complete login"
+#: mod/settings.php:851
+msgid "Disable intelligent shortening"
+msgstr "Disable intelligent shortening"
 
-#: src/Module/TwoFactor/Verify.php:63
+#: mod/settings.php:851
 msgid ""
-"<p>Open the two-factor authentication app on your device to get an "
-"authentication code and verify your identity.</p>"
-msgstr "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"
+"Normally the system tries to find the best link to add to shortened posts. "
+"If this option is enabled then every shortened post will always point to the"
+" original friendica post."
+msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."
 
-#: src/Module/TwoFactor/Verify.php:68
-msgid "Verify code and complete login"
-msgstr "Verify code and complete login"
+#: mod/settings.php:852
+msgid "Attach the link title"
+msgstr "Attach the link title"
 
-#: src/Module/Welcome.php:25
-msgid "Welcome to Friendica"
-msgstr "Welcome to Friendica"
+#: mod/settings.php:852
+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 "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."
 
-#: src/Module/Welcome.php:26
-msgid "New Member Checklist"
-msgstr "New Member Checklist"
+#: mod/settings.php:853
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners"
 
-#: src/Module/Welcome.php:27
+#: mod/settings.php:853
 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 "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."
+"If you receive a message from an unknown OStatus user, this option decides "
+"what to do. If it is checked, a new contact will be created for every "
+"unknown user."
+msgstr "Create a new contact for every unknown OStatus user from whom you receive a message."
 
-#: src/Module/Welcome.php:29
-msgid "Getting Started"
-msgstr "Getting started"
+#: mod/settings.php:854
+msgid "Default group for OStatus contacts"
+msgstr "Default group for OStatus contacts"
 
-#: src/Module/Welcome.php:30
-msgid "Friendica Walk-Through"
-msgstr "Friendica walk-through"
+#: mod/settings.php:855
+msgid "Your legacy GNU Social account"
+msgstr "Your legacy GNU Social account"
 
-#: src/Module/Welcome.php:31
+#: mod/settings.php:855
 msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
+"If you enter your old 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 "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."
 
-#: src/Module/Welcome.php:34
-msgid "Go to Your Settings"
-msgstr "Go to your settings"
+#: mod/settings.php:858
+msgid "Repair OStatus subscriptions"
+msgstr "Repair OStatus subscriptions"
 
-#: src/Module/Welcome.php:35
-msgid ""
-"On your <em>Settings</em> 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 "On your <em>Settings</em> 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."
+#: mod/settings.php:862
+msgid "Email/Mailbox Setup"
+msgstr "Email/Mailbox setup"
 
-#: src/Module/Welcome.php:36
+#: mod/settings.php:863
 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 "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."
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
+msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."
 
-#: src/Module/Welcome.php:40
-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 "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."
+#: mod/settings.php:864
+msgid "Last successful email check:"
+msgstr "Last successful email check:"
 
-#: src/Module/Welcome.php:41
-msgid "Edit Your Profile"
-msgstr "Edit your profile"
+#: mod/settings.php:866
+msgid "IMAP server name:"
+msgstr "IMAP server name:"
 
-#: src/Module/Welcome.php:42
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
+#: mod/settings.php:867
+msgid "IMAP port:"
+msgstr "IMAP port:"
 
-#: src/Module/Welcome.php:43
-msgid "Profile Keywords"
-msgstr "Profile keywords"
+#: mod/settings.php:868
+msgid "Security:"
+msgstr "Security:"
 
-#: src/Module/Welcome.php:44
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
+#: mod/settings.php:869
+msgid "Email login name:"
+msgstr "Email login name:"
+
+#: mod/settings.php:870
+msgid "Email password:"
+msgstr "Email password:"
+
+#: mod/settings.php:871
+msgid "Reply-to address:"
+msgstr "Reply-to address:"
+
+#: mod/settings.php:872
+msgid "Send public posts to all email contacts:"
+msgstr "Send public posts to all email contacts:"
+
+#: mod/settings.php:873
+msgid "Action after import:"
+msgstr "Action after import:"
 
-#: src/Module/Welcome.php:46
-msgid "Connecting"
-msgstr "Connecting"
+#: mod/settings.php:873
+msgid "Move to folder"
+msgstr "Move to folder"
 
-#: src/Module/Welcome.php:48
-msgid "Importing Emails"
-msgstr "Importing emails"
+#: mod/settings.php:874
+msgid "Move to folder:"
+msgstr "Move to folder:"
 
-#: src/Module/Welcome.php:49
-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 "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
+#: mod/settings.php:906
+#, php-format
+msgid "%s - (Unsupported)"
+msgstr "%s - (Unsupported)"
 
-#: src/Module/Welcome.php:50
-msgid "Go to Your Contacts Page"
-msgstr "Go to your contacts page"
+#: mod/settings.php:952
+msgid "Display Settings"
+msgstr "Display Settings"
 
-#: src/Module/Welcome.php:51
-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 <em>Add New Contact</em> dialog."
-msgstr "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 <em>Add new contact</em> dialog."
+#: mod/settings.php:958
+msgid "Display Theme:"
+msgstr "Display theme:"
 
-#: src/Module/Welcome.php:52
-msgid "Go to Your Site's Directory"
-msgstr "Go to your site's directory"
+#: mod/settings.php:959
+msgid "Mobile Theme:"
+msgstr "Mobile theme:"
 
-#: src/Module/Welcome.php:53
+#: mod/settings.php:960
+msgid "Suppress warning of insecure networks"
+msgstr "Suppress warning of insecure networks"
+
+#: mod/settings.php:960
 msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
+"Should the system suppress the warning that the current group contains "
+"members of networks that can't receive non public postings."
+msgstr "Suppresses warnings if groups contain members whose networks cannot receive non-public postings."
 
-#: src/Module/Welcome.php:54
-msgid "Finding New People"
-msgstr "Finding new people"
+#: mod/settings.php:961
+msgid "Update browser every xx seconds"
+msgstr "Update browser every so many seconds:"
 
-#: src/Module/Welcome.php:55
-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 "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."
+#: mod/settings.php:961
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
+msgstr "Minimum 10 seconds; to disable -1."
 
-#: src/Module/Welcome.php:58
-msgid "Group Your Contacts"
-msgstr "Group your contacts"
+#: mod/settings.php:962
+msgid "Number of items to display per page:"
+msgstr "Number of items displayed per page:"
 
-#: src/Module/Welcome.php:59
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."
+#: mod/settings.php:962 mod/settings.php:963
+msgid "Maximum of 100 items"
+msgstr "Maximum of 100 items"
 
-#: src/Module/Welcome.php:61
-msgid "Why Aren't My Posts Public?"
-msgstr "Why aren't my posts public?"
+#: mod/settings.php:963
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Number of items displayed per page on mobile devices:"
 
-#: src/Module/Welcome.php:62
-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 "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."
+#: mod/settings.php:964
+msgid "Don't show emoticons"
+msgstr "Don't show emoticons"
 
-#: src/Module/Welcome.php:64
-msgid "Getting Help"
-msgstr "Getting help"
+#: mod/settings.php:965
+msgid "Calendar"
+msgstr "Calendar"
 
-#: src/Module/Welcome.php:65
-msgid "Go to the Help Section"
-msgstr "Go to the help section"
+#: mod/settings.php:966
+msgid "Beginning of week:"
+msgstr "Week begins: "
 
-#: src/Module/Welcome.php:66
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
+#: mod/settings.php:967
+msgid "Don't show notices"
+msgstr "Don't show notices"
 
-#: src/Module/Bookmarklet.php:35
-msgid "This page is missing a url parameter."
-msgstr "This page is missing a URL parameter."
+#: mod/settings.php:968
+msgid "Infinite scroll"
+msgstr "Infinite scroll"
 
-#: src/Module/Bookmarklet.php:57
-msgid "The post was created"
-msgstr "The post was created"
+#: mod/settings.php:969
+msgid "Automatic updates only at the top of the network page"
+msgstr "Automatically updates only top of the network page"
 
-#: src/Module/Contact.php:72
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d contact edited."
-msgstr[1] "%d contacts edited."
+#: mod/settings.php:969
+msgid ""
+"When disabled, the network page is updated all the time, which could be "
+"confusing while reading."
+msgstr "When disabled, the network page is updated all the time, which could be confusing while reading."
 
-#: src/Module/Contact.php:99
-msgid "Could not access contact record."
-msgstr "Could not access contact record."
+#: mod/settings.php:970
+msgid "Bandwidth Saver Mode"
+msgstr "Bandwidth saver mode"
 
-#: src/Module/Contact.php:109
-msgid "Could not locate selected profile."
-msgstr "Could not locate selected profile."
+#: mod/settings.php:970
+msgid ""
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
+msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."
 
-#: src/Module/Contact.php:141
-msgid "Contact updated."
-msgstr "Contact updated."
+#: mod/settings.php:971
+msgid "Disable Smart Threading"
+msgstr "Disable smart threading"
 
-#: src/Module/Contact.php:355
-msgid "Contact not found"
-msgstr ""
+#: mod/settings.php:971
+msgid "Disable the automatic suppression of extraneous thread indentation."
+msgstr "Disable the automatic suppression of extraneous thread indentation."
 
-#: src/Module/Contact.php:374
-msgid "Contact has been blocked"
-msgstr "Contact has been blocked"
+#: mod/settings.php:973
+msgid "General Theme Settings"
+msgstr "Themes"
 
-#: src/Module/Contact.php:374
-msgid "Contact has been unblocked"
-msgstr "Contact has been unblocked"
+#: mod/settings.php:974
+msgid "Custom Theme Settings"
+msgstr "Theme customization"
 
-#: src/Module/Contact.php:384
-msgid "Contact has been ignored"
-msgstr "Contact has been ignored"
+#: mod/settings.php:975
+msgid "Content Settings"
+msgstr "Content/Layout"
 
-#: src/Module/Contact.php:384
-msgid "Contact has been unignored"
-msgstr "Contact has been unignored"
+#: mod/settings.php:990
+msgid "Unable to find your profile. Please contact your admin."
+msgstr "Unable to find your profile. Please contact your admin."
 
-#: src/Module/Contact.php:394
-msgid "Contact has been archived"
-msgstr "Contact has been archived"
+#: mod/settings.php:1029
+msgid "Account Types"
+msgstr "Account types:"
 
-#: src/Module/Contact.php:394
-msgid "Contact has been unarchived"
-msgstr "Contact has been unarchived"
+#: mod/settings.php:1030
+msgid "Personal Page Subtypes"
+msgstr "Personal Page subtypes"
 
-#: src/Module/Contact.php:418
-msgid "Drop contact"
-msgstr "Drop contact"
+#: mod/settings.php:1031
+msgid "Community Forum Subtypes"
+msgstr "Community forum subtypes"
 
-#: src/Module/Contact.php:421 src/Module/Contact.php:798
-msgid "Do you really want to delete this contact?"
-msgstr "Do you really want to delete this contact?"
+#: mod/settings.php:1039
+msgid "Account for a personal profile."
+msgstr "Account for a personal profile."
 
-#: src/Module/Contact.php:435
-msgid "Contact has been removed."
-msgstr "Contact has been removed."
+#: mod/settings.php:1043
+msgid ""
+"Account for an organisation that automatically approves contact requests as "
+"\"Followers\"."
+msgstr "Account for an organization that automatically approves contact requests as \"Followers\"."
 
-#: src/Module/Contact.php:465
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "You are mutual friends with %s"
+#: mod/settings.php:1047
+msgid ""
+"Account for a news reflector that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "Account for a news reflector that automatically approves contact requests as \"Followers\"."
 
-#: src/Module/Contact.php:470
-#, php-format
-msgid "You are sharing with %s"
-msgstr "You are sharing with %s"
+#: mod/settings.php:1051
+msgid "Account for community discussions."
+msgstr "Account for community discussions."
 
-#: src/Module/Contact.php:475
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s is sharing with you"
+#: mod/settings.php:1055
+msgid ""
+"Account for a regular personal profile that requires manual approval of "
+"\"Friends\" and \"Followers\"."
+msgstr "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."
 
-#: src/Module/Contact.php:499
-msgid "Private communications are not available for this contact."
-msgstr "Private communications are not available for this contact."
+#: mod/settings.php:1059
+msgid ""
+"Account for a public profile that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "Account for a public profile that automatically approves contact requests as \"Followers\"."
 
-#: src/Module/Contact.php:501
-msgid "Never"
-msgstr "Never"
+#: mod/settings.php:1063
+msgid "Automatically approves all contact requests."
+msgstr "Automatically approves all contact requests."
 
-#: src/Module/Contact.php:504
-msgid "(Update was successful)"
-msgstr "(Update was successful)"
+#: mod/settings.php:1067
+msgid ""
+"Account for a popular profile that automatically approves contact requests "
+"as \"Friends\"."
+msgstr "Account for a popular profile that automatically approves contact requests as \"Friends\"."
 
-#: src/Module/Contact.php:504
-msgid "(Update was not successful)"
-msgstr "(Update was not successful)"
+#: mod/settings.php:1070
+msgid "Private Forum [Experimental]"
+msgstr "Private forum [Experimental]"
 
-#: src/Module/Contact.php:506 src/Module/Contact.php:1042
-msgid "Suggest friends"
-msgstr "Suggest friends"
+#: mod/settings.php:1071
+msgid "Requires manual approval of contact requests."
+msgstr "Requires manual approval of contact requests."
 
-#: src/Module/Contact.php:510
-#, php-format
-msgid "Network type: %s"
-msgstr "Network type: %s"
+#: mod/settings.php:1082
+msgid "OpenID:"
+msgstr "OpenID:"
 
-#: src/Module/Contact.php:515
-msgid "Communications lost with this contact!"
-msgstr "Communications lost with this contact!"
+#: mod/settings.php:1082
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Optional) Allow this OpenID to login to this account."
 
-#: src/Module/Contact.php:521
-msgid "Fetch further information for feeds"
-msgstr "Fetch further information for feeds"
+#: mod/settings.php:1090
+msgid "Publish your default profile in your local site directory?"
+msgstr "Publish default profile in local site directory?"
 
-#: src/Module/Contact.php:523
+#: mod/settings.php:1090
+#, php-format
 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 "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."
-
-#: src/Module/Contact.php:526
-msgid "Fetch information"
-msgstr "Fetch information"
+"Your profile will be published in this node's <a href=\"%s\">local "
+"directory</a>. Your profile details may be publicly visible depending on the"
+" system settings."
+msgstr "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."
 
-#: src/Module/Contact.php:527
-msgid "Fetch keywords"
-msgstr "Fetch keywords"
+#: mod/settings.php:1096
+msgid "Publish your default profile in the global social directory?"
+msgstr "Publish default profile in global directory?"
 
-#: src/Module/Contact.php:528
-msgid "Fetch information and keywords"
-msgstr "Fetch information and keywords"
+#: mod/settings.php:1096
+#, php-format
+msgid ""
+"Your profile will be published in the global friendica directories (e.g. <a "
+"href=\"%s\">%s</a>). Your profile will be visible in public."
+msgstr "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible."
 
-#: src/Module/Contact.php:547
-msgid "Profile Visibility"
-msgstr "Profile visibility"
+#: mod/settings.php:1096
+msgid ""
+"This setting also determines whether Friendica will inform search engines "
+"that your profile should be indexed or not. Third-party search engines may "
+"or may not respect this setting."
+msgstr "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."
 
-#: src/Module/Contact.php:548
-msgid "Contact Information / Notes"
-msgstr "Personal note"
+#: mod/settings.php:1103
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "Hide my contact list from others?"
 
-#: src/Module/Contact.php:549
-msgid "Contact Settings"
-msgstr "Notification and privacy "
+#: mod/settings.php:1103
+msgid ""
+"Your contact list won't be shown in your default profile page. You can "
+"decide to show your contact list separately for each additional profile you "
+"create"
+msgstr "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create"
 
-#: src/Module/Contact.php:558
-msgid "Contact"
-msgstr "Contact"
+#: mod/settings.php:1107
+msgid "Hide your profile details from anonymous viewers?"
+msgstr "Hide your profile details from anonymous viewers?"
 
-#: src/Module/Contact.php:562
-#, php-format
+#: mod/settings.php:1107
 msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
-
-#: src/Module/Contact.php:564
-msgid "Their personal note"
-msgstr "Their personal note"
+"Anonymous visitors will only see your profile picture, your display name and"
+" the nickname you are using on your profile page. Your public posts and "
+"replies will still be accessible by other means."
+msgstr "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means."
 
-#: src/Module/Contact.php:566
-msgid "Edit contact notes"
-msgstr "Edit contact notes"
+#: mod/settings.php:1111
+msgid "Allow friends to post to your profile page?"
+msgstr "Allow friends to post to my wall?"
 
-#: src/Module/Contact.php:570
-msgid "Block/Unblock contact"
-msgstr "Block/Unblock contact"
+#: mod/settings.php:1111
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
+msgstr "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"
 
-#: src/Module/Contact.php:571
-msgid "Ignore contact"
-msgstr "Ignore contact"
+#: mod/settings.php:1115
+msgid "Allow friends to tag your posts?"
+msgstr "Allow friends to tag my post?"
 
-#: src/Module/Contact.php:572
-msgid "Repair URL settings"
-msgstr "Repair URL settings"
+#: mod/settings.php:1115
+msgid "Your contacts can add additional tags to your posts."
+msgstr "Your contacts can add additional tags to your posts."
 
-#: src/Module/Contact.php:573
-msgid "View conversations"
-msgstr "View conversations"
+#: mod/settings.php:1119
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Allow us to suggest you as a potential friend to new members?"
 
-#: src/Module/Contact.php:578
-msgid "Last update:"
-msgstr "Last update:"
+#: mod/settings.php:1119
+msgid ""
+"If you like, Friendica may suggest new members to add you as a contact."
+msgstr "If you like, Friendica may suggest new members to add you as a contact."
 
-#: src/Module/Contact.php:580
-msgid "Update public posts"
-msgstr "Update public posts"
+#: mod/settings.php:1123
+msgid "Permit unknown people to send you private mail?"
+msgstr "Allow unknown people to send me private messages?"
 
-#: src/Module/Contact.php:582 src/Module/Contact.php:1052
-msgid "Update now"
-msgstr "Update now"
+#: mod/settings.php:1123
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
+msgstr "Friendica network users may send you private messages even if they are not in your contact list."
 
-#: src/Module/Contact.php:586 src/Module/Contact.php:803
-#: src/Module/Contact.php:1069
-msgid "Unignore"
-msgstr "Unignore"
+#: mod/settings.php:1127
+msgid "Profile is <strong>not published</strong>."
+msgstr "Profile is <strong>not published</strong>."
 
-#: src/Module/Contact.php:590
-msgid "Currently blocked"
-msgstr "Currently blocked"
+#: mod/settings.php:1133
+#, php-format
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+msgstr "My identity address: <strong>'%s'</strong> or '%s'"
 
-#: src/Module/Contact.php:591
-msgid "Currently ignored"
-msgstr "Currently ignored"
+#: mod/settings.php:1140
+msgid "Automatically expire posts after this many days:"
+msgstr "Automatically expire posts after this many days:"
 
-#: src/Module/Contact.php:592
-msgid "Currently archived"
-msgstr "Currently archived"
+#: mod/settings.php:1140
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Posts will not expire if empty;  expired posts will be deleted"
 
-#: src/Module/Contact.php:593
-msgid "Awaiting connection acknowledge"
-msgstr "Awaiting connection acknowledgement"
+#: mod/settings.php:1141
+msgid "Advanced expiration settings"
+msgstr "Advanced expiration settings"
 
-#: src/Module/Contact.php:594
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
+#: mod/settings.php:1142
+msgid "Advanced Expiration"
+msgstr "Advanced expiration"
 
-#: src/Module/Contact.php:595
-msgid "Notification for new posts"
-msgstr "Notification for new posts"
+#: mod/settings.php:1143
+msgid "Expire posts:"
+msgstr "Expire posts:"
 
-#: src/Module/Contact.php:595
-msgid "Send a notification of every new post of this contact"
-msgstr "Send notification for every new post from this contact"
+#: mod/settings.php:1144
+msgid "Expire personal notes:"
+msgstr "Expire personal notes:"
 
-#: src/Module/Contact.php:597
-msgid "Blacklisted keywords"
-msgstr "Blacklisted keywords"
+#: mod/settings.php:1145
+msgid "Expire starred posts:"
+msgstr "Expire starred posts:"
 
-#: src/Module/Contact.php:597
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
+#: mod/settings.php:1146
+msgid "Expire photos:"
+msgstr "Expire photos:"
 
-#: src/Module/Contact.php:663
-msgid "Show all contacts"
-msgstr "Show all contacts"
+#: mod/settings.php:1147
+msgid "Only expire posts by others:"
+msgstr "Only expire posts by others:"
 
-#: src/Module/Contact.php:668 src/Module/Contact.php:778
-msgid "Pending"
-msgstr ""
+#: mod/settings.php:1177
+msgid "Account Settings"
+msgstr "Account Settings"
 
-#: src/Module/Contact.php:671
-msgid "Only show pending contacts"
-msgstr ""
+#: mod/settings.php:1185
+msgid "Password Settings"
+msgstr "Password change"
 
-#: src/Module/Contact.php:676 src/Module/Contact.php:779
-msgid "Blocked"
-msgstr "Blocked"
+#: mod/settings.php:1186
+msgid ""
+"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
+"spaces, accentuated letters and colon (:)."
+msgstr "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."
 
-#: src/Module/Contact.php:679
-msgid "Only show blocked contacts"
-msgstr "Only show blocked contacts"
+#: mod/settings.php:1187
+msgid "Leave password fields blank unless changing"
+msgstr "Leave password fields blank unless changing"
 
-#: src/Module/Contact.php:684 src/Module/Contact.php:781
-msgid "Ignored"
-msgstr "Ignored"
+#: mod/settings.php:1188
+msgid "Current Password:"
+msgstr "Current password:"
 
-#: src/Module/Contact.php:687
-msgid "Only show ignored contacts"
-msgstr "Only show ignored contacts"
+#: mod/settings.php:1188 mod/settings.php:1189
+msgid "Your current password to confirm the changes"
+msgstr "Current password to confirm change"
 
-#: src/Module/Contact.php:692 src/Module/Contact.php:782
-msgid "Archived"
-msgstr "Archived"
+#: mod/settings.php:1189
+msgid "Password:"
+msgstr "Password:"
 
-#: src/Module/Contact.php:695
-msgid "Only show archived contacts"
-msgstr "Only show archived contacts"
+#: mod/settings.php:1192
+msgid "Delete OpenID URL"
+msgstr "Delete OpenID URL"
 
-#: src/Module/Contact.php:700 src/Module/Contact.php:780
-msgid "Hidden"
-msgstr "Hidden"
+#: mod/settings.php:1194
+msgid "Basic Settings"
+msgstr "Basic information"
 
-#: src/Module/Contact.php:703
-msgid "Only show hidden contacts"
-msgstr "Only show hidden contacts"
+#: mod/settings.php:1196
+msgid "Email Address:"
+msgstr "Email address:"
 
-#: src/Module/Contact.php:711
-msgid "Organize your contact groups"
-msgstr "Organize your contact groups"
+#: mod/settings.php:1197
+msgid "Your Timezone:"
+msgstr "Time zone:"
 
-#: src/Module/Contact.php:793
-msgid "Search your contacts"
-msgstr "Search your contacts"
+#: mod/settings.php:1198
+msgid "Your Language:"
+msgstr "Language:"
 
-#: src/Module/Contact.php:804 src/Module/Contact.php:1078
-msgid "Archive"
-msgstr "Archive"
+#: mod/settings.php:1198
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr "Set the language of your Friendica interface and emails sent to you."
 
-#: src/Module/Contact.php:804 src/Module/Contact.php:1078
-msgid "Unarchive"
-msgstr "Unarchive"
+#: mod/settings.php:1199
+msgid "Default Post Location:"
+msgstr "Posting location:"
 
-#: src/Module/Contact.php:807
-msgid "Batch Actions"
-msgstr "Batch actions"
+#: mod/settings.php:1200
+msgid "Use Browser Location:"
+msgstr "Use browser location:"
 
-#: src/Module/Contact.php:834
-msgid "Conversations started by this contact"
-msgstr "Conversations started by this contact"
+#: mod/settings.php:1203
+msgid "Security and Privacy Settings"
+msgstr "Security and privacy"
 
-#: src/Module/Contact.php:839
-msgid "Posts and Comments"
-msgstr "Posts and Comments"
+#: mod/settings.php:1205
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maximum friend requests per day:"
 
-#: src/Module/Contact.php:862
-msgid "View all contacts"
-msgstr "View all contacts"
+#: mod/settings.php:1205 mod/settings.php:1234
+msgid "(to prevent spam abuse)"
+msgstr "May prevent spam and abusive registrations"
 
-#: src/Module/Contact.php:873
-msgid "View all common friends"
-msgstr "View all common friends"
+#: mod/settings.php:1206
+msgid "Default Post Permissions"
+msgstr "Default post permissions"
 
-#: src/Module/Contact.php:883
-msgid "Advanced Contact Settings"
-msgstr "Advanced contact settings"
+#: mod/settings.php:1207
+msgid "(click to open/close)"
+msgstr "(reveal/hide)"
 
-#: src/Module/Contact.php:966
-msgid "Mutual Friendship"
-msgstr "Mutual friendship"
+#: mod/settings.php:1217
+msgid "Default Private Post"
+msgstr "Default private post"
 
-#: src/Module/Contact.php:971
-msgid "is a fan of yours"
-msgstr "is a fan of yours"
+#: mod/settings.php:1218
+msgid "Default Public Post"
+msgstr "Default public post"
 
-#: src/Module/Contact.php:976
-msgid "you are a fan of"
-msgstr "I follow them"
+#: mod/settings.php:1222
+msgid "Default Permissions for New Posts"
+msgstr "Default permissions for new posts"
 
-#: src/Module/Contact.php:994
-msgid "Pending outgoing contact request"
-msgstr ""
+#: mod/settings.php:1234
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximum private messages per day from unknown people:"
 
-#: src/Module/Contact.php:996
-msgid "Pending incoming contact request"
-msgstr ""
+#: mod/settings.php:1237
+msgid "Notification Settings"
+msgstr "Notification"
 
-#: src/Module/Contact.php:1009
-msgid "Edit contact"
-msgstr "Edit contact"
+#: mod/settings.php:1238
+msgid "Send a notification email when:"
+msgstr "Send notification email when:"
 
-#: src/Module/Contact.php:1063
-msgid "Toggle Blocked status"
-msgstr "Toggle blocked status"
+#: mod/settings.php:1239
+msgid "You receive an introduction"
+msgstr "Receiving an introduction"
 
-#: src/Module/Contact.php:1071
-msgid "Toggle Ignored status"
-msgstr "Toggle ignored status"
+#: mod/settings.php:1240
+msgid "Your introductions are confirmed"
+msgstr "My introductions are confirmed"
 
-#: src/Module/Contact.php:1080
-msgid "Toggle Archive status"
-msgstr "Toggle archive status"
+#: mod/settings.php:1241
+msgid "Someone writes on your profile wall"
+msgstr "Someone writes on my wall"
 
-#: src/Module/Contact.php:1088
-msgid "Delete contact"
-msgstr "Delete contact"
+#: mod/settings.php:1242
+msgid "Someone writes a followup comment"
+msgstr "A follow up comment is posted"
 
-#: src/Module/Install.php:159
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica Communications Server - Setup"
+#: mod/settings.php:1243
+msgid "You receive a private message"
+msgstr "receiving a private message"
 
-#: src/Module/Install.php:170
-msgid "System check"
-msgstr "System check"
+#: mod/settings.php:1244
+msgid "You receive a friend suggestion"
+msgstr "Receiving a friend suggestion"
 
-#: src/Module/Install.php:175
-msgid "Check again"
-msgstr "Check again"
+#: mod/settings.php:1245
+msgid "You are tagged in a post"
+msgstr "Tagged in a post"
 
-#: src/Module/Install.php:190
-msgid "Base settings"
-msgstr "Base settings"
+#: mod/settings.php:1246
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Poked in a post"
 
-#: src/Module/Install.php:197
-msgid "Host name"
-msgstr "Host name"
+#: mod/settings.php:1248
+msgid "Activate desktop notifications"
+msgstr "Activate desktop notifications"
 
-#: src/Module/Install.php:199
-msgid ""
-"Overwrite this field in case the determinated hostname isn't right, "
-"otherweise leave it as is."
-msgstr "Overwrite this field in case the hostname is incorrect, otherwise leave it as is."
+#: mod/settings.php:1248
+msgid "Show desktop popup on new notifications"
+msgstr "Show desktop pop-up on new notifications"
 
-#: src/Module/Install.php:202
-msgid "Base path to installation"
-msgstr "Base path to installation"
+#: mod/settings.php:1250
+msgid "Text-only notification emails"
+msgstr "Text-only notification emails"
 
-#: src/Module/Install.php:204
-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 "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."
+#: mod/settings.php:1252
+msgid "Send text only notification emails, without the html part"
+msgstr "Receive text only emails without HTML "
 
-#: src/Module/Install.php:207
-msgid "Sub path of the URL"
-msgstr "URL Sub-path "
+#: mod/settings.php:1254
+msgid "Show detailled notifications"
+msgstr "Show detailled notifications"
 
-#: src/Module/Install.php:209
+#: mod/settings.php:1256
 msgid ""
-"Overwrite this field in case the sub path determination isn't right, "
-"otherwise leave it as is. Leaving this field blank means the installation is"
-" at the base URL without sub path."
-msgstr "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path."
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
+msgstr "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed."
 
-#: src/Module/Install.php:220
-msgid "Database connection"
-msgstr "Database connection"
+#: mod/settings.php:1258
+msgid "Advanced Account/Page Type Settings"
+msgstr "Advanced account types"
 
-#: src/Module/Install.php:221
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "In order to install Friendica we need to know how to connect to your database."
+#: mod/settings.php:1259
+msgid "Change the behaviour of this account for special situations"
+msgstr "Change behavior of this account for special situations"
 
-#: src/Module/Install.php:222
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
+#: mod/settings.php:1262
+msgid "Import Contacts"
+msgstr "Import contacts"
 
-#: src/Module/Install.php:223
+#: mod/settings.php:1263
 msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
+"Upload a CSV file that contains the handle of your followed accounts in the "
+"first column you exported from the old account."
+msgstr "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."
 
-#: src/Module/Install.php:230
-msgid "Database Server Name"
-msgstr "Database server name"
+#: mod/settings.php:1264
+msgid "Upload File"
+msgstr "Upload file"
 
-#: src/Module/Install.php:235
-msgid "Database Login Name"
-msgstr "Database login name"
+#: mod/settings.php:1266
+msgid "Relocate"
+msgstr "Recent relocation"
 
-#: src/Module/Install.php:241
-msgid "Database Login Password"
-msgstr "Database login password"
+#: mod/settings.php:1267
+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 "If you have moved this profile from another server and some of your contacts don't receive your updates:"
 
-#: src/Module/Install.php:243
-msgid "For security reasons the password must not be empty"
-msgstr "For security reasons the password must not be empty"
+#: mod/settings.php:1268
+msgid "Resend relocate message to contacts"
+msgstr "Resend relocation message to contacts"
 
-#: src/Module/Install.php:246
-msgid "Database Name"
-msgstr "Database name"
+#: mod/suggest.php:28
+msgid "Contact suggestion successfully ignored."
+msgstr "Contact suggestion successfully ignored."
 
-#: src/Module/Install.php:250 src/Module/Install.php:279
-msgid "Please select a default timezone for your website"
-msgstr "Please select a default time zone for your website"
+#: mod/suggest.php:52
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
 
-#: src/Module/Install.php:264
-msgid "Site settings"
-msgstr "Site settings"
+#: mod/suggest.php:71
+msgid "Do you really want to delete this suggestion?"
+msgstr "Do you really want to delete this suggestion?"
 
-#: src/Module/Install.php:274
-msgid "Site administrator email address"
-msgstr "Site administrator email address"
+#: mod/suggest.php:89 mod/suggest.php:109
+msgid "Ignore/Hide"
+msgstr "Ignore/Hide"
 
-#: src/Module/Install.php:276
+#: mod/dfrn_confirm.php:127
 msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Your account email address must match this in order to use the web admin panel."
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
 
-#: src/Module/Install.php:283
-msgid "System Language:"
-msgstr "System language:"
+#: mod/dfrn_confirm.php:228
+msgid "Response from remote site was not understood."
+msgstr "Response from remote site was not understood."
 
-#: src/Module/Install.php:285
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Set the default language for your Friendica installation interface and email communication."
+#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241
+msgid "Unexpected response from remote site: "
+msgstr "Unexpected response from remote site: "
 
-#: src/Module/Install.php:297
-msgid "Your Friendica site database has been installed."
-msgstr "Your Friendica site database has been installed."
+#: mod/dfrn_confirm.php:250
+msgid "Confirmation completed successfully."
+msgstr "Confirmation completed successfully."
 
-#: src/Module/Install.php:305
-msgid "Installation finished"
-msgstr "Installation finished"
+#: mod/dfrn_confirm.php:262
+msgid "Temporary failure. Please wait and try again."
+msgstr "Temporary failure. Please wait and try again."
 
-#: src/Module/Install.php:327
-msgid "<h1>What next</h1>"
-msgstr "<h1>What next</h1>"
+#: mod/dfrn_confirm.php:265
+msgid "Introduction failed or was revoked."
+msgstr "Introduction failed or was revoked."
 
-#: src/Module/Install.php:328
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"worker."
-msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the worker."
+#: mod/dfrn_confirm.php:270
+msgid "Remote site reported: "
+msgstr "Remote site reported: "
 
-#: src/Module/Install.php:331
+#: mod/dfrn_confirm.php:375
 #, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as"
-" administrator email. This will allow you to enter the site admin panel."
-msgstr "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."
+msgid "No user record found for '%s' "
+msgstr "No user record found for '%s' "
 
-#: src/Object/Post.php:138
-msgid "This entry was edited"
-msgstr "This entry was edited"
+#: mod/dfrn_confirm.php:385
+msgid "Our site encryption key is apparently messed up."
+msgstr "Our site encryption key is apparently messed up."
 
-#: src/Object/Post.php:158
-msgid "Private Message"
-msgstr "Private message"
+#: mod/dfrn_confirm.php:396
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "An empty URL was provided, or the URL could not be decrypted by us."
 
-#: src/Object/Post.php:200
-msgid "Delete locally"
-msgstr "Delete locally"
+#: mod/dfrn_confirm.php:412
+msgid "Contact record was not found for you on our site."
+msgstr "Contact record was not found for you on our site."
 
-#: src/Object/Post.php:203
-msgid "Delete globally"
-msgstr "Delete globally"
+#: mod/dfrn_confirm.php:426
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Site public key not available in contact record for URL %s."
 
-#: src/Object/Post.php:203
-msgid "Remove locally"
-msgstr "Remove locally"
+#: mod/dfrn_confirm.php:442
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
 
-#: src/Object/Post.php:217
-msgid "save to folder"
-msgstr "Save to folder"
+#: mod/dfrn_confirm.php:453
+msgid "Unable to set your contact credentials on our system."
+msgstr "Unable to set your contact credentials on our system."
 
-#: src/Object/Post.php:252
-msgid "I will attend"
-msgstr "I will attend"
+#: mod/dfrn_confirm.php:509
+msgid "Unable to update your contact profile details on our system"
+msgstr "Unable to update your contact profile details on our system"
 
-#: src/Object/Post.php:252
-msgid "I will not attend"
-msgstr "I will not attend"
+#: mod/removeme.php:46
+msgid "User deleted their account"
+msgstr "User deleted their account"
 
-#: src/Object/Post.php:252
-msgid "I might attend"
-msgstr "I might attend"
+#: mod/removeme.php:47
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
+msgstr "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups."
 
-#: src/Object/Post.php:280
-msgid "ignore thread"
-msgstr "Ignore thread"
+#: mod/removeme.php:48
+#, php-format
+msgid "The user id is %d"
+msgstr "The user id is %d"
 
-#: src/Object/Post.php:281
-msgid "unignore thread"
-msgstr "Unignore thread"
+#: mod/removeme.php:84 mod/removeme.php:87
+msgid "Remove My Account"
+msgstr "Remove My Account"
 
-#: src/Object/Post.php:282
-msgid "toggle ignore status"
-msgstr "Toggle ignore status"
+#: mod/removeme.php:85
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "This will completely remove your account. Once this has been done it is not recoverable."
 
-#: src/Object/Post.php:293
-msgid "add star"
-msgstr "Add star"
+#: mod/removeme.php:86
+msgid "Please enter your password for verification:"
+msgstr "Please enter your password for verification:"
 
-#: src/Object/Post.php:294
-msgid "remove star"
-msgstr "Remove star"
+#: mod/wall_upload.php:231
+msgid "Wall Photos"
+msgstr "Wall photos"
 
-#: src/Object/Post.php:295
-msgid "toggle star status"
-msgstr "Toggle star status"
+#: mod/editpost.php:29 mod/editpost.php:39
+msgid "Item not found"
+msgstr "Item not found"
 
-#: src/Object/Post.php:298
-msgid "starred"
-msgstr "Starred"
+#: mod/editpost.php:46
+msgid "Edit post"
+msgstr "Edit post"
 
-#: src/Object/Post.php:302
-msgid "add tag"
-msgstr "Add tag"
+#: mod/editpost.php:78
+msgid "web link"
+msgstr "web link"
 
-#: src/Object/Post.php:313
-msgid "like"
-msgstr "Like"
+#: mod/editpost.php:79
+msgid "Insert video link"
+msgstr "Insert video link"
 
-#: src/Object/Post.php:314
-msgid "dislike"
-msgstr "Dislike"
+#: mod/editpost.php:80
+msgid "video link"
+msgstr "video link"
 
-#: src/Object/Post.php:317
-msgid "Share this"
-msgstr "Share this"
+#: mod/editpost.php:81
+msgid "Insert audio link"
+msgstr "Insert audio link"
 
-#: src/Object/Post.php:317
-msgid "share"
-msgstr "Share"
+#: mod/editpost.php:82
+msgid "audio link"
+msgstr "audio link"
 
-#: src/Object/Post.php:385
-msgid "to"
-msgstr "to"
+#: mod/subthread.php:107
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s is following %2$s's %3$s"
 
-#: src/Object/Post.php:386
-msgid "via"
-msgstr "via"
+#: mod/message.php:74
+msgid "Unable to locate contact information."
+msgstr "Unable to locate contact information."
 
-#: src/Object/Post.php:387
-msgid "Wall-to-Wall"
-msgstr "Wall-to-wall"
+#: mod/message.php:148
+msgid "Do you really want to delete this message?"
+msgstr "Do you really want to delete this message?"
 
-#: src/Object/Post.php:388
-msgid "via Wall-To-Wall:"
-msgstr "via wall-to-wall:"
+#: mod/message.php:166
+msgid "Conversation not found."
+msgstr "Conversation not found."
 
-#: src/Object/Post.php:421
-#, php-format
-msgid "Reply to %s"
-msgstr "Reply to %s"
+#: mod/message.php:171
+msgid "Message deleted."
+msgstr "Message deleted."
 
-#: src/Object/Post.php:437
-msgid "Notifier task is pending"
-msgstr "Notifier task is pending"
+#: mod/message.php:176 mod/message.php:190
+msgid "Conversation removed."
+msgstr "Conversation removed."
 
-#: src/Object/Post.php:438
-msgid "Delivery to remote servers is pending"
-msgstr "Delivery to remote servers is pending"
+#: mod/message.php:289
+msgid "No messages."
+msgstr "No messages."
 
-#: src/Object/Post.php:439
-msgid "Delivery to remote servers is underway"
-msgstr "Delivery to remote servers is underway"
+#: mod/message.php:352
+msgid "Message not available."
+msgstr "Message not available."
 
-#: src/Object/Post.php:440
-msgid "Delivery to remote servers is mostly done"
-msgstr "Delivery to remote servers is mostly done"
+#: mod/message.php:406
+msgid "Delete message"
+msgstr "Delete message"
 
-#: src/Object/Post.php:441
-msgid "Delivery to remote servers is done"
-msgstr "Delivery to remote servers is done"
+#: mod/message.php:408 mod/message.php:540
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: src/Object/Post.php:461
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comment"
-msgstr[1] "%d comments -"
+#: mod/message.php:423 mod/message.php:537
+msgid "Delete conversation"
+msgstr "Delete conversation"
 
-#: src/Object/Post.php:462
-msgid "Show more"
-msgstr "Show more"
+#: mod/message.php:425
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
 
-#: src/Object/Post.php:463
-msgid "Show fewer"
-msgstr "Show fewer"
+#: mod/message.php:429
+msgid "Send Reply"
+msgstr "Send reply"
 
-#: src/App/Module.php:205
-msgid "You must be logged in to use addons. "
-msgstr "You must be logged in to use addons. "
+#: mod/message.php:512
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Unknown sender - %s"
 
-#: src/App/Page.php:229
-msgid "Delete this item?"
-msgstr "Delete this item?"
+#: mod/message.php:514
+#, php-format
+msgid "You and %s"
+msgstr "Me and %s"
 
-#: src/App/Page.php:277
-msgid "toggle mobile"
-msgstr "Toggle mobile"
+#: mod/message.php:516
+#, php-format
+msgid "%s and You"
+msgstr "%s and me"
 
-#: src/LegacyModule.php:30
+#: mod/message.php:543
 #, php-format
-msgid "Legacy module file not found: %s"
-msgstr "Legacy module file not found: %s"
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d message"
+msgstr[1] "%d messages"
 
-#: src/BaseModule.php:135
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
+#: mod/repair_ostatus.php:21
+msgid "Resubscribing to OStatus contacts"
+msgstr "Resubscribing to OStatus contacts"
 
-#: src/Console/ArchiveContact.php:86
-#, php-format
-msgid "Could not find any unarchived contact entry for this URL (%s)"
-msgstr "Could not find any unarchived contact entry for this URL (%s)"
+#: mod/hcard.php:21
+msgid "No profile"
+msgstr "No profile"
 
-#: src/Console/ArchiveContact.php:89
-msgid "The contact entries have been archived"
-msgstr "The contact entries have been archived"
+#: mod/profperm.php:30
+msgid "Permission denied"
+msgstr "Permission denied"
 
-#: src/Console/NewPassword.php:93
-msgid "Enter new password: "
-msgstr "Enter new password: "
+#: mod/profperm.php:36 mod/profperm.php:69
+msgid "Invalid profile identifier."
+msgstr "Invalid profile identifier."
 
-#: src/Console/PostUpdate.php:73
-#, php-format
-msgid "Post update version number has been set to %s."
-msgstr "Post update version number has been set to %s."
+#: mod/profperm.php:115
+msgid "Profile Visibility Editor"
+msgstr "Profile Visibility Editor"
 
-#: src/Console/PostUpdate.php:81
-msgid "Check for pending update actions."
-msgstr "Check for pending update actions."
+#: mod/profperm.php:128
+msgid "Visible To"
+msgstr "Visible to"
 
-#: src/Console/PostUpdate.php:83
-msgid "Done."
-msgstr "Done."
+#: mod/profperm.php:144
+msgid "All Contacts (with secure profile access)"
+msgstr "All contacts with secure profile access"
 
-#: src/Console/PostUpdate.php:85
-msgid "Execute pending post updates."
-msgstr "Execute pending post updates."
+#: mod/tagrm.php:31
+msgid "Tag(s) removed"
+msgstr "Tag(s) removed"
 
-#: src/Console/PostUpdate.php:91
-msgid "All pending post updates are done."
-msgstr "All pending post updates are done."
+#: mod/tagrm.php:101
+msgid "Remove Item Tag"
+msgstr "Remove Item tag"
 
-#: src/App.php:485
-msgid "No system theme config value set."
-msgstr "No system theme configuration value set."
+#: mod/tagrm.php:103
+msgid "Select a tag to remove: "
+msgstr "Select a tag to remove: "
 
-#: update.php:218
-#, php-format
-msgid "%s: Updating author-id and owner-id in item and thread table. "
-msgstr "%s: Updating author-id and owner-id in item and thread table. "
+#: mod/videos.php:120
+msgid "No videos selected"
+msgstr "No videos selected"
 
-#: update.php:273
-#, php-format
-msgid "%s: Updating post-type."
-msgstr "%s: Updating post-type."
+#: mod/videos.php:253
+msgid "Recent Videos"
+msgstr "Recent videos"
+
+#: mod/videos.php:255
+msgid "Upload New Videos"
+msgstr "Upload new videos"
index 8e1769bbbe1598df552503015cbc9c63998f8579..85e3773efa31a4489339eba5d5786be1f8834742 100644 (file)
@@ -6,11 +6,6 @@ function string_plural_select_en_us($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Item not found."] = "Item not found.";
-$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?";
-$a->strings["Yes"] = "Yes";
-$a->strings["Cancel"] = "Cancel";
-$a->strings["Permission denied."] = "Permission denied.";
 $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
        0 => "Daily posting limit of %d post reached. The post was rejected.",
        1 => "Daily posting limit of %d posts reached. This post was rejected.",
@@ -21,6 +16,69 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] =
 ];
 $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Monthly posting limit of %d posts reached. This post was rejected.";
 $a->strings["Profile Photos"] = "Profile photos";
+$a->strings["Friendica Notification"] = "Friendica notification";
+$a->strings["Thank You,"] = "Thank you";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
+$a->strings["%s Administrator"] = "%s Administrator";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
+$a->strings["a private message"] = "a private message";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
+$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]your %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s.";
+$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s.";
+$a->strings["Name:"] = "Name:";
+$a->strings["Photo:"] = "Photo:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship.";
+$a->strings["'%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."] = "'%1\$s' has chosen to accept you as 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.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Please visit %s  if you wish to make any changes to this relationship.";
+$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]";
+$a->strings["registration request"] = "registration request";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s.";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s.";
+$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request.";
 $a->strings["event"] = "event";
 $a->strings["status"] = "status";
 $a->strings["photo"] = "photo";
@@ -113,6 +171,7 @@ $a->strings["Permission settings"] = "Permission settings";
 $a->strings["permissions"] = "permissions";
 $a->strings["Public post"] = "Public post";
 $a->strings["Preview"] = "Preview";
+$a->strings["Cancel"] = "Cancel";
 $a->strings["Post to Groups"] = "Post to groups";
 $a->strings["Post to Contacts"] = "Post to contacts";
 $a->strings["Private post"] = "Private post";
@@ -135,912 +194,469 @@ $a->strings["Undecided"] = [
        0 => "Undecided",
        1 => "Undecided",
 ];
-$a->strings["Friendica Notification"] = "Friendica notification";
-$a->strings["Thank You,"] = "Thank you";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
-$a->strings["%s Administrator"] = "%s Administrator";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
-$a->strings["a private message"] = "a private message";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
-$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]your %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s tagged you on [url=%2\$s]their %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]their %3\$s[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s.";
-$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s.";
-$a->strings["Name:"] = "Name:";
-$a->strings["Photo:"] = "Photo:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url].";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship.";
-$a->strings["'%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."] = "'%1\$s' has chosen to accept you as 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.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future.";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Please visit %s  if you wish to make any changes to this relationship.";
-$a->strings["[Friendica System Notify]"] = "[Friendica System Notify]";
-$a->strings["registration request"] = "registration request";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s.";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s.";
-$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request.";
-$a->strings["Authorize application connection"] = "Authorize application connection";
-$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
-$a->strings["Please login to continue."] = "Please login to continue.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?";
-$a->strings["No"] = "No";
-$a->strings["Parent user not found."] = "Parent user not found.";
-$a->strings["No parent user"] = "No parent user";
-$a->strings["Parent Password:"] = "Parent Password:";
-$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorize this request.";
-$a->strings["Parent User"] = "Parent user";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access.";
-$a->strings["Save Settings"] = "Save settings";
-$a->strings["Delegate Page Management"] = "Delegate Page Management";
-$a->strings["Delegates"] = "Delegates";
-$a->strings["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."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
-$a->strings["Existing Page Delegates"] = "Existing page delegates";
-$a->strings["Potential Delegates"] = "Potential delegates";
-$a->strings["Remove"] = "Remove";
-$a->strings["Add"] = "Add";
-$a->strings["No entries."] = "No entries.";
-$a->strings["Post successful."] = "Post successful.";
-$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
-$a->strings["No contact provided."] = "No contact provided.";
-$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact.";
-$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact.";
-$a->strings["Done"] = "Done";
-$a->strings["success"] = "success";
-$a->strings["failed"] = "failed";
-$a->strings["ignored"] = "Ignored";
-$a->strings["Keep this window open until done."] = "Keep this window open until done.";
-$a->strings["Permission denied"] = "Permission denied";
-$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
-$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
+$a->strings["Item not found."] = "Item not found.";
+$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?";
+$a->strings["Yes"] = "Yes";
+$a->strings["Permission denied."] = "Permission denied.";
+$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. ";
+$a->strings["%s: Updating post-type."] = "%s: Updating post-type.";
+$a->strings["Community Profiles"] = "Community profiles";
+$a->strings["Last users"] = "Last users";
+$a->strings["Find People"] = "Find people";
+$a->strings["Enter name or interest"] = "Enter name or interest";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
+$a->strings["Find"] = "Find";
+$a->strings["Friend Suggestions"] = "Friend suggestions";
+$a->strings["Similar Interests"] = "Similar interests";
+$a->strings["Random Profile"] = "Random profile";
+$a->strings["Invite Friends"] = "Invite friends";
+$a->strings["Global Directory"] = "Global directory";
+$a->strings["Local Directory"] = "Local directory";
+$a->strings["Forums"] = "Forums";
+$a->strings["External link to forum"] = "External link to forum";
+$a->strings["show more"] = "show more";
+$a->strings["Quick Start"] = "Quick start";
+$a->strings["Help"] = "Help";
+$a->strings["Connect Services"] = "Connect services";
+$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums";
+$a->strings["don't show"] = "don't show";
+$a->strings["show"] = "show";
+$a->strings["Submit"] = "Submit";
+$a->strings["Theme settings"] = "Theme settings";
+$a->strings["Set style"] = "Set style";
+$a->strings["Community Pages"] = "Community pages";
+$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
+$a->strings["Find Friends"] = "Find friends";
+$a->strings["default"] = "default";
+$a->strings["greenzero"] = "greenzero";
+$a->strings["purplezero"] = "purplezero";
+$a->strings["easterbunny"] = "easterbunny";
+$a->strings["darkzero"] = "darkzero";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "slackr";
+$a->strings["Variations"] = "Variations";
+$a->strings["Top Banner"] = "Top Banner";
+$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background color below on long pages.";
+$a->strings["Full screen"] = "Full screen";
+$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom.";
+$a->strings["Single row mosaic"] = "Single row mosaic";
+$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal.";
+$a->strings["Mosaic"] = "Mosaic";
+$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen.";
+$a->strings["Guest"] = "Guest";
+$a->strings["Visitor"] = "Visitor";
+$a->strings["Status"] = "Status";
+$a->strings["Your posts and conversations"] = "My posts and conversations";
 $a->strings["Profile"] = "Profile";
-$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it.";
-$a->strings["Visible To"] = "Visible to";
-$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
-$a->strings["Account approved."] = "Account approved.";
-$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
-$a->strings["Please login."] = "Please login.";
-$a->strings["User deleted their account"] = "User deleted their account";
-$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups.";
-$a->strings["The user id is %d"] = "The user id is %d";
-$a->strings["Remove My Account"] = "Remove My Account";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable.";
-$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
-$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
-$a->strings["Error"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Tag(s) removed"] = "Tag(s) removed";
-$a->strings["Remove Item Tag"] = "Remove Item tag";
-$a->strings["Select a tag to remove: "] = "Select a tag to remove: ";
-$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
-$a->strings["Import"] = "Import profile";
-$a->strings["Move account"] = "Move Existing Friendica Account";
-$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
-$a->strings["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."] = "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.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora.";
-$a->strings["Account file"] = "Account file:";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
-$a->strings["You aren't following this contact."] = "You aren't following this contact.";
-$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network.";
-$a->strings["Contact unfollowed"] = "Contact unfollowed";
-$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow";
-$a->strings["Your Identity Address:"] = "My identity address:";
-$a->strings["Submit Request"] = "Submit request";
-$a->strings["Profile URL"] = "Profile URL:";
-$a->strings["Status Messages and Posts"] = "Status Messages and Posts";
-$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
-$a->strings["Invalid request."] = "Invalid request.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
-$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
-$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
-$a->strings["File upload failed."] = "File upload failed.";
-$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s";
-$a->strings["Unable to process image."] = "Unable to process image.";
-$a->strings["Wall Photos"] = "Wall photos";
-$a->strings["Image upload failed."] = "Image upload failed.";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
-$a->strings["No recipient selected."] = "No recipient selected.";
-$a->strings["Unable to check your home location."] = "Unable to check your home location.";
-$a->strings["Message could not be sent."] = "Message could not be sent.";
-$a->strings["Message collection failure."] = "Message collection failure.";
-$a->strings["Message sent."] = "Message sent.";
-$a->strings["No recipient."] = "No recipient.";
-$a->strings["Please enter a link URL:"] = "Please enter a link URL:";
-$a->strings["Send Private Message"] = "Send private message";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
-$a->strings["To:"] = "To:";
-$a->strings["Subject:"] = "Subject:";
-$a->strings["Your message:"] = "Your message:";
-$a->strings["Insert web link"] = "Insert web link";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
-$a->strings["Connect"] = "Connect";
-$a->strings["first"] = "first";
-$a->strings["next"] = "next";
-$a->strings["No matches"] = "No matches";
-$a->strings["Profile Match"] = "Profile Match";
-$a->strings["Profile not found."] = "Profile not found.";
-$a->strings["Profile deleted."] = "Profile deleted.";
-$a->strings["Profile-"] = "Profile-";
-$a->strings["New profile created."] = "New profile created.";
-$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone.";
-$a->strings["Profile Name is required."] = "Profile name is required.";
-$a->strings["Marital Status"] = "Marital status";
-$a->strings["Romantic Partner"] = "Romantic partner";
-$a->strings["Work/Employment"] = "Work/Employment:";
-$a->strings["Religion"] = "Religion";
-$a->strings["Political Views"] = "Political views";
-$a->strings["Gender"] = "Gender";
-$a->strings["Sexual Preference"] = "Sexual preference";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Homepage";
-$a->strings["Interests"] = "Interests";
-$a->strings["Address"] = "Address";
-$a->strings["Location"] = "Location";
-$a->strings["Profile updated."] = "Profile updated.";
-$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?";
-$a->strings["Show more profile fields:"] = "Show more profile fields:";
-$a->strings["Profile Actions"] = "Profile actions";
-$a->strings["Edit Profile Details"] = "Edit Profile Details";
-$a->strings["Submit"] = "Submit";
-$a->strings["Change Profile Photo"] = "Change profile photo";
-$a->strings["View this profile"] = "View this profile";
-$a->strings["View all profiles"] = "View all profiles";
-$a->strings["Edit visibility"] = "Edit visibility";
-$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings";
-$a->strings["Clone this profile"] = "Clone this profile";
-$a->strings["Delete this profile"] = "Delete this profile";
-$a->strings["Basic information"] = "Basic information";
-$a->strings["Profile picture"] = "Profile picture";
-$a->strings["Preferences"] = "Preferences";
-$a->strings["Status information"] = "Status information";
-$a->strings["Additional information"] = "Additional information";
-$a->strings["Personal"] = "Personal";
-$a->strings["Relation"] = "Relation";
-$a->strings["Miscellaneous"] = "Miscellaneous";
-$a->strings["Upload Profile Photo"] = "Upload profile photo";
-$a->strings["Your Gender:"] = "Gender:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Marital status:";
-$a->strings["Sexual Preference:"] = "Sexual preference:";
-$a->strings["Example: fishing photography software"] = "Example: fishing photography software";
-$a->strings["Profile Name:"] = "Profile name:";
-$a->strings["Required"] = "Required";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.";
-$a->strings["Your Full Name:"] = "My full name:";
-$a->strings["Title/Description:"] = "Title/Description:";
-$a->strings["Street Address:"] = "Street address:";
-$a->strings["Locality/City:"] = "Locality/City:";
-$a->strings["Region/State:"] = "Region/State:";
-$a->strings["Postal/Zip Code:"] = "Postcode:";
-$a->strings["Country:"] = "Country:";
-$a->strings["Age: "] = "Age: ";
-$a->strings["Who: (if applicable)"] = "Who: (if applicable)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Since when:";
-$a->strings["Tell us about yourself..."] = "About myself:";
-$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you.";
-$a->strings["Homepage URL:"] = "Homepage URL:";
-$a->strings["Hometown:"] = "Home town:";
-$a->strings["Political Views:"] = "Political views:";
-$a->strings["Religious Views:"] = "Religious views:";
-$a->strings["Public Keywords:"] = "Public keywords:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others.";
-$a->strings["Private Keywords:"] = "Private keywords:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others.";
-$a->strings["Likes:"] = "Likes:";
-$a->strings["Dislikes:"] = "Dislikes:";
-$a->strings["Musical interests"] = "Music:";
-$a->strings["Books, literature"] = "Books, literature, poetry:";
-$a->strings["Television"] = "Television:";
-$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment";
-$a->strings["Hobbies/Interests"] = "Hobbies/Interests:";
-$a->strings["Love/romance"] = "Love/Romance:";
-$a->strings["Work/employment"] = "Work/Employment:";
-$a->strings["School/education"] = "School/Education:";
-$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:";
-$a->strings["Profile Image"] = "Profile image";
-$a->strings["visible to everybody"] = "Visible to everybody";
-$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
-$a->strings["Change profile photo"] = "Change profile photo";
-$a->strings["Create New Profile"] = "Create new profile";
-$a->strings["Access denied."] = "Access denied.";
-$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
-$a->strings["Events"] = "Events";
-$a->strings["View"] = "View";
-$a->strings["Previous"] = "Previous";
-$a->strings["Next"] = "Next";
-$a->strings["today"] = "today";
-$a->strings["month"] = "month";
-$a->strings["week"] = "week";
-$a->strings["day"] = "day";
-$a->strings["list"] = "List";
-$a->strings["User not found"] = "User not found";
-$a->strings["This calendar format is not supported"] = "This calendar format is not supported";
-$a->strings["No exportable data found"] = "No exportable data found";
-$a->strings["calendar"] = "calendar";
-$a->strings["No contacts in common."] = "No contacts in common.";
-$a->strings["Common Friends"] = "Common friends";
-$a->strings["Public access denied."] = "Public access denied.";
-$a->strings["Community option not available."] = "Community option not available.";
-$a->strings["Not available."] = "Not available.";
-$a->strings["Local Community"] = "Local community";
-$a->strings["Posts from local users on this server"] = "Posts from local users on this server";
-$a->strings["Global Community"] = "Global community";
-$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network";
-$a->strings["No results."] = "No results.";
-$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.";
-$a->strings["Contact settings applied."] = "Contact settings applied.";
-$a->strings["Contact update failed."] = "Contact update failed.";
-$a->strings["Contact not found."] = "Contact not found.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information, your communications with this contact might be disrupted.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
-$a->strings["No mirroring"] = "No mirroring";
-$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
-$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
-$a->strings["Return to contact editor"] = "Return to contact editor";
-$a->strings["Refetch contact data"] = "Re-fetch contact data.";
-$a->strings["Remote Self"] = "Remote self";
-$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
-$a->strings["Name"] = "Name:";
-$a->strings["Account Nickname"] = "Account nickname:";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
-$a->strings["Account URL"] = "Account URL:";
-$a->strings["Account URL Alias"] = "Account URL alias";
-$a->strings["Friend Request URL"] = "Friend request URL:";
-$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
-$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
-$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
-$a->strings["New photo from this URL"] = "New photo from this URL:";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved.";
-$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood.";
-$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: ";
-$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
-$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
-$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
-$a->strings["Remote site reported: "] = "Remote site reported: ";
-$a->strings["No user record found for '%s' "] = "No user record found for '%s' ";
-$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided, or the URL could not be decrypted by us.";
-$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again.";
-$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system.";
-$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system";
-$a->strings["[Name Withheld]"] = "[Name Withheld]";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s";
-$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
-$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
-$a->strings["%d required parameter was not found at the given location"] = [
-       0 => "%d required parameter was not found at the given location",
-       1 => "%d required parameters were not found at the given location",
-];
-$a->strings["Introduction complete."] = "Introduction complete.";
-$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
-$a->strings["Profile unavailable."] = "Profile unavailable.";
-$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today.";
-$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours.";
-$a->strings["Invalid locator"] = "Invalid locator";
-$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here.";
-$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s.";
-$a->strings["Invalid profile URL."] = "Invalid profile URL.";
-$a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
-$a->strings["Blocked domain"] = "Blocked domain";
-$a->strings["Failed to update contact record."] = "Failed to update contact record.";
-$a->strings["Your introduction has been sent."] = "Your introduction has been sent.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system.";
-$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Incorrect identity currently logged in. Please login to <strong>this</strong> profile.";
-$a->strings["Confirm"] = "Confirm";
-$a->strings["Hide this contact"] = "Hide this contact";
-$a->strings["Welcome home %s."] = "Welcome home %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>.";
-$a->strings["Friend/Connection Request"] = "Friend/Connection request";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de";
-$a->strings["Please answer the following:"] = "Please answer the following:";
-$a->strings["Does %s know you?"] = "Does %s know you?";
-$a->strings["Add a personal note:"] = "Add a personal note:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
-$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - please do not use this form.  Instead, enter %s into your diaspora* search bar.";
-$a->strings["Item not found"] = "Item not found";
-$a->strings["Edit post"] = "Edit post";
-$a->strings["Save"] = "Save";
-$a->strings["web link"] = "web link";
-$a->strings["Insert video link"] = "Insert video link";
-$a->strings["video link"] = "video link";
-$a->strings["Insert audio link"] = "Insert audio link";
-$a->strings["audio link"] = "audio link";
-$a->strings["CC: email addresses"] = "CC: email addresses";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
+$a->strings["Your profile page"] = "My profile page";
 $a->strings["Photos"] = "Photos";
-$a->strings["Contact Photos"] = "Contact photos";
-$a->strings["Upload"] = "Upload";
-$a->strings["Files"] = "Files";
-$a->strings["The contact could not be added."] = "Contact could not be added.";
-$a->strings["You already added this contact."] = "You already added this contact.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
-$a->strings["Tags:"] = "Tags:";
-$a->strings["Suggested contact not found."] = "";
-$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
-$a->strings["Suggest Friends"] = "Suggest friends";
-$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
-$a->strings["No profile"] = "No profile";
-$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
-$a->strings["Visible to:"] = "Visible to:";
-$a->strings["Followers"] = "";
-$a->strings["Mutuals"] = "";
-$a->strings["No valid account found."] = "No valid account found.";
-$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s";
-$a->strings["Password reset requested at %s"] = "Password reset requested at %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed.";
-$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one.";
-$a->strings["Forgot your Password?"] = "Reset My Password";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email.";
-$a->strings["Nickname or Email: "] = "Nickname or email: ";
-$a->strings["Reset"] = "Reset";
-$a->strings["Password Reset"] = "Forgotten password?";
-$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested.";
-$a->strings["Your new password is"] = "Your new password is";
-$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then";
-$a->strings["click here to login"] = "click here to login";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Your password may be changed from the <em>Settings</em> page after successful login.";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t";
-$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t";
-$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
-$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
-$a->strings["Select an identity to manage: "] = "Select identity:";
-$a->strings["New Message"] = "New Message";
-$a->strings["Unable to locate contact information."] = "Unable to locate contact information.";
-$a->strings["Discard"] = "Discard";
+$a->strings["Your photos"] = "My photos";
+$a->strings["Videos"] = "Videos";
+$a->strings["Your videos"] = "My videos";
+$a->strings["Events"] = "Events";
+$a->strings["Your events"] = "My events";
+$a->strings["Network"] = "Network";
+$a->strings["Conversations from your friends"] = "My friends' conversations";
+$a->strings["Events and Calendar"] = "Events and calendar";
 $a->strings["Messages"] = "Messages";
-$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?";
-$a->strings["Conversation not found."] = "Conversation not found.";
-$a->strings["Message deleted."] = "Message deleted.";
-$a->strings["Conversation removed."] = "Conversation removed.";
-$a->strings["No messages."] = "No messages.";
-$a->strings["Message not available."] = "Message not available.";
-$a->strings["Delete message"] = "Delete message";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["Delete conversation"] = "Delete conversation";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page.";
-$a->strings["Send Reply"] = "Send reply";
-$a->strings["Unknown sender - %s"] = "Unknown sender - %s";
-$a->strings["You and %s"] = "Me and %s";
-$a->strings["%s and You"] = "%s and me";
-$a->strings["%d message"] = [
-       0 => "%d message",
-       1 => "%d messages",
-];
-$a->strings["Remove term"] = "Remove term";
-$a->strings["Saved Searches"] = "Saved searches";
-$a->strings["add"] = "add";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
-       1 => "Warning: This group contains %s members from a network that doesn't allow non-public messages.",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be sent to these receivers.";
-$a->strings["No such group"] = "No such group";
-$a->strings["Group is empty"] = "Group is empty";
-$a->strings["Group: %s"] = "Group: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
-$a->strings["Invalid contact."] = "Invalid contact.";
-$a->strings["Commented Order"] = "Commented last";
-$a->strings["Sort by Comment Date"] = "Sort by comment date";
-$a->strings["Posted Order"] = "Posted last";
-$a->strings["Sort by Post Date"] = "Sort by post date";
-$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
-$a->strings["New"] = "New";
-$a->strings["Activity Stream - by date"] = "Activity Stream - by date";
-$a->strings["Shared Links"] = "Shared links";
-$a->strings["Interesting Links"] = "Interesting links";
-$a->strings["Starred"] = "Starred";
-$a->strings["Favourite Posts"] = "My favorite posts";
-$a->strings["Personal Notes"] = "Personal notes";
-$a->strings["Photo Albums"] = "Photo Albums";
-$a->strings["Recent Photos"] = "Recent photos";
-$a->strings["Upload New Photos"] = "Upload new photos";
-$a->strings["everybody"] = "everybody";
-$a->strings["Contact information unavailable"] = "Contact information unavailable";
-$a->strings["Album not found."] = "Album not found.";
-$a->strings["Album successfully deleted"] = "Album successfully deleted";
-$a->strings["Album was empty."] = "Album was empty.";
-$a->strings["a photo"] = "a photo";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s";
-$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete. Please try again.";
-$a->strings["Image file is missing"] = "Image file is missing";
-$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file uploads at this time. Please contact your administrator.";
-$a->strings["Image file is empty."] = "Image file is empty.";
-$a->strings["No photos selected"] = "No photos selected";
-$a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
-$a->strings["Upload Photos"] = "Upload photos";
-$a->strings["New album name: "] = "New album name: ";
-$a->strings["or select existing album:"] = "or select existing album:";
-$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload";
-$a->strings["Permissions"] = "Permissions";
-$a->strings["Show to Groups"] = "Show to groups";
-$a->strings["Show to Contacts"] = "Show to contacts";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?";
-$a->strings["Delete Album"] = "Delete album";
-$a->strings["Edit Album"] = "Edit album";
-$a->strings["Drop Album"] = "Drop album";
-$a->strings["Show Newest First"] = "Show newest first";
-$a->strings["Show Oldest First"] = "Show oldest first";
-$a->strings["View Photo"] = "View photo";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted.";
-$a->strings["Photo not available"] = "Photo not available";
-$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?";
-$a->strings["Delete Photo"] = "Delete photo";
-$a->strings["View photo"] = "View photo";
-$a->strings["Edit photo"] = "Edit photo";
-$a->strings["Delete photo"] = "Delete photo";
-$a->strings["Use as profile photo"] = "Use as profile photo";
-$a->strings["Private Photo"] = "Private photo";
-$a->strings["View Full Size"] = "View full size";
-$a->strings["Tags: "] = "Tags: ";
-$a->strings["[Select tags to remove]"] = "[Select tags to remove]";
-$a->strings["New album name"] = "New album name";
-$a->strings["Caption"] = "Caption";
-$a->strings["Add a Tag"] = "Add Tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping";
-$a->strings["Do not rotate"] = "Do not rotate";
-$a->strings["Rotate CW (right)"] = "Rotate right (CW)";
-$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
+$a->strings["Private mail"] = "Private messages";
+$a->strings["Settings"] = "Settings";
+$a->strings["Account settings"] = "Account settings";
+$a->strings["Contacts"] = "Contacts";
+$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
+$a->strings["Custom"] = "Custom";
+$a->strings["Note"] = "Note";
+$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that everyone is allowed to see the image";
+$a->strings["Select color scheme"] = "Select color scheme";
+$a->strings["Copy or paste schemestring"] = "Copy or paste theme string";
+$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string";
+$a->strings["Navigation bar background color"] = "Navigation bar background color:";
+$a->strings["Navigation bar icon color "] = "Navigation bar icon color:";
+$a->strings["Link color"] = "Link color:";
+$a->strings["Set the background color"] = "Background color:";
+$a->strings["Content background opacity"] = "Content background opacity";
+$a->strings["Set the background image"] = "Background image:";
+$a->strings["Background image style"] = "Background image style";
+$a->strings["Enable Compose page"] = "Enable compose page";
+$a->strings["This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."] = "This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>.";
+$a->strings["Login page background image"] = "Login page background image";
+$a->strings["Login page background color"] = "Login page background color";
+$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults";
+$a->strings["Alignment"] = "Alignment";
+$a->strings["Left"] = "Left";
+$a->strings["Center"] = "Center";
+$a->strings["Color scheme"] = "Color scheme";
+$a->strings["Posts font size"] = "Posts font size";
+$a->strings["Textareas font size"] = "Text areas font size";
+$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
+$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
+$a->strings["%s: Database update"] = "%s: Database update";
+$a->strings["%s: updating %s table."] = "%s: updating %s table.";
+$a->strings["This entry was edited"] = "This entry was edited";
+$a->strings["Private Message"] = "Private message";
+$a->strings["Edit"] = "Edit";
+$a->strings["pinned item"] = "pinned item";
+$a->strings["Delete locally"] = "Delete locally";
+$a->strings["Delete globally"] = "Delete globally";
+$a->strings["Remove locally"] = "Remove locally";
+$a->strings["save to folder"] = "Save to folder";
+$a->strings["I will attend"] = "I will attend";
+$a->strings["I will not attend"] = "I will not attend";
+$a->strings["I might attend"] = "I might attend";
+$a->strings["ignore thread"] = "Ignore thread";
+$a->strings["unignore thread"] = "Unignore thread";
+$a->strings["toggle ignore status"] = "Toggle ignore status";
+$a->strings["ignored"] = "Ignored";
+$a->strings["pin"] = "pin";
+$a->strings["unpin"] = "unpin";
+$a->strings["toggle pin status"] = "toggle pin status";
+$a->strings["pinned"] = "pinned";
+$a->strings["add star"] = "Add star";
+$a->strings["remove star"] = "Remove star";
+$a->strings["toggle star status"] = "Toggle star status";
+$a->strings["starred"] = "Starred";
+$a->strings["add tag"] = "Add tag";
 $a->strings["I like this (toggle)"] = "I like this (toggle)";
+$a->strings["like"] = "Like";
 $a->strings["I don't like this (toggle)"] = "I don't like this (toggle)";
-$a->strings["This is you"] = "This is me";
+$a->strings["dislike"] = "Dislike";
+$a->strings["Share this"] = "Share this";
+$a->strings["share"] = "Share";
+$a->strings["%s (Received %s)"] = "%s (Received %s)";
+$a->strings["to"] = "to";
+$a->strings["via"] = "via";
+$a->strings["Wall-to-Wall"] = "Wall-to-wall";
+$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
 $a->strings["Comment"] = "Comment";
-$a->strings["Map"] = "Map";
-$a->strings["View Album"] = "View album";
-$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
-$a->strings["{0} requested registration"] = "{0} requested registration";
-$a->strings["Poke/Prod"] = "Poke/Prod";
-$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
-$a->strings["Recipient"] = "Recipient:";
-$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
-$a->strings["Make this post private"] = "Make this post private";
-$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
-$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
-$a->strings["Unable to process image"] = "Unable to process image";
-$a->strings["Upload File:"] = "Upload File:";
-$a->strings["Select a profile:"] = "Select a profile:";
-$a->strings["or"] = "or";
-$a->strings["skip this step"] = "skip this step";
-$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
-$a->strings["Crop Image"] = "Crop Image";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
-$a->strings["Done Editing"] = "Done editing";
-$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
-$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not-logged-in users.";
+$a->strings["Reply to %s"] = "Reply to %s";
+$a->strings["Notifier task is pending"] = "Notifier task is pending";
+$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending";
+$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway";
+$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done";
+$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done";
+$a->strings["%d comment"] = [
+       0 => "%d comment",
+       1 => "%d comments",
+];
+$a->strings["Show more"] = "Show more";
+$a->strings["Show fewer"] = "Show fewer";
+$a->strings["comment"] = [
+       0 => "comment",
+       1 => "comments",
+];
+$a->strings["This is you"] = "This is me";
+$a->strings["No system theme config value set."] = "No system theme configuration value set.";
+$a->strings["view full size"] = "view full size";
+$a->strings["Image/photo"] = "Image/Photo";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["Click to open/close"] = "Reveal/hide";
+$a->strings["$1 wrote:"] = "$1 wrote:";
+$a->strings["Encrypted content"] = "Encrypted content";
+$a->strings["Invalid source protocol"] = "Invalid source protocol";
+$a->strings["Invalid link protocol"] = "Invalid link protocol";
+$a->strings["Loading more entries..."] = "Loading more entries...";
+$a->strings["The end"] = "The end";
+$a->strings["Save"] = "Save";
+$a->strings["Follow"] = "Follow";
 $a->strings["Search"] = "Search";
-$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
-$a->strings["Results for: %s"] = "Results for: %s";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s";
-$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion successfully ignored.";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours.";
-$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?";
-$a->strings["Ignore/Hide"] = "Ignore/Hide";
-$a->strings["Friend Suggestions"] = "Friend suggestions";
-$a->strings["Export account"] = "Export account";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
-$a->strings["Export all"] = "Export all";
-$a->strings["Export your accout 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)"] = "Export your account info, contacts and all your items as JSON. This 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.";
-$a->strings["Export personal data"] = "Export personal data";
-$a->strings["No videos selected"] = "No videos selected";
-$a->strings["View Video"] = "View video";
-$a->strings["Recent Videos"] = "Recent videos";
-$a->strings["Upload New Videos"] = "Upload new videos";
-$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted.";
-$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable.";
-$a->strings["Event can not end before it has started."] = "Event cannot end before it has started.";
-$a->strings["Event title and start time are required."] = "Event title and starting time are required.";
-$a->strings["Create New Event"] = "Create new event";
-$a->strings["Event details"] = "Event details";
-$a->strings["Starting date and Title are required."] = "Starting date and title are required.";
-$a->strings["Event Starts:"] = "Event starts:";
-$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant";
-$a->strings["Event Finishes:"] = "Event finishes:";
-$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone";
-$a->strings["Description:"] = "Description:";
-$a->strings["Location:"] = "Location:";
-$a->strings["Title:"] = "Title:";
-$a->strings["Share this event"] = "Share this event";
-$a->strings["Basic"] = "Basic";
-$a->strings["Advanced"] = "Advanced";
-$a->strings["Failed to remove event"] = "Failed to remove event";
-$a->strings["Event removed"] = "Event removed";
-$a->strings["Unable to locate original post."] = "Unable to locate original post.";
-$a->strings["Empty post discarded."] = "Empty post discarded.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network.";
-$a->strings["You may visit them online at %s"] = "You may visit them online at %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
-$a->strings["%s posted an update."] = "%s posted an update.";
-$a->strings["Invalid request identifier."] = "Invalid request identifier.";
+$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
+$a->strings["Full Text"] = "Full text";
+$a->strings["Tags"] = "Tags";
+$a->strings["Frequently"] = "Frequently";
+$a->strings["Hourly"] = "Hourly";
+$a->strings["Twice daily"] = "Twice daily";
+$a->strings["Daily"] = "Daily";
+$a->strings["Weekly"] = "Weekly";
+$a->strings["Monthly"] = "Monthly";
+$a->strings["DFRN"] = "DFRN";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "Email";
+$a->strings["Diaspora"] = "diaspora*";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Discourse"] = "Discourse";
+$a->strings["Diaspora Connector"] = "diaspora* connector";
+$a->strings["GNU Social Connector"] = "GNU Social Connector";
+$a->strings["ActivityPub"] = "ActivityPub";
+$a->strings["pnut"] = "pnut";
+$a->strings["No answer"] = "No answer";
+$a->strings["Male"] = "Male";
+$a->strings["Female"] = "Female";
+$a->strings["Currently Male"] = "Currently male";
+$a->strings["Currently Female"] = "Currently female";
+$a->strings["Mostly Male"] = "Mostly male";
+$a->strings["Mostly Female"] = "Mostly female";
+$a->strings["Transgender"] = "Transgender";
+$a->strings["Intersex"] = "Intersex";
+$a->strings["Transsexual"] = "Transsexual";
+$a->strings["Hermaphrodite"] = "Hermaphrodite";
+$a->strings["Neuter"] = "Neuter";
+$a->strings["Non-specific"] = "Non-specific";
+$a->strings["Other"] = "Other";
+$a->strings["Males"] = "Males";
+$a->strings["Females"] = "Females";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbian";
+$a->strings["No Preference"] = "No Preference";
+$a->strings["Bisexual"] = "Bisexual";
+$a->strings["Autosexual"] = "Auto-sexual";
+$a->strings["Abstinent"] = "Abstinent";
+$a->strings["Virgin"] = "Virgin";
+$a->strings["Deviant"] = "Deviant";
+$a->strings["Fetish"] = "Fetish";
+$a->strings["Oodles"] = "Oodles";
+$a->strings["Nonsexual"] = "Asexual";
+$a->strings["Single"] = "Single";
+$a->strings["Lonely"] = "Lonely";
+$a->strings["In a relation"] = "In a relation";
+$a->strings["Has crush"] = "Having a crush";
+$a->strings["Infatuated"] = "Infatuated";
+$a->strings["Dating"] = "Dating";
+$a->strings["Unfaithful"] = "Unfaithful";
+$a->strings["Sex Addict"] = "Sex addict";
+$a->strings["Friends"] = "Friends";
+$a->strings["Friends/Benefits"] = "Friends with benefits";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Engaged";
+$a->strings["Married"] = "Married";
+$a->strings["Imaginarily married"] = "Imaginarily married";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Cohabiting";
+$a->strings["Common law"] = "Common law spouse";
+$a->strings["Happy"] = "Happy";
+$a->strings["Not looking"] = "Not looking";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Betrayed";
+$a->strings["Separated"] = "Separated";
+$a->strings["Unstable"] = "Unstable";
+$a->strings["Divorced"] = "Divorced";
+$a->strings["Imaginarily divorced"] = "Imaginarily divorced";
+$a->strings["Widowed"] = "Widowed";
+$a->strings["Uncertain"] = "Uncertain";
+$a->strings["It's complicated"] = "It's complicated";
+$a->strings["Don't care"] = "Don't care";
+$a->strings["Ask me"] = "Ask me";
+$a->strings["Add New Contact"] = "Add new contact";
+$a->strings["Enter address or web location"] = "Enter address or web location";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
+$a->strings["Connect"] = "Connect";
+$a->strings["%d invitation available"] = [
+       0 => "%d invitation available",
+       1 => "%d invitations available",
+];
+$a->strings["Followers"] = "Followers";
+$a->strings["Following"] = "Following";
+$a->strings["Mutual friends"] = "Mutual friends";
+$a->strings["Relationships"] = "Relationships";
+$a->strings["All Contacts"] = "All contacts";
+$a->strings["Protocols"] = "Protocols";
+$a->strings["All Protocols"] = "All protocols";
+$a->strings["Saved Folders"] = "Saved Folders";
+$a->strings["Everything"] = "Everything";
+$a->strings["Categories"] = "Categories";
+$a->strings["%d contact in common"] = [
+       0 => "%d contact in common",
+       1 => "%d contacts in common",
+];
+$a->strings["Archives"] = "Archives";
+$a->strings["Embedding disabled"] = "Embedding disabled";
+$a->strings["Embedded content"] = "Embedded content";
+$a->strings["General Features"] = "General";
+$a->strings["Multiple Profiles"] = "Multiple profiles";
+$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
+$a->strings["Photo Location"] = "Photo location";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata.";
+$a->strings["Export Public Calendar"] = "Export public calendar";
+$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
+$a->strings["Trending Tags"] = "Trending tags";
+$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Show a community page widget with a list of the most popular tags in recent public posts.";
+$a->strings["Post Composition Features"] = "Post composition";
+$a->strings["Auto-mention Forums"] = "Auto-mention forums";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
+$a->strings["Explicit Mentions"] = "Explicit Mentions";
+$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies.";
+$a->strings["Network Sidebar"] = "Network sidebar";
+$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
+$a->strings["Protocol Filter"] = "Protocol filter";
+$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols";
+$a->strings["Network Tabs"] = "Network tabs";
+$a->strings["Network New Tab"] = "Network new tab";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
+$a->strings["Network Shared Links Tab"] = "Network shared links tab";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
+$a->strings["Post/Comment Tools"] = "Post/Comment tools";
+$a->strings["Post Categories"] = "Post categories";
+$a->strings["Add categories to your posts"] = "Add categories to your posts";
+$a->strings["Advanced Profile Settings"] = "Advanced profiles";
+$a->strings["List Forums"] = "List forums";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
+$a->strings["Tag Cloud"] = "Tag cloud";
+$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page";
+$a->strings["Display Membership Date"] = "Display membership date";
+$a->strings["Display membership date in profile"] = "Display membership date in profile";
+$a->strings["Nothing new here"] = "Nothing new here";
+$a->strings["Clear notifications"] = "Clear notifications";
+$a->strings["Logout"] = "Logout";
+$a->strings["End this session"] = "End this session";
+$a->strings["Login"] = "Login";
+$a->strings["Sign in"] = "Sign in";
+$a->strings["Personal notes"] = "Personal notes";
+$a->strings["Your personal notes"] = "My personal notes";
+$a->strings["Home"] = "Home";
+$a->strings["Home Page"] = "Home page";
+$a->strings["Register"] = "Sign up now >>";
+$a->strings["Create an account"] = "Create account";
+$a->strings["Help and documentation"] = "Help and documentation";
+$a->strings["Apps"] = "Apps";
+$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
+$a->strings["Search site content"] = "Search site content";
+$a->strings["Community"] = "Community";
+$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers";
+$a->strings["Directory"] = "Directory";
+$a->strings["People directory"] = "People directory";
+$a->strings["Information"] = "Information";
+$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
+$a->strings["Terms of Service"] = "Terms of Service";
+$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service of this Friendica instance";
+$a->strings["Network Reset"] = "Network reset";
+$a->strings["Load Network page with no filters"] = "Load network page without filters";
+$a->strings["Introductions"] = "Introductions";
+$a->strings["Friend Requests"] = "Friend requests";
 $a->strings["Notifications"] = "Notifications";
-$a->strings["Network Notifications"] = "Network notifications";
-$a->strings["System Notifications"] = "System notifications";
-$a->strings["Personal Notifications"] = "Personal notifications";
-$a->strings["Home Notifications"] = "Home notifications";
-$a->strings["Show unread"] = "Show unread";
-$a->strings["Show all"] = "Show all";
-$a->strings["Show Ignored Requests"] = "Show ignored requests.";
-$a->strings["Hide Ignored Requests"] = "Hide ignored requests";
-$a->strings["Notification type:"] = "Notification type:";
-$a->strings["Suggested by:"] = "Suggested by:";
-$a->strings["Hide this contact from others"] = "Hide this contact from others";
-$a->strings["Approve"] = "Approve";
-$a->strings["Claims to be known to you: "] = "Says they know me:";
-$a->strings["yes"] = "yes";
-$a->strings["no"] = "no";
-$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?";
-$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed.";
-$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
-$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
-$a->strings["Friend"] = "Friend";
-$a->strings["Sharer"] = "Sharer";
-$a->strings["Subscriber"] = "Subscriber";
-$a->strings["About:"] = "About:";
+$a->strings["See all notifications"] = "See all notifications";
+$a->strings["Mark as seen"] = "Mark as seen";
+$a->strings["Mark all system notifications seen"] = "Mark notifications as seen";
+$a->strings["Inbox"] = "Inbox";
+$a->strings["Outbox"] = "Outbox";
+$a->strings["New Message"] = "New Message";
+$a->strings["Delegation"] = "Delegation";
+$a->strings["Manage other pages"] = "Manage other pages";
+$a->strings["Profiles"] = "Profiles";
+$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
+$a->strings["Admin"] = "Admin";
+$a->strings["Site setup and configuration"] = "Site setup and configuration";
+$a->strings["Navigation"] = "Navigation";
+$a->strings["Site map"] = "Site map";
+$a->strings["Remove term"] = "Remove term";
+$a->strings["Saved Searches"] = "Saved searches";
+$a->strings["Export"] = "Export";
+$a->strings["Export calendar as ical"] = "Export calendar as ical";
+$a->strings["Export calendar as csv"] = "Export calendar as csv";
+$a->strings["Trending Tags (last %d hour)"] = [
+       0 => "Trending tags (last %d hour)",
+       1 => "Trending tags (last %d hours)",
+];
+$a->strings["More Trending Tags"] = "More trending tags";
+$a->strings["No contacts"] = "No contacts";
+$a->strings["%d Contact"] = [
+       0 => "%d contact",
+       1 => "%d contacts",
+];
+$a->strings["View Contacts"] = "View contacts";
+$a->strings["newer"] = "Later posts";
+$a->strings["older"] = "Earlier posts";
+$a->strings["first"] = "first";
+$a->strings["prev"] = "prev";
+$a->strings["next"] = "next";
+$a->strings["last"] = "last";
+$a->strings["Edit profile"] = "Edit profile";
+$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
+$a->strings["Change profile photo"] = "Change profile photo";
+$a->strings["Create New Profile"] = "Create new profile";
+$a->strings["Profile Image"] = "Profile image";
+$a->strings["visible to everybody"] = "Visible to everybody";
+$a->strings["Edit visibility"] = "Edit visibility";
+$a->strings["Location:"] = "Location:";
 $a->strings["Gender:"] = "Gender:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["About:"] = "About:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["Unfollow"] = "Unfollow";
+$a->strings["Atom feed"] = "Atom feed";
 $a->strings["Network:"] = "Network:";
-$a->strings["No introductions."] = "No introductions.";
-$a->strings["No more %s notifications."] = "No more %s notifications.";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site.";
-$a->strings["Login failed."] = "Login failed.";
-$a->strings["Account"] = "Account";
-$a->strings["Two-factor authentication"] = "Two-factor authentication";
-$a->strings["Profiles"] = "Profiles";
-$a->strings["Additional features"] = "Additional features";
-$a->strings["Display"] = "Display";
-$a->strings["Social Networks"] = "Social networks";
-$a->strings["Addons"] = "Addons";
-$a->strings["Delegations"] = "Delegations";
-$a->strings["Connected apps"] = "Connected apps";
-$a->strings["Remove account"] = "Remove account";
-$a->strings["Settings"] = "Settings";
-$a->strings["Missing some important data!"] = "Missing some important data!";
-$a->strings["Update"] = "Update";
-$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided.";
-$a->strings["Email settings updated."] = "Email settings updated.";
-$a->strings["Features updated"] = "Features updated";
-$a->strings["The theme you chose isn't available."] = "";
-$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been sent to your contacts";
-$a->strings["Passwords do not match."] = "Passwords do not match.";
-$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again.";
-$a->strings["Password changed."] = "Password changed.";
-$a->strings["Password unchanged."] = "Password unchanged.";
-$a->strings[" Please use a shorter name."] = " Please use a shorter name.";
-$a->strings[" Name too short."] = " Name too short.";
-$a->strings["Wrong Password"] = "Wrong password";
-$a->strings["Invalid email."] = "Invalid email.";
-$a->strings["Cannot change to that email."] = "Cannot change to that email.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group.";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group.";
-$a->strings["Settings updated."] = "Settings updated.";
-$a->strings["Add application"] = "Add application";
-$a->strings["Consumer Key"] = "Consumer key";
-$a->strings["Consumer Secret"] = "Consumer secret";
-$a->strings["Redirect"] = "Redirect";
-$a->strings["Icon url"] = "Icon URL";
-$a->strings["You can't edit this application."] = "You cannot edit this application.";
-$a->strings["Connected Apps"] = "Connected Apps";
-$a->strings["Edit"] = "Edit";
-$a->strings["Client key starts with"] = "Client key starts with";
-$a->strings["No name"] = "No name";
-$a->strings["Remove authorization"] = "Remove authorization";
-$a->strings["No Addon settings configured"] = "No addon settings configured";
-$a->strings["Addon Settings"] = "Addon Settings";
-$a->strings["Off"] = "Off";
-$a->strings["On"] = "On";
-$a->strings["Additional Features"] = "Additional Features";
-$a->strings["Diaspora"] = "diaspora*";
-$a->strings["enabled"] = "enabled";
-$a->strings["disabled"] = "disabled";
-$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s";
-$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
-$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site.";
-$a->strings["General Social Media Settings"] = "General Social Media Settings";
-$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow";
-$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow.";
-$a->strings["Disable Content Warning"] = "Disable content warning";
-$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up.";
-$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening";
-$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post.";
-$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners";
-$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message.";
-$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts";
-$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account";
-$a->strings["If you enter your old 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."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done.";
-$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions";
-$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts.";
-$a->strings["Last successful email check:"] = "Last successful email check:";
-$a->strings["IMAP server name:"] = "IMAP server name:";
-$a->strings["IMAP port:"] = "IMAP port:";
-$a->strings["Security:"] = "Security:";
-$a->strings["None"] = "None";
-$a->strings["Email login name:"] = "Email login name:";
-$a->strings["Email password:"] = "Email password:";
-$a->strings["Reply-to address:"] = "Reply-to address:";
-$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:";
-$a->strings["Action after import:"] = "Action after import:";
-$a->strings["Mark as seen"] = "Mark as seen";
-$a->strings["Move to folder"] = "Move to folder";
-$a->strings["Move to folder:"] = "Move to folder:";
-$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices";
-$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)";
-$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[today]";
+$a->strings["Birthday Reminders"] = "Birthday reminders";
+$a->strings["Birthdays this week:"] = "Birthdays this week:";
+$a->strings["[No description]"] = "[No description]";
+$a->strings["Event Reminders"] = "Event reminders";
+$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:";
+$a->strings["Full Name:"] = "Full name:";
+$a->strings["Member since:"] = "Member since:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Birthday:"] = "Birthday:";
+$a->strings["Age:"] = "Age:";
+$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Sexual preference:";
+$a->strings["Hometown:"] = "Home town:";
+$a->strings["Tags:"] = "Tags:";
+$a->strings["Political Views:"] = "Political views:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:";
+$a->strings["Likes:"] = "Likes:";
+$a->strings["Dislikes:"] = "Dislikes:";
+$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:";
+$a->strings["Musical interests:"] = "Music:";
+$a->strings["Books, literature:"] = "Books/Literature:";
+$a->strings["Television:"] = "Television:";
+$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:";
+$a->strings["Love/Romance:"] = "Love/Romance:";
+$a->strings["Work/employment:"] = "Work/Employment:";
+$a->strings["School/education:"] = "School/Education:";
+$a->strings["Forums:"] = "Forums:";
+$a->strings["Basic"] = "Basic";
+$a->strings["Advanced"] = "Advanced";
+$a->strings["Status Messages and Posts"] = "Status Messages and Posts";
+$a->strings["Profile Details"] = "Profile Details";
+$a->strings["Photo Albums"] = "Photo Albums";
+$a->strings["Personal Notes"] = "Personal notes";
+$a->strings["Only You Can See This"] = "Only you can see this.";
+$a->strings["Tips for New Members"] = "Tips for New Members";
+$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Starts:";
+$a->strings["Finishes:"] = "Finishes:";
+$a->strings["all-day"] = "All-day";
+$a->strings["Sun"] = "Sun";
+$a->strings["Mon"] = "Mon";
+$a->strings["Tue"] = "Tue";
+$a->strings["Wed"] = "Wed";
+$a->strings["Thu"] = "Thu";
+$a->strings["Fri"] = "Fri";
+$a->strings["Sat"] = "Sat";
 $a->strings["Sunday"] = "Sunday";
 $a->strings["Monday"] = "Monday";
-$a->strings["Display Settings"] = "Display Settings";
-$a->strings["Display Theme:"] = "Display theme:";
-$a->strings["Mobile Theme:"] = "Mobile theme:";
-$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks";
-$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contain members whose networks cannot receive non-public postings.";
-$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:";
-$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1.";
-$a->strings["Number of items to display per page:"] = "Number of items displayed per page:";
-$a->strings["Maximum of 100 items"] = "Maximum of 100 items";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:";
-$a->strings["Don't show emoticons"] = "Don't show emoticons";
-$a->strings["Calendar"] = "Calendar";
-$a->strings["Beginning of week:"] = "Week begins: ";
-$a->strings["Don't show notices"] = "Don't show notices";
-$a->strings["Infinite scroll"] = "Infinite scroll";
-$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page";
-$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading.";
-$a->strings["Bandwidth Saver Mode"] = "Bandwidth saver mode";
-$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload.";
-$a->strings["Smart Threading"] = "Smart Threading";
-$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Suppresses extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled.";
-$a->strings["General Theme Settings"] = "Themes";
-$a->strings["Custom Theme Settings"] = "Theme customization";
-$a->strings["Content Settings"] = "Content/Layout";
-$a->strings["Theme settings"] = "Theme settings";
-$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin.";
-$a->strings["Account Types"] = "Account types:";
-$a->strings["Personal Page Subtypes"] = "Personal Page subtypes";
-$a->strings["Community Forum Subtypes"] = "Community forum subtypes";
-$a->strings["Personal Page"] = "Personal Page";
-$a->strings["Account for a personal profile."] = "Account for a personal profile.";
-$a->strings["Organisation Page"] = "Organization Page";
-$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organization that automatically approves contact requests as \"Followers\".";
-$a->strings["News Page"] = "News Page";
-$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\".";
-$a->strings["Community Forum"] = "Community Forum";
-$a->strings["Account for community discussions."] = "Account for community discussions.";
-$a->strings["Normal Account Page"] = "Standard";
-$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\".";
-$a->strings["Soapbox Page"] = "Soapbox";
-$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\".";
-$a->strings["Public Forum"] = "Public forum";
-$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests.";
-$a->strings["Automatic Friend Page"] = "Love-all";
-$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\".";
-$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]";
-$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests.";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account.";
-$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?";
-$a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings.";
-$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?";
-$a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible.";
-$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?";
-$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create";
-$a->strings["Hide your profile details from anonymous viewers?"] = "Hide your profile details from anonymous viewers?";
-$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means.";
-$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?";
-$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts";
-$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?";
-$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts.";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?";
-$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact.";
-$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?";
-$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list.";
-$a->strings["Profile is <strong>not published</strong>."] = "Profile is <strong>not published</strong>.";
-$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "My identity address: <strong>'%s'</strong> or '%s'";
-$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty;  expired posts will be deleted";
-$a->strings["Advanced expiration settings"] = "Advanced expiration settings";
-$a->strings["Advanced Expiration"] = "Advanced expiration";
-$a->strings["Expire posts:"] = "Expire posts:";
-$a->strings["Expire personal notes:"] = "Expire personal notes:";
-$a->strings["Expire starred posts:"] = "Expire starred posts:";
-$a->strings["Expire photos:"] = "Expire photos:";
-$a->strings["Only expire posts by others:"] = "Only expire posts by others:";
-$a->strings["Account Settings"] = "Account Settings";
-$a->strings["Password Settings"] = "Password change";
-$a->strings["New Password:"] = "New password:";
-$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:).";
-$a->strings["Confirm:"] = "Confirm new password:";
-$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing";
-$a->strings["Current Password:"] = "Current password:";
-$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
-$a->strings["Password:"] = "Password:";
-$a->strings["Basic Settings"] = "Basic information";
-$a->strings["Full Name:"] = "Full name:";
-$a->strings["Email Address:"] = "Email address:";
-$a->strings["Your Timezone:"] = "Time zone:";
-$a->strings["Your Language:"] = "Language:";
-$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you.";
-$a->strings["Default Post Location:"] = "Posting location:";
-$a->strings["Use Browser Location:"] = "Use browser location:";
-$a->strings["Security and Privacy Settings"] = "Security and privacy";
-$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:";
-$a->strings["(to prevent spam abuse)"] = "May prevent spam and abusive registrations";
-$a->strings["Default Post Permissions"] = "Default post permissions";
-$a->strings["(click to open/close)"] = "(reveal/hide)";
-$a->strings["Default Private Post"] = "Default private post";
-$a->strings["Default Public Post"] = "Default public post";
-$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts";
-$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:";
-$a->strings["Notification Settings"] = "Notification";
-$a->strings["Send a notification email when:"] = "Send notification email when:";
-$a->strings["You receive an introduction"] = "Receiving an introduction";
-$a->strings["Your introductions are confirmed"] = "My introductions are confirmed";
-$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall";
-$a->strings["Someone writes a followup comment"] = "A follow up comment is posted";
-$a->strings["You receive a private message"] = "receiving a private message";
-$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion";
-$a->strings["You are tagged in a post"] = "Tagged in a post";
-$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post";
-$a->strings["Activate desktop notifications"] = "Activate desktop notifications";
-$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
-$a->strings["Text-only notification emails"] = "Text-only notification emails";
-$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
-$a->strings["Show detailled notifications"] = "Show detailled notifications";
-$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed.";
-$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
-$a->strings["Change the behaviour of this account for special situations"] = "Change behavior of this account for special situations";
-$a->strings["Relocate"] = "Recent relocation";
-$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:";
-$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts";
-$a->strings["default"] = "default";
-$a->strings["greenzero"] = "greenzero";
-$a->strings["purplezero"] = "purplezero";
-$a->strings["easterbunny"] = "easterbunny";
-$a->strings["darkzero"] = "darkzero";
-$a->strings["comix"] = "comix";
-$a->strings["slackr"] = "slackr";
-$a->strings["Variations"] = "Variations";
-$a->strings["Top Banner"] = "Top Banner";
-$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Resize image to the width of the screen and show background color below on long pages.";
-$a->strings["Full screen"] = "Full screen";
-$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Resize image to fill entire screen, clipping either the right or the bottom.";
-$a->strings["Single row mosaic"] = "Single row mosaic";
-$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Resize image to repeat it on a single row, either vertical or horizontal.";
-$a->strings["Mosaic"] = "Mosaic";
-$a->strings["Repeat image to fill the screen."] = "Repeat image to fill the screen.";
-$a->strings["Custom"] = "Custom";
-$a->strings["Note"] = "Note";
-$a->strings["Check image permissions if all users are allowed to see the image"] = "Check image permissions that everyone is allowed to see the image";
-$a->strings["Select color scheme"] = "Select color scheme";
-$a->strings["Copy or paste schemestring"] = "Copy or paste theme string";
-$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "You can copy this string to share your theme with others. Pasting here applies the theme string";
-$a->strings["Navigation bar background color"] = "Navigation bar background color:";
-$a->strings["Navigation bar icon color "] = "Navigation bar icon color:";
-$a->strings["Link color"] = "Link color:";
-$a->strings["Set the background color"] = "Background color:";
-$a->strings["Content background opacity"] = "Content background opacity";
-$a->strings["Set the background image"] = "Background image:";
-$a->strings["Background image style"] = "Background image style";
-$a->strings["Enable Compose page"] = "";
-$a->strings["This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."] = "";
-$a->strings["Login page background image"] = "Login page background image";
-$a->strings["Login page background color"] = "Login page background color";
-$a->strings["Leave background image and color empty for theme defaults"] = "Leave background image and color empty for theme defaults";
-$a->strings["Guest"] = "Guest";
-$a->strings["Visitor"] = "Visitor";
-$a->strings["Status"] = "Status";
-$a->strings["Your posts and conversations"] = "My posts and conversations";
-$a->strings["Your profile page"] = "My profile page";
-$a->strings["Your photos"] = "My photos";
-$a->strings["Videos"] = "Videos";
-$a->strings["Your videos"] = "My videos";
-$a->strings["Your events"] = "My events";
-$a->strings["Network"] = "Network";
-$a->strings["Conversations from your friends"] = "My friends' conversations";
-$a->strings["Events and Calendar"] = "Events and calendar";
-$a->strings["Private mail"] = "Private messages";
-$a->strings["Account settings"] = "Account settings";
-$a->strings["Contacts"] = "Contacts";
-$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
-$a->strings["Alignment"] = "Alignment";
-$a->strings["Left"] = "Left";
-$a->strings["Center"] = "Center";
-$a->strings["Color scheme"] = "Color scheme";
-$a->strings["Posts font size"] = "Posts font size";
-$a->strings["Textareas font size"] = "Text areas font size";
-$a->strings["Comma separated list of helper forums"] = "Comma-separated list of helper forums";
-$a->strings["don't show"] = "don't show";
-$a->strings["show"] = "show";
-$a->strings["Set style"] = "Set style";
-$a->strings["Community Pages"] = "Community pages";
-$a->strings["Community Profiles"] = "Community profiles";
-$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
-$a->strings["Connect Services"] = "Connect services";
-$a->strings["Find Friends"] = "Find friends";
-$a->strings["Last users"] = "Last users";
-$a->strings["Find People"] = "Find people";
-$a->strings["Enter name or interest"] = "Enter name or interest";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
-$a->strings["Find"] = "Find";
-$a->strings["Similar Interests"] = "Similar interests";
-$a->strings["Random Profile"] = "Random profile";
-$a->strings["Invite Friends"] = "Invite friends";
-$a->strings["Global Directory"] = "Global Directory";
-$a->strings["Local Directory"] = "Local directory";
-$a->strings["Forums"] = "Forums";
-$a->strings["External link to forum"] = "External link to forum";
-$a->strings["show more"] = "show more";
-$a->strings["Quick Start"] = "Quick start";
-$a->strings["Help"] = "Help";
 $a->strings["Tuesday"] = "Tuesday";
 $a->strings["Wednesday"] = "Wednesday";
 $a->strings["Thursday"] = "Thursday";
 $a->strings["Friday"] = "Friday";
 $a->strings["Saturday"] = "Saturday";
+$a->strings["Jan"] = "Jan";
+$a->strings["Feb"] = "Feb";
+$a->strings["Mar"] = "Mar";
+$a->strings["Apr"] = "Apr";
+$a->strings["May"] = "May";
+$a->strings["Jun"] = "Jun";
+$a->strings["Jul"] = "Jul";
+$a->strings["Aug"] = "Aug";
+$a->strings["Sept"] = "Sep";
+$a->strings["Oct"] = "Oct";
+$a->strings["Nov"] = "Nov";
+$a->strings["Dec"] = "Dec";
 $a->strings["January"] = "January";
 $a->strings["February"] = "February";
 $a->strings["March"] = "March";
 $a->strings["April"] = "April";
-$a->strings["May"] = "May";
 $a->strings["June"] = "June";
 $a->strings["July"] = "July";
 $a->strings["August"] = "August";
@@ -1048,24 +664,137 @@ $a->strings["September"] = "September";
 $a->strings["October"] = "October";
 $a->strings["November"] = "November";
 $a->strings["December"] = "December";
-$a->strings["Mon"] = "Mon";
-$a->strings["Tue"] = "Tue";
-$a->strings["Wed"] = "Wed";
-$a->strings["Thu"] = "Thu";
-$a->strings["Fri"] = "Fri";
-$a->strings["Sat"] = "Sat";
-$a->strings["Sun"] = "Sun";
-$a->strings["Jan"] = "Jan";
-$a->strings["Feb"] = "Feb";
-$a->strings["Mar"] = "Mar";
-$a->strings["Apr"] = "Apr";
-$a->strings["Jun"] = "Jun";
-$a->strings["Jul"] = "Jul";
-$a->strings["Aug"] = "Aug";
+$a->strings["today"] = "today";
+$a->strings["month"] = "month";
+$a->strings["week"] = "week";
+$a->strings["day"] = "day";
+$a->strings["No events to display"] = "No events to display";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Edit event";
+$a->strings["Duplicate event"] = "Duplicate event";
+$a->strings["Delete event"] = "Delete event";
+$a->strings["link to source"] = "Link to source";
+$a->strings["D g:i A"] = "D g:i A";
+$a->strings["g:i A"] = "g:i A";
+$a->strings["Show map"] = "Show map";
+$a->strings["Hide map"] = "Hide map";
+$a->strings["%s's birthday"] = "%s's birthday";
+$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
+$a->strings["Contact Photos"] = "Contact photos";
+$a->strings["Login failed"] = "Login failed";
+$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate";
+$a->strings["User not found"] = "User not found";
+$a->strings["Password can't be empty"] = "Password can't be empty";
+$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed.";
+$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another.";
+$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons (:)";
+$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
+$a->strings["An invitation is required."] = "An invitation is required.";
+$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
+$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
+$a->strings["The error message was:"] = "The error message was:";
+$a->strings["Please enter the required information."] = "Please enter the required information.";
+$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values.";
+$a->strings["Username should be at least %s character."] = [
+       0 => "Username should be at least %s character.",
+       1 => "Username should be at least %s characters.",
+];
+$a->strings["Username should be at most %s character."] = [
+       0 => "Username should be at most %s character.",
+       1 => "Username should be at most %s characters.",
+];
+$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site.";
+$a->strings["Not a valid email address."] = "Not a valid email address.";
+$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin.";
+$a->strings["Cannot use that email."] = "Cannot use that email.";
+$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _.";
+$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
+$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
+$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self contact. Please try again.";
+$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again.";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t";
+$a->strings["Registration at %s"] = "Registration at %s";
+$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s.";
+$a->strings["Registration details for %s"] = "Registration details for %s";
+$a->strings["[no subject]"] = "[no subject]";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
+$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
+$a->strings["Everybody"] = "Everybody";
+$a->strings["edit"] = "edit";
+$a->strings["add"] = "add";
+$a->strings["Groups"] = "Groups";
+$a->strings["Edit group"] = "Edit group";
+$a->strings["Contacts not in any group"] = "Contacts not in any group";
+$a->strings["Create a new group"] = "Create new group";
+$a->strings["Group Name: "] = "Group name: ";
+$a->strings["Edit groups"] = "Edit groups";
+$a->strings["Item filed"] = "Item filed";
+$a->strings["UnFollow"] = "Unfollow";
+$a->strings["Drop Contact"] = "Drop contact";
+$a->strings["Approve"] = "Approve";
+$a->strings["Organisation"] = "Organization";
+$a->strings["News"] = "News";
+$a->strings["Forum"] = "Forum";
+$a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
+$a->strings["Blocked domain"] = "Blocked domain";
+$a->strings["Connect URL missing."] = "Connect URL missing.";
+$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.";
+$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered.";
+$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information.";
+$a->strings["An author or name was not found."] = "An author or name was not found.";
+$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact.";
+$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
+$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
+$a->strings["[Name Withheld]"] = "[Name Withheld]";
+$a->strings["activity"] = "activity";
+$a->strings["post"] = "post";
+$a->strings["Content warning: %s"] = "Content warning: %s";
+$a->strings["View Video"] = "View video";
+$a->strings["bytes"] = "bytes";
+$a->strings["View on separate page"] = "View on separate page";
+$a->strings["view on separate page"] = "view on separate page";
+$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s";
+$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data";
+$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions.";
+$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions";
+$a->strings["Storage base path"] = "Storage base path";
+$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree";
+$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder";
+$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
+$a->strings["%s created a new post"] = "%s posted something new";
+$a->strings["%s liked %s's post"] = "%s liked %s's post";
+$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
+$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
+$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
+$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
+$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
+$a->strings["Friend Suggestion"] = "Friend suggestion";
+$a->strings["Friend/Connect Request"] = "Friend/Contact request";
+$a->strings["New Follower"] = "New follower";
+$a->strings["%s's timeline"] = "%s's timeline";
+$a->strings["%s's posts"] = "%s's posts";
+$a->strings["%s's comments"] = "%s's comments";
+$a->strings["%s is now following %s."] = "%s is now following %s.";
+$a->strings["following"] = "following";
+$a->strings["%s stopped following %s."] = "%s stopped following %s.";
+$a->strings["stopped following"] = "stopped following";
+$a->strings["Attachments:"] = "Attachments:";
+$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s";
+$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
+$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
+$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update";
+$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s.";
 $a->strings["Sep"] = "Sep";
-$a->strings["Oct"] = "Oct";
-$a->strings["Nov"] = "Nov";
-$a->strings["Dec"] = "Dec";
 $a->strings["poke"] = "poke";
 $a->strings["poked"] = "poked";
 $a->strings["ping"] = "ping";
@@ -1078,11 +807,24 @@ $a->strings["finger"] = "finger";
 $a->strings["fingered"] = "fingered";
 $a->strings["rebuff"] = "rebuff";
 $a->strings["rebuffed"] = "rebuffed";
-$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
-$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid.";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
-$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify] Database update";
-$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s.";
+$a->strings["Login failed."] = "Login failed.";
+$a->strings["Login failed. Please check your credentials."] = "Login failed. Please check your credentials.";
+$a->strings["Welcome %s"] = "Welcome %s";
+$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
+$a->strings["Welcome back %s"] = "Welcome back %s";
+$a->strings["Mutuals"] = "Mutuals";
+$a->strings["Post to Email"] = "Post to email";
+$a->strings["Public"] = "Public";
+$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "This post will be shown to all your followers and can be seen in the community pages and by anyone with its link.";
+$a->strings["Limited/Private"] = "Limited/Private";
+$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "This post will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere publicly.";
+$a->strings["Show to:"] = "Show to:";
+$a->strings["Except to:"] = "Except to:";
+$a->strings["CC: email addresses"] = "CC: email addresses";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
+$a->strings["Connectors"] = "Connectors";
+$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
 $a->strings["Error decoding account file"] = "Error decoding account file";
 $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
 $a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!";
@@ -1151,427 +893,158 @@ $a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extensi
 $a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
 $a->strings["Database already in use."] = "Database already in use.";
 $a->strings["Could not connect to database."] = "Could not connect to database.";
-$a->strings["System"] = "System";
-$a->strings["Home"] = "Home";
-$a->strings["Introductions"] = "Introductions";
-$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
-$a->strings["%s created a new post"] = "%s posted something new";
-$a->strings["%s liked %s's post"] = "%s liked %s's post";
-$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
-$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
-$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
-$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
-$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
-$a->strings["Friend Suggestion"] = "Friend suggestion";
-$a->strings["Friend/Connect Request"] = "Friend/Contact request";
-$a->strings["New Follower"] = "New follower";
-$a->strings["Welcome %s"] = "Welcome %s";
-$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
-$a->strings["Welcome back %s"] = "Welcome back %s";
-$a->strings["Post to Email"] = "Post to email";
-$a->strings["Visible to everybody"] = "Visible to everybody";
-$a->strings["Connectors"] = "Connectors";
-$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
-$a->strings["Close"] = "Close";
-$a->strings["Birthday:"] = "Birthday:";
-$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
-$a->strings["never"] = "never";
-$a->strings["less than a second ago"] = "less than a second ago";
-$a->strings["year"] = "year";
-$a->strings["years"] = "years";
-$a->strings["months"] = "months";
-$a->strings["weeks"] = "weeks";
-$a->strings["days"] = "days";
-$a->strings["hour"] = "hour";
-$a->strings["hours"] = "hours";
-$a->strings["minute"] = "minute";
-$a->strings["minutes"] = "minutes";
-$a->strings["second"] = "second";
-$a->strings["seconds"] = "seconds";
-$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
-$a->strings["Loading more entries..."] = "Loading more entries...";
-$a->strings["The end"] = "The end";
-$a->strings["Follow"] = "Follow";
-$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
-$a->strings["Full Text"] = "Full text";
-$a->strings["Tags"] = "Tags";
-$a->strings["Click to open/close"] = "Reveal/hide";
-$a->strings["view full size"] = "view full size";
-$a->strings["Image/photo"] = "Image/Photo";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
-$a->strings["$1 wrote:"] = "$1 wrote:";
-$a->strings["Encrypted content"] = "Encrypted content";
-$a->strings["Invalid source protocol"] = "Invalid source protocol";
-$a->strings["Invalid link protocol"] = "Invalid link protocol";
-$a->strings["Export"] = "Export";
-$a->strings["Export calendar as ical"] = "Export calendar as ical";
-$a->strings["Export calendar as csv"] = "Export calendar as csv";
-$a->strings["No contacts"] = "No contacts";
-$a->strings["%d Contact"] = [
-       0 => "%d contact",
-       1 => "%d contacts",
-];
-$a->strings["View Contacts"] = "View contacts";
-$a->strings["Trending Tags (last %d hour)"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["More Trending Tags"] = "";
-$a->strings["newer"] = "Later posts";
-$a->strings["older"] = "Earlier posts";
-$a->strings["prev"] = "prev";
-$a->strings["last"] = "last";
-$a->strings["General Features"] = "General";
-$a->strings["Multiple Profiles"] = "Multiple profiles";
-$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
-$a->strings["Photo Location"] = "Photo location";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This saves the geo tag (if present) and links it to a map prior to removing other metadata.";
-$a->strings["Export Public Calendar"] = "Export public calendar";
-$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
-$a->strings["Trending Tags"] = "";
-$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "";
-$a->strings["Post Composition Features"] = "Post composition";
-$a->strings["Auto-mention Forums"] = "Auto-mention forums";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
-$a->strings["Explicit Mentions"] = "Explicit Mentions";
-$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Add explicit mentions to comment box for manual control over who gets mentioned in replies.";
-$a->strings["Network Sidebar"] = "Network sidebar";
-$a->strings["Archives"] = "Archives";
-$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
-$a->strings["Protocol Filter"] = "Protocol filter";
-$a->strings["Enable widget to display Network posts only from selected protocols"] = "Enable widget to display Network posts only from selected protocols";
-$a->strings["Network Tabs"] = "Network tabs";
-$a->strings["Network New Tab"] = "Network new tab";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
-$a->strings["Network Shared Links Tab"] = "Network shared links tab";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
-$a->strings["Post/Comment Tools"] = "Post/Comment tools";
-$a->strings["Post Categories"] = "Post categories";
-$a->strings["Add categories to your posts"] = "Add categories to your posts";
-$a->strings["Advanced Profile Settings"] = "Advanced profiles";
-$a->strings["List Forums"] = "List forums";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
-$a->strings["Tag Cloud"] = "Tag cloud";
-$a->strings["Provide a personal tag cloud on your profile page"] = "Provide a personal tag cloud on your profile page";
-$a->strings["Display Membership Date"] = "Display membership date";
-$a->strings["Display membership date in profile"] = "Display membership date in profile";
-$a->strings["Nothing new here"] = "Nothing new here";
-$a->strings["Clear notifications"] = "Clear notifications";
-$a->strings["Logout"] = "Logout";
-$a->strings["End this session"] = "End this session";
-$a->strings["Login"] = "Login";
-$a->strings["Sign in"] = "Sign in";
-$a->strings["Personal notes"] = "Personal notes";
-$a->strings["Your personal notes"] = "My personal notes";
-$a->strings["Home Page"] = "Home page";
-$a->strings["Register"] = "Sign up now >>";
-$a->strings["Create an account"] = "Create account";
-$a->strings["Help and documentation"] = "Help and documentation";
-$a->strings["Apps"] = "Apps";
-$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
-$a->strings["Search site content"] = "Search site content";
-$a->strings["Community"] = "Community";
-$a->strings["Conversations on this and other servers"] = "Conversations on this and other servers";
-$a->strings["Directory"] = "Directory";
-$a->strings["People directory"] = "People directory";
-$a->strings["Information"] = "Information";
-$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
-$a->strings["Terms of Service"] = "Terms of Service";
-$a->strings["Terms of Service of this Friendica instance"] = "Terms of Service of this Friendica instance";
-$a->strings["Network Reset"] = "Network reset";
-$a->strings["Load Network page with no filters"] = "Load network page without filters";
-$a->strings["Friend Requests"] = "Friend requests";
-$a->strings["See all notifications"] = "See all notifications";
-$a->strings["Mark all system notifications seen"] = "Mark notifications as seen";
-$a->strings["Inbox"] = "Inbox";
-$a->strings["Outbox"] = "Outbox";
-$a->strings["Manage"] = "Manage";
-$a->strings["Manage other pages"] = "Manage other pages";
-$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site setup and configuration"] = "Site setup and configuration";
-$a->strings["Navigation"] = "Navigation";
-$a->strings["Site map"] = "Site map";
-$a->strings["Embedding disabled"] = "Embedding disabled";
-$a->strings["Embedded content"] = "Embedded content";
-$a->strings["Add New Contact"] = "Add new contact";
-$a->strings["Enter address or web location"] = "Enter address or web location";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
-$a->strings["%d invitation available"] = [
-       0 => "%d invitation available",
-       1 => "%d invitations available",
+$a->strings["Public access denied."] = "Public access denied.";
+$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden).";
+$a->strings["Find on this site"] = "Find on this site";
+$a->strings["Results for:"] = "Results for:";
+$a->strings["Site Directory"] = "Site directory";
+$a->strings["Bad Request"] = "Bad request";
+$a->strings["Unauthorized"] = "Unauthorized";
+$a->strings["Forbidden"] = "Forbidden";
+$a->strings["Not Found"] = "Not found";
+$a->strings["Internal Server Error"] = "Internal Server Error";
+$a->strings["Service Unavailable"] = "Service Unavailable";
+$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error.";
+$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required but has failed or not yet being provided.";
+$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account.";
+$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future.";
+$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available.";
+$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later.";
+$a->strings["Go back"] = "Go back";
+$a->strings["Help:"] = "Help:";
+$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
+$a->strings["Select an identity to manage: "] = "Select identity:";
+$a->strings["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."] = "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), a 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 won’t 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.";
+$a->strings["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."] = "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts.";
+$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners.";
+$a->strings["Privacy Statement"] = "Privacy Statement";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
+$a->strings["System check"] = "System check";
+$a->strings["Next"] = "Next";
+$a->strings["Check again"] = "Check again";
+$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
+$a->strings["Force all links to use SSL"] = "Force all links to use SSL";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
+$a->strings["Base settings"] = "Base settings";
+$a->strings["SSL link policy"] = "SSL link policy";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL";
+$a->strings["Host name"] = "Host name";
+$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is.";
+$a->strings["Base path to installation"] = "Base path to installation";
+$a->strings["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."] = "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.";
+$a->strings["Sub path of the URL"] = "URL Sub-path ";
+$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path.";
+$a->strings["Database connection"] = "Database connection";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing.";
+$a->strings["Database Server Name"] = "Database server name";
+$a->strings["Database Login Name"] = "Database login name";
+$a->strings["Database Login Password"] = "Database login password";
+$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty";
+$a->strings["Database Name"] = "Database name";
+$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website";
+$a->strings["Site settings"] = "Site settings";
+$a->strings["Site administrator email address"] = "Site administrator email address";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel.";
+$a->strings["System Language:"] = "System language:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
+$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed.";
+$a->strings["Installation finished"] = "Installation finished";
+$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker.";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.";
+$a->strings["Please login to continue."] = "Please login to continue.";
+$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator.";
+$a->strings["Overview"] = "Overview";
+$a->strings["Federation Statistics"] = "Federation statistics";
+$a->strings["Configuration"] = "Configuration";
+$a->strings["Site"] = "Site";
+$a->strings["Users"] = "Users";
+$a->strings["Addons"] = "Addons";
+$a->strings["Themes"] = "Theme selection";
+$a->strings["Additional features"] = "Additional features";
+$a->strings["Database"] = "Database";
+$a->strings["DB updates"] = "DB updates";
+$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers";
+$a->strings["Inspect worker Queue"] = "Inspect worker queue";
+$a->strings["Tools"] = "Tools";
+$a->strings["Contact Blocklist"] = "Contact block-list";
+$a->strings["Server Blocklist"] = "Server block-list";
+$a->strings["Delete Item"] = "Delete item";
+$a->strings["Logs"] = "Logs";
+$a->strings["View Logs"] = "View logs";
+$a->strings["Diagnostics"] = "Diagnostics";
+$a->strings["PHP Info"] = "PHP info";
+$a->strings["probe address"] = "Probe address";
+$a->strings["check webfinger"] = "Check webfinger";
+$a->strings["Item Source"] = "Item source";
+$a->strings["Babel"] = "Babel";
+$a->strings["Addon Features"] = "Addon features";
+$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation";
+$a->strings["Create a New Account"] = "Create a new account";
+$a->strings["Your OpenID: "] = "Your OpenID: ";
+$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "Please enter your username and password to add the OpenID to your existing account.";
+$a->strings["Or login using OpenID: "] = "Or login with OpenID: ";
+$a->strings["Nickname or Email: "] = "Nickname or email: ";
+$a->strings["Password: "] = "Password: ";
+$a->strings["Remember me"] = "Remember me";
+$a->strings["Forgot your password?"] = "Forgot your password?";
+$a->strings["Password Reset"] = "Forgotten password?";
+$a->strings["Website Terms of Service"] = "Website Terms of Service";
+$a->strings["terms of service"] = "Terms of service";
+$a->strings["Website Privacy Policy"] = "Website Privacy Policy";
+$a->strings["privacy policy"] = "Privacy policy";
+$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
+$a->strings["Invalid code, please retry."] = "Invalid code, please try again.";
+$a->strings["Two-factor authentication"] = "Two-factor authentication";
+$a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>";
+$a->strings["Error"] = [
+       0 => "Error",
+       1 => "Errors",
 ];
-$a->strings["Following"] = "";
-$a->strings["Mutual friends"] = "";
-$a->strings["Relationships"] = "";
-$a->strings["All Contacts"] = "All contacts";
-$a->strings["Protocols"] = "Protocols";
-$a->strings["All Protocols"] = "All protocols";
-$a->strings["Saved Folders"] = "Saved Folders";
-$a->strings["Everything"] = "Everything";
-$a->strings["Categories"] = "Categories";
-$a->strings["%d contact in common"] = [
-       0 => "%d contact in common",
-       1 => "%d contacts in common",
+$a->strings["Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>";
+$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app";
+$a->strings["Verify code and complete login"] = "Verify code and complete login";
+$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d";
+$a->strings["Two-factor recovery"] = "Two-factor recovery";
+$a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>";
+$a->strings["Please enter a recovery code"] = "Please enter a recovery code";
+$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login";
+$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
+$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter.";
+$a->strings["The post was created"] = "The post was created";
+$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s.";
+$a->strings["Item was not found."] = "Item was not found.";
+$a->strings["Server domain pattern added to blocklist."] = "Server domain pattern added to block-list.";
+$a->strings["Site blocklist updated."] = "Site block-list updated.";
+$a->strings["Blocked server domain pattern"] = "Blocked server domain pattern";
+$a->strings["Reason for the block"] = "Reason for the block";
+$a->strings["Delete server domain pattern"] = "Delete server domain pattern";
+$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the block-list";
+$a->strings["Administration"] = "Administration";
+$a->strings["Server Domain Pattern Blocklist"] = "Server domain pattern block-list";
+$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "This page can be used to define a block-list of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it.";
+$a->strings["The list of blocked server domain patterns will be made publically available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked server domain patterns will be made publicly available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily.";
+$a->strings["<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"] = "<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>";
+$a->strings["Add new entry to block list"] = "Add new entry to block-list";
+$a->strings["Server Domain Pattern"] = "Server Domain Pattern";
+$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "The domain pattern of the new server to add to the block-list. Do not include the protocol.";
+$a->strings["Block reason"] = "Block reason";
+$a->strings["The reason why you blocked this server domain pattern."] = "The reason why you blocked this server domain pattern.";
+$a->strings["Add Entry"] = "Add entry";
+$a->strings["Save changes to the blocklist"] = "Save changes to the block-list";
+$a->strings["Current Entries in the Blocklist"] = "Current entries in the block-list";
+$a->strings["Delete entry from blocklist"] = "Delete entry from block-list";
+$a->strings["Delete entry from blocklist?"] = "Delete entry from block-list?";
+$a->strings["The contact has been blocked from the node"] = "This contact has been blocked from the node";
+$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)";
+$a->strings["%s contact unblocked"] = [
+       0 => "%s contact unblocked",
+       1 => "%s contacts unblocked",
 ];
-$a->strings["Frequently"] = "Frequently";
-$a->strings["Hourly"] = "Hourly";
-$a->strings["Twice daily"] = "Twice daily";
-$a->strings["Daily"] = "Daily";
-$a->strings["Weekly"] = "Weekly";
-$a->strings["Monthly"] = "Monthly";
-$a->strings["DFRN"] = "DFRN";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "Email";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "diaspora* connector";
-$a->strings["GNU Social Connector"] = "GNU Social Connector";
-$a->strings["ActivityPub"] = "ActivityPub";
-$a->strings["pnut"] = "pnut";
-$a->strings["No answer"] = "No answer";
-$a->strings["Male"] = "Male";
-$a->strings["Female"] = "Female";
-$a->strings["Currently Male"] = "Currently male";
-$a->strings["Currently Female"] = "Currently female";
-$a->strings["Mostly Male"] = "Mostly male";
-$a->strings["Mostly Female"] = "Mostly female";
-$a->strings["Transgender"] = "Transgender";
-$a->strings["Intersex"] = "Intersex";
-$a->strings["Transsexual"] = "Transsexual";
-$a->strings["Hermaphrodite"] = "Hermaphrodite";
-$a->strings["Neuter"] = "Neuter";
-$a->strings["Non-specific"] = "Non-specific";
-$a->strings["Other"] = "Other";
-$a->strings["Males"] = "Males";
-$a->strings["Females"] = "Females";
-$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbian";
-$a->strings["No Preference"] = "No Preference";
-$a->strings["Bisexual"] = "Bisexual";
-$a->strings["Autosexual"] = "Auto-sexual";
-$a->strings["Abstinent"] = "Abstinent";
-$a->strings["Virgin"] = "Virgin";
-$a->strings["Deviant"] = "Deviant";
-$a->strings["Fetish"] = "Fetish";
-$a->strings["Oodles"] = "Oodles";
-$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Single";
-$a->strings["Lonely"] = "Lonely";
-$a->strings["In a relation"] = "";
-$a->strings["Has crush"] = "Having a crush";
-$a->strings["Infatuated"] = "Infatuated";
-$a->strings["Dating"] = "Dating";
-$a->strings["Unfaithful"] = "Unfaithful";
-$a->strings["Sex Addict"] = "Sex addict";
-$a->strings["Friends"] = "Friends";
-$a->strings["Friends/Benefits"] = "Friends with benefits";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Engaged";
-$a->strings["Married"] = "Married";
-$a->strings["Imaginarily married"] = "Imaginarily married";
-$a->strings["Partners"] = "Partners";
-$a->strings["Cohabiting"] = "Cohabiting";
-$a->strings["Common law"] = "Common law spouse";
-$a->strings["Happy"] = "Happy";
-$a->strings["Not looking"] = "Not looking";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Betrayed";
-$a->strings["Separated"] = "Separated";
-$a->strings["Unstable"] = "Unstable";
-$a->strings["Divorced"] = "Divorced";
-$a->strings["Imaginarily divorced"] = "Imaginarily divorced";
-$a->strings["Widowed"] = "Widowed";
-$a->strings["Uncertain"] = "Uncertain";
-$a->strings["It's complicated"] = "It's complicated";
-$a->strings["Don't care"] = "Don't care";
-$a->strings["Ask me"] = "Ask me";
-$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
-$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
-$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
-$a->strings["%s: Database update"] = "%s: Database update";
-$a->strings["%s: updating %s table."] = "%s: updating %s table.";
-$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Filesystem storage failed to create \"%s\". Check you write permissions.";
-$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Filesystem storage failed to save data to \"%s\". Check your write permissions";
-$a->strings["Storage base path"] = "Storage base path";
-$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder where uploaded files are saved. For maximum security, this should be a path outside web server folder tree";
-$a->strings["Enter a valid existing folder"] = "Enter a valid existing folder";
-$a->strings["Database storage failed to update %s"] = "Database storage failed to update %s";
-$a->strings["Database storage failed to insert data"] = "Database storage failed to insert data";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Starts:";
-$a->strings["Finishes:"] = "Finishes:";
-$a->strings["all-day"] = "All-day";
-$a->strings["Sept"] = "Sep";
-$a->strings["No events to display"] = "No events to display";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Edit event";
-$a->strings["Duplicate event"] = "Duplicate event";
-$a->strings["Delete event"] = "Delete event";
-$a->strings["link to source"] = "Link to source";
-$a->strings["D g:i A"] = "D g:i A";
-$a->strings["g:i A"] = "g:i A";
-$a->strings["Show map"] = "Show map";
-$a->strings["Hide map"] = "Hide map";
-$a->strings["%s's birthday"] = "%s's birthday";
-$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
-$a->strings["Item filed"] = "Item filed";
-$a->strings["Login failed"] = "Login failed";
-$a->strings["Not enough information to authenticate"] = "Not enough information to authenticate";
-$a->strings["Password can't be empty"] = "Password can't be empty";
-$a->strings["Empty passwords are not allowed."] = "Empty passwords are not allowed.";
-$a->strings["The new password has been exposed in a public data dump, please choose another."] = "The new password has been exposed in a public data dump; please choose another.";
-$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "The password can't contain accentuated letters, white spaces or colons (:)";
-$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
-$a->strings["An invitation is required."] = "An invitation is required.";
-$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
-$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
-$a->strings["The error message was:"] = "The error message was:";
-$a->strings["Please enter the required information."] = "Please enter the required information.";
-$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values.";
-$a->strings["Username should be at least %s character."] = [
-       0 => "Username should be at least %s character.",
-       1 => "Username should be at least %s characters.",
-];
-$a->strings["Username should be at most %s character."] = [
-       0 => "Username should be at most %s character.",
-       1 => "Username should be at most %s characters.",
-];
-$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site.";
-$a->strings["Not a valid email address."] = "Not a valid email address.";
-$a->strings["The nickname was blocked from registration by the nodes admin."] = "The nickname was blocked from registration by the nodes admin.";
-$a->strings["Cannot use that email."] = "Cannot use that email.";
-$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Your nickname can only contain a-z, 0-9 and _.";
-$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
-$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
-$a->strings["An error occurred creating your self contact. Please try again."] = "An error occurred creating your self contact. Please try again.";
-$a->strings["An error occurred creating your default contact group. Please try again."] = "An error occurred while creating your default contact group. Please try again.";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t";
-$a->strings["Registration at %s"] = "Registration at %s";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s.";
-$a->strings["Registration details for %s"] = "Registration details for %s";
-$a->strings["Drop Contact"] = "Drop contact";
-$a->strings["Organisation"] = "Organization";
-$a->strings["News"] = "News";
-$a->strings["Forum"] = "Forum";
-$a->strings["Connect URL missing."] = "Connect URL missing.";
-$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page.";
-$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered.";
-$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information.";
-$a->strings["An author or name was not found."] = "An author or name was not found.";
-$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact.";
-$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
-$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
-$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
-$a->strings["Everybody"] = "Everybody";
-$a->strings["edit"] = "edit";
-$a->strings["Groups"] = "Groups";
-$a->strings["Edit group"] = "Edit group";
-$a->strings["Contacts not in any group"] = "Contacts not in any group";
-$a->strings["Create a new group"] = "Create new group";
-$a->strings["Group Name: "] = "Group name: ";
-$a->strings["Edit groups"] = "Edit groups";
-$a->strings["[no subject]"] = "[no subject]";
-$a->strings["Edit profile"] = "Edit profile";
-$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["XMPP:"] = "XMPP:";
-$a->strings["Unfollow"] = "";
-$a->strings["Atom feed"] = "Atom feed";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[today]";
-$a->strings["Birthday Reminders"] = "Birthday reminders";
-$a->strings["Birthdays this week:"] = "Birthdays this week:";
-$a->strings["[No description]"] = "[No description]";
-$a->strings["Event Reminders"] = "Event reminders";
-$a->strings["Upcoming events the next 7 days:"] = "Upcoming events the next 7 days:";
-$a->strings["Member since:"] = "Member since:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Age:"] = "Age:";
-$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:";
-$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:";
-$a->strings["Musical interests:"] = "Music:";
-$a->strings["Books, literature:"] = "Books/Literature:";
-$a->strings["Television:"] = "Television:";
-$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:";
-$a->strings["Love/Romance:"] = "Love/Romance:";
-$a->strings["Work/employment:"] = "Work/Employment:";
-$a->strings["School/education:"] = "School/Education:";
-$a->strings["Forums:"] = "Forums:";
-$a->strings["Profile Details"] = "Profile Details";
-$a->strings["Only You Can See This"] = "Only you can see this.";
-$a->strings["Tips for New Members"] = "Tips for New Members";
-$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s welcomes %2\$s";
-$a->strings["activity"] = "activity";
-$a->strings["comment"] = [
-       0 => "comment",
-       1 => "comments",
-];
-$a->strings["post"] = "post";
-$a->strings["Content warning: %s"] = "Content warning: %s";
-$a->strings["bytes"] = "bytes";
-$a->strings["View on separate page"] = "View on separate page";
-$a->strings["view on separate page"] = "view on separate page";
-$a->strings["%s's timeline"] = "%s's timeline";
-$a->strings["%s's posts"] = "%s's posts";
-$a->strings["%s's comments"] = "%s's comments";
-$a->strings["%s is now following %s."] = "%s is now following %s.";
-$a->strings["following"] = "following";
-$a->strings["%s stopped following %s."] = "%s stopped following %s.";
-$a->strings["stopped following"] = "stopped following";
-$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from diaspora* network";
-$a->strings["Attachments:"] = "Attachments:";
-$a->strings["(no subject)"] = "(no subject)";
-$a->strings["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."] = "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), a 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 won’t 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.";
-$a->strings["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."] = "This information is required for communication and is passed on to the nodes of the communication partners and is stored there. Users can enter additional personal information that may be transmitted to the communication partner's accounts.";
-$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/uexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners.";
-$a->strings["Privacy Statement"] = "Privacy Statement";
-$a->strings["No installed applications."] = "No installed applications.";
-$a->strings["Applications"] = "Applications";
-$a->strings["Credits"] = "Credits";
-$a->strings["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!"] = "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!";
-$a->strings["Addon not found."] = "Addon not found.";
-$a->strings["Addon %s disabled."] = "Addon %s disabled.";
-$a->strings["Addon %s enabled."] = "Addon %s enabled.";
-$a->strings["Disable"] = "Disable";
-$a->strings["Enable"] = "Enable";
-$a->strings["Administration"] = "Administration";
-$a->strings["Toggle"] = "Toggle";
-$a->strings["Author: "] = "Author: ";
-$a->strings["Maintainer: "] = "Maintainer: ";
-$a->strings["Addon %s failed to install."] = "Addon %s failed to install.";
-$a->strings["Reload active addons"] = "Reload active addons";
-$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s";
-$a->strings["The contact has been blocked from the node"] = "This contact has been blocked from the node";
-$a->strings["Could not find any contact entry for this URL (%s)"] = "Could not find any contact entry for this URL (%s)";
-$a->strings["%s contact unblocked"] = [
-       0 => "%s contact unblocked",
-       1 => "%s contacts unblocked",
-];
-$a->strings["Remote Contact Blocklist"] = "Remote contact blocklist";
+$a->strings["Remote Contact Blocklist"] = "Remote contact block-list";
 $a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "This page allows you to prevent any message from a remote contact to reach your node.";
 $a->strings["Block Remote Contact"] = "Block remote contact";
 $a->strings["select all"] = "select all";
@@ -1581,95 +1054,45 @@ $a->strings["No remote contact is blocked from this node."] = "No remote contact
 $a->strings["Blocked Remote Contacts"] = "Blocked remote contacts";
 $a->strings["Block New Remote Contact"] = "Block new remote contact";
 $a->strings["Photo"] = "Photo";
-$a->strings["Reason"] = "";
+$a->strings["Name"] = "Name:";
+$a->strings["Reason"] = "Reason";
 $a->strings["%s total blocked contact"] = [
        0 => "%s total blocked contact",
        1 => "%s blocked contacts",
 ];
+$a->strings["Profile URL"] = "Profile URL:";
 $a->strings["URL of the remote contact to block."] = "URL of the remote contact to block.";
-$a->strings["Block Reason"] = "";
-$a->strings["Server domain pattern added to blocklist."] = "";
-$a->strings["Site blocklist updated."] = "Site blocklist updated.";
-$a->strings["Blocked server domain pattern"] = "";
-$a->strings["Reason for the block"] = "Reason for the block";
-$a->strings["Delete server domain pattern"] = "";
-$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist";
-$a->strings["Server Domain Pattern Blocklist"] = "";
-$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "";
-$a->strings["The list of blocked server domain patterns will be made publically available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."] = "";
-$a->strings["<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"] = "";
-$a->strings["Add new entry to block list"] = "Add new entry to block list";
-$a->strings["Server Domain Pattern"] = "";
-$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "";
-$a->strings["Block reason"] = "Block reason";
-$a->strings["The reason why you blocked this server domain pattern."] = "";
-$a->strings["Add Entry"] = "Add entry";
-$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist";
-$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist";
-$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist";
-$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?";
-$a->strings["Update has been marked successful"] = "Update has been marked successful";
-$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied.";
-$a->strings["Executing of database structure update %s failed with error: %s"] = "Execution of database structure update %s failed with error: %s";
-$a->strings["Executing %s failed with error: %s"] = "Execution of %s failed with error: %s";
-$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied.";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded.";
-$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called.";
-$a->strings["No failed updates."] = "No failed updates.";
-$a->strings["Check database structure"] = "Check database structure";
-$a->strings["Failed Updates"] = "Failed updates";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status.";
-$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)";
-$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically";
-$a->strings["Lock feature %s"] = "Lock feature %s";
-$a->strings["Manage Additional Features"] = "Manage additional features";
-$a->strings["unknown"] = "unknown";
-$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\"";
-$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here.";
-$a->strings["Federation Statistics"] = "Federation statistics";
-$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently, this node is aware of %d nodes with %d registered users from the following platforms:";
-$a->strings["Item marked for deletion."] = "Item marked for deletion.";
-$a->strings["Delete Item"] = "Delete item";
-$a->strings["Delete this Item"] = "Delete";
-$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted.";
-$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456.";
-$a->strings["GUID"] = "GUID";
-$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted.";
-$a->strings["Item Guid"] = "Item Guid";
-$a->strings["The logfile '%s' is not writable. No logging possible"] = "";
-$a->strings["Log settings updated."] = "Log settings updated.";
-$a->strings["PHP log currently enabled."] = "PHP log currently enabled.";
-$a->strings["PHP log currently disabled."] = "PHP log currently disabled.";
-$a->strings["Logs"] = "Logs";
-$a->strings["Clear"] = "Clear";
-$a->strings["Enable Debugging"] = "Enable debugging";
-$a->strings["Log file"] = "Log file";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory.";
-$a->strings["Log level"] = "Log level";
-$a->strings["PHP logging"] = "PHP logging";
-$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them.";
-$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable.";
-$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check if file %1\$s is readable.";
-$a->strings["View Logs"] = "View logs";
+$a->strings["Block Reason"] = "Block reason";
+$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated.";
+$a->strings["Display Terms of Service"] = "Display Terms of Service";
+$a->strings["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."] = "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page.";
+$a->strings["Display Privacy Statement"] = "Display Privacy Statement";
+$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "Show some information needed, for example, to comply with <a href=\"%s\" target=\"_blank\">EU-GDPR</a>.";
+$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview";
+$a->strings["The Terms of Service"] = "Terms of Service";
+$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less.";
+$a->strings["Save Settings"] = "Save settings";
+$a->strings["Addon not found."] = "Addon not found.";
+$a->strings["Addon %s disabled."] = "Addon %s disabled.";
+$a->strings["Addon %s enabled."] = "Addon %s enabled.";
+$a->strings["Disable"] = "Disable";
+$a->strings["Enable"] = "Enable";
+$a->strings["Toggle"] = "Toggle";
+$a->strings["Author: "] = "Author: ";
+$a->strings["Maintainer: "] = "Maintainer: ";
+$a->strings["Addon %s failed to install."] = "Addon %s failed to install.";
+$a->strings["Reload active addons"] = "Reload active addons";
+$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s";
 $a->strings["Theme settings updated."] = "Theme settings updated.";
+$a->strings["Unknown theme."] = "Unknown theme.";
 $a->strings["Theme %s disabled."] = "Theme %s disabled.";
 $a->strings["Theme %s successfully enabled."] = "Theme %s successfully enabled.";
 $a->strings["Theme %s failed to install."] = "Theme %s failed to install.";
 $a->strings["Screenshot"] = "Screenshot";
-$a->strings["Themes"] = "Theme selection";
-$a->strings["Unknown theme."] = "Unknown theme.";
 $a->strings["Reload active themes"] = "Reload active themes";
 $a->strings["No themes found on the system. They should be placed in %1\$s"] = "No themes found on the system. They should be placed in %1\$s";
 $a->strings["[Experimental]"] = "[Experimental]";
 $a->strings["[Unsupported]"] = "[Unsupported]";
-$a->strings["The Terms of Service settings have been updated."] = "The Terms of Service settings have been updated.";
-$a->strings["Display Terms of Service"] = "Display Terms of Service";
-$a->strings["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."] = "Enable the Terms of Service page. If this is enabled, a link to the terms will be added to the registration form and to the general information page.";
-$a->strings["Display Privacy Statement"] = "Display Privacy Statement";
-$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "Show some information needed, for example, to comply with <a href=\"%s\" target=\"_blank\">EU-GDPR</a>.";
-$a->strings["Privacy Statement Preview"] = "Privacy Statement Preview";
-$a->strings["The Terms of Service"] = "Terms of Service";
-$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] or less.";
 $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you.";
 $a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s.";
 $a->strings["%s user blocked"] = [
@@ -1688,13 +1111,20 @@ $a->strings["%s user deleted"] = [
 $a->strings["User \"%s\" deleted"] = "User \"%s\" deleted";
 $a->strings["User \"%s\" blocked"] = "User \"%s\" blocked";
 $a->strings["User \"%s\" unblocked"] = "User \"%s\" unblocked";
+$a->strings["Normal Account Page"] = "Standard";
+$a->strings["Soapbox Page"] = "Soapbox";
+$a->strings["Public Forum"] = "Public forum";
+$a->strings["Automatic Friend Page"] = "Love-all";
 $a->strings["Private Forum"] = "Private Forum";
+$a->strings["Personal Page"] = "Personal Page";
+$a->strings["Organisation Page"] = "Organization Page";
+$a->strings["News Page"] = "News Page";
+$a->strings["Community Forum"] = "Community Forum";
 $a->strings["Relay"] = "Relay";
 $a->strings["Register date"] = "Registration date";
 $a->strings["Last login"] = "Last login";
 $a->strings["Last item"] = "Last item";
 $a->strings["Type"] = "Type";
-$a->strings["Users"] = "Users";
 $a->strings["Add User"] = "Add user";
 $a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation";
 $a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion";
@@ -1713,17 +1143,11 @@ $a->strings["Name of the new user."] = "Name of the new user.";
 $a->strings["Nickname"] = "Nickname";
 $a->strings["Nickname of the new user."] = "Nickname of the new user.";
 $a->strings["Email address of the new user."] = "Email address of the new user.";
-$a->strings["Inspect Deferred Worker Queue"] = "Inspect deferred worker queue";
-$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed.";
-$a->strings["Inspect Worker Queue"] = "Inspect worker queue";
-$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install.";
-$a->strings["ID"] = "ID";
-$a->strings["Job Parameters"] = "Job parameters";
-$a->strings["Created"] = "Created";
-$a->strings["Priority"] = "Priority";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Can not parse base URL. Must have at least <scheme>://<domain>";
 $a->strings["Invalid storage backend setting value."] = "Invalid storage backend setting.";
 $a->strings["Site settings updated."] = "Site settings updated.";
+$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices";
+$a->strings["%s - (Experimental)"] = "%s - (Experimental)";
 $a->strings["No community page for local users"] = "No community page for local users";
 $a->strings["No community page"] = "No community page";
 $a->strings["Public postings from users of this site"] = "Public postings from users of this site";
@@ -1731,7 +1155,7 @@ $a->strings["Public postings from the federated network"] = "Public postings fro
 $a->strings["Public postings from local users and the federated network"] = "Public postings from local users and the federated network";
 $a->strings["Disabled"] = "Disabled";
 $a->strings["Users, Global Contacts"] = "Users, Global Contacts";
-$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback";
+$a->strings["Users, Global Contacts/fallback"] = "Users, global contacts/fallback";
 $a->strings["One month"] = "One month";
 $a->strings["Three months"] = "Three months";
 $a->strings["Half a year"] = "Half a year";
@@ -1740,14 +1164,10 @@ $a->strings["Multi user instance"] = "Multi user instance";
 $a->strings["Closed"] = "Closed";
 $a->strings["Requires approval"] = "Requires approval";
 $a->strings["Open"] = "Open";
-$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
-$a->strings["Force all links to use SSL"] = "Force all links to use SSL";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
 $a->strings["Don't check"] = "Don't check";
 $a->strings["check the stable version"] = "check for stable version updates";
 $a->strings["check the development version"] = "check for development version updates";
 $a->strings["Database (legacy)"] = "Database (legacy)";
-$a->strings["Site"] = "Site";
 $a->strings["Republish users to directory"] = "Republish users to directory";
 $a->strings["Registration"] = "Registration";
 $a->strings["File upload"] = "File upload";
@@ -1773,8 +1193,6 @@ $a->strings["System theme"] = "System theme";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"] = "Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>";
 $a->strings["Mobile system theme"] = "Mobile system theme";
 $a->strings["Theme for mobile devices"] = "Theme for mobile devices";
-$a->strings["SSL link policy"] = "SSL link policy";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL";
 $a->strings["Force SSL"] = "Force SSL";
 $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops.";
 $a->strings["Hide help entry from navigation menu"] = "Hide help entry from navigation menu";
@@ -1922,7 +1340,43 @@ $a->strings["Server tags"] = "Server tags";
 $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "Comma separated list of tags for the \"tags\" subscription.";
 $a->strings["Allow user tags"] = "Allow user tags";
 $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\".";
-$a->strings["Start Relocation"] = "Start Relocation";
+$a->strings["Start Relocation"] = "Start relocation";
+$a->strings["unknown"] = "unknown";
+$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers statistics about the federated social network, of which your Friendica node is one part. These numbers do not represent the entire network, but merely the parts that are connected to your node.\"";
+$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here.";
+$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Currently, this node is aware of %d nodes with %d registered users from the following platforms:";
+$a->strings["Off"] = "Off";
+$a->strings["On"] = "On";
+$a->strings["Lock feature %s"] = "Lock feature %s";
+$a->strings["Manage Additional Features"] = "Manage additional features";
+$a->strings["Inspect Deferred Worker Queue"] = "Inspect deferred worker queue";
+$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "This page lists the deferred worker jobs. These are jobs that couldn't initially be executed.";
+$a->strings["Inspect Worker Queue"] = "Inspect worker queue";
+$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install.";
+$a->strings["ID"] = "ID";
+$a->strings["Job Parameters"] = "Job parameters";
+$a->strings["Created"] = "Created";
+$a->strings["Priority"] = "Priority";
+$a->strings["Item marked for deletion."] = "Item marked for deletion.";
+$a->strings["Delete this Item"] = "Delete";
+$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Here you can delete an item from this node. If the item is a top-level posting, the entire thread will be deleted.";
+$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "You need to know the global unique identifier (GUID) of the item, which you can find by looking at the display URL. The last part of http://example.com/display/123456 is the GUID: i.e. 123456.";
+$a->strings["GUID"] = "GUID";
+$a->strings["The GUID of the item you want to delete."] = "GUID of item to be deleted.";
+$a->strings["Item Guid"] = "Item Guid";
+$a->strings["The logfile '%s' is not writable. No logging possible"] = "The logfile '%s' is not writable. No logging is possible";
+$a->strings["Log settings updated."] = "Log settings updated.";
+$a->strings["PHP log currently enabled."] = "PHP log currently enabled.";
+$a->strings["PHP log currently disabled."] = "PHP log currently disabled.";
+$a->strings["Clear"] = "Clear";
+$a->strings["Enable Debugging"] = "Enable debugging";
+$a->strings["Log file"] = "Log file";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory.";
+$a->strings["Log level"] = "Log level";
+$a->strings["PHP logging"] = "PHP logging";
+$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them.";
+$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable.";
+$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check if file %1\$s is readable.";
 $a->strings["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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />";
 $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "A new Friendica version is available now. Your current version is %1\$s, upstream version is %2\$s";
 $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and check for errors that may appear.";
@@ -1932,6 +1386,8 @@ $a->strings["The last worker execution was on %s UTC. This is older than one hou
 $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "Friendica's configuration is now 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.<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition.";
 $a->strings["Friendica's configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition."] = "Friendica's configuration is now stored in config/local.config.php; please copy config/local-sample.config.php and move your config from <code>config/local.ini.php</code>. See <a href=\"%s\">the Config help page</a> for help with the transition.";
 $a->strings["<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help."] = "<a href=\"%s\">%s</a> is not reachable on your system. This is a severe configuration issue that prevents server to server communication. See <a href=\"%s\">the installation page</a> for help.";
+$a->strings["The logfile '%s' is not usable. No logging possible (error: '%s')"] = "The logfile '%s' is not usable. No logging is possible (error: '%s')";
+$a->strings["The debug logfile '%s' is not usable. No logging possible (error: '%s')"] = "The debug logfile '%s' is not usable. No logging is possible (error: '%s')";
 $a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "The system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences.";
 $a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "The current system.basepath '%s' is wrong and the config file '%s' isn't used.";
 $a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "The current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration.";
@@ -1948,38 +1404,140 @@ $a->strings["Registered users"] = "Signed up users";
 $a->strings["Pending registrations"] = "Pending registrations";
 $a->strings["Version"] = "Version";
 $a->strings["Active addons"] = "Active addons";
-$a->strings["No friends to display."] = "No friends to display.";
-$a->strings["Item was not found."] = "Item was not found.";
-$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "A managed account cannot access the administration pages. Please log in as administrator.";
-$a->strings["Overview"] = "Overview";
-$a->strings["Configuration"] = "Configuration";
-$a->strings["Database"] = "Database";
-$a->strings["DB updates"] = "DB updates";
-$a->strings["Inspect Deferred Workers"] = "Inspect deferred workers";
-$a->strings["Inspect worker Queue"] = "Inspect worker queue";
-$a->strings["Tools"] = "Tools";
-$a->strings["Contact Blocklist"] = "Contact blocklist";
-$a->strings["Server Blocklist"] = "Server blocklist";
-$a->strings["Diagnostics"] = "Diagnostics";
-$a->strings["PHP Info"] = "PHP info";
-$a->strings["probe address"] = "Probe address";
-$a->strings["check webfinger"] = "Check webfinger";
-$a->strings["Item Source"] = "Item source";
-$a->strings["Babel"] = "Babel";
-$a->strings["Addon Features"] = "Addon features";
-$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation";
+$a->strings["Update has been marked successful"] = "Update has been marked successful";
+$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Execution of database structure update %s failed with error: %s";
+$a->strings["Executing %s failed with error: %s"] = "Execution of %s failed with error: %s";
+$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded.";
+$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called.";
+$a->strings["No failed updates."] = "No failed updates.";
+$a->strings["Check database structure"] = "Check database structure";
+$a->strings["Failed Updates"] = "Failed updates";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status.";
+$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)";
+$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically";
+$a->strings["Delegation successfully granted."] = "Delegation successfully granted.";
+$a->strings["Parent user not found, unavailable or password doesn't match."] = "Parent user not found, unavailable or password doesn't match.";
+$a->strings["Delegation successfully revoked."] = "Delegation successfully revoked.";
+$a->strings["Delegated administrators can view but not change delegation permissions."] = "Delegated administrators can view but not change delegation permissions.";
+$a->strings["Delegate user not found."] = "Delegate user not found.";
+$a->strings["No parent user"] = "No parent user";
+$a->strings["Parent Password:"] = "Parent Password:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "Please enter the password of the parent account to authorize this request.";
+$a->strings["Parent User"] = "Parent user";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Parent users have total control of this account, including core settings. Please double-check whom you grant such access.";
+$a->strings["Delegate Page Management"] = "Delegate Page Management";
+$a->strings["Delegates"] = "Delegates";
+$a->strings["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."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
+$a->strings["Existing Page Delegates"] = "Existing page delegates";
+$a->strings["Potential Delegates"] = "Potential delegates";
+$a->strings["Remove"] = "Remove";
+$a->strings["Add"] = "Add";
+$a->strings["No entries."] = "No entries.";
+$a->strings["Export account"] = "Export account";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
+$a->strings["Export all"] = "Export all";
+$a->strings["Export your accout 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)"] = "Export your account info, contacts and all your items as JSON. This 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.";
+$a->strings["Export Contacts to CSV"] = "Export contacts to CSV";
+$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "Export the list of the accounts you are following as CSV file. Compatible with Mastodon for example.";
+$a->strings["Export personal data"] = "Export personal data";
+$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page.";
+$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated.";
+$a->strings["<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"] = "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>";
+$a->strings["Two-factor code verification"] = "Two-factor code verification";
+$a->strings["<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"] = "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>";
+$a->strings["<p>Or you can open the following URL in your mobile devicde:</p><p><a href=\"%s\">%s</a></p>"] = "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>";
+$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication";
+$a->strings["App-specific password generation failed: The description is empty."] = "App-specific password generation failed: The description is empty.";
+$a->strings["App-specific password generation failed: This description already exists."] = "App-specific password generation failed: This description already exists.";
+$a->strings["New app-specific password generated."] = "New app-specific password generated.";
+$a->strings["App-specific passwords successfully revoked."] = "App-specific passwords successfully revoked.";
+$a->strings["App-specific password successfully revoked."] = "App-specific password successfully revoked.";
+$a->strings["Two-factor app-specific passwords"] = "Two-factor app-specific passwords";
+$a->strings["<p>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.</p>"] = "<p>App-specific passwords are randomly generated passwords. They are used instead of your regular password to authenticate your account on third-party applications that don't support two-factor authentication.</p>";
+$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "Make sure to copy your new app-specific password now. You won’t be able to see it again!";
+$a->strings["Description"] = "Description";
+$a->strings["Last Used"] = "Last used";
+$a->strings["Revoke"] = "Revoke";
+$a->strings["Revoke All"] = "Revoke all";
+$a->strings["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."] = "When you generate a new app-specific password, you must use it right away. It will be shown to you only once after you generate it.";
+$a->strings["Generate new app-specific password"] = "Generate new app-specific password";
+$a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa on my Fairphone 2...";
+$a->strings["Generate"] = "Generate";
+$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled.";
+$a->strings["Wrong Password"] = "Wrong password";
+$a->strings["<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"] = "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>";
+$a->strings["Authenticator app"] = "Authenticator app";
+$a->strings["Configured"] = "Configured";
+$a->strings["Not Configured"] = "Not configured";
+$a->strings["<p>You haven't finished configuring your authenticator app.</p>"] = "<p>You haven't finished configuring your authenticator app.</p>";
+$a->strings["<p>Your authenticator app is correctly configured.</p>"] = "<p>Your authenticator app is correctly configured.</p>";
+$a->strings["Recovery codes"] = "Recovery codes";
+$a->strings["Remaining valid codes"] = "Remaining valid codes";
+$a->strings["<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"] = "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>";
+$a->strings["App-specific passwords"] = "App-specific passwords";
+$a->strings["Generated app-specific passwords"] = "Generated app-specific passwords.";
+$a->strings["<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"] = "<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>";
+$a->strings["Actions"] = "Actions";
+$a->strings["Current password:"] = "Current password:";
+$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings.";
+$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication";
+$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication";
+$a->strings["Show recovery codes"] = "Show recovery codes";
+$a->strings["Manage app-specific passwords"] = "Manage app-specific passwords.";
+$a->strings["Finish app configuration"] = "Finish app configuration";
+$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated.";
+$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes";
+$a->strings["<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"] = "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>";
+$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore.";
+$a->strings["Generate new recovery codes"] = "Generate new recovery codes";
+$a->strings["Next: Verification"] = "Next: Verification";
+$a->strings["Method Not Allowed."] = "Method not allowed.";
+$a->strings["Page not found."] = "Page not found";
 $a->strings["People Search - %s"] = "People search - %s";
 $a->strings["Forum Search - %s"] = "Forum search - %s";
-$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module";
-$a->strings["Source URL"] = "Source URL";
+$a->strings["No matches"] = "No matches";
+$a->strings["No installed applications."] = "No installed applications.";
+$a->strings["Applications"] = "Applications";
+$a->strings["Credits"] = "Credits";
+$a->strings["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!"] = "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!";
+$a->strings["Logged out."] = "Logged out.";
+$a->strings["Group created."] = "Group created.";
+$a->strings["Could not create group."] = "Could not create group.";
+$a->strings["Group not found."] = "Group not found.";
+$a->strings["Group name changed."] = "Group name changed.";
+$a->strings["Unknown group."] = "Unknown group.";
+$a->strings["Contact not found."] = "Contact not found.";
+$a->strings["Contact is unavailable."] = "Contact is unavailable.";
+$a->strings["Contact is deleted."] = "Contact is deleted.";
+$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group.";
+$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group.";
+$a->strings["Contact successfully added to group."] = "Contact successfully added to group.";
+$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group.";
+$a->strings["Contact successfully removed from group."] = "Contact successfully removed from group.";
+$a->strings["Unknown group command."] = "Unknown group command.";
+$a->strings["Bad request."] = "Bad request.";
+$a->strings["Save Group"] = "Save group";
+$a->strings["Filter"] = "Filter";
+$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
+$a->strings["Group removed."] = "Group removed.";
+$a->strings["Unable to remove group."] = "Unable to remove group.";
+$a->strings["Delete Group"] = "Delete group";
+$a->strings["Edit Group Name"] = "Edit group name";
+$a->strings["Members"] = "Members";
+$a->strings["Group is empty"] = "Group is empty";
+$a->strings["Remove contact from group"] = "Remove contact from group";
+$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove it.";
+$a->strings["Add contact to group"] = "Add contact to group";
+$a->strings["No given contact."] = "No given contact.";
+$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to use the Probe feature.";
 $a->strings["Time Conversion"] = "Time conversion";
 $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones.";
 $a->strings["UTC time: %s"] = "UTC time: %s";
 $a->strings["Current timezone: %s"] = "Current time zone: %s";
 $a->strings["Converted localtime: %s"] = "Converted local time: %s";
 $a->strings["Please select your timezone:"] = "Please select your time zone:";
-$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to use the Probe feature.";
-$a->strings["Lookup address"] = "";
 $a->strings["Source input"] = "Source input";
 $a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext";
 $a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (raw HTML)";
@@ -2000,215 +1558,19 @@ $a->strings["HTML Input"] = "HTML input";
 $a->strings["HTML::toBBCode"] = "HTML::toBBCode";
 $a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert";
 $a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)";
-$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = "";
+$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = "HTML::toBBCode => BBCode::toPlaintext";
 $a->strings["HTML::toMarkdown"] = "HTML::toMarkdown";
 $a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
-$a->strings["HTML::toPlaintext (compact)"] = "";
+$a->strings["HTML::toPlaintext (compact)"] = "HTML::toPlaintext (compact)";
 $a->strings["Source text"] = "Source text";
 $a->strings["BBCode"] = "BBCode";
 $a->strings["Markdown"] = "Markdown";
 $a->strings["HTML"] = "HTML";
-$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden).";
-$a->strings["Find on this site"] = "Find on this site";
-$a->strings["Results for:"] = "Results for:";
-$a->strings["Site Directory"] = "Site directory";
-$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item";
-$a->strings["- select -"] = "- select -";
-$a->strings["No given contact."] = "No given contact.";
-$a->strings["Installed addons/apps:"] = "Installed addons/apps:";
-$a->strings["No installed addons/apps"] = "No installed addons/apps";
-$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node.";
-$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
-$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s.";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project.";
-$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
-$a->strings["the bugtracker at github"] = "the bugtracker at github";
-$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca";
-$a->strings["Group created."] = "Group created.";
-$a->strings["Could not create group."] = "Could not create group.";
-$a->strings["Group not found."] = "Group not found.";
-$a->strings["Group name changed."] = "Group name changed.";
-$a->strings["Unknown group."] = "Unknown group.";
-$a->strings["Contact is unavailable."] = "Contact is unavailable.";
-$a->strings["Contact is deleted."] = "Contact is deleted.";
-$a->strings["Contact is blocked, unable to add it to a group."] = "Contact is blocked, unable to add it to a group.";
-$a->strings["Unable to add the contact to the group."] = "Unable to add contact to group.";
-$a->strings["Contact successfully added to group."] = "Contact successfully added to group.";
-$a->strings["Unable to remove the contact from the group."] = "Unable to remove contact from group.";
-$a->strings["Contact successfully removed from group."] = "Contact successfully removed from group.";
-$a->strings["Unknown group command."] = "Unknown group command.";
-$a->strings["Bad request."] = "Bad request.";
-$a->strings["Save Group"] = "Save group";
-$a->strings["Filter"] = "Filter";
-$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
-$a->strings["Group removed."] = "Group removed.";
-$a->strings["Unable to remove group."] = "Unable to remove group.";
-$a->strings["Delete Group"] = "Delete group";
-$a->strings["Edit Group Name"] = "Edit group name";
-$a->strings["Members"] = "Members";
-$a->strings["Remove contact from group"] = "Remove contact from group";
-$a->strings["Add contact to group"] = "Add contact to group";
-$a->strings["Help:"] = "Help:";
+$a->strings["Access denied."] = "Access denied.";
+$a->strings["You must be logged in to use this module"] = "You must be logged in to use this module";
+$a->strings["Source URL"] = "Source URL";
+$a->strings["Lookup address"] = "Lookup address";
 $a->strings["Welcome to %s"] = "Welcome to %s";
-$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
-$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
-$a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
-$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
-$a->strings["%d message sent."] = [
-       0 => "%d message sent.",
-       1 => "%d messages sent.",
-];
-$a->strings["You have no more invitations available"] = "You have no more invitations available.";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks.";
-$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s.";
-$a->strings["Send invitations"] = "Send invitations";
-$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca";
-$a->strings["Please enter a post body."] = "";
-$a->strings["This feature is only available with the frio theme."] = "";
-$a->strings["Compose new personal note"] = "";
-$a->strings["Compose new post"] = "";
-$a->strings["Clear the location"] = "";
-$a->strings["Location services are unavailable on your device"] = "";
-$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "";
-$a->strings["Public"] = "";
-$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "";
-$a->strings["Limited/Private"] = "";
-$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "";
-$a->strings["Create a New Account"] = "Create a new account";
-$a->strings["Password: "] = "Password: ";
-$a->strings["Remember me"] = "Remember me";
-$a->strings["Or login using OpenID: "] = "Or login with OpenID: ";
-$a->strings["Forgot your password?"] = "Forgot your password?";
-$a->strings["Website Terms of Service"] = "Website Terms of Service";
-$a->strings["terms of service"] = "Terms of service";
-$a->strings["Website Privacy Policy"] = "Website Privacy Policy";
-$a->strings["privacy policy"] = "Privacy policy";
-$a->strings["Logged out."] = "Logged out.";
-$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
-$a->strings["Page not found."] = "Page not found";
-$a->strings["Invalid photo with id %s."] = "Invalid photo with id %s.";
-$a->strings["User not found."] = "";
-$a->strings["No contacts."] = "No contacts.";
-$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
-$a->strings["Follower (%s)"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Following (%s)"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Mutual friend (%s)"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["Contact (%s)"] = [
-       0 => "",
-       1 => "",
-];
-$a->strings["All contacts"] = "";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\".";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
-$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
-$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
-$a->strings["Note for the admin"] = "Note for the admin";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do you want to join this node?";
-$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
-$a->strings["Your invitation code: "] = "Your invitation code: ";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
-$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be sent there, so this must be an existing address.)";
-$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\".";
-$a->strings["Choose a nickname: "] = "Choose a nickname: ";
-$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
-$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
-$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here are your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
-$a->strings["Registration successful."] = "Registration successful.";
-$a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
-$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
-$a->strings["Please enter your password to access this page."] = "Please enter your password to access this page.";
-$a->strings["App-specific password generation failed: The description is empty."] = "";
-$a->strings["App-specific password generation failed: This description already exists."] = "";
-$a->strings["New app-specific password generated."] = "";
-$a->strings["App-specific passwords successfully revoked."] = "";
-$a->strings["App-specific password successfully revoked."] = "";
-$a->strings["Two-factor app-specific passwords"] = "";
-$a->strings["<p>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.</p>"] = "";
-$a->strings["Make sure to copy your new app-specific password now. You won’t be able to see it again!"] = "";
-$a->strings["Description"] = "";
-$a->strings["Last Used"] = "";
-$a->strings["Revoke"] = "";
-$a->strings["Revoke All"] = "";
-$a->strings["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."] = "";
-$a->strings["Generate new app-specific password"] = "";
-$a->strings["Friendiqa on my Fairphone 2..."] = "";
-$a->strings["Generate"] = "";
-$a->strings["Two-factor authentication successfully disabled."] = "Two-factor authentication successfully disabled.";
-$a->strings["<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"] = "<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>";
-$a->strings["Authenticator app"] = "Authenticator app";
-$a->strings["Configured"] = "Configured";
-$a->strings["Not Configured"] = "Not configured";
-$a->strings["<p>You haven't finished configuring your authenticator app.</p>"] = "<p>You haven't finished configuring your authenticator app.</p>";
-$a->strings["<p>Your authenticator app is correctly configured.</p>"] = "<p>Your authenticator app is correctly configured.</p>";
-$a->strings["Recovery codes"] = "Recovery codes";
-$a->strings["Remaining valid codes"] = "Remaining valid codes";
-$a->strings["<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"] = "<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>";
-$a->strings["App-specific passwords"] = "";
-$a->strings["Generated app-specific passwords"] = "";
-$a->strings["<p>These randomly generated passwords allow you to authenticate on apps not supporting two-factor authentication.</p>"] = "";
-$a->strings["Actions"] = "Actions";
-$a->strings["Current password:"] = "Current password:";
-$a->strings["You need to provide your current password to change two-factor authentication settings."] = "You need to provide your current password to change two-factor authentication settings.";
-$a->strings["Enable two-factor authentication"] = "Enable two-factor authentication";
-$a->strings["Disable two-factor authentication"] = "Disable two-factor authentication";
-$a->strings["Show recovery codes"] = "Show recovery codes";
-$a->strings["Manage app-specific passwords"] = "";
-$a->strings["Finish app configuration"] = "Finish app configuration";
-$a->strings["New recovery codes successfully generated."] = "New recovery codes successfully generated.";
-$a->strings["Two-factor recovery codes"] = "Two-factor recovery codes";
-$a->strings["<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"] = "<p>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.</p><p><strong>Put these in a safe place!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>";
-$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore.";
-$a->strings["Generate new recovery codes"] = "Generate new recovery codes";
-$a->strings["Next: Verification"] = "Next: Verification";
-$a->strings["Two-factor authentication successfully activated."] = "Two-factor authentication successfully activated.";
-$a->strings["Invalid code, please retry."] = "Invalid code, please try again.";
-$a->strings["<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"] = "<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>";
-$a->strings["Two-factor code verification"] = "Two-factor code verification";
-$a->strings["<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"] = "<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>";
-$a->strings["<p>Or you can open the following URL in your mobile devicde:</p><p><a href=\"%s\">%s</a></p>"] = "<p>Or you can open the following URL in your mobile device:</p><p><a href=\"%s\">%s</a></p>";
-$a->strings["Please enter a code from your authentication app"] = "Please enter a code from your authentication app";
-$a->strings["Verify code and enable two-factor authentication"] = "Verify code and enable two-factor authentication";
-$a->strings["Bad Request"] = "Bad request";
-$a->strings["Unauthorized"] = "Unauthorized";
-$a->strings["Forbidden"] = "Forbidden";
-$a->strings["Not Found"] = "Not found";
-$a->strings["Internal Server Error"] = "Internal Server Error";
-$a->strings["Service Unavailable"] = "Service Unavailable";
-$a->strings["The server cannot or will not process the request due to an apparent client error."] = "The server cannot process the request due to an apparent client error.";
-$a->strings["Authentication is required and has failed or has not yet been provided."] = "Authentication is required but has failed or not yet being provided.";
-$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account.";
-$a->strings["The requested resource could not be found but may be available in the future."] = "The requested resource could not be found but may be available in the future.";
-$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "An unexpected condition was encountered and no more specific message is available.";
-$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "The server is currently unavailable (possibly because it is overloaded or down for maintenance). Please try again later.";
-$a->strings["Go back"] = "Go back";
-$a->strings["Remaining recovery codes: %d"] = "Remaining recovery codes: %d";
-$a->strings["Two-factor recovery"] = "Two-factor recovery";
-$a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>";
-$a->strings["Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>";
-$a->strings["Please enter a recovery code"] = "Please enter a recovery code";
-$a->strings["Submit recovery code and complete login"] = "Submit recovery code and complete login";
-$a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>";
-$a->strings["Verify code and complete login"] = "Verify code and complete login";
 $a->strings["Welcome to Friendica"] = "Welcome to Friendica";
 $a->strings["New Member Checklist"] = "New Member Checklist";
 $a->strings["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."] = "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.";
@@ -2218,6 +1580,7 @@ $a->strings["On your <em>Quick Start</em> page - find a brief introduction to yo
 $a->strings["Go to Your Settings"] = "Go to your settings";
 $a->strings["On your <em>Settings</em> 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."] = "On your <em>Settings</em> 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.";
 $a->strings["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."] = "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.";
+$a->strings["Upload Profile Photo"] = "Upload profile photo";
 $a->strings["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."] = "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.";
 $a->strings["Edit Your Profile"] = "Edit your profile";
 $a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
@@ -2239,8 +1602,30 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s
 $a->strings["Getting Help"] = "Getting help";
 $a->strings["Go to the Help Section"] = "Go to the help section";
 $a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
-$a->strings["This page is missing a url parameter."] = "This page is missing a URL parameter.";
-$a->strings["The post was created"] = "The post was created";
+$a->strings["User not found."] = "User not found.";
+$a->strings["No contacts."] = "No contacts.";
+$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
+$a->strings["Follower (%s)"] = [
+       0 => "Follower (%s)",
+       1 => "Followers (%s)",
+];
+$a->strings["Following (%s)"] = [
+       0 => "Following (%s)",
+       1 => "Following (%s)",
+];
+$a->strings["Mutual friend (%s)"] = [
+       0 => "Mutual friend (%s)",
+       1 => "Mutual friends (%s)",
+];
+$a->strings["Contact (%s)"] = [
+       0 => "Contact (%s)",
+       1 => "Contacts (%s)",
+];
+$a->strings["All contacts"] = "All contacts";
+$a->strings["Filetag %s saved to item"] = "File-tag %s saved to item";
+$a->strings["- select -"] = "- select -";
+$a->strings["Invalid contact."] = "Invalid contact.";
+$a->strings["No friends to display."] = "No friends to display.";
 $a->strings["%d contact edited."] = [
        0 => "%d contact edited.",
        1 => "%d contacts edited.",
@@ -2248,7 +1633,8 @@ $a->strings["%d contact edited."] = [
 $a->strings["Could not access contact record."] = "Could not access contact record.";
 $a->strings["Could not locate selected profile."] = "Could not locate selected profile.";
 $a->strings["Contact updated."] = "Contact updated.";
-$a->strings["Contact not found"] = "";
+$a->strings["Failed to update contact record."] = "Failed to update contact record.";
+$a->strings["Contact not found"] = "Contact not found";
 $a->strings["Contact has been blocked"] = "Contact has been blocked";
 $a->strings["Contact has been unblocked"] = "Contact has been unblocked";
 $a->strings["Contact has been ignored"] = "Contact has been ignored";
@@ -2292,14 +1678,15 @@ $a->strings["Currently blocked"] = "Currently blocked";
 $a->strings["Currently ignored"] = "Currently ignored";
 $a->strings["Currently archived"] = "Currently archived";
 $a->strings["Awaiting connection acknowledge"] = "Awaiting connection acknowledgement";
+$a->strings["Hide this contact from others"] = "Hide this contact from others";
 $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Replies/Likes to your public posts <strong>may</strong> still be visible";
 $a->strings["Notification for new posts"] = "Notification for new posts";
 $a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact";
 $a->strings["Blacklisted keywords"] = "Blacklisted keywords";
 $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma-separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected";
 $a->strings["Show all contacts"] = "Show all contacts";
-$a->strings["Pending"] = "";
-$a->strings["Only show pending contacts"] = "";
+$a->strings["Pending"] = "Pending";
+$a->strings["Only show pending contacts"] = "Only show pending contacts.";
 $a->strings["Blocked"] = "Blocked";
 $a->strings["Only show blocked contacts"] = "Only show blocked contacts";
 $a->strings["Ignored"] = "Ignored";
@@ -2310,104 +1697,752 @@ $a->strings["Hidden"] = "Hidden";
 $a->strings["Only show hidden contacts"] = "Only show hidden contacts";
 $a->strings["Organize your contact groups"] = "Organize your contact groups";
 $a->strings["Search your contacts"] = "Search your contacts";
+$a->strings["Results for: %s"] = "Results for: %s";
+$a->strings["Update"] = "Update";
 $a->strings["Archive"] = "Archive";
 $a->strings["Unarchive"] = "Unarchive";
 $a->strings["Batch Actions"] = "Batch actions";
 $a->strings["Conversations started by this contact"] = "Conversations started by this contact";
 $a->strings["Posts and Comments"] = "Posts and Comments";
 $a->strings["View all contacts"] = "View all contacts";
+$a->strings["Common Friends"] = "Common friends";
 $a->strings["View all common friends"] = "View all common friends";
 $a->strings["Advanced Contact Settings"] = "Advanced contact settings";
 $a->strings["Mutual Friendship"] = "Mutual friendship";
 $a->strings["is a fan of yours"] = "is a fan of yours";
 $a->strings["you are a fan of"] = "I follow them";
-$a->strings["Pending outgoing contact request"] = "";
-$a->strings["Pending incoming contact request"] = "";
+$a->strings["Pending outgoing contact request"] = "Pending outgoing contact request.";
+$a->strings["Pending incoming contact request"] = "Pending incoming contact request.";
 $a->strings["Edit contact"] = "Edit contact";
 $a->strings["Toggle Blocked status"] = "Toggle blocked status";
 $a->strings["Toggle Ignored status"] = "Toggle ignored status";
 $a->strings["Toggle Archive status"] = "Toggle archive status";
 $a->strings["Delete contact"] = "Delete contact";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
-$a->strings["System check"] = "System check";
-$a->strings["Check again"] = "Check again";
-$a->strings["Base settings"] = "Base settings";
-$a->strings["Host name"] = "Host name";
-$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Overwrite this field in case the hostname is incorrect, otherwise leave it as is.";
-$a->strings["Base path to installation"] = "Base path to installation";
-$a->strings["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."] = "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.";
-$a->strings["Sub path of the URL"] = "URL Sub-path ";
-$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub-path.";
-$a->strings["Database connection"] = "Database connection";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing.";
-$a->strings["Database Server Name"] = "Database server name";
-$a->strings["Database Login Name"] = "Database login name";
-$a->strings["Database Login Password"] = "Database login password";
-$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty";
-$a->strings["Database Name"] = "Database name";
-$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website";
-$a->strings["Site settings"] = "Site settings";
-$a->strings["Site administrator email address"] = "Site administrator email address";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel.";
-$a->strings["System Language:"] = "System language:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
-$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed.";
-$a->strings["Installation finished"] = "Installation finished";
-$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the worker.";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel.";
-$a->strings["This entry was edited"] = "This entry was edited";
-$a->strings["Private Message"] = "Private message";
-$a->strings["Delete locally"] = "Delete locally";
-$a->strings["Delete globally"] = "Delete globally";
-$a->strings["Remove locally"] = "Remove locally";
-$a->strings["save to folder"] = "Save to folder";
-$a->strings["I will attend"] = "I will attend";
-$a->strings["I will not attend"] = "I will not attend";
-$a->strings["I might attend"] = "I might attend";
-$a->strings["ignore thread"] = "Ignore thread";
-$a->strings["unignore thread"] = "Unignore thread";
-$a->strings["toggle ignore status"] = "Toggle ignore status";
-$a->strings["add star"] = "Add star";
-$a->strings["remove star"] = "Remove star";
-$a->strings["toggle star status"] = "Toggle star status";
-$a->strings["starred"] = "Starred";
-$a->strings["add tag"] = "Add tag";
-$a->strings["like"] = "Like";
-$a->strings["dislike"] = "Dislike";
-$a->strings["Share this"] = "Share this";
-$a->strings["share"] = "Share";
-$a->strings["to"] = "to";
-$a->strings["via"] = "via";
-$a->strings["Wall-to-Wall"] = "Wall-to-wall";
-$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
-$a->strings["Reply to %s"] = "Reply to %s";
-$a->strings["Notifier task is pending"] = "Notifier task is pending";
-$a->strings["Delivery to remote servers is pending"] = "Delivery to remote servers is pending";
-$a->strings["Delivery to remote servers is underway"] = "Delivery to remote servers is underway";
-$a->strings["Delivery to remote servers is mostly done"] = "Delivery to remote servers is mostly done";
-$a->strings["Delivery to remote servers is done"] = "Delivery to remote servers is done";
-$a->strings["%d comment"] = [
-       0 => "%d comment",
-       1 => "%d comments -",
+$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
+$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
+$a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
+$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
+$a->strings["%d message sent."] = [
+       0 => "%d message sent.",
+       1 => "%d messages sent.",
+];
+$a->strings["You have no more invitations available"] = "You have no more invitations available.";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please sign up at %s or any other public Friendica website.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connected to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Friendica sites are all inter-connected to create a huge privacy-enhanced social web that is owned and controlled by its members. Each site can also connect with many traditional social networks.";
+$a->strings["To accept this invitation, please visit and register at %s."] = "To accept this invitation, please visit and register at %s.";
+$a->strings["Send invitations"] = "Send invitations";
+$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:";
+$a->strings["Your message:"] = "Your message:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have signed up, please connect with me via my profile page at:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca";
+$a->strings["everybody"] = "everybody";
+$a->strings["Account"] = "Account";
+$a->strings["Display"] = "Display";
+$a->strings["Social Networks"] = "Social networks";
+$a->strings["Delegations"] = "Delegations";
+$a->strings["Connected apps"] = "Connected apps";
+$a->strings["Remove account"] = "Remove account";
+$a->strings["Please enter a post body."] = "Please enter a post body.";
+$a->strings["This feature is only available with the frio theme."] = "This feature is only available with the Frio theme.";
+$a->strings["Compose new personal note"] = "Compose new personal note";
+$a->strings["Compose new post"] = "Compose new post";
+$a->strings["Visibility"] = "Visibility";
+$a->strings["Clear the location"] = "Clear location";
+$a->strings["Location services are unavailable on your device"] = "Location services are unavailable on your device";
+$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Location services are disabled. Please check the website's permissions on your device";
+$a->strings["Installed addons/apps:"] = "Installed addons/apps:";
+$a->strings["No installed addons/apps"] = "No installed addons/apps";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node.";
+$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
+$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s.";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project.";
+$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
+$a->strings["the bugtracker at github"] = "the bugtracker at github";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\".";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
+$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
+$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
+$a->strings["No"] = "No";
+$a->strings["Note for the admin"] = "Note for the admin";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin. Why do you want to join this node?";
+$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
+$a->strings["Your invitation code: "] = "Your invitation code: ";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Your Email Address: (Initial information will be sent there, so this must be an existing address.)";
+$a->strings["New Password:"] = "New password:";
+$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
+$a->strings["Confirm:"] = "Confirm new password:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."] = "Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\".";
+$a->strings["Choose a nickname: "] = "Choose a nickname: ";
+$a->strings["Import"] = "Import profile";
+$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
+$a->strings["Note: This node explicitly contains adult content"] = "Note: This node explicitly contains adult content";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
+$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here are your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
+$a->strings["Registration successful."] = "Registration successful.";
+$a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
+$a->strings["You have to leave a request note for the admin."] = "You have to leave a request note for the admin.";
+$a->strings["You have entered too much information."] = "You have entered too much information.";
+$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
+$a->strings["Search term successfully saved."] = "Search term successfully saved.";
+$a->strings["Search term already saved."] = "Search term already saved.";
+$a->strings["Search term successfully removed."] = "Search term successfully removed.";
+$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not-logged-in users.";
+$a->strings["No results."] = "No results.";
+$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
+$a->strings["You must be logged in to use this module."] = "You must be logged in to use this module.";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
+$a->strings["Delete this item?"] = "Delete this item?";
+$a->strings["toggle mobile"] = "Toggle mobile";
+$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "Method not allowed for this module. Allowed method(s): %s";
+$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
+$a->strings["Miscellaneous"] = "Miscellaneous";
+$a->strings["Age: "] = "Age: ";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
+$a->strings["never"] = "never";
+$a->strings["less than a second ago"] = "less than a second ago";
+$a->strings["year"] = "year";
+$a->strings["years"] = "years";
+$a->strings["months"] = "months";
+$a->strings["weeks"] = "weeks";
+$a->strings["days"] = "days";
+$a->strings["hour"] = "hour";
+$a->strings["hours"] = "hours";
+$a->strings["minute"] = "minute";
+$a->strings["minutes"] = "minutes";
+$a->strings["second"] = "second";
+$a->strings["seconds"] = "seconds";
+$a->strings["in %1\$d %2\$s"] = "in %1\$d %2\$s";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
+$a->strings["(no subject)"] = "(no subject)";
+$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s.";
+$a->strings["Check for pending update actions."] = "Check for pending update actions.";
+$a->strings["Done."] = "Done.";
+$a->strings["Execute pending post updates."] = "Execute pending post updates.";
+$a->strings["All pending post updates are done."] = "All pending post updates are done.";
+$a->strings["Enter new password: "] = "Enter new password: ";
+$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again.";
+$a->strings["Password changed."] = "Password changed.";
+$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)";
+$a->strings["The contact entries have been archived"] = "The contact entries have been archived";
+$a->strings["No valid account found."] = "No valid account found.";
+$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was received at \"%2\$s\" to reset your account password\n\t\tTo confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser's address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided; ignore or delete this email, as the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Password reset requested at %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed.";
+$a->strings["Request has expired, please make a new one."] = "Request has expired, please make a new one.";
+$a->strings["Forgot your Password?"] = "Reset My Password";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email.";
+$a->strings["Reset"] = "Reset";
+$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested.";
+$a->strings["Your new password is"] = "Your new password is";
+$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then";
+$a->strings["click here to login"] = "click here to login";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Your password may be changed from the <em>Settings</em> page after successful login.";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t";
+$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t";
+$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
+$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
+$a->strings["User imports on closed servers can only be done by an administrator."] = "User imports on closed servers can only be done by an administrator.";
+$a->strings["Move account"] = "Move Existing Friendica Account";
+$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
+$a->strings["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."] = "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.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora.";
+$a->strings["Account file"] = "Account file:";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
+$a->strings["Community option not available."] = "Community option not available.";
+$a->strings["Not available."] = "Not available.";
+$a->strings["Local Community"] = "Local community";
+$a->strings["Posts from local users on this server"] = "Posts from local users on this server";
+$a->strings["Global Community"] = "Global community";
+$a->strings["Posts from users of the whole federated network"] = "Posts from users of the whole federated network";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users.";
+$a->strings["Suggested contact not found."] = "Suggested contact not found.";
+$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
+$a->strings["Suggest Friends"] = "Suggest friends";
+$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
+$a->strings["No contacts in common."] = "No contacts in common.";
+$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
+$a->strings["{0} requested registration"] = "{0} requested registration";
+$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
+$a->strings["Visible to:"] = "Visible to:";
+$a->strings["Event can not end before it has started."] = "Event cannot end before it has started.";
+$a->strings["Event title and start time are required."] = "Event title and starting time are required.";
+$a->strings["View"] = "View";
+$a->strings["Create New Event"] = "Create new event";
+$a->strings["Previous"] = "Previous";
+$a->strings["list"] = "List";
+$a->strings["Event details"] = "Event details";
+$a->strings["Starting date and Title are required."] = "Starting date and title are required.";
+$a->strings["Event Starts:"] = "Event starts:";
+$a->strings["Required"] = "Required";
+$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant";
+$a->strings["Event Finishes:"] = "Event finishes:";
+$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone";
+$a->strings["Description:"] = "Description:";
+$a->strings["Title:"] = "Title:";
+$a->strings["Share this event"] = "Share this event";
+$a->strings["Permissions"] = "Permissions";
+$a->strings["Failed to remove event"] = "Failed to remove event";
+$a->strings["Event removed"] = "Event removed";
+$a->strings["Authorize application connection"] = "Authorize application connection";
+$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s";
+$a->strings["This calendar format is not supported"] = "This calendar format is not supported";
+$a->strings["No exportable data found"] = "No exportable data found";
+$a->strings["calendar"] = "calendar";
+$a->strings["The requested item doesn't exist or has been deleted."] = "The requested item doesn't exist or has been deleted.";
+$a->strings["The feed for this item is unavailable."] = "The feed for this item is unavailable.";
+$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
+$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "%d required parameter was not found at the given location",
+       1 => "%d required parameters were not found at the given location",
+];
+$a->strings["Introduction complete."] = "Introduction complete.";
+$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
+$a->strings["Profile unavailable."] = "Profile unavailable.";
+$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today.";
+$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours.";
+$a->strings["Invalid locator"] = "Invalid locator";
+$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here.";
+$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s.";
+$a->strings["Invalid profile URL."] = "Invalid profile URL.";
+$a->strings["Your introduction has been sent."] = "Your introduction has been sent.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system.";
+$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Incorrect identity currently logged in. Please login to <strong>this</strong> profile.";
+$a->strings["Confirm"] = "Confirm";
+$a->strings["Hide this contact"] = "Hide this contact";
+$a->strings["Welcome home %s."] = "Welcome home %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "If you are not yet part of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>.";
+$a->strings["Friend/Connection Request"] = "Friend/Connection request";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Examples: jojo@demo.friendi.ca, http://demo.friendi.ca/profile/jojo, user@gnusocial.de";
+$a->strings["Please answer the following:"] = "Please answer the following:";
+$a->strings["Does %s know you?"] = "Does %s know you?";
+$a->strings["Add a personal note:"] = "Add a personal note:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "diaspora* (Socialhome, Hubzilla)";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - please do not use this form.  Instead, enter %s into your diaspora* search bar.";
+$a->strings["Your Identity Address:"] = "My identity address:";
+$a->strings["Submit Request"] = "Submit request";
+$a->strings["Contact settings applied."] = "Contact settings applied.";
+$a->strings["Contact update failed."] = "Contact update failed.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information, your communications with this contact might be disrupted.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
+$a->strings["No mirroring"] = "No mirroring";
+$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
+$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
+$a->strings["Return to contact editor"] = "Return to contact editor";
+$a->strings["Refetch contact data"] = "Re-fetch contact data.";
+$a->strings["Remote Self"] = "Remote self";
+$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
+$a->strings["Account Nickname"] = "Account nickname:";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
+$a->strings["Account URL"] = "Account URL:";
+$a->strings["Account URL Alias"] = "Account URL alias";
+$a->strings["Friend Request URL"] = "Friend request URL:";
+$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
+$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
+$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
+$a->strings["New photo from this URL"] = "New photo from this URL:";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
+$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "Account not found. Please login to your existing account to add the OpenID to it.";
+$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "Account not found. Please register a new account or login to your existing account to add the OpenID.";
+$a->strings["Invalid request identifier."] = "Invalid request identifier.";
+$a->strings["Discard"] = "Discard";
+$a->strings["Network Notifications"] = "Network notifications";
+$a->strings["System Notifications"] = "System notifications";
+$a->strings["Personal Notifications"] = "Personal notifications";
+$a->strings["Home Notifications"] = "Home notifications";
+$a->strings["Show unread"] = "Show unread";
+$a->strings["Show all"] = "Show all";
+$a->strings["Show Ignored Requests"] = "Show ignored requests.";
+$a->strings["Hide Ignored Requests"] = "Hide ignored requests";
+$a->strings["Notification type:"] = "Notification type:";
+$a->strings["Suggested by:"] = "Suggested by:";
+$a->strings["Claims to be known to you: "] = "Says they know me:";
+$a->strings["yes"] = "yes";
+$a->strings["no"] = "no";
+$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?";
+$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts. You will also receive updates from them in your news feed.";
+$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Friend"] = "Friend";
+$a->strings["Sharer"] = "Sharer";
+$a->strings["Subscriber"] = "Subscriber";
+$a->strings["No introductions."] = "No introductions.";
+$a->strings["No more %s notifications."] = "No more %s notifications.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
+$a->strings["No recipient selected."] = "No recipient selected.";
+$a->strings["Unable to check your home location."] = "Unable to check your home location.";
+$a->strings["Message could not be sent."] = "Message could not be sent.";
+$a->strings["Message collection failure."] = "Message collection failure.";
+$a->strings["Message sent."] = "Message sent.";
+$a->strings["No recipient."] = "No recipient.";
+$a->strings["Please enter a link URL:"] = "Please enter a link URL:";
+$a->strings["Send Private Message"] = "Send private message";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
+$a->strings["To:"] = "To:";
+$a->strings["Subject:"] = "Subject:";
+$a->strings["Insert web link"] = "Insert web link";
+$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
+$a->strings["No contact provided."] = "No contact provided.";
+$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact.";
+$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact.";
+$a->strings["Done"] = "Done";
+$a->strings["success"] = "success";
+$a->strings["failed"] = "failed";
+$a->strings["Keep this window open until done."] = "Keep this window open until done.";
+$a->strings["The contact could not be added."] = "Contact could not be added.";
+$a->strings["You already added this contact."] = "You already added this contact.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "diaspora* support isn't enabled. Contact can't be added.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
+$a->strings["Upload"] = "Upload";
+$a->strings["Files"] = "Files";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
+       1 => "Warning: This group contains %s members from a network that doesn't allow non-public messages.",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be sent to these receivers.";
+$a->strings["No such group"] = "No such group";
+$a->strings["Group: %s"] = "Group: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
+$a->strings["Latest Activity"] = "Latest activity";
+$a->strings["Sort by latest activity"] = "Sort by latest activity";
+$a->strings["Latest Posts"] = "Latest posts";
+$a->strings["Sort by post received date"] = "Sort by post received date";
+$a->strings["Personal"] = "Personal";
+$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
+$a->strings["New"] = "New";
+$a->strings["Activity Stream - by date"] = "Activity Stream - by date";
+$a->strings["Shared Links"] = "Shared links";
+$a->strings["Interesting Links"] = "Interesting links";
+$a->strings["Starred"] = "Starred";
+$a->strings["Favourite Posts"] = "My favorite posts";
+$a->strings["You aren't following this contact."] = "You aren't following this contact.";
+$a->strings["Unfollowing is currently not supported by your network."] = "Unfollowing is currently not supported by your network.";
+$a->strings["Contact unfollowed"] = "Contact unfollowed";
+$a->strings["Disconnect/Unfollow"] = "Disconnect/Unfollow";
+$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
+$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
+$a->strings["Unable to process image"] = "Unable to process image";
+$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s";
+$a->strings["Unable to process image."] = "Unable to process image.";
+$a->strings["Upload File:"] = "Upload File:";
+$a->strings["Select a profile:"] = "Select a profile:";
+$a->strings["or"] = "or";
+$a->strings["skip this step"] = "skip this step";
+$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
+$a->strings["Crop Image"] = "Crop Image";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
+$a->strings["Done Editing"] = "Done editing";
+$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
+$a->strings["Image upload failed."] = "Image upload failed.";
+$a->strings["Poke/Prod"] = "Poke/Prod";
+$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
+$a->strings["Recipient"] = "Recipient:";
+$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
+$a->strings["Make this post private"] = "Make this post private";
+$a->strings["Recent Photos"] = "Recent photos";
+$a->strings["Upload New Photos"] = "Upload new photos";
+$a->strings["Contact information unavailable"] = "Contact information unavailable";
+$a->strings["Album not found."] = "Album not found.";
+$a->strings["Album successfully deleted"] = "Album successfully deleted";
+$a->strings["Album was empty."] = "Album was empty.";
+$a->strings["a photo"] = "a photo";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s";
+$a->strings["Image upload didn't complete, please try again"] = "Image upload didn't complete. Please try again.";
+$a->strings["Image file is missing"] = "Image file is missing";
+$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server can't accept new file uploads at this time. Please contact your administrator.";
+$a->strings["Image file is empty."] = "Image file is empty.";
+$a->strings["No photos selected"] = "No photos selected";
+$a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
+$a->strings["Upload Photos"] = "Upload photos";
+$a->strings["New album name: "] = "New album name: ";
+$a->strings["or select existing album:"] = "or select existing album:";
+$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload";
+$a->strings["Show to Groups"] = "Show to groups";
+$a->strings["Show to Contacts"] = "Show to contacts";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?";
+$a->strings["Delete Album"] = "Delete album";
+$a->strings["Edit Album"] = "Edit album";
+$a->strings["Drop Album"] = "Drop album";
+$a->strings["Show Newest First"] = "Show newest first";
+$a->strings["Show Oldest First"] = "Show oldest first";
+$a->strings["View Photo"] = "View photo";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted.";
+$a->strings["Photo not available"] = "Photo not available";
+$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?";
+$a->strings["Delete Photo"] = "Delete photo";
+$a->strings["View photo"] = "View photo";
+$a->strings["Edit photo"] = "Edit photo";
+$a->strings["Delete photo"] = "Delete photo";
+$a->strings["Use as profile photo"] = "Use as profile photo";
+$a->strings["Private Photo"] = "Private photo";
+$a->strings["View Full Size"] = "View full size";
+$a->strings["Tags: "] = "Tags: ";
+$a->strings["[Select tags to remove]"] = "[Select tags to remove]";
+$a->strings["New album name"] = "New album name";
+$a->strings["Caption"] = "Caption";
+$a->strings["Add a Tag"] = "Add Tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping";
+$a->strings["Do not rotate"] = "Do not rotate";
+$a->strings["Rotate CW (right)"] = "Rotate right (CW)";
+$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
+$a->strings["Map"] = "Map";
+$a->strings["View Album"] = "View album";
+$a->strings["Profile not found."] = "Profile not found.";
+$a->strings["Profile deleted."] = "Profile deleted.";
+$a->strings["Profile-"] = "Profile-";
+$a->strings["New profile created."] = "New profile created.";
+$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone.";
+$a->strings["Profile Name is required."] = "Profile name is required.";
+$a->strings["Marital Status"] = "Marital status";
+$a->strings["Romantic Partner"] = "Romantic partner";
+$a->strings["Work/Employment"] = "Work/Employment:";
+$a->strings["Religion"] = "Religion";
+$a->strings["Political Views"] = "Political views";
+$a->strings["Gender"] = "Gender";
+$a->strings["Sexual Preference"] = "Sexual preference";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Homepage";
+$a->strings["Interests"] = "Interests";
+$a->strings["Address"] = "Address";
+$a->strings["Location"] = "Location";
+$a->strings["Profile updated."] = "Profile updated.";
+$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?";
+$a->strings["Show more profile fields:"] = "Show more profile fields:";
+$a->strings["Profile Actions"] = "Profile actions";
+$a->strings["Edit Profile Details"] = "Edit Profile Details";
+$a->strings["Change Profile Photo"] = "Change profile photo";
+$a->strings["View this profile"] = "View this profile";
+$a->strings["View all profiles"] = "View all profiles";
+$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings";
+$a->strings["Clone this profile"] = "Clone this profile";
+$a->strings["Delete this profile"] = "Delete this profile";
+$a->strings["Basic information"] = "Basic information";
+$a->strings["Profile picture"] = "Profile picture";
+$a->strings["Preferences"] = "Preferences";
+$a->strings["Status information"] = "Status information";
+$a->strings["Additional information"] = "Additional information";
+$a->strings["Relation"] = "Relation";
+$a->strings["Your Gender:"] = "Gender:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Marital status:";
+$a->strings["Example: fishing photography software"] = "Example: fishing photography software";
+$a->strings["Profile Name:"] = "Profile name:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.";
+$a->strings["Your Full Name:"] = "My full name:";
+$a->strings["Title/Description:"] = "Title/Description:";
+$a->strings["Street Address:"] = "Street address:";
+$a->strings["Locality/City:"] = "Locality/City:";
+$a->strings["Region/State:"] = "Region/State:";
+$a->strings["Postal/Zip Code:"] = "Postcode:";
+$a->strings["Country:"] = "Country:";
+$a->strings["Who: (if applicable)"] = "Who: (if applicable)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Since when:";
+$a->strings["Tell us about yourself..."] = "About myself:";
+$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you.";
+$a->strings["Homepage URL:"] = "Homepage URL:";
+$a->strings["Religious Views:"] = "Religious views:";
+$a->strings["Public Keywords:"] = "Public keywords:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others.";
+$a->strings["Private Keywords:"] = "Private keywords:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others.";
+$a->strings["Musical interests"] = "Music:";
+$a->strings["Books, literature"] = "Books, literature, poetry:";
+$a->strings["Television"] = "Television:";
+$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment";
+$a->strings["Hobbies/Interests"] = "Hobbies/Interests:";
+$a->strings["Love/romance"] = "Love/Romance:";
+$a->strings["Work/employment"] = "Work/Employment:";
+$a->strings["School/education"] = "School/Education:";
+$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:";
+$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
+$a->strings["Invalid request."] = "Invalid request.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
+$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
+$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
+$a->strings["File upload failed."] = "File upload failed.";
+$a->strings["Unable to locate original post."] = "Unable to locate original post.";
+$a->strings["Empty post discarded."] = "Empty post discarded.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network.";
+$a->strings["You may visit them online at %s"] = "You may visit them online at %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
+$a->strings["%s posted an update."] = "%s posted an update.";
+$a->strings["Post successful."] = "Post successful.";
+$a->strings["Account approved."] = "Account approved.";
+$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
+$a->strings["Please login."] = "Please login.";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
+$a->strings["Profile Match"] = "Profile Match";
+$a->strings["Missing some important data!"] = "Missing some important data!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided.";
+$a->strings["Email settings updated."] = "Email settings updated.";
+$a->strings["Features updated"] = "Features updated";
+$a->strings["The theme you chose isn't available."] = "The theme you chose isn't available.";
+$a->strings["Contact CSV file upload error"] = "Contact CSV file upload error";
+$a->strings["Importing Contacts done"] = "Importing contacts done";
+$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been sent to your contacts";
+$a->strings["Passwords do not match."] = "Passwords do not match.";
+$a->strings["Password unchanged."] = "Password unchanged.";
+$a->strings[" Please use a shorter name."] = " Please use a shorter name.";
+$a->strings[" Name too short."] = " Name too short.";
+$a->strings["Invalid email."] = "Invalid email.";
+$a->strings["Cannot change to that email."] = "Cannot change to that email.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group.";
+$a->strings["Settings updated."] = "Settings updated.";
+$a->strings["Add application"] = "Add application";
+$a->strings["Consumer Key"] = "Consumer key";
+$a->strings["Consumer Secret"] = "Consumer secret";
+$a->strings["Redirect"] = "Redirect";
+$a->strings["Icon url"] = "Icon URL";
+$a->strings["You can't edit this application."] = "You cannot edit this application.";
+$a->strings["Connected Apps"] = "Connected Apps";
+$a->strings["Client key starts with"] = "Client key starts with";
+$a->strings["No name"] = "No name";
+$a->strings["Remove authorization"] = "Remove authorization";
+$a->strings["No Addon settings configured"] = "No addon settings configured";
+$a->strings["Addon Settings"] = "Addon Settings";
+$a->strings["Additional Features"] = "Additional Features";
+$a->strings["enabled"] = "enabled";
+$a->strings["disabled"] = "disabled";
+$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s";
+$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
+$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site.";
+$a->strings["None"] = "None";
+$a->strings["General Social Media Settings"] = "General Social Media Settings";
+$a->strings["Accept only top level posts by contacts you follow"] = "Accept only top-level posts by contacts you follow";
+$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "The system automatically completes threads when a comment arrives. This has a side effect that you may receive posts started by someone you don't follow, because one of your followers commented there. This setting will deactivate this behavior. When activated, you will only receive posts from people you really do follow.";
+$a->strings["Disable Content Warning"] = "Disable content warning";
+$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Users on networks like Mastodon or Pleroma are able to set a content warning field which collapses their post by default. This disables the automatic collapsing and sets the content warning as the post title. It doesn't affect any other content filtering you may set up.";
+$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening";
+$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post.";
+$a->strings["Attach the link title"] = "Attach the link title";
+$a->strings["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."] = "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.";
+$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners";
+$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message.";
+$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts";
+$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account";
+$a->strings["If you enter your old 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."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done.";
+$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions";
+$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts.";
+$a->strings["Last successful email check:"] = "Last successful email check:";
+$a->strings["IMAP server name:"] = "IMAP server name:";
+$a->strings["IMAP port:"] = "IMAP port:";
+$a->strings["Security:"] = "Security:";
+$a->strings["Email login name:"] = "Email login name:";
+$a->strings["Email password:"] = "Email password:";
+$a->strings["Reply-to address:"] = "Reply-to address:";
+$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:";
+$a->strings["Action after import:"] = "Action after import:";
+$a->strings["Move to folder"] = "Move to folder";
+$a->strings["Move to folder:"] = "Move to folder:";
+$a->strings["%s - (Unsupported)"] = "%s - (Unsupported)";
+$a->strings["Display Settings"] = "Display Settings";
+$a->strings["Display Theme:"] = "Display theme:";
+$a->strings["Mobile Theme:"] = "Mobile theme:";
+$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks";
+$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contain members whose networks cannot receive non-public postings.";
+$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1.";
+$a->strings["Number of items to display per page:"] = "Number of items displayed per page:";
+$a->strings["Maximum of 100 items"] = "Maximum of 100 items";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:";
+$a->strings["Don't show emoticons"] = "Don't show emoticons";
+$a->strings["Calendar"] = "Calendar";
+$a->strings["Beginning of week:"] = "Week begins: ";
+$a->strings["Don't show notices"] = "Don't show notices";
+$a->strings["Infinite scroll"] = "Infinite scroll";
+$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page";
+$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "When disabled, the network page is updated all the time, which could be confusing while reading.";
+$a->strings["Bandwidth Saver Mode"] = "Bandwidth saver mode";
+$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload.";
+$a->strings["Disable Smart Threading"] = "Disable smart threading";
+$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "Disable the automatic suppression of extraneous thread indentation.";
+$a->strings["General Theme Settings"] = "Themes";
+$a->strings["Custom Theme Settings"] = "Theme customization";
+$a->strings["Content Settings"] = "Content/Layout";
+$a->strings["Unable to find your profile. Please contact your admin."] = "Unable to find your profile. Please contact your admin.";
+$a->strings["Account Types"] = "Account types:";
+$a->strings["Personal Page Subtypes"] = "Personal Page subtypes";
+$a->strings["Community Forum Subtypes"] = "Community forum subtypes";
+$a->strings["Account for a personal profile."] = "Account for a personal profile.";
+$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Account for an organization that automatically approves contact requests as \"Followers\".";
+$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Account for a news reflector that automatically approves contact requests as \"Followers\".";
+$a->strings["Account for community discussions."] = "Account for community discussions.";
+$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\".";
+$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Account for a public profile that automatically approves contact requests as \"Followers\".";
+$a->strings["Automatically approves all contact requests."] = "Automatically approves all contact requests.";
+$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Account for a popular profile that automatically approves contact requests as \"Friends\".";
+$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]";
+$a->strings["Requires manual approval of contact requests."] = "Requires manual approval of contact requests.";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account.";
+$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?";
+$a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings.";
+$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?";
+$a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "Your profile will be published in the global Friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be publicly visible.";
+$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting.";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?";
+$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Your contact list won't be shown in your default profile page. You can decide to display your contact list separately for each additional profile you create";
+$a->strings["Hide your profile details from anonymous viewers?"] = "Hide your profile details from anonymous viewers?";
+$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies may still be accessible by other means.";
+$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?";
+$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Your contacts may write posts on your profile wall. These posts will be distributed to your contacts";
+$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?";
+$a->strings["Your contacts can add additional tags to your posts."] = "Your contacts can add additional tags to your posts.";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?";
+$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "If you like, Friendica may suggest new members to add you as a contact.";
+$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?";
+$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendica network users may send you private messages even if they are not in your contact list.";
+$a->strings["Profile is <strong>not published</strong>."] = "Profile is <strong>not published</strong>.";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "My identity address: <strong>'%s'</strong> or '%s'";
+$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty;  expired posts will be deleted";
+$a->strings["Advanced expiration settings"] = "Advanced expiration settings";
+$a->strings["Advanced Expiration"] = "Advanced expiration";
+$a->strings["Expire posts:"] = "Expire posts:";
+$a->strings["Expire personal notes:"] = "Expire personal notes:";
+$a->strings["Expire starred posts:"] = "Expire starred posts:";
+$a->strings["Expire photos:"] = "Expire photos:";
+$a->strings["Only expire posts by others:"] = "Only expire posts by others:";
+$a->strings["Account Settings"] = "Account Settings";
+$a->strings["Password Settings"] = "Password change";
+$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:).";
+$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing";
+$a->strings["Current Password:"] = "Current password:";
+$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
+$a->strings["Password:"] = "Password:";
+$a->strings["Delete OpenID URL"] = "Delete OpenID URL";
+$a->strings["Basic Settings"] = "Basic information";
+$a->strings["Email Address:"] = "Email address:";
+$a->strings["Your Timezone:"] = "Time zone:";
+$a->strings["Your Language:"] = "Language:";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails sent to you.";
+$a->strings["Default Post Location:"] = "Posting location:";
+$a->strings["Use Browser Location:"] = "Use browser location:";
+$a->strings["Security and Privacy Settings"] = "Security and privacy";
+$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:";
+$a->strings["(to prevent spam abuse)"] = "May prevent spam and abusive registrations";
+$a->strings["Default Post Permissions"] = "Default post permissions";
+$a->strings["(click to open/close)"] = "(reveal/hide)";
+$a->strings["Default Private Post"] = "Default private post";
+$a->strings["Default Public Post"] = "Default public post";
+$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:";
+$a->strings["Notification Settings"] = "Notification";
+$a->strings["Send a notification email when:"] = "Send notification email when:";
+$a->strings["You receive an introduction"] = "Receiving an introduction";
+$a->strings["Your introductions are confirmed"] = "My introductions are confirmed";
+$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall";
+$a->strings["Someone writes a followup comment"] = "A follow up comment is posted";
+$a->strings["You receive a private message"] = "receiving a private message";
+$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion";
+$a->strings["You are tagged in a post"] = "Tagged in a post";
+$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post";
+$a->strings["Activate desktop notifications"] = "Activate desktop notifications";
+$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
+$a->strings["Text-only notification emails"] = "Text-only notification emails";
+$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
+$a->strings["Show detailled notifications"] = "Show detailled notifications";
+$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "By default, notifications are condensed into a single notification for each item. When enabled, every notification is displayed.";
+$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
+$a->strings["Change the behaviour of this account for special situations"] = "Change behavior of this account for special situations";
+$a->strings["Import Contacts"] = "Import contacts";
+$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account.";
+$a->strings["Upload File"] = "Upload file";
+$a->strings["Relocate"] = "Recent relocation";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:";
+$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts";
+$a->strings["Contact suggestion successfully ignored."] = "Contact suggestion successfully ignored.";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours.";
+$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?";
+$a->strings["Ignore/Hide"] = "Ignore/Hide";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved.";
+$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood.";
+$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: ";
+$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
+$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
+$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
+$a->strings["Remote site reported: "] = "Remote site reported: ";
+$a->strings["No user record found for '%s' "] = "No user record found for '%s' ";
+$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided, or the URL could not be decrypted by us.";
+$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again.";
+$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system.";
+$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system";
+$a->strings["User deleted their account"] = "User deleted their account";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "A user deleted his or her account on your Friendica node. Please ensure these data are removed from the backups.";
+$a->strings["The user id is %d"] = "The user id is %d";
+$a->strings["Remove My Account"] = "Remove My Account";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable.";
+$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
+$a->strings["Wall Photos"] = "Wall photos";
+$a->strings["Item not found"] = "Item not found";
+$a->strings["Edit post"] = "Edit post";
+$a->strings["web link"] = "web link";
+$a->strings["Insert video link"] = "Insert video link";
+$a->strings["video link"] = "video link";
+$a->strings["Insert audio link"] = "Insert audio link";
+$a->strings["audio link"] = "audio link";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s";
+$a->strings["Unable to locate contact information."] = "Unable to locate contact information.";
+$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?";
+$a->strings["Conversation not found."] = "Conversation not found.";
+$a->strings["Message deleted."] = "Message deleted.";
+$a->strings["Conversation removed."] = "Conversation removed.";
+$a->strings["No messages."] = "No messages.";
+$a->strings["Message not available."] = "Message not available.";
+$a->strings["Delete message"] = "Delete message";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["Delete conversation"] = "Delete conversation";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page.";
+$a->strings["Send Reply"] = "Send reply";
+$a->strings["Unknown sender - %s"] = "Unknown sender - %s";
+$a->strings["You and %s"] = "Me and %s";
+$a->strings["%s and You"] = "%s and me";
+$a->strings["%d message"] = [
+       0 => "%d message",
+       1 => "%d messages",
 ];
-$a->strings["Show more"] = "Show more";
-$a->strings["Show fewer"] = "Show fewer";
-$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
-$a->strings["Delete this item?"] = "Delete this item?";
-$a->strings["toggle mobile"] = "Toggle mobile";
-$a->strings["Legacy module file not found: %s"] = "Legacy module file not found: %s";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
-$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Could not find any unarchived contact entry for this URL (%s)";
-$a->strings["The contact entries have been archived"] = "The contact entries have been archived";
-$a->strings["Enter new password: "] = "Enter new password: ";
-$a->strings["Post update version number has been set to %s."] = "Post update version number has been set to %s.";
-$a->strings["Check for pending update actions."] = "Check for pending update actions.";
-$a->strings["Done."] = "Done.";
-$a->strings["Execute pending post updates."] = "Execute pending post updates.";
-$a->strings["All pending post updates are done."] = "All pending post updates are done.";
-$a->strings["No system theme config value set."] = "No system theme configuration value set.";
-$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Updating author-id and owner-id in item and thread table. ";
-$a->strings["%s: Updating post-type."] = "%s: Updating post-type.";
+$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
+$a->strings["No profile"] = "No profile";
+$a->strings["Permission denied"] = "Permission denied";
+$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
+$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
+$a->strings["Visible To"] = "Visible to";
+$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
+$a->strings["Tag(s) removed"] = "Tag(s) removed";
+$a->strings["Remove Item Tag"] = "Remove Item tag";
+$a->strings["Select a tag to remove: "] = "Select a tag to remove: ";
+$a->strings["No videos selected"] = "No videos selected";
+$a->strings["Recent Videos"] = "Recent videos";
+$a->strings["Upload New Videos"] = "Upload new videos";
index b6718693aa67cd5a70b2d16f91fc3837d896c29c..b3d54bae1196c1eb30ce79eb7c889bcd0dd009b3 100644 (file)
@@ -11,8 +11,8 @@ msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2019-12-05 23:28+0100\n"
-"PO-Revision-Date: 2019-12-15 01:10+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"PO-Revision-Date: 2019-12-20 02:40+0000\n"
+"Last-Translator: ozero dien <rgfx0020+misc@gmail.com>\n"
 "Language-Team: Japanese (http://www.transifex.com/Friendica/friendica/language/ja/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -1335,7 +1335,7 @@ msgstr "編集"
 
 #: src/Object/Post.php:197
 msgid "pinned item"
-msgstr ""
+msgstr "ピン留め項目"
 
 #: src/Object/Post.php:202
 msgid "Delete locally"
@@ -1383,19 +1383,19 @@ msgstr "無視"
 
 #: src/Object/Post.php:296
 msgid "pin"
-msgstr ""
+msgstr "ピン留め"
 
 #: src/Object/Post.php:297
 msgid "unpin"
-msgstr ""
+msgstr "ピン留めを解除"
 
 #: src/Object/Post.php:298
 msgid "toggle pin status"
-msgstr ""
+msgstr "ピン留めを切り替え"
 
 #: src/Object/Post.php:301
 msgid "pinned"
-msgstr ""
+msgstr "ピン留めされました"
 
 #: src/Object/Post.php:308
 msgid "add star"
@@ -1444,7 +1444,7 @@ msgstr "共有"
 #: src/Object/Post.php:384
 #, php-format
 msgid "%s (Received %s)"
-msgstr ""
+msgstr "%s (%s を受け取りました)"
 
 #: src/Object/Post.php:409
 msgid "to"
@@ -1667,7 +1667,7 @@ msgstr "Twitter"
 
 #: src/Content/ContactSelector.php:128
 msgid "Discourse"
-msgstr ""
+msgstr "Discourse"
 
 #: src/Content/ContactSelector.php:129
 msgid "Diaspora Connector"
@@ -3469,7 +3469,7 @@ msgstr "ログインに失敗しました。"
 
 #: src/Core/Authentication.php:239
 msgid "Login failed. Please check your credentials."
-msgstr ""
+msgstr "ログインに失敗しました。認証情報を確かめてください。"
 
 #: src/Core/Authentication.php:355
 #, php-format
@@ -3501,7 +3501,7 @@ msgstr "一般公開"
 msgid ""
 "This content will be shown to all your followers and can be seen in the "
 "community pages and by anyone with its link."
-msgstr ""
+msgstr "このコンテンツはすべてのフォロワーに表示され、コミュニティページやリンクを知っている人なら誰でも見ることができます。"
 
 #: src/Core/ACL.php:396
 msgid "Limited/Private"
@@ -3512,15 +3512,15 @@ msgid ""
 "This content will be shown only to the people in the first box, to the "
 "exception of the people mentioned in the second box. It won't appear "
 "anywhere public."
-msgstr ""
+msgstr "このコンテンツは、最初のボックスに記載されたメンバーから、2番目のボックスに記載されている人を除いた範囲に対して表示されます。 一般公開はされません。"
 
 #: src/Core/ACL.php:398
 msgid "Show to:"
-msgstr ""
+msgstr "限定公開先:"
 
 #: src/Core/ACL.php:399
 msgid "Except to:"
-msgstr ""
+msgstr "この連絡先を除く:"
 
 #: src/Core/ACL.php:400 mod/editpost.php:96
 msgid "CC: email addresses"
@@ -7753,7 +7753,7 @@ msgstr "新しい投稿を作成"
 
 #: src/Module/Item/Compose.php:119
 msgid "Visibility"
-msgstr ""
+msgstr "公開範囲"
 
 #: src/Module/Item/Compose.php:140
 msgid "Clear the location"
@@ -7934,7 +7934,7 @@ msgstr "管理者へリクエストする内容を書く必要があります。
 
 #: src/Module/Register.php:266
 msgid "You have entered too much information."
-msgstr ""
+msgstr "入力件数が多すぎます"
 
 #: src/Module/Register.php:312
 msgid "Your registration is pending approval by the site owner."
@@ -9884,14 +9884,14 @@ msgstr "通常、システムは短縮された投稿に追加するのに最適
 
 #: mod/settings.php:852
 msgid "Attach the link title"
-msgstr ""
+msgstr "リンクの件名を添付します"
 
 #: mod/settings.php:852
 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 ""
+msgstr "有効にすると、添付されたリンクのタイトルがDiasporaへの投稿のタイトルとして追加されます。 これは主に、フィードコンテンツを共有する「リモート セルフ」コンタクトで役立ちます。"
 
 #: mod/settings.php:853
 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
@@ -10066,11 +10066,11 @@ msgstr "有効にすると、埋め込みコンテンツは自動更新では表
 
 #: mod/settings.php:971
 msgid "Disable Smart Threading"
-msgstr ""
+msgstr "スマートスレッドを無効にする"
 
 #: mod/settings.php:971
 msgid "Disable the automatic suppression of extraneous thread indentation."
-msgstr ""
+msgstr "外部スレッドのインデントについて、自動抑制を無効にします。"
 
 #: mod/settings.php:973
 msgid "General Theme Settings"
index cc324cd013c3364dea25b7a3c55e0f435078c56a..671da529aa1c322fdb3f24e1fe42db353d4697ee 100644 (file)
@@ -289,7 +289,7 @@ $a->strings["%s: updating %s table."] = "%s : %sテーブルを更新してい
 $a->strings["This entry was edited"] = "このエントリは編集されました";
 $a->strings["Private Message"] = "自分のみ";
 $a->strings["Edit"] = "編集";
-$a->strings["pinned item"] = "";
+$a->strings["pinned item"] = "ピン留め項目";
 $a->strings["Delete locally"] = "ローカルで削除";
 $a->strings["Delete globally"] = "グローバルに削除";
 $a->strings["Remove locally"] = "ローカルで削除";
@@ -301,10 +301,10 @@ $a->strings["ignore thread"] = "スレッドを無視";
 $a->strings["unignore thread"] = "無視しないスレッド";
 $a->strings["toggle ignore status"] = "トグル無視ステータス";
 $a->strings["ignored"] = "無視";
-$a->strings["pin"] = "";
-$a->strings["unpin"] = "";
-$a->strings["toggle pin status"] = "";
-$a->strings["pinned"] = "";
+$a->strings["pin"] = "ピン留め";
+$a->strings["unpin"] = "ピン留めを解除";
+$a->strings["toggle pin status"] = "ピン留めを切り替え";
+$a->strings["pinned"] = "ピン留めされました";
 $a->strings["add star"] = "スターを追加";
 $a->strings["remove star"] = "スターを削除";
 $a->strings["toggle star status"] = "スターの状態を切り替える";
@@ -316,7 +316,7 @@ $a->strings["I don't like this (toggle)"] = "気に入らない(トグル)";
 $a->strings["dislike"] = "嫌い";
 $a->strings["Share this"] = "これを共有";
 $a->strings["share"] = "共有";
-$a->strings["%s (Received %s)"] = "";
+$a->strings["%s (Received %s)"] = "%s (%s を受け取りました)";
 $a->strings["to"] = "に";
 $a->strings["via"] = "経由で";
 $a->strings["Wall-to-Wall"] = "壁間";
@@ -372,7 +372,7 @@ $a->strings["MySpace"] = "MySpace";
 $a->strings["Google+"] = "Google+";
 $a->strings["pump.io"] = "pump.io";
 $a->strings["Twitter"] = "Twitter";
-$a->strings["Discourse"] = "";
+$a->strings["Discourse"] = "Discourse";
 $a->strings["Diaspora Connector"] = "Diaspora コネクタ";
 $a->strings["GNU Social Connector"] = "GNU Social Connector";
 $a->strings["ActivityPub"] = "ActivityPub";
@@ -793,18 +793,18 @@ $a->strings["fingered"] = "フィンガーされました";
 $a->strings["rebuff"] = "拒絶";
 $a->strings["rebuffed"] = "拒否された";
 $a->strings["Login failed."] = "ログインに失敗しました。";
-$a->strings["Login failed. Please check your credentials."] = "";
+$a->strings["Login failed. Please check your credentials."] = "ログインに失敗しました。認証情報を確かめてください。";
 $a->strings["Welcome %s"] = "ようこそ%s";
 $a->strings["Please upload a profile photo."] = "プロフィール写真をアップロードしてください。";
 $a->strings["Welcome back %s"] = "おかえりなさい%s";
 $a->strings["Mutuals"] = "相互";
 $a->strings["Post to Email"] = "メールに投稿";
 $a->strings["Public"] = "一般公開";
-$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "";
+$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "このコンテンツはすべてのフォロワーに表示され、コミュニティページやリンクを知っている人なら誰でも見ることができます。";
 $a->strings["Limited/Private"] = "限定/プライベート";
-$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "";
-$a->strings["Show to:"] = "";
-$a->strings["Except to:"] = "";
+$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "このコンテンツは、最初のボックスに記載されたメンバーから、2番目のボックスに記載されている人を除いた範囲に対して表示されます。 一般公開はされません。";
+$a->strings["Show to:"] = "限定公開先:";
+$a->strings["Except to:"] = "この連絡先を除く:";
 $a->strings["CC: email addresses"] = "CC:メールアドレス";
 $a->strings["Example: bob@example.com, mary@example.com"] = "例:bob @ example.com、mary @ example.com";
 $a->strings["Connectors"] = "コネクター";
@@ -1724,7 +1724,7 @@ $a->strings["Please enter a post body."] = "投稿本文を入力してくださ
 $a->strings["This feature is only available with the frio theme."] = "この機能は、frioテーマでのみ使用可能です。";
 $a->strings["Compose new personal note"] = "新しい個人メモを作成する";
 $a->strings["Compose new post"] = "新しい投稿を作成";
-$a->strings["Visibility"] = "";
+$a->strings["Visibility"] = "公開範囲";
 $a->strings["Clear the location"] = "場所をクリアする";
 $a->strings["Location services are unavailable on your device"] = "デバイスで位置情報サービスを利用できません";
 $a->strings["Location services are disabled. Please check the website's permissions on your device"] = "位置情報サービスは無効になっています。お使いのデバイスでウェブサイトの権限を確認してください";
@@ -1762,7 +1762,7 @@ $a->strings["Failed to send email message. Here your accout details:<br> login:
 $a->strings["Registration successful."] = "登録に成功。";
 $a->strings["Your registration can not be processed."] = "登録を処理できません。";
 $a->strings["You have to leave a request note for the admin."] = "管理者へリクエストする内容を書く必要があります。";
-$a->strings["You have entered too much information."] = "";
+$a->strings["You have entered too much information."] = "入力件数が多すぎます";
 $a->strings["Your registration is pending approval by the site owner."] = "登録はサイト所有者による承認待ちです。";
 $a->strings["Search term successfully saved."] = "検索キーワードを保存しました。";
 $a->strings["Search term already saved."] = "すでに保存された検索キーワードです。";
@@ -2212,8 +2212,8 @@ $a->strings["Disable Content Warning"] = "コンテンツ警告を無効にす
 $a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "MastodonやPleromaなどのネットワーク上のユーザーは、デフォルトで投稿を折りたたむコンテンツ警告フィールドを設定できます。これにより、自動折りたたみが無効になり、コンテンツの警告が投稿タイトルとして設定されます。最終的に設定する他のコンテンツフィルタリングには影響しません。";
 $a->strings["Disable intelligent shortening"] = "インテリジェントな短縮を無効にする";
 $a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "通常、システムは短縮された投稿に追加するのに最適なリンクを見つけようとします。このオプションを有効にすると、すべての短縮された投稿は常に元のfriendica投稿を指すようになります。";
-$a->strings["Attach the link title"] = "";
-$a->strings["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."] = "";
+$a->strings["Attach the link title"] = "リンクの件名を添付します";
+$a->strings["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."] = "有効にすると、添付されたリンクのタイトルがDiasporaへの投稿のタイトルとして追加されます。 これは主に、フィードコンテンツを共有する「リモート セルフ」コンタクトで役立ちます。";
 $a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "GNU Social(OStatus)のフォロワー/メンショナーを自動的にフォローする";
 $a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "不明なOStatusユーザーからメッセージを受信した場合、このオプションは何をするかを決定します。チェックされている場合、未知のユーザーごとに新しいコンタクトが作成されます。";
 $a->strings["Default group for OStatus contacts"] = "OStatusコンタクトのデフォルトグループ";
@@ -2253,8 +2253,8 @@ $a->strings["Automatic updates only at the top of the network page"] = "ネッ
 $a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "無効にすると、ネットワークページが常に更新され、読み取り中に混乱する可能性があります。";
 $a->strings["Bandwidth Saver Mode"] = "帯域幅節約モード";
 $a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "有効にすると、埋め込みコンテンツは自動更新では表示されず、ページの再読み込みでのみ表示されます。";
-$a->strings["Disable Smart Threading"] = "";
-$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "";
+$a->strings["Disable Smart Threading"] = "スマートスレッドを無効にする";
+$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "外部スレッドのインデントについて、自動抑制を無効にします。";
 $a->strings["General Theme Settings"] = "一般的なテーマ設定";
 $a->strings["Custom Theme Settings"] = "カスタムテーマ設定";
 $a->strings["Content Settings"] = "コンテンツ設定";
index 100540933b9a9592b0207c8d0182ae08d5d46544..9fa7825ce9ff96d7531aaddbb7fe3a551b024bb4 100644 (file)
@@ -56,9 +56,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-04 10:26+0100\n"
-"PO-Revision-Date: 2019-11-04 13:21+0000\n"
-"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
+"POT-Creation-Date: 2019-12-05 23:28+0100\n"
+"PO-Revision-Date: 2019-12-19 18:10+0000\n"
+"Last-Translator: Waldemar Stoczkowski\n"
 "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -66,7 +66,7 @@ msgstr ""
 "Language: pl\n"
 "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
 
-#: include/api.php:1121
+#: include/api.php:1124
 #, 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."
@@ -75,7 +75,7 @@ msgstr[1] "Dzienny limit opublikowanych %d postów. Post został odrzucony."
 msgstr[2] "Dzienny limit opublikowanych %d postów. Post został odrzucony."
 msgstr[3] "Dzienny limit opublikowanych %d postów. Post został odrzucony."
 
-#: include/api.php:1135
+#: include/api.php:1138
 #, php-format
 msgid "Weekly posting limit of %d post reached. The post was rejected."
 msgid_plural ""
@@ -85,829 +85,830 @@ msgstr[1] "Tygodniowy limit wysyłania %d postów. Post został odrzucony."
 msgstr[2] "Tygodniowy limit wysyłania %d postów. Post został odrzucony."
 msgstr[3] "Tygodniowy limit wysyłania %d postów. Post został odrzucony."
 
-#: include/api.php:1149
+#: include/api.php:1152
 #, php-format
 msgid "Monthly posting limit of %d post reached. The post was rejected."
 msgstr "Miesięczny limit %d wysyłania postów. Post został odrzucony."
 
-#: include/api.php:4566 mod/profile_photo.php:85 mod/profile_photo.php:94
+#: include/api.php:4576 src/Model/User.php:841 src/Model/User.php:849
+#: src/Model/User.php:857 mod/profile_photo.php:85 mod/profile_photo.php:94
 #: mod/profile_photo.php:103 mod/profile_photo.php:210
 #: mod/profile_photo.php:298 mod/profile_photo.php:308 mod/photos.php:90
 #: mod/photos.php:181 mod/photos.php:628 mod/photos.php:1055
-#: mod/photos.php:1072 mod/photos.php:1580 src/Model/User.php:841
-#: src/Model/User.php:849 src/Model/User.php:857
+#: mod/photos.php:1072 mod/photos.php:1580
 msgid "Profile Photos"
 msgstr "Zdjęcie profilowe"
 
-#: include/conversation.php:167 include/conversation.php:304
-#: src/Model/Item.php:3322
-msgid "event"
-msgstr "wydarzenie"
-
-#: include/conversation.php:170 include/conversation.php:180
-#: include/conversation.php:307 include/conversation.php:316
-#: mod/subthread.php:91 mod/tagger.php:72
-msgid "status"
-msgstr "status"
+#: include/enotify.php:58
+msgid "Friendica Notification"
+msgstr "Powiadomienia Friendica"
 
-#: include/conversation.php:175 include/conversation.php:312
-#: mod/subthread.php:91 mod/tagger.php:72 src/Model/Item.php:3324
-msgid "photo"
-msgstr "zdjęcie"
+#: include/enotify.php:61
+msgid "Thank You,"
+msgstr "Dziękuję,"
 
-#: include/conversation.php:188
+#: include/enotify.php:64
 #, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s lubi to %2$s's %3$s"
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s,%2$sAdministrator"
 
-#: include/conversation.php:190
+#: include/enotify.php:66
 #, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s nie lubi %2$s's %3$s"
+msgid "%s Administrator"
+msgstr "%s Administrator"
 
-#: include/conversation.php:192
+#: include/enotify.php:135
 #, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s bierze udział w %2$s's %3$s"
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s"
 
-#: include/conversation.php:194
+#: include/enotify.php:137
 #, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s nie uczestniczy %2$s 's %3$s"
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s wysłał(-a) ci nową prywatną wiadomość na %2$s."
 
-#: include/conversation.php:196
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s może bierze udział %2$s 's %3$s"
+#: include/enotify.php:138
+msgid "a private message"
+msgstr "prywatna wiadomość"
 
-#: include/conversation.php:231
+#: include/enotify.php:138
 #, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s jest teraz znajomym z %2$s"
+msgid "%1$s sent you %2$s."
+msgstr "%1$s wysłał(-a) ci %2$s."
 
-#: include/conversation.php:272
+#: include/enotify.php:140
 #, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s zaczepił Cię %2$s"
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości."
 
-#: include/conversation.php:326 mod/tagger.php:105
+#: include/enotify.php:173
 #, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s"
-
-#: include/conversation.php:348
-msgid "post/item"
-msgstr "stanowisko/pozycja"
+msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]%3$s[/url]"
 
-#: include/conversation.php:349
+#: include/enotify.php:179
 #, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s oznacz %2$s's %3$s jako ulubione"
-
-#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352
-msgid "Likes"
-msgstr "Lubię to"
-
-#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355
-msgid "Dislikes"
-msgstr "Nie lubię tego"
-
-#: include/conversation.php:576 include/conversation.php:1577
-#: mod/photos.php:1408
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Uczestniczę"
-msgstr[1] "Uczestniczy"
-msgstr[2] "Uczestniczą"
-msgstr[3] "Uczestniczą"
-
-#: include/conversation.php:577 mod/photos.php:1408
-msgid "Not attending"
-msgstr "Nie uczestniczę"
-
-#: include/conversation.php:578 mod/photos.php:1408
-msgid "Might attend"
-msgstr "Może wziąć udział"
-
-#: include/conversation.php:579
-msgid "Reshares"
-msgstr "Udostępnianie"
-
-#: include/conversation.php:659 mod/photos.php:1469 src/Object/Post.php:206
-msgid "Select"
-msgstr "Wybierz"
-
-#: include/conversation.php:660 mod/photos.php:1470 mod/settings.php:730
-#: src/Module/Admin/Users.php:288 src/Module/Contact.php:826
-#: src/Module/Contact.php:1107
-msgid "Delete"
-msgstr "Usuń"
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s skomentował [url=%2$s]a %3$s[/url]"
 
-#: include/conversation.php:689 src/Object/Post.php:383
-#: src/Object/Post.php:384
+#: include/enotify.php:189
 #, php-format
-msgid "View %s's profile @ %s"
-msgstr "Pokaż %s's profil @ %s"
-
-#: include/conversation.php:702 src/Object/Post.php:371
-msgid "Categories:"
-msgstr "Kategorie:"
-
-#: include/conversation.php:703 src/Object/Post.php:372
-msgid "Filed under:"
-msgstr "Zapisano w:"
+msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s otagowałem Cię [url=%2$s]%3$s's %4$s[/url]"
 
-#: include/conversation.php:710 src/Object/Post.php:397
+#: include/enotify.php:196
 #, php-format
-msgid "%s from %s"
-msgstr "%s od %s"
-
-#: include/conversation.php:725
-msgid "View in context"
-msgstr "Zobacz w kontekście"
-
-#: include/conversation.php:727 include/conversation.php:1243
-#: mod/editpost.php:87 mod/message.php:260 mod/message.php:442
-#: mod/photos.php:1380 mod/wallmessage.php:141 src/Module/Item/Compose.php:197
-#: src/Object/Post.php:424
-msgid "Please wait"
-msgstr "Proszę czekać"
-
-#: include/conversation.php:791
-msgid "remove"
-msgstr "usuń"
-
-#: include/conversation.php:795
-msgid "Delete Selected Items"
-msgstr "Usuń zaznaczone elementy"
-
-#: include/conversation.php:950 view/theme/frio/theme.php:363
-msgid "Follow Thread"
-msgstr "Śledź wątek"
-
-#: include/conversation.php:951 src/Model/Contact.php:1255
-msgid "View Status"
-msgstr "Zobacz status"
-
-#: include/conversation.php:952 include/conversation.php:970
-#: mod/suggest.php:87 mod/match.php:87 src/Model/Contact.php:1185
-#: src/Model/Contact.php:1247 src/Model/Contact.php:1256
-#: src/Module/AllFriends.php:74 src/Module/BaseSearchModule.php:137
-#: src/Module/Directory.php:148
-msgid "View Profile"
-msgstr "Zobacz profil"
-
-#: include/conversation.php:953 src/Model/Contact.php:1257
-msgid "View Photos"
-msgstr "Zobacz zdjęcia"
-
-#: include/conversation.php:954 src/Model/Contact.php:1248
-#: src/Model/Contact.php:1258
-msgid "Network Posts"
-msgstr "Wiadomości sieciowe"
-
-#: include/conversation.php:955 src/Model/Contact.php:1249
-#: src/Model/Contact.php:1259
-msgid "View Contact"
-msgstr "Pokaż kontakt"
-
-#: include/conversation.php:956 src/Model/Contact.php:1261
-msgid "Send PM"
-msgstr "Wyślij prywatną wiadomość"
-
-#: include/conversation.php:957 src/Module/Admin/Blocklist/Contact.php:67
-#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606
-#: src/Module/Contact.php:823 src/Module/Contact.php:1082
-msgid "Block"
-msgstr "Zablokuj"
-
-#: include/conversation.php:958 mod/notifications.php:66
-#: mod/notifications.php:201 mod/notifications.php:294
-#: src/Module/Contact.php:607 src/Module/Contact.php:824
-#: src/Module/Contact.php:1090
-msgid "Ignore"
-msgstr "Ignoruj"
-
-#: include/conversation.php:962 src/Model/Contact.php:1262
-msgid "Poke"
-msgstr "Zaczepka"
-
-#: include/conversation.php:967 mod/suggest.php:88 mod/follow.php:160
-#: mod/match.php:88 view/theme/vier/theme.php:178 src/Content/Widget.php:67
-#: src/Model/Contact.php:1250 src/Model/Contact.php:1263
-#: src/Module/AllFriends.php:75 src/Module/BaseSearchModule.php:138
-msgid "Connect/Follow"
-msgstr "Połącz/Obserwuj"
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$sskomentował [url=%2$s]%3$s %4$s[/url]"
 
-#: include/conversation.php:1095
+#: include/enotify.php:208
 #, php-format
-msgid "%s likes this."
-msgstr "%s lubi to."
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr ""
 
-#: include/conversation.php:1098
+#: include/enotify.php:214
 #, php-format
-msgid "%s doesn't like this."
-msgstr "%s nie lubi tego."
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s skomentował [url=%2$s] twój %3$s[/ url]"
 
-#: include/conversation.php:1101
+#: include/enotify.php:225
 #, php-format
-msgid "%s attends."
-msgstr "%s uczestniczy."
+msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]swoim %3$s[/url]"
 
-#: include/conversation.php:1104
+#: include/enotify.php:231
 #, php-format
-msgid "%s doesn't attend."
-msgstr "%s nie uczestniczy."
+msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
+msgstr ""
 
-#: include/conversation.php:1107
+#: include/enotify.php:244
 #, php-format
-msgid "%s attends maybe."
-msgstr "%s może bierze udział."
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Powiadomienie] %s dodał Cię"
 
-#: include/conversation.php:1110 include/conversation.php:1153
+#: include/enotify.php:246
 #, php-format
-msgid "%s reshared this."
-msgstr "%sudostępnił to. "
-
-#: include/conversation.php:1118
-msgid "and"
-msgstr "i"
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s oznaczono Cię tagiem %2$s"
 
-#: include/conversation.php:1124
+#: include/enotify.php:248
 #, php-format
-msgid "and %d other people"
-msgstr "i %d inni ludzie"
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s"
 
-#: include/conversation.php:1132
+#: include/enotify.php:250
 #, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d ludzi </span> lubi to"
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s skomentował(-a) rozmowę którą śledzisz."
 
-#: include/conversation.php:1133
+#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285
+#: include/enotify.php:304 include/enotify.php:320
 #, php-format
-msgid "%s like this."
-msgstr "%s lubię to."
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę."
 
-#: include/conversation.php:1136
+#: include/enotify.php:262
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d ludzi</span> nie lubi tego"
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu"
 
-#: include/conversation.php:1137
+#: include/enotify.php:264
 #, php-format
-msgid "%s don't like this."
-msgstr "%s nie lubię tego."
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s opublikował(-a) wpis na twojej ścianie o %2$s"
 
-#: include/conversation.php:1140
+#: include/enotify.php:265
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$dosoby</span> uczestniczą"
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s opublikował(-a) na [url=%2$s]twojej ścianie[/url]"
 
-#: include/conversation.php:1141
+#: include/enotify.php:277
 #, php-format
-msgid "%s attend."
-msgstr "%s uczestniczy."
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis"
 
-#: include/conversation.php:1144
+#: include/enotify.php:279
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$dludzie</span> nie uczestniczą"
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s udostępnił(-a) nowy wpis na %2$s"
 
-#: include/conversation.php:1145
+#: include/enotify.php:280
 #, php-format
-msgid "%s don't attend."
-msgstr "%s nie uczestniczy."
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s[url=%2$s]udostępnił wpis[/url]."
 
-#: include/conversation.php:1148
+#: include/enotify.php:292
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "Możliwe, że <span  %1$s>%2$d osoby</span> będą uczestniczyć"
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię"
 
-#: include/conversation.php:1149
+#: include/enotify.php:294
 #, php-format
-msgid "%s attend maybe."
-msgstr "%sbyć może uczestniczyć."
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s zaczepił Cię %2$s"
 
-#: include/conversation.php:1152
+#: include/enotify.php:295
 #, php-format
-msgid "<span  %1$s>%2$d people</span> reshared this"
-msgstr "<span  %1$s>%2$d użytkowników</span> udostępniło to dalej"
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s[url=%2$s] zaczepił Cię[/url]."
 
-#: include/conversation.php:1182
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Widoczne dla <strong>wszystkich</strong>"
+#: include/enotify.php:312
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Powiadomienie] %s otagował Twój post"
 
-#: include/conversation.php:1183 src/Module/Item/Compose.php:191
-#: src/Object/Post.php:893
-msgid "Please enter a image/video/audio/webpage URL:"
-msgstr "Wprowadź adres URL obrazu/wideo/audio/strony:"
+#: include/enotify.php:314
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s oznaczył(-a) twój wpis na %2$s"
 
-#: include/conversation.php:1184
-msgid "Tag term:"
-msgstr "Termin tagu:"
+#: include/enotify.php:315
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$soznacz [url=%2$s]twój post[/url]"
 
-#: include/conversation.php:1185 src/Module/Filer/SaveTag.php:48
-msgid "Save to Folder:"
-msgstr "Zapisz w folderze:"
+#: include/enotify.php:327
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Powiadomienie] Zapoznanie odebrane"
 
-#: include/conversation.php:1186
-msgid "Where are you right now?"
-msgstr "Gdzie teraz jesteś?"
+#: include/enotify.php:329
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Otrzymałeś wstęp od '%1$s' z %2$s"
 
-#: include/conversation.php:1187
-msgid "Delete item(s)?"
-msgstr "Usunąć pozycję (pozycje)?"
+#: include/enotify.php:330
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Zostałeś [url=%1$s] przyjęty [/ url] z %2$s."
 
-#: include/conversation.php:1219
-msgid "New Post"
-msgstr "Nowy Post"
+#: include/enotify.php:335 include/enotify.php:381
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Możesz odwiedzić ich profil na stronie %s"
 
-#: include/conversation.php:1222
-msgid "Share"
-msgstr "Podziel się"
+#: include/enotify.php:337
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."
 
-#: include/conversation.php:1223 mod/editpost.php:73 mod/message.php:258
-#: mod/message.php:439 mod/wallmessage.php:139
-msgid "Upload photo"
-msgstr "Wyślij zdjęcie"
+#: include/enotify.php:344
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"
 
-#: include/conversation.php:1224 mod/editpost.php:74
-msgid "upload photo"
-msgstr "dodaj zdjęcie"
+#: include/enotify.php:346 include/enotify.php:347
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s dzieli się z tobą w %2$s"
 
-#: include/conversation.php:1225 mod/editpost.php:75
-msgid "Attach file"
-msgstr "Załącz plik"
+#: include/enotify.php:354
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora"
 
-#: include/conversation.php:1226 mod/editpost.php:76
-msgid "attach file"
-msgstr "załącz plik"
+#: include/enotify.php:356 include/enotify.php:357
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "Masz nowego obserwatora na %2$s : %1$s"
 
-#: include/conversation.php:1227 src/Module/Item/Compose.php:183
-#: src/Object/Post.php:885
-msgid "Bold"
-msgstr "Pogrubienie"
+#: include/enotify.php:370
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego"
 
-#: include/conversation.php:1228 src/Module/Item/Compose.php:184
-#: src/Object/Post.php:886
-msgid "Italic"
-msgstr "Kursywa"
+#: include/enotify.php:372
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s"
 
-#: include/conversation.php:1229 src/Module/Item/Compose.php:185
-#: src/Object/Post.php:887
-msgid "Underline"
-msgstr "Podkreślenie"
+#: include/enotify.php:373
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s."
 
-#: include/conversation.php:1230 src/Module/Item/Compose.php:186
-#: src/Object/Post.php:888
-msgid "Quote"
-msgstr "Cytat"
+#: include/enotify.php:379
+msgid "Name:"
+msgstr "Imię:"
 
-#: include/conversation.php:1231 src/Module/Item/Compose.php:187
-#: src/Object/Post.php:889
-msgid "Code"
-msgstr "Kod"
+#: include/enotify.php:380
+msgid "Photo:"
+msgstr "Zdjęcie:"
 
-#: include/conversation.php:1232 src/Module/Item/Compose.php:188
-#: src/Object/Post.php:890
-msgid "Image"
-msgstr "Obraz"
+#: include/enotify.php:383
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię."
 
-#: include/conversation.php:1233 src/Module/Item/Compose.php:189
-#: src/Object/Post.php:891
-msgid "Link"
-msgstr "Link"
+#: include/enotify.php:391 include/enotify.php:406
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane"
 
-#: include/conversation.php:1234 src/Module/Item/Compose.php:190
-#: src/Object/Post.php:892
-msgid "Link or Media"
-msgstr "Link lub Media"
+#: include/enotify.php:393 include/enotify.php:408
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s"
 
-#: include/conversation.php:1235 mod/editpost.php:83
-#: src/Module/Item/Compose.php:193
-msgid "Set your location"
-msgstr "Ustaw swoją lokalizację"
+#: include/enotify.php:394 include/enotify.php:409
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s zaakceptował twoją [url=%1$s] prośbę o połączenie [/url]."
 
-#: include/conversation.php:1236 mod/editpost.php:84
-msgid "set location"
-msgstr "wybierz lokalizację"
+#: include/enotify.php:399
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń."
 
-#: include/conversation.php:1237 mod/editpost.php:85
-msgid "Clear browser location"
-msgstr "Wyczyść lokalizację przeglądarki"
+#: include/enotify.php:401
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."
 
-#: include/conversation.php:1238 mod/editpost.php:86
-msgid "clear location"
-msgstr "wyczyść lokalizację"
+#: include/enotify.php:414
+#, 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 "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."
 
-#: include/conversation.php:1240 mod/editpost.php:100
-#: src/Module/Item/Compose.php:198
-msgid "Set title"
-msgstr "Podaj tytuł"
+#: include/enotify.php:416
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkową lub bardziej ścisłą relację w przyszłości. "
 
-#: include/conversation.php:1242 mod/editpost.php:102
-#: src/Module/Item/Compose.php:199
-msgid "Categories (comma-separated list)"
-msgstr "Kategorie (lista słów oddzielonych przecinkiem)"
+#: include/enotify.php:418
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji."
 
-#: include/conversation.php:1244 mod/editpost.php:88
-msgid "Permission settings"
-msgstr "Ustawienia uprawnień"
+#: include/enotify.php:428 mod/removeme.php:46
+msgid "[Friendica System Notify]"
+msgstr "[Powiadomienie Systemu Friendica]"
 
-#: include/conversation.php:1245 mod/editpost.php:117
-msgid "permissions"
-msgstr "zezwolenia"
+#: include/enotify.php:428
+msgid "registration request"
+msgstr "prośba o rejestrację"
 
-#: include/conversation.php:1254 mod/editpost.php:97
-msgid "Public post"
-msgstr "Publiczny post"
+#: include/enotify.php:430
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s"
 
-#: include/conversation.php:1258 mod/editpost.php:108 mod/events.php:556
-#: mod/photos.php:1398 mod/photos.php:1437 mod/photos.php:1502
-#: src/Module/Item/Compose.php:192 src/Object/Post.php:894
-msgid "Preview"
-msgstr "Podgląd"
+#: include/enotify.php:431
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s."
 
-#: include/conversation.php:1262 include/items.php:392 mod/suggest.php:76
-#: mod/dfrn_request.php:652 mod/editpost.php:111 mod/fbrowser.php:110
-#: mod/fbrowser.php:139 mod/follow.php:174 mod/message.php:153
-#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:670
-#: mod/settings.php:696 mod/tagrm.php:20 mod/tagrm.php:115
-#: mod/unfollow.php:132 src/Module/Contact.php:447
-msgid "Cancel"
-msgstr "Anuluj"
+#: include/enotify.php:436
+#, php-format
+msgid ""
+"Full Name:\t%s\n"
+"Site Location:\t%s\n"
+"Login Name:\t%s (%s)"
+msgstr "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)"
 
-#: include/conversation.php:1267
-msgid "Post to Groups"
-msgstr "Opublikuj w grupach"
+#: include/enotify.php:442
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."
 
-#: include/conversation.php:1268
-msgid "Post to Contacts"
-msgstr "Wstaw do kontaktów"
+#: include/conversation.php:167 include/conversation.php:304
+#: src/Model/Item.php:3394
+msgid "event"
+msgstr "wydarzenie"
 
-#: include/conversation.php:1269
-msgid "Private post"
-msgstr "Prywatne posty"
+#: include/conversation.php:170 include/conversation.php:180
+#: include/conversation.php:307 include/conversation.php:316 mod/tagger.php:72
+#: mod/subthread.php:91
+msgid "status"
+msgstr "status"
 
-#: include/conversation.php:1274 mod/editpost.php:115
-#: src/Model/Profile.php:546 src/Module/Contact.php:322
-msgid "Message"
-msgstr "Wiadomość"
+#: include/conversation.php:175 include/conversation.php:312
+#: src/Model/Item.php:3396 mod/tagger.php:72 mod/subthread.php:91
+msgid "photo"
+msgstr "zdjęcie"
 
-#: include/conversation.php:1275 mod/editpost.php:116
-msgid "Browser"
-msgstr "Przeglądarka"
+#: include/conversation.php:188
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s lubi to %2$s's %3$s"
 
-#: include/conversation.php:1547
-msgid "View all"
-msgstr "Pokaż wszystkie"
+#: include/conversation.php:190
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s nie lubi %2$s's %3$s"
 
-#: include/conversation.php:1571
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Ostatnie polubienie"
-msgstr[1] "Ostatnie polubienia"
-msgstr[2] "Ostatnich polubienień"
-msgstr[3] "Ostatnie polubienia"
+#: include/conversation.php:192
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s bierze udział w %2$s's %3$s"
 
-#: include/conversation.php:1574
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Nie lubię"
-msgstr[1] "Nie lubią"
-msgstr[2] "Nie lubią"
-msgstr[3] "Nie lubi"
-
-#: include/conversation.php:1580
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "Nie uczestniczę"
-msgstr[1] "Nie uczestniczy"
-msgstr[2] "Nie uczestniczą"
-msgstr[3] "Nie uczestniczą"
-
-#: include/conversation.php:1583 src/Content/ContactSelector.php:243
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "Niezdecydowany"
-msgstr[1] "Niezdecydowani"
-msgstr[2] "Niezdecydowani"
-msgstr[3] "Niezdecydowani"
-
-#: include/enotify.php:58
-msgid "Friendica Notification"
-msgstr "Powiadomienia Friendica"
-
-#: include/enotify.php:61
-msgid "Thank You,"
-msgstr "Dziękuję,"
+#: include/conversation.php:194
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s nie uczestniczy %2$s 's %3$s"
 
-#: include/enotify.php:64
+#: include/conversation.php:196
 #, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s,%2$sAdministrator"
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s może bierze udział %2$s 's %3$s"
 
-#: include/enotify.php:66
+#: include/conversation.php:231
 #, php-format
-msgid "%s Administrator"
-msgstr "%s Administrator"
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s jest teraz znajomym z %2$s"
 
-#: include/enotify.php:135
+#: include/conversation.php:272
 #, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s"
+msgid "%1$s poked %2$s"
+msgstr "%1$s zaczepił Cię %2$s"
 
-#: include/enotify.php:137
+#: include/conversation.php:326 mod/tagger.php:105
 #, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s wysłał(-a) ci nową prywatną wiadomość na %2$s."
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s"
 
-#: include/enotify.php:138
-msgid "a private message"
-msgstr "prywatna wiadomość"
+#: include/conversation.php:348
+msgid "post/item"
+msgstr "stanowisko/pozycja"
 
-#: include/enotify.php:138
+#: include/conversation.php:349
 #, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s wysłał(-a) ci %2$s."
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s oznacz %2$s's %3$s jako ulubione"
 
-#: include/enotify.php:140
+#: include/conversation.php:574 mod/photos.php:1407 mod/profiles.php:352
+msgid "Likes"
+msgstr "Lubię to"
+
+#: include/conversation.php:575 mod/photos.php:1407 mod/profiles.php:355
+msgid "Dislikes"
+msgstr "Nie lubię tego"
+
+#: include/conversation.php:576 include/conversation.php:1603
+#: mod/photos.php:1408
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Uczestniczę"
+msgstr[1] "Uczestniczy"
+msgstr[2] "Uczestniczą"
+msgstr[3] "Uczestniczą"
+
+#: include/conversation.php:577 mod/photos.php:1408
+msgid "Not attending"
+msgstr "Nie uczestniczę"
+
+#: include/conversation.php:578 mod/photos.php:1408
+msgid "Might attend"
+msgstr "Może wziąć udział"
+
+#: include/conversation.php:579
+msgid "Reshares"
+msgstr "Udostępnianie"
+
+#: include/conversation.php:659 src/Object/Post.php:211 mod/photos.php:1469
+msgid "Select"
+msgstr "Wybierz"
+
+#: include/conversation.php:660 src/Module/Admin/Users.php:288
+#: src/Module/Contact.php:826 src/Module/Contact.php:1107 mod/photos.php:1470
+#: mod/settings.php:731 mod/settings.php:873
+msgid "Delete"
+msgstr "Usuń"
+
+#: include/conversation.php:689 src/Object/Post.php:407
+#: src/Object/Post.php:408
 #, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości."
+msgid "View %s's profile @ %s"
+msgstr "Pokaż %s's profil @ %s"
 
-#: include/enotify.php:173
+#: include/conversation.php:702 src/Object/Post.php:395
+msgid "Categories:"
+msgstr "Kategorie:"
+
+#: include/conversation.php:703 src/Object/Post.php:396
+msgid "Filed under:"
+msgstr "Zapisano w:"
+
+#: include/conversation.php:710 src/Object/Post.php:421
 #, php-format
-msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]%3$s[/url]"
+msgid "%s from %s"
+msgstr "%s od %s"
 
-#: include/enotify.php:179
+#: include/conversation.php:725
+msgid "View in context"
+msgstr "Zobacz w kontekście"
+
+#: include/conversation.php:727 include/conversation.php:1249
+#: src/Object/Post.php:451 src/Module/Item/Compose.php:143
+#: mod/wallmessage.php:141 mod/photos.php:1380 mod/editpost.php:87
+#: mod/message.php:260 mod/message.php:442
+msgid "Please wait"
+msgstr "Proszę czekać"
+
+#: include/conversation.php:791
+msgid "remove"
+msgstr "usuń"
+
+#: include/conversation.php:795
+msgid "Delete Selected Items"
+msgstr "Usuń zaznaczone elementy"
+
+#: include/conversation.php:956 view/theme/frio/theme.php:363
+msgid "Follow Thread"
+msgstr "Śledź wątek"
+
+#: include/conversation.php:957 src/Model/Contact.php:1255
+msgid "View Status"
+msgstr "Zobacz status"
+
+#: include/conversation.php:958 include/conversation.php:976
+#: src/Model/Contact.php:1185 src/Model/Contact.php:1247
+#: src/Model/Contact.php:1256 src/Module/Directory.php:148
+#: src/Module/BaseSearchModule.php:137 src/Module/AllFriends.php:74
+#: mod/match.php:87 mod/suggest.php:87
+msgid "View Profile"
+msgstr "Zobacz profil"
+
+#: include/conversation.php:959 src/Model/Contact.php:1257
+msgid "View Photos"
+msgstr "Zobacz zdjęcia"
+
+#: include/conversation.php:960 src/Model/Contact.php:1248
+#: src/Model/Contact.php:1258
+msgid "Network Posts"
+msgstr "Wiadomości sieciowe"
+
+#: include/conversation.php:961 src/Model/Contact.php:1249
+#: src/Model/Contact.php:1259
+msgid "View Contact"
+msgstr "Pokaż kontakt"
+
+#: include/conversation.php:962 src/Model/Contact.php:1261
+msgid "Send PM"
+msgstr "Wyślij prywatną wiadomość"
+
+#: include/conversation.php:963 src/Module/Admin/Blocklist/Contact.php:67
+#: src/Module/Admin/Users.php:289 src/Module/Contact.php:606
+#: src/Module/Contact.php:823 src/Module/Contact.php:1082
+msgid "Block"
+msgstr "Zablokuj"
+
+#: include/conversation.php:964 src/Module/Contact.php:607
+#: src/Module/Contact.php:824 src/Module/Contact.php:1090
+#: mod/notifications.php:66 mod/notifications.php:201
+#: mod/notifications.php:294
+msgid "Ignore"
+msgstr "Ignoruj"
+
+#: include/conversation.php:968 src/Model/Contact.php:1262
+msgid "Poke"
+msgstr "Zaczepka"
+
+#: include/conversation.php:973 view/theme/vier/theme.php:178
+#: src/Content/Widget.php:67 src/Model/Contact.php:1250
+#: src/Model/Contact.php:1263 src/Module/BaseSearchModule.php:138
+#: src/Module/AllFriends.php:75 mod/follow.php:160 mod/match.php:88
+#: mod/suggest.php:88
+msgid "Connect/Follow"
+msgstr "Połącz/Obserwuj"
+
+#: include/conversation.php:1101
 #, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s skomentował [url=%2$s]a %3$s[/url]"
+msgid "%s likes this."
+msgstr "%s lubi to."
 
-#: include/enotify.php:189
+#: include/conversation.php:1104
 #, php-format
-msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s otagowałem Cię [url=%2$s]%3$s's %4$s[/url]"
+msgid "%s doesn't like this."
+msgstr "%s nie lubi tego."
 
-#: include/enotify.php:196
+#: include/conversation.php:1107
 #, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$sskomentował [url=%2$s]%3$s %4$s[/url]"
+msgid "%s attends."
+msgstr "%s uczestniczy."
 
-#: include/enotify.php:208
+#: include/conversation.php:1110
 #, php-format
-msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
-msgstr ""
+msgid "%s doesn't attend."
+msgstr "%s nie uczestniczy."
 
-#: include/enotify.php:214
+#: include/conversation.php:1113
 #, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s skomentował [url=%2$s] twój %3$s[/ url]"
+msgid "%s attends maybe."
+msgstr "%s może bierze udział."
 
-#: include/enotify.php:225
+#: include/conversation.php:1116 include/conversation.php:1159
 #, php-format
-msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
-msgstr "%1$s oznaczył(-a) Cię w [url=%2$s]swoim %3$s[/url]"
+msgid "%s reshared this."
+msgstr "%sudostępnił to. "
 
-#: include/enotify.php:231
+#: include/conversation.php:1124
+msgid "and"
+msgstr "i"
+
+#: include/conversation.php:1130
 #, php-format
-msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
-msgstr ""
+msgid "and %d other people"
+msgstr "i %d inni ludzie"
 
-#: include/enotify.php:244
+#: include/conversation.php:1138
 #, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Powiadomienie] %s dodał Cię"
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d ludzi </span> lubi to"
 
-#: include/enotify.php:246
+#: include/conversation.php:1139
 #, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s oznaczono Cię tagiem %2$s"
+msgid "%s like this."
+msgstr "%s lubię to."
 
-#: include/enotify.php:248
+#: include/conversation.php:1142
 #, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s"
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d ludzi</span> nie lubi tego"
 
-#: include/enotify.php:250
+#: include/conversation.php:1143
 #, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s skomentował(-a) rozmowę którą śledzisz."
+msgid "%s don't like this."
+msgstr "%s nie lubię tego."
 
-#: include/enotify.php:255 include/enotify.php:270 include/enotify.php:285
-#: include/enotify.php:304 include/enotify.php:320
+#: include/conversation.php:1146
 #, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę."
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$dosoby</span> uczestniczą"
 
-#: include/enotify.php:262
+#: include/conversation.php:1147
 #, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu"
+msgid "%s attend."
+msgstr "%s uczestniczy."
 
-#: include/enotify.php:264
+#: include/conversation.php:1150
 #, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s opublikował(-a) wpis na twojej ścianie o %2$s"
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$dludzie</span> nie uczestniczą"
 
-#: include/enotify.php:265
+#: include/conversation.php:1151
 #, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s opublikował(-a) na [url=%2$s]twojej ścianie[/url]"
+msgid "%s don't attend."
+msgstr "%s nie uczestniczy."
 
-#: include/enotify.php:277
+#: include/conversation.php:1154
 #, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis"
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "Możliwe, że <span  %1$s>%2$d osoby</span> będą uczestniczyć"
 
-#: include/enotify.php:279
+#: include/conversation.php:1155
 #, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s udostępnił(-a) nowy wpis na %2$s"
+msgid "%s attend maybe."
+msgstr "%sbyć może uczestniczyć."
 
-#: include/enotify.php:280
+#: include/conversation.php:1158
 #, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s[url=%2$s]udostępnił wpis[/url]."
+msgid "<span  %1$s>%2$d people</span> reshared this"
+msgstr "<span  %1$s>%2$d użytkowników</span> udostępniło to dalej"
 
-#: include/enotify.php:292
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię"
+#: include/conversation.php:1188
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Widoczne dla <strong>wszystkich</strong>"
 
-#: include/enotify.php:294
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s zaczepił Cię %2$s"
+#: include/conversation.php:1189 src/Object/Post.php:920
+#: src/Module/Item/Compose.php:137
+msgid "Please enter a image/video/audio/webpage URL:"
+msgstr "Wprowadź adres URL obrazu/wideo/audio/strony:"
 
-#: include/enotify.php:295
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s[url=%2$s] zaczepił Cię[/url]."
+#: include/conversation.php:1190
+msgid "Tag term:"
+msgstr "Termin tagu:"
 
-#: include/enotify.php:312
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Powiadomienie] %s otagował Twój post"
+#: include/conversation.php:1191 src/Module/Filer/SaveTag.php:48
+msgid "Save to Folder:"
+msgstr "Zapisz w folderze:"
 
-#: include/enotify.php:314
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s oznaczył(-a) twój wpis na %2$s"
+#: include/conversation.php:1192
+msgid "Where are you right now?"
+msgstr "Gdzie teraz jesteś?"
 
-#: include/enotify.php:315
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$soznacz [url=%2$s]twój post[/url]"
+#: include/conversation.php:1193
+msgid "Delete item(s)?"
+msgstr "Usunąć pozycję (pozycje)?"
 
-#: include/enotify.php:327
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Powiadomienie] Zapoznanie odebrane"
+#: include/conversation.php:1225
+msgid "New Post"
+msgstr "Nowy Post"
 
-#: include/enotify.php:329
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Otrzymałeś wstęp od '%1$s' z %2$s"
+#: include/conversation.php:1228
+msgid "Share"
+msgstr "Podziel się"
 
-#: include/enotify.php:330
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Zostałeś [url=%1$s] przyjęty [/ url] z %2$s."
+#: include/conversation.php:1229 mod/wallmessage.php:139 mod/editpost.php:73
+#: mod/message.php:258 mod/message.php:439
+msgid "Upload photo"
+msgstr "Wyślij zdjęcie"
 
-#: include/enotify.php:335 include/enotify.php:381
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Możesz odwiedzić ich profil na stronie %s"
+#: include/conversation.php:1230 mod/editpost.php:74
+msgid "upload photo"
+msgstr "dodaj zdjęcie"
 
-#: include/enotify.php:337
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."
+#: include/conversation.php:1231 mod/editpost.php:75
+msgid "Attach file"
+msgstr "Załącz plik"
 
-#: include/enotify.php:344
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"
+#: include/conversation.php:1232 mod/editpost.php:76
+msgid "attach file"
+msgstr "załącz plik"
 
-#: include/enotify.php:346 include/enotify.php:347
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$s dzieli się z tobą w %2$s"
+#: include/conversation.php:1233 src/Object/Post.php:912
+#: src/Module/Item/Compose.php:129
+msgid "Bold"
+msgstr "Pogrubienie"
 
-#: include/enotify.php:354
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora"
+#: include/conversation.php:1234 src/Object/Post.php:913
+#: src/Module/Item/Compose.php:130
+msgid "Italic"
+msgstr "Kursywa"
 
-#: include/enotify.php:356 include/enotify.php:357
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "Masz nowego obserwatora na %2$s : %1$s"
+#: include/conversation.php:1235 src/Object/Post.php:914
+#: src/Module/Item/Compose.php:131
+msgid "Underline"
+msgstr "Podkreślenie"
 
-#: include/enotify.php:370
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego"
+#: include/conversation.php:1236 src/Object/Post.php:915
+#: src/Module/Item/Compose.php:132
+msgid "Quote"
+msgstr "Cytat"
 
-#: include/enotify.php:372
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s"
+#: include/conversation.php:1237 src/Object/Post.php:916
+#: src/Module/Item/Compose.php:133
+msgid "Code"
+msgstr "Kod"
 
-#: include/enotify.php:373
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s."
+#: include/conversation.php:1238 src/Object/Post.php:917
+#: src/Module/Item/Compose.php:134
+msgid "Image"
+msgstr "Obraz"
 
-#: include/enotify.php:379
-msgid "Name:"
-msgstr "Imię:"
+#: include/conversation.php:1239 src/Object/Post.php:918
+#: src/Module/Item/Compose.php:135
+msgid "Link"
+msgstr "Link"
 
-#: include/enotify.php:380
-msgid "Photo:"
-msgstr "Zdjęcie:"
+#: include/conversation.php:1240 src/Object/Post.php:919
+#: src/Module/Item/Compose.php:136
+msgid "Link or Media"
+msgstr "Link lub Media"
 
-#: include/enotify.php:383
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię."
+#: include/conversation.php:1241 src/Module/Item/Compose.php:139
+#: mod/editpost.php:83
+msgid "Set your location"
+msgstr "Ustaw swoją lokalizację"
 
-#: include/enotify.php:391 include/enotify.php:406
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane"
+#: include/conversation.php:1242 mod/editpost.php:84
+msgid "set location"
+msgstr "wybierz lokalizację"
 
-#: include/enotify.php:393 include/enotify.php:408
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s"
+#: include/conversation.php:1243 mod/editpost.php:85
+msgid "Clear browser location"
+msgstr "Wyczyść lokalizację przeglądarki"
 
-#: include/enotify.php:394 include/enotify.php:409
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$s zaakceptował twoją [url=%1$s] prośbę o połączenie [/url]."
+#: include/conversation.php:1244 mod/editpost.php:86
+msgid "clear location"
+msgstr "wyczyść lokalizację"
 
-#: include/enotify.php:399
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń."
+#: include/conversation.php:1246 src/Module/Item/Compose.php:144
+#: mod/editpost.php:100
+msgid "Set title"
+msgstr "Podaj tytuł"
 
-#: include/enotify.php:401
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."
+#: include/conversation.php:1248 src/Module/Item/Compose.php:145
+#: mod/editpost.php:102
+msgid "Categories (comma-separated list)"
+msgstr "Kategorie (lista słów oddzielonych przecinkiem)"
 
-#: include/enotify.php:414
-#, 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 "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."
+#: include/conversation.php:1250 mod/editpost.php:88
+msgid "Permission settings"
+msgstr "Ustawienia uprawnień"
 
-#: include/enotify.php:416
-#, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkową lub bardziej ścisłą relację w przyszłości. "
+#: include/conversation.php:1251 mod/editpost.php:117
+msgid "permissions"
+msgstr "zezwolenia"
 
-#: include/enotify.php:418
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji."
+#: include/conversation.php:1260 mod/editpost.php:97
+msgid "Public post"
+msgstr "Publiczny post"
 
-#: include/enotify.php:428 mod/removeme.php:46
-msgid "[Friendica System Notify]"
-msgstr "[Powiadomienie Systemu Friendica]"
+#: include/conversation.php:1264 src/Object/Post.php:921
+#: src/Module/Item/Compose.php:138 mod/events.php:556 mod/photos.php:1398
+#: mod/photos.php:1437 mod/photos.php:1502 mod/editpost.php:108
+msgid "Preview"
+msgstr "Podgląd"
 
-#: include/enotify.php:428
-msgid "registration request"
-msgstr "prośba o rejestrację"
+#: include/conversation.php:1268 include/items.php:392
+#: src/Module/Contact.php:447 mod/dfrn_request.php:652 mod/follow.php:174
+#: mod/fbrowser.php:110 mod/fbrowser.php:139 mod/unfollow.php:132
+#: mod/photos.php:1049 mod/photos.php:1156 mod/settings.php:671
+#: mod/settings.php:697 mod/suggest.php:76 mod/editpost.php:111
+#: mod/message.php:153 mod/tagrm.php:20 mod/tagrm.php:115
+msgid "Cancel"
+msgstr "Anuluj"
 
-#: include/enotify.php:430
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s"
+#: include/conversation.php:1273
+msgid "Post to Groups"
+msgstr "Opublikuj w grupach"
 
-#: include/enotify.php:431
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s."
+#: include/conversation.php:1274
+msgid "Post to Contacts"
+msgstr "Wstaw do kontaktów"
 
-#: include/enotify.php:436
-#, php-format
-msgid ""
-"Full Name:\t%s\n"
-"Site Location:\t%s\n"
-"Login Name:\t%s (%s)"
-msgstr "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)"
+#: include/conversation.php:1275
+msgid "Private post"
+msgstr "Prywatne posty"
 
-#: include/enotify.php:442
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."
+#: include/conversation.php:1280 src/Model/Profile.php:546
+#: src/Module/Contact.php:322 mod/editpost.php:115
+msgid "Message"
+msgstr "Wiadomość"
+
+#: include/conversation.php:1281 mod/editpost.php:116
+msgid "Browser"
+msgstr "Przeglądarka"
+
+#: include/conversation.php:1573
+msgid "View all"
+msgstr "Pokaż wszystkie"
+
+#: include/conversation.php:1597
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Ostatnie polubienie"
+msgstr[1] "Ostatnie polubienia"
+msgstr[2] "Ostatnich polubienień"
+msgstr[3] "Ostatnie polubienia"
+
+#: include/conversation.php:1600
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Nie lubię"
+msgstr[1] "Nie lubią"
+msgstr[2] "Nie lubią"
+msgstr[3] "Nie lubi"
+
+#: include/conversation.php:1606
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Nie uczestniczę"
+msgstr[1] "Nie uczestniczy"
+msgstr[2] "Nie uczestniczą"
+msgstr[3] "Nie uczestniczą"
+
+#: include/conversation.php:1609 src/Content/ContactSelector.php:245
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Niezdecydowany"
+msgstr[1] "Niezdecydowani"
+msgstr[2] "Niezdecydowani"
+msgstr[3] "Niezdecydowani"
 
 #: include/items.php:355 src/Module/Admin/Themes/Details.php:53
 #: src/Module/Admin/Themes/Index.php:43 src/Module/Debug/ItemBody.php:27
@@ -919,5802 +920,5887 @@ msgstr "Element nie znaleziony."
 msgid "Do you really want to delete this item?"
 msgstr "Czy na pewno chcesz usunąć ten element?"
 
-#: include/items.php:389 mod/suggest.php:73 mod/api.php:110
-#: mod/dfrn_request.php:642 mod/follow.php:163 mod/message.php:150
+#: include/items.php:389 src/Module/Contact.php:444 src/Module/Register.php:91
+#: mod/api.php:110 mod/dfrn_request.php:642 mod/follow.php:163
 #: mod/profiles.php:526 mod/profiles.php:529 mod/profiles.php:551
-#: mod/settings.php:1081 mod/settings.php:1087 mod/settings.php:1094
-#: mod/settings.php:1098 mod/settings.php:1102 mod/settings.php:1106
-#: mod/settings.php:1110 mod/settings.php:1114 mod/settings.php:1134
-#: mod/settings.php:1135 mod/settings.php:1136 mod/settings.php:1137
-#: mod/settings.php:1138 src/Module/Contact.php:444 src/Module/Register.php:91
+#: mod/settings.php:1090 mod/settings.php:1096 mod/settings.php:1103
+#: mod/settings.php:1107 mod/settings.php:1111 mod/settings.php:1115
+#: mod/settings.php:1119 mod/settings.php:1123 mod/settings.php:1143
+#: mod/settings.php:1144 mod/settings.php:1145 mod/settings.php:1146
+#: mod/settings.php:1147 mod/suggest.php:73 mod/message.php:150
 msgid "Yes"
 msgstr "Tak"
 
-#: include/items.php:439 mod/ostatus_subscribe.php:18
-#: mod/repair_ostatus.php:16 mod/notes.php:27 mod/profile_photo.php:32
-#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/suggest.php:39
-#: mod/api.php:35 mod/api.php:40 mod/cal.php:291 mod/common.php:27
-#: mod/crepair.php:90 mod/dfrn_confirm.php:65 mod/editpost.php:22
-#: mod/events.php:214 mod/follow.php:57 mod/follow.php:134 mod/fsuggest.php:63
-#: mod/item.php:174 mod/message.php:56 mod/message.php:101 mod/network.php:38
-#: mod/notifications.php:76 mod/photos.php:163 mod/photos.php:927
-#: mod/poke.php:142 mod/profiles.php:182 mod/profiles.php:499
-#: mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167
-#: mod/settings.php:659 mod/uimport.php:17 mod/unfollow.php:22
-#: mod/unfollow.php:77 mod/unfollow.php:109 mod/wall_attach.php:63
-#: mod/wall_attach.php:66 mod/wall_upload.php:95 mod/wall_upload.php:98
+#: include/items.php:439 src/Module/Delegation.php:101
+#: src/Module/Notifications/Notify.php:20 src/Module/Attach.php:42
+#: src/Module/Settings/Delegation.php:26 src/Module/Settings/Delegation.php:54
+#: src/Module/Group.php:31 src/Module/Group.php:77
+#: src/Module/FollowConfirm.php:27 src/Module/Profile/Contacts.php:50
+#: src/Module/Contact.php:361 src/Module/Invite.php:22
+#: src/Module/Invite.php:110 src/Module/Register.php:186
+#: src/Module/Search/Directory.php:19 mod/notes.php:27 mod/uimport.php:17
+#: mod/fsuggest.php:63 mod/common.php:27 mod/events.php:215 mod/api.php:35
+#: mod/api.php:40 mod/cal.php:291 mod/crepair.php:90 mod/notifications.php:76
 #: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82
-#: mod/wallmessage.php:106 src/Module/Attach.php:42 src/Module/Group.php:31
-#: src/Module/Group.php:77 src/Module/Invite.php:22 src/Module/Invite.php:110
-#: src/Module/Notifications/Notify.php:20 src/Module/Profile/Contacts.php:50
-#: src/Module/Search/Directory.php:19 src/Module/Settings/Delegation.php:26
-#: src/Module/Settings/Delegation.php:54 src/Module/Contact.php:361
-#: src/Module/Delegation.php:98 src/Module/FollowConfirm.php:27
-#: src/Module/Register.php:186
+#: mod/wallmessage.php:106 mod/ostatus_subscribe.php:18 mod/follow.php:57
+#: mod/follow.php:134 mod/network.php:38 mod/unfollow.php:22
+#: mod/unfollow.php:77 mod/unfollow.php:109 mod/profile_photo.php:32
+#: mod/profile_photo.php:177 mod/profile_photo.php:197 mod/poke.php:142
+#: mod/photos.php:163 mod/photos.php:927 mod/profiles.php:182
+#: mod/profiles.php:499 mod/wall_attach.php:63 mod/wall_attach.php:66
+#: mod/item.php:174 mod/regmod.php:89 mod/settings.php:54 mod/settings.php:167
+#: mod/settings.php:660 mod/suggest.php:39 mod/dfrn_confirm.php:65
+#: mod/wall_upload.php:95 mod/wall_upload.php:98 mod/editpost.php:22
+#: mod/message.php:56 mod/message.php:101 mod/repair_ostatus.php:16
 msgid "Permission denied."
 msgstr "Brak uprawnień."
 
-#: mod/oexchange.php:32
-msgid "Post successful."
-msgstr "Pomyślnie opublikowano."
+#: update.php:218
+#, php-format
+msgid "%s: Updating author-id and owner-id in item and thread table. "
+msgstr "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. "
 
-#: mod/ostatus_subscribe.php:23
-msgid "Subscribing to OStatus contacts"
-msgstr "Subskrybowanie kontaktów OStatus"
+#: update.php:273
+#, php-format
+msgid "%s: Updating post-type."
+msgstr "%s: Aktualizowanie typu postu."
 
-#: mod/ostatus_subscribe.php:35
-msgid "No contact provided."
-msgstr "Brak kontaktu."
+#: view/theme/vier/theme.php:128 view/theme/vier/config.php:126
+msgid "Community Profiles"
+msgstr "Profile społeczności"
 
-#: mod/ostatus_subscribe.php:42
-msgid "Couldn't fetch information for contact."
-msgstr "Nie można pobrać informacji o kontakcie."
+#: view/theme/vier/theme.php:158 view/theme/vier/config.php:130
+msgid "Last users"
+msgstr "Ostatni użytkownicy"
 
-#: mod/ostatus_subscribe.php:52
-msgid "Couldn't fetch friends for contact."
-msgstr "Nie można pobrać znajomych do kontaktu."
+#: view/theme/vier/theme.php:176 src/Content/Widget.php:65
+msgid "Find People"
+msgstr "Znajdź ludzi"
 
-#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
-msgid "Done"
-msgstr "Gotowe"
+#: view/theme/vier/theme.php:177 src/Content/Widget.php:66
+msgid "Enter name or interest"
+msgstr "Wpisz nazwę lub zainteresowanie"
 
-#: mod/ostatus_subscribe.php:84
-msgid "success"
-msgstr "powodzenie"
+#: view/theme/vier/theme.php:179 src/Content/Widget.php:68
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Przykład: Jan Kowalski, Wędkarstwo"
 
-#: mod/ostatus_subscribe.php:86
-msgid "failed"
-msgstr "nie powiodło się"
+#: view/theme/vier/theme.php:180 src/Content/Widget.php:69
+#: src/Module/Directory.php:84 src/Module/Contact.php:816
+msgid "Find"
+msgstr "Znajdź"
 
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:282
-msgid "ignored"
-msgstr "ignorowany(-a)"
+#: view/theme/vier/theme.php:181 src/Content/Widget.php:70 mod/suggest.php:119
+msgid "Friend Suggestions"
+msgstr "Osoby, które możesz znać"
 
-#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
-msgid "Keep this window open until done."
-msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe."
+#: view/theme/vier/theme.php:182 src/Content/Widget.php:71
+msgid "Similar Interests"
+msgstr "Podobne zainteresowania"
 
-#: mod/profperm.php:30
-msgid "Permission denied"
-msgstr "Odmowa dostępu"
+#: view/theme/vier/theme.php:183 src/Content/Widget.php:72
+msgid "Random Profile"
+msgstr "Domyślny profil"
 
-#: mod/profperm.php:36 mod/profperm.php:69
-msgid "Invalid profile identifier."
-msgstr "Nieprawidłowa nazwa użytkownika."
+#: view/theme/vier/theme.php:184 src/Content/Widget.php:73
+msgid "Invite Friends"
+msgstr "Zaproś znajomych"
 
-#: mod/profperm.php:115
-msgid "Profile Visibility Editor"
-msgstr "Ustawienia widoczności profilu"
+#: view/theme/vier/theme.php:185 src/Content/Widget.php:74
+#: src/Module/Directory.php:76
+msgid "Global Directory"
+msgstr "Katalog globalny"
 
-#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161
-#: src/Model/Profile.php:885 src/Model/Profile.php:921
-#: src/Module/Welcome.php:38 src/Module/Contact.php:639
-#: src/Module/Contact.php:868
-msgid "Profile"
-msgstr "Profil użytkownika"
+#: view/theme/vier/theme.php:187 src/Content/Widget.php:76
+msgid "Local Directory"
+msgstr "Katalog lokalny"
 
-#: mod/profperm.php:119 src/Module/Group.php:321
-msgid "Click on a contact to add or remove."
-msgstr "Kliknij na kontakt w celu dodania lub usunięcia."
+#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926
+#: src/Content/ForumManager.php:130 src/Content/Nav.php:209
+msgid "Forums"
+msgstr "Fora"
 
-#: mod/profperm.php:128
-msgid "Visible To"
-msgstr "Widoczne dla"
+#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132
+msgid "External link to forum"
+msgstr "Zewnętrzny link do forum"
 
-#: mod/profperm.php:144
-msgid "All Contacts (with secure profile access)"
-msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"
+#: view/theme/vier/theme.php:232 src/Content/Widget.php:409
+#: src/Content/Widget.php:509 src/Content/ForumManager.php:135
+msgid "show more"
+msgstr "pokaż więcej"
 
-#: mod/removeme.php:46
-msgid "User deleted their account"
-msgstr "Użytkownik usunął swoje konto"
+#: view/theme/vier/theme.php:265
+msgid "Quick Start"
+msgstr "Szybki start"
 
-#: mod/removeme.php:47
-msgid ""
-"On your Friendica node an user deleted their account. Please ensure that "
-"their data is removed from the backups."
-msgstr "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych."
+#: view/theme/vier/theme.php:271 src/Content/Nav.php:192
+#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/Verify.php:117
+#: src/Module/Settings/TwoFactor/AppSpecific.php:99
+#: src/Module/Settings/TwoFactor/Index.php:90
+#: src/Module/Settings/TwoFactor/Recovery.php:77
+msgid "Help"
+msgstr "Pomoc"
 
-#: mod/removeme.php:48
-#, php-format
-msgid "The user id is %d"
-msgstr "Identyfikatorem użytkownika jest %d"
+#: view/theme/vier/theme.php:350 view/theme/vier/config.php:128
+msgid "Connect Services"
+msgstr "Połączone serwisy"
 
-#: mod/removeme.php:84 mod/removeme.php:87
-msgid "Remove My Account"
-msgstr "Usuń moje konto"
+#: view/theme/vier/config.php:78
+msgid "Comma separated list of helper forums"
+msgstr "Lista pomocników oddzielona przecinkami"
 
-#: mod/removeme.php:85
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."
+#: view/theme/vier/config.php:118
+msgid "don't show"
+msgstr "nie pokazuj"
 
-#: mod/removeme.php:86
-msgid "Please enter your password for verification:"
-msgstr "Wprowadź hasło w celu weryfikacji:"
+#: view/theme/vier/config.php:118
+msgid "show"
+msgstr "pokaż"
 
-#: mod/repair_ostatus.php:21
-msgid "Resubscribing to OStatus contacts"
-msgstr "Ponowne subskrybowanie kontaktów OStatus"
+#: view/theme/vier/config.php:122 view/theme/duepuntozero/config.php:72
+#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74
+#: src/Object/Post.php:911 src/Module/Delegation.php:134
+#: src/Module/Install.php:212 src/Module/Install.php:252
+#: src/Module/Install.php:288 src/Module/Debug/Localtime.php:45
+#: src/Module/Contact.php:581 src/Module/Invite.php:157
+#: src/Module/Item/Compose.php:128 mod/fsuggest.php:92 mod/events.php:558
+#: mod/crepair.php:149 mod/poke.php:185 mod/photos.php:956 mod/photos.php:1066
+#: mod/photos.php:1352 mod/photos.php:1397 mod/photos.php:1436
+#: mod/photos.php:1501 mod/profiles.php:562 mod/message.php:261
+#: mod/message.php:441
+msgid "Submit"
+msgstr "Potwierdź"
 
-#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64
-msgid "Error"
-msgid_plural "Errors"
-msgstr[0] "Błąd"
-msgstr[1] "Błędów"
-msgstr[2] "Błędy"
-msgstr[3] "Błędów"
+#: view/theme/vier/config.php:123 view/theme/duepuntozero/config.php:73
+#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75
+#: mod/settings.php:976
+msgid "Theme settings"
+msgstr "Ustawienia motywu"
 
-#: mod/update_community.php:23 mod/update_contact.php:23
-#: mod/update_display.php:24 mod/update_network.php:33 mod/update_notes.php:36
-#: mod/update_profile.php:34
-msgid "[Embedded content - reload page to view]"
-msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"
+#: view/theme/vier/config.php:124
+msgid "Set style"
+msgstr "Ustaw styl"
 
-#: mod/notes.php:34 src/Model/Profile.php:971
-msgid "Personal Notes"
-msgstr "Notatki"
+#: view/theme/vier/config.php:125
+msgid "Community Pages"
+msgstr "Strony społeczności"
 
-#: mod/notes.php:46 mod/editpost.php:72 src/Content/Text/HTML.php:905
-#: src/Module/Filer/SaveTag.php:49
-msgid "Save"
-msgstr "Zapisz"
+#: view/theme/vier/config.php:127
+msgid "Help or @NewHere ?"
+msgstr "Pomóż lub @NowyTutaj?"
 
-#: mod/ping.php:272
-msgid "{0} wants to be your friend"
-msgstr "{0} chce być Twoim znajomym"
+#: view/theme/vier/config.php:129
+msgid "Find Friends"
+msgstr "Znajdź znajomych"
 
-#: mod/ping.php:288
-msgid "{0} requested registration"
-msgstr "{0} wymagana rejestracja"
+#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790
+msgid "default"
+msgstr "standardowe"
 
-#: mod/profile_photo.php:58
-msgid "Image uploaded but image cropping failed."
-msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."
+#: view/theme/duepuntozero/config.php:56
+msgid "greenzero"
+msgstr "zielone zero"
 
-#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
-#: mod/profile_photo.php:311
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się."
+#: view/theme/duepuntozero/config.php:57
+msgid "purplezero"
+msgstr "fioletowe zero"
 
-#: mod/profile_photo.php:125
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."
+#: view/theme/duepuntozero/config.php:58
+msgid "easterbunny"
+msgstr "zajączek wielkanocny"
 
-#: mod/profile_photo.php:133
-msgid "Unable to process image"
-msgstr "Nie udało się przetworzyć obrazu"
+#: view/theme/duepuntozero/config.php:59
+msgid "darkzero"
+msgstr "ciemne zero"
 
-#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677
-#: mod/photos.php:706 mod/wall_upload.php:186
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Obraz przekracza limit rozmiaru wynoszący %s"
+#: view/theme/duepuntozero/config.php:60
+msgid "comix"
+msgstr "comix"
 
-#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200
-msgid "Unable to process image."
-msgstr "Przetwarzanie obrazu nie powiodło się."
+#: view/theme/duepuntozero/config.php:61
+msgid "slackr"
+msgstr "luźny"
 
-#: mod/profile_photo.php:244
-msgid "Upload File:"
-msgstr "Wyślij plik:"
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Zmiana"
 
-#: mod/profile_photo.php:245
-msgid "Select a profile:"
-msgstr "Wybierz profil:"
+#: view/theme/frio/php/Image.php:24
+msgid "Top Banner"
+msgstr "Górny Baner"
 
-#: mod/profile_photo.php:246 mod/profiles.php:583 src/Module/Welcome.php:39
-msgid "Upload Profile Photo"
-msgstr "Wyślij zdjęcie profilowe"
+#: view/theme/frio/php/Image.php:24
+msgid ""
+"Resize image to the width of the screen and show background color below on "
+"long pages."
+msgstr "Zmień rozmiar obrazu na szerokość ekranu i pokaż kolor tła poniżej na długich stronach."
 
-#: mod/profile_photo.php:247 mod/fbrowser.php:112 mod/fbrowser.php:141
-msgid "Upload"
-msgstr "Załaduj"
+#: view/theme/frio/php/Image.php:25
+msgid "Full screen"
+msgstr "Pełny ekran"
 
-#: mod/profile_photo.php:250
-msgid "or"
-msgstr "lub"
+#: view/theme/frio/php/Image.php:25
+msgid ""
+"Resize image to fill entire screen, clipping either the right or the bottom."
+msgstr "Zmień rozmiar obrazu, aby wypełnić cały ekran, przycinając prawy lub dolny."
 
-#: mod/profile_photo.php:251
-msgid "skip this step"
-msgstr "pomiń ten krok"
-
-#: mod/profile_photo.php:251
-msgid "select a photo from your photo albums"
-msgstr "wybierz zdjęcie z twojego albumu"
+#: view/theme/frio/php/Image.php:26
+msgid "Single row mosaic"
+msgstr "Mozaika jednorzędowa"
 
-#: mod/profile_photo.php:264
-msgid "Crop Image"
-msgstr "Przytnij zdjęcie"
+#: view/theme/frio/php/Image.php:26
+msgid ""
+"Resize image to repeat it on a single row, either vertical or horizontal."
+msgstr "Zmień rozmiar obrazu, aby powtórzyć go w jednym wierszu, w pionie lub w poziomie."
 
-#: mod/profile_photo.php:265
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."
+#: view/theme/frio/php/Image.php:27
+msgid "Mosaic"
+msgstr "Mozaika"
 
-#: mod/profile_photo.php:267
-msgid "Done Editing"
-msgstr "Zakończono edycję"
+#: view/theme/frio/php/Image.php:27
+msgid "Repeat image to fill the screen."
+msgstr "Powtórz obraz, aby wypełnić ekran."
 
-#: mod/profile_photo.php:301
-msgid "Image uploaded successfully."
-msgstr "Pomyślnie wysłano zdjęcie."
+#: view/theme/frio/theme.php:246
+msgid "Guest"
+msgstr "Gość"
 
-#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239
-msgid "Image upload failed."
-msgstr "Przesyłanie obrazu nie powiodło się."
+#: view/theme/frio/theme.php:251
+msgid "Visitor"
+msgstr "Odwiedzający"
 
-#: mod/suggest.php:28
-msgid "Contact suggestion successfully ignored."
-msgstr "Sugestia kontaktu została zignorowana."
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91
+#: src/Module/Contact.php:637 src/Module/Contact.php:852
+msgid "Status"
+msgstr "Status"
 
-#: mod/suggest.php:52
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny."
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Content/Nav.php:244
+msgid "Your posts and conversations"
+msgstr "Twoje posty i rozmowy"
 
-#: mod/suggest.php:71
-msgid "Do you really want to delete this suggestion?"
-msgstr "Czy na pewno chcesz usunąć te sugestie ?"
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+#: src/Model/Profile.php:885 src/Model/Profile.php:921
+#: src/Module/Welcome.php:38 src/Module/Contact.php:639
+#: src/Module/Contact.php:868 mod/profperm.php:117
+msgid "Profile"
+msgstr "Profil użytkownika"
 
-#: mod/suggest.php:89 mod/suggest.php:109
-msgid "Ignore/Hide"
-msgstr "Ignoruj/Ukryj"
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+msgid "Your profile page"
+msgstr "Twoja strona profilowa"
 
-#: mod/suggest.php:106 mod/match.php:102 src/Content/Widget.php:43
-#: src/Module/AllFriends.php:91 src/Module/BaseSearchModule.php:135
-msgid "Connect"
-msgstr "Połącz"
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+#: src/Model/Profile.php:929 mod/fbrowser.php:43
+msgid "Photos"
+msgstr "Zdjęcia"
 
-#: mod/suggest.php:119 view/theme/vier/theme.php:181 src/Content/Widget.php:70
-msgid "Friend Suggestions"
-msgstr "Osoby, które możesz znać"
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+msgid "Your photos"
+msgstr "Twoje zdjęcia"
 
-#: mod/api.php:85 mod/api.php:107
-msgid "Authorize application connection"
-msgstr "Autoryzacja połączenia aplikacji"
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+#: src/Model/Profile.php:937 src/Model/Profile.php:940
+msgid "Videos"
+msgstr "Filmy"
 
-#: mod/api.php:86
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+msgid "Your videos"
+msgstr "Twoje filmy"
 
-#: mod/api.php:95 src/Module/BaseAdminModule.php:56
-msgid "Please login to continue."
-msgstr "Zaloguj się aby kontynuować."
+#: view/theme/frio/theme.php:271 view/theme/frio/theme.php:275
+#: src/Content/Nav.php:164 src/Content/Nav.php:228 src/Model/Profile.php:949
+#: src/Model/Profile.php:960 mod/events.php:396 mod/cal.php:261
+msgid "Events"
+msgstr "Wydarzenia"
 
-#: mod/api.php:109
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"
+#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
+msgid "Your events"
+msgstr "Twoje wydarzenia"
 
-#: mod/api.php:111 mod/dfrn_request.php:642 mod/follow.php:163
-#: mod/profiles.php:526 mod/profiles.php:530 mod/profiles.php:551
-#: mod/settings.php:1081 mod/settings.php:1087 mod/settings.php:1094
-#: mod/settings.php:1098 mod/settings.php:1102 mod/settings.php:1106
-#: mod/settings.php:1110 mod/settings.php:1114 mod/settings.php:1134
-#: mod/settings.php:1135 mod/settings.php:1136 mod/settings.php:1137
-#: mod/settings.php:1138 src/Module/Register.php:92
-msgid "No"
-msgstr "Nie"
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Network"
+msgstr "Sieć"
 
-#: mod/cal.php:31 mod/cal.php:35 mod/community.php:32 mod/follow.php:20
-#: src/Module/Debug/ItemBody.php:18 src/Module/Diaspora/Receive.php:39
-#: src/Module/Item/Ignore.php:25
-msgid "Access denied."
-msgstr "Brak dostępu."
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Conversations from your friends"
+msgstr "Rozmowy Twoich przyjaciół"
 
-#: mod/cal.php:130 mod/display.php:296 src/Module/Profile.php:175
-msgid "Access to this profile has been restricted."
-msgstr "Dostęp do tego profilu został ograniczony."
+#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
+#: src/Model/Profile.php:952 src/Model/Profile.php:963
+msgid "Events and Calendar"
+msgstr "Wydarzenia i kalendarz"
 
-#: mod/cal.php:261 mod/events.php:389 view/theme/frio/theme.php:271
-#: view/theme/frio/theme.php:275 src/Content/Nav.php:164
-#: src/Content/Nav.php:228 src/Model/Profile.php:949 src/Model/Profile.php:960
-msgid "Events"
-msgstr "Wydarzenia"
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254 mod/message.php:123
+msgid "Messages"
+msgstr "Wiadomości"
 
-#: mod/cal.php:262 mod/events.php:390
-msgid "View"
-msgstr "Widok"
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
+msgid "Private mail"
+msgstr "Prywatne maile"
 
-#: mod/cal.php:263 mod/events.php:392
-msgid "Previous"
-msgstr "Poprzedni"
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:263
+#: src/Module/Admin/Addons/Details.php:102
+#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33
+#: src/Module/BaseSettingsModule.php:105 mod/settings.php:149
+msgid "Settings"
+msgstr "Ustawienia"
 
-#: mod/cal.php:264 mod/events.php:393 src/Module/Install.php:174
-msgid "Next"
-msgstr "Następny"
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:263
+msgid "Account settings"
+msgstr "Ustawienia konta"
 
-#: mod/cal.php:267 mod/events.php:398 src/Model/Event.php:429
-msgid "today"
-msgstr "dzisiaj"
+#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922
+#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992
+#: src/Model/Profile.php:995 src/Module/Contact.php:795
+#: src/Module/Contact.php:880
+msgid "Contacts"
+msgstr "Kontakty"
 
-#: mod/cal.php:268 mod/events.php:399 src/Util/Temporal.php:313
-#: src/Model/Event.php:430
-msgid "month"
-msgstr "miesiąc"
+#: view/theme/frio/theme.php:278 src/Content/Nav.php:269
+msgid "Manage/edit friends and contacts"
+msgstr "Zarządzaj listą przyjaciół i kontaktami"
 
-#: mod/cal.php:269 mod/events.php:400 src/Util/Temporal.php:314
-#: src/Model/Event.php:431
-msgid "week"
-msgstr "tydzień"
+#: view/theme/frio/config.php:111
+msgid "Custom"
+msgstr "Niestandardowe"
 
-#: mod/cal.php:270 mod/events.php:401 src/Util/Temporal.php:315
-#: src/Model/Event.php:432
-msgid "day"
-msgstr "dzień"
+#: view/theme/frio/config.php:123
+msgid "Note"
+msgstr "Uwaga"
 
-#: mod/cal.php:271 mod/events.php:402
-msgid "list"
-msgstr "lista"
+#: view/theme/frio/config.php:123
+msgid "Check image permissions if all users are allowed to see the image"
+msgstr "Sprawdź uprawnienia do zdjęć, jeśli wszyscy użytkownicy mogą zobaczyć obraz"
 
-#: mod/cal.php:284 src/Model/User.php:415 src/Console/NewPassword.php:88
-msgid "User not found"
-msgstr "Użytkownik nie znaleziony"
+#: view/theme/frio/config.php:129
+msgid "Select color scheme"
+msgstr "Wybierz schemat kolorów"
 
-#: mod/cal.php:300
-msgid "This calendar format is not supported"
-msgstr "Ten format kalendarza nie jest obsługiwany"
+#: view/theme/frio/config.php:130
+msgid "Copy or paste schemestring"
+msgstr "Skopiuj lub wklej schemat"
 
-#: mod/cal.php:302
-msgid "No exportable data found"
-msgstr "Nie znaleziono danych do eksportu"
+#: view/theme/frio/config.php:130
+msgid ""
+"You can copy this string to share your theme with others. Pasting here "
+"applies the schemestring"
+msgstr "Możesz skopiować ten ciąg, aby podzielić się swoim motywem z innymi. Wklejanie tutaj stosuje schemat"
 
-#: mod/cal.php:319
-msgid "calendar"
-msgstr "kalendarz"
+#: view/theme/frio/config.php:131
+msgid "Navigation bar background color"
+msgstr "Kolor tła paska nawigacyjnego"
 
-#: mod/common.php:90
-msgid "No contacts in common."
-msgstr "Brak wspólnych kontaktów."
+#: view/theme/frio/config.php:132
+msgid "Navigation bar icon color "
+msgstr "Kolor ikon na pasku nawigacyjnym "
 
-#: mod/common.php:141 src/Module/Contact.php:891
-msgid "Common Friends"
-msgstr "Wspólni znajomi"
+#: view/theme/frio/config.php:133
+msgid "Link color"
+msgstr "Kolor łączy"
 
-#: mod/community.php:25 mod/dfrn_request.php:599 mod/display.php:200
-#: mod/photos.php:841 mod/videos.php:115 src/Module/Debug/Probe.php:20
-#: src/Module/Debug/WebFinger.php:19 src/Module/Search/Index.php:31
-#: src/Module/Search/Index.php:36 src/Module/Directory.php:31
-msgid "Public access denied."
-msgstr "Publiczny dostęp zabroniony."
+#: view/theme/frio/config.php:134
+msgid "Set the background color"
+msgstr "Ustaw kolor tła"
 
-#: mod/community.php:68
-msgid "Community option not available."
-msgstr "Opcja wspólnotowa jest niedostępna."
+#: view/theme/frio/config.php:135
+msgid "Content background opacity"
+msgstr "Nieprzezroczystość tła treści"
 
-#: mod/community.php:85
-msgid "Not available."
-msgstr "Niedostępne."
+#: view/theme/frio/config.php:136
+msgid "Set the background image"
+msgstr "Ustaw obraz tła"
 
-#: mod/community.php:95
-msgid "Local Community"
-msgstr "Lokalna społeczność"
+#: view/theme/frio/config.php:137
+msgid "Background image style"
+msgstr "Styl tła"
 
-#: mod/community.php:98
-msgid "Posts from local users on this server"
-msgstr "Wpisy od lokalnych użytkowników na tym serwerze"
+#: view/theme/frio/config.php:139
+msgid "Enable Compose page"
+msgstr "Włącz stronę edycji"
 
-#: mod/community.php:106
-msgid "Global Community"
-msgstr "Globalna społeczność"
+#: view/theme/frio/config.php:139
+msgid ""
+"This replaces the jot modal window for writing new posts with a link to <a "
+"href=\"compose\">the new Compose page</a>."
+msgstr ""
 
-#: mod/community.php:109
-msgid "Posts from users of the whole federated network"
-msgstr "Wpisy od użytkowników całej sieci stowarzyszonej"
+#: view/theme/frio/config.php:143
+msgid "Login page background image"
+msgstr "Obraz tła strony logowania"
 
-#: mod/community.php:155 src/Module/Search/Index.php:178
-msgid "No results."
-msgstr "Brak wyników."
+#: view/theme/frio/config.php:147
+msgid "Login page background color"
+msgstr "Kolor tła strony logowania"
 
-#: mod/community.php:207
-msgid ""
-"This community stream shows all public posts received by this node. They may"
-" not reflect the opinions of this node’s users."
-msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."
+#: view/theme/frio/config.php:147
+msgid "Leave background image and color empty for theme defaults"
+msgstr "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji"
 
-#: mod/crepair.php:79
-msgid "Contact settings applied."
-msgstr "Ustawienia kontaktu zaktualizowane."
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Wyrównanie"
 
-#: mod/crepair.php:81
-msgid "Contact update failed."
-msgstr "Nie udało się zaktualizować kontaktu."
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Lewo"
 
-#: mod/crepair.php:102 mod/dfrn_confirm.php:126 mod/fsuggest.php:32
-#: mod/fsuggest.php:75 mod/redir.php:32 mod/redir.php:122 mod/redir.php:137
-#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46
-msgid "Contact not found."
-msgstr "Nie znaleziono kontaktu."
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Środek"
 
-#: mod/crepair.php:115
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>OSTRZEŻENIE: Jest to bardzo zaawansowane</strong> i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Zestaw kolorów"
 
-#: mod/crepair.php:116
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj <strong>teraz</strong> przycisku 'powrót' na swojej przeglądarce."
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Rozmiar czcionki postów"
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "No mirroring"
-msgstr "Bez dublowania"
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Rozmiar czcionki Textareas"
 
-#: mod/crepair.php:130
-msgid "Mirror as forwarded posting"
-msgstr "Przesłany lustrzany post"
+#: src/Database/DBStructure.php:50
+msgid "There are no tables on MyISAM."
+msgstr "W MyISAM nie ma tabel."
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "Mirror as my own posting"
-msgstr "Lustro mojego własnego komentarza"
+#: src/Database/DBStructure.php:74
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"
 
-#: mod/crepair.php:145
-msgid "Return to contact editor"
-msgstr "Wróć do edytora kontaktów"
+#: src/Database/DBStructure.php:77
+msgid "Errors encountered performing database changes: "
+msgstr "Błędy napotkane podczas dokonywania zmian w bazie danych: "
 
-#: mod/crepair.php:147
-msgid "Refetch contact data"
-msgstr "Odśwież dane kontaktowe"
+#: src/Database/DBStructure.php:266
+#, php-format
+msgid "%s: Database update"
+msgstr "%s: Aktualizacja bazy danych"
 
-#: mod/crepair.php:149 mod/events.php:558 mod/fsuggest.php:92
-#: mod/message.php:261 mod/message.php:441 mod/photos.php:956
-#: mod/photos.php:1066 mod/photos.php:1352 mod/photos.php:1397
-#: mod/photos.php:1436 mod/photos.php:1501 mod/poke.php:185
-#: mod/profiles.php:562 view/theme/duepuntozero/config.php:72
-#: view/theme/frio/config.php:127 view/theme/quattro/config.php:74
-#: view/theme/vier/config.php:122 src/Module/Debug/Localtime.php:45
-#: src/Module/Invite.php:157 src/Module/Item/Compose.php:182
-#: src/Module/Contact.php:581 src/Module/Delegation.php:131
-#: src/Module/Install.php:212 src/Module/Install.php:252
-#: src/Module/Install.php:288 src/Object/Post.php:884
-msgid "Submit"
-msgstr "Potwierdź"
+#: src/Database/DBStructure.php:527
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: aktualizowanie %s tabeli."
 
-#: mod/crepair.php:150
-msgid "Remote Self"
-msgstr "Zdalny Self"
+#: src/Object/Post.php:135
+msgid "This entry was edited"
+msgstr "Ten wpis został zedytowany"
 
-#: mod/crepair.php:153
-msgid "Mirror postings from this contact"
-msgstr "Publikacje lustrzane od tego kontaktu"
+#: src/Object/Post.php:158
+msgid "Private Message"
+msgstr "Wiadomość prywatna"
 
-#: mod/crepair.php:155
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."
+#: src/Object/Post.php:168 src/Object/Post.php:170 mod/settings.php:730
+msgid "Edit"
+msgstr "Edytuj"
 
-#: mod/crepair.php:159 mod/settings.php:671 mod/settings.php:697
-#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272
-#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
-#: src/Module/Admin/Users.php:313
-msgid "Name"
-msgstr "Nazwa"
+#: src/Object/Post.php:197
+msgid "pinned item"
+msgstr ""
 
-#: mod/crepair.php:160
-msgid "Account Nickname"
-msgstr "Nazwa konta"
+#: src/Object/Post.php:202
+msgid "Delete locally"
+msgstr "Usuń lokalnie"
 
-#: mod/crepair.php:161
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tagname - zastępuje Imię/Pseudonim"
+#: src/Object/Post.php:205
+msgid "Delete globally"
+msgstr "Usuń globalnie"
 
-#: mod/crepair.php:162
-msgid "Account URL"
-msgstr "Adres URL konta"
+#: src/Object/Post.php:205
+msgid "Remove locally"
+msgstr "Usuń lokalnie"
 
-#: mod/crepair.php:163
-msgid "Account URL Alias"
-msgstr ""
+#: src/Object/Post.php:219
+msgid "save to folder"
+msgstr "zapisz w folderze"
 
-#: mod/crepair.php:164
-msgid "Friend Request URL"
-msgstr "Adres URL żądający znajomości"
+#: src/Object/Post.php:254
+msgid "I will attend"
+msgstr "Będę uczestniczyć"
 
-#: mod/crepair.php:165
-msgid "Friend Confirm URL"
-msgstr "URL potwierdzający znajomość"
+#: src/Object/Post.php:254
+msgid "I will not attend"
+msgstr "Nie będę uczestniczyć"
 
-#: mod/crepair.php:166
-msgid "Notification Endpoint URL"
-msgstr "Zgłoszenie Punktu Końcowego URL"
+#: src/Object/Post.php:254
+msgid "I might attend"
+msgstr "Mogę wziąć udział"
 
-#: mod/crepair.php:167
-msgid "Poll/Feed URL"
-msgstr "Adres Ankiety/RSS"
+#: src/Object/Post.php:282
+msgid "ignore thread"
+msgstr "zignoruj ​​wątek"
 
-#: mod/crepair.php:168
-msgid "New photo from this URL"
-msgstr "Nowe zdjęcie z tego adresu URL"
+#: src/Object/Post.php:283
+msgid "unignore thread"
+msgstr "odignoruj ​​wątek"
 
-#: mod/dfrn_confirm.php:71 mod/profiles.php:43 mod/profiles.php:152
-#: mod/profiles.php:196 mod/profiles.php:511
-msgid "Profile not found."
-msgstr "Nie znaleziono profilu."
+#: src/Object/Post.php:284
+msgid "toggle ignore status"
+msgstr "przełącz status ignorowania"
 
-#: mod/dfrn_confirm.php:127
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."
+#: src/Object/Post.php:287 mod/ostatus_subscribe.php:89
+msgid "ignored"
+msgstr "ignorowany(-a)"
 
-#: mod/dfrn_confirm.php:228
-msgid "Response from remote site was not understood."
-msgstr "Odpowiedź do zdalnej strony nie została zrozumiana"
+#: src/Object/Post.php:296
+msgid "pin"
+msgstr "przypnij"
 
-#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241
-msgid "Unexpected response from remote site: "
-msgstr "Nieoczekiwana odpowiedź od strony zdalnej:"
+#: src/Object/Post.php:297
+msgid "unpin"
+msgstr "odepnij"
 
-#: mod/dfrn_confirm.php:250
-msgid "Confirmation completed successfully."
-msgstr "Potwierdzenie zostało pomyślnie zakończone."
+#: src/Object/Post.php:298
+msgid "toggle pin status"
+msgstr ""
 
-#: mod/dfrn_confirm.php:262
-msgid "Temporary failure. Please wait and try again."
-msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."
+#: src/Object/Post.php:301
+msgid "pinned"
+msgstr "Przypięte"
 
-#: mod/dfrn_confirm.php:265
-msgid "Introduction failed or was revoked."
-msgstr "Wprowadzenie nie powiodło się lub zostało odwołane."
+#: src/Object/Post.php:308
+msgid "add star"
+msgstr "dodaj gwiazdkę"
 
-#: mod/dfrn_confirm.php:270
-msgid "Remote site reported: "
-msgstr "Zgłoszona zdana strona:"
+#: src/Object/Post.php:309
+msgid "remove star"
+msgstr "anuluj gwiazdkę"
 
-#: mod/dfrn_confirm.php:375
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "Nie znaleziono użytkownika dla '%s'"
+#: src/Object/Post.php:310
+msgid "toggle star status"
+msgstr "włącz status gwiazdy"
 
-#: mod/dfrn_confirm.php:385
-msgid "Our site encryption key is apparently messed up."
-msgstr "Klucz kodujący jest najwyraźniej uszkodzony."
+#: src/Object/Post.php:313
+msgid "starred"
+msgstr "gwiazdką"
 
-#: mod/dfrn_confirm.php:396
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować."
+#: src/Object/Post.php:317
+msgid "add tag"
+msgstr "dodaj tag"
 
-#: mod/dfrn_confirm.php:412
-msgid "Contact record was not found for you on our site."
-msgstr "Nie znaleziono kontaktu na naszej stronie"
+#: src/Object/Post.php:328 mod/photos.php:1378
+msgid "I like this (toggle)"
+msgstr "Lubię to (zmień)"
 
-#: mod/dfrn_confirm.php:426
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"
+#: src/Object/Post.php:328
+msgid "like"
+msgstr "lubię to"
 
-#: mod/dfrn_confirm.php:442
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."
+#: src/Object/Post.php:329 mod/photos.php:1379
+msgid "I don't like this (toggle)"
+msgstr "Nie lubię tego (zmień)"
 
-#: mod/dfrn_confirm.php:453
-msgid "Unable to set your contact credentials on our system."
-msgstr "Nie można ustawić danych kontaktowych w naszym systemie."
+#: src/Object/Post.php:329
+msgid "dislike"
+msgstr "nie lubię tego"
 
-#: mod/dfrn_confirm.php:509
-msgid "Unable to update your contact profile details on our system"
-msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"
+#: src/Object/Post.php:332
+msgid "Share this"
+msgstr "Udostępnij to"
 
-#: mod/dfrn_confirm.php:539 mod/dfrn_request.php:562
-#: src/Model/Contact.php:2589
-msgid "[Name Withheld]"
-msgstr "[Nazwa zastrzeżona]"
+#: src/Object/Post.php:332
+msgid "share"
+msgstr "udostępnij"
 
-#: mod/dfrn_poll.php:123 mod/dfrn_poll.php:526
+#: src/Object/Post.php:384
 #, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s witamy %2$s"
+msgid "%s (Received %s)"
+msgstr ""
 
-#: mod/dfrn_request.php:100
-msgid "This introduction has already been accepted."
-msgstr "To wprowadzenie zostało już zaakceptowane."
+#: src/Object/Post.php:409
+msgid "to"
+msgstr "do"
 
-#: mod/dfrn_request.php:118 mod/dfrn_request.php:356
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu."
+#: src/Object/Post.php:410
+msgid "via"
+msgstr "przez"
 
-#: mod/dfrn_request.php:122 mod/dfrn_request.php:360
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."
+#: src/Object/Post.php:411
+msgid "Wall-to-Wall"
+msgstr "Wall-to-Wall"
 
-#: mod/dfrn_request.php:125 mod/dfrn_request.php:363
-msgid "Warning: profile location has no profile photo."
-msgstr "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."
+#: src/Object/Post.php:412
+msgid "via Wall-To-Wall:"
+msgstr "via Wall-To-Wall:"
 
-#: mod/dfrn_request.php:129 mod/dfrn_request.php:367
+#: src/Object/Post.php:447 src/Object/Post.php:910 mod/photos.php:1396
+#: mod/photos.php:1435 mod/photos.php:1500
+msgid "Comment"
+msgstr "Komentarz"
+
+#: src/Object/Post.php:448
 #, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d wymagany parametr nie został znaleziony w podanej lokacji"
-msgstr[1] "%d wymagane parametry nie zostały znalezione w podanej lokacji"
-msgstr[2] "%d wymagany parametr nie został znaleziony w podanej lokacji"
-msgstr[3] "%d wymagany parametr nie został znaleziony w podanej lokacji"
+msgid "Reply to %s"
+msgstr "Odpowiedź %s"
 
-#: mod/dfrn_request.php:167
-msgid "Introduction complete."
-msgstr "Wprowadzanie zakończone."
+#: src/Object/Post.php:464
+msgid "Notifier task is pending"
+msgstr "Zadanie Notifier jest w toku"
 
-#: mod/dfrn_request.php:203
-msgid "Unrecoverable protocol error."
-msgstr "Nieodwracalny błąd protokołu."
+#: src/Object/Post.php:465
+msgid "Delivery to remote servers is pending"
+msgstr "Trwa przesyłanie do serwerów zdalnych"
 
-#: mod/dfrn_request.php:230
-msgid "Profile unavailable."
-msgstr "Profil niedostępny."
+#: src/Object/Post.php:466
+msgid "Delivery to remote servers is underway"
+msgstr "Trwa dostawa do serwerów zdalnych"
 
-#: mod/dfrn_request.php:251
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s otrzymał dziś zbyt wiele żądań połączeń."
+#: src/Object/Post.php:467
+msgid "Delivery to remote servers is mostly done"
+msgstr "Dostawa do zdalnych serwerów jest w większości wykonywana"
 
-#: mod/dfrn_request.php:252
-msgid "Spam protection measures have been invoked."
-msgstr "Wprowadzono zabezpieczenia przed spamem."
+#: src/Object/Post.php:468
+msgid "Delivery to remote servers is done"
+msgstr "Trwa dostarczanie do zdalnych serwerów"
 
-#: mod/dfrn_request.php:253
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Przyjaciele namawiają do spróbowania za 24h."
+#: src/Object/Post.php:488
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d komentarz"
+msgstr[1] "%d komentarze"
+msgstr[2] "%d komentarzy"
+msgstr[3] "%d komentarzy"
 
-#: mod/dfrn_request.php:277
-msgid "Invalid locator"
-msgstr "Nieprawidłowy lokalizator"
+#: src/Object/Post.php:489
+msgid "Show more"
+msgstr "Pokaż więcej"
 
-#: mod/dfrn_request.php:313
-msgid "You have already introduced yourself here."
-msgstr "Już się tu przedstawiłeś."
+#: src/Object/Post.php:490
+msgid "Show fewer"
+msgstr "Pokaż mniej"
 
-#: mod/dfrn_request.php:316
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Wygląda na to, że już jesteście znajomymi z %s."
+#: src/Object/Post.php:501 src/Model/Item.php:3400
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "komentarz"
+msgstr[1] "komentarze"
+msgstr[2] "komentarze"
+msgstr[3] "komentarz"
 
-#: mod/dfrn_request.php:336
-msgid "Invalid profile URL."
-msgstr "Nieprawidłowy adres URL profilu."
+#: src/Object/Post.php:908 src/Module/Contact.php:1023
+#: src/Module/Item/Compose.php:126 mod/photos.php:1394 mod/photos.php:1433
+#: mod/photos.php:1498
+msgid "This is you"
+msgstr "To jesteś ty"
 
-#: mod/dfrn_request.php:342 src/Model/Contact.php:2212
-msgid "Disallowed profile URL."
-msgstr "Nie dozwolony adres URL profilu."
+#: src/App.php:521
+msgid "No system theme config value set."
+msgstr "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego."
 
-#: mod/dfrn_request.php:348 src/Model/Contact.php:2217
-#: src/Module/Friendica.php:59
-msgid "Blocked domain"
-msgstr "Zablokowana domena"
+#: src/Content/Text/BBCode.php:490
+msgid "view full size"
+msgstr "zobacz pełny rozmiar"
 
-#: mod/dfrn_request.php:415 src/Module/Contact.php:143
-msgid "Failed to update contact record."
-msgstr "Aktualizacja rekordu kontaktu nie powiodła się."
+#: src/Content/Text/BBCode.php:927 src/Content/Text/BBCode.php:1603
+#: src/Content/Text/BBCode.php:1604
+msgid "Image/photo"
+msgstr "Obrazek/zdjęcie"
 
-#: mod/dfrn_request.php:435
-msgid "Your introduction has been sent."
-msgstr "Twoje dane zostały wysłane."
+#: src/Content/Text/BBCode.php:1045
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a>%3$s"
 
-#: mod/dfrn_request.php:473
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."
+#: src/Content/Text/BBCode.php:1521 src/Content/Text/HTML.php:963
+msgid "Click to open/close"
+msgstr "Kliknij aby otworzyć/zamknąć"
 
-#: mod/dfrn_request.php:489
-msgid "Please login to confirm introduction."
-msgstr "Zaloguj się, aby potwierdzić wprowadzenie."
+#: src/Content/Text/BBCode.php:1552
+msgid "$1 wrote:"
+msgstr "$1 napisał:"
 
-#: mod/dfrn_request.php:497
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na <strong>tego</strong> użytkownika. "
+#: src/Content/Text/BBCode.php:1606 src/Content/Text/BBCode.php:1607
+msgid "Encrypted content"
+msgstr "Szyfrowana treść"
 
-#: mod/dfrn_request.php:511 mod/dfrn_request.php:526
-msgid "Confirm"
-msgstr "Potwierdź"
+#: src/Content/Text/BBCode.php:1829
+msgid "Invalid source protocol"
+msgstr "Nieprawidłowy protokół źródłowy"
 
-#: mod/dfrn_request.php:522
-msgid "Hide this contact"
-msgstr "Ukryj kontakt"
+#: src/Content/Text/BBCode.php:1844
+msgid "Invalid link protocol"
+msgstr "Niepoprawny link protokołu"
 
-#: mod/dfrn_request.php:524
-#, php-format
-msgid "Welcome home %s."
-msgstr "Witaj na stronie domowej %s."
+#: src/Content/Text/HTML.php:811
+msgid "Loading more entries..."
+msgstr "Ładuję więcej wpisów..."
 
-#: mod/dfrn_request.php:525
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."
+#: src/Content/Text/HTML.php:812
+msgid "The end"
+msgstr "Koniec"
 
-#: mod/dfrn_request.php:634
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:"
+#: src/Content/Text/HTML.php:905 src/Module/Filer/SaveTag.php:49
+#: mod/notes.php:46 mod/editpost.php:72
+msgid "Save"
+msgstr "Zapisz"
 
-#: mod/dfrn_request.php:636
-#, php-format
-msgid ""
-"If you are not yet a member of the free social web, <a href=\"%s\">follow "
-"this link to find a public Friendica site and join us today</a>."
-msgstr "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, <a href=\"%s\">kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś</a>."
+#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540
+#: src/Module/Contact.php:318
+msgid "Follow"
+msgstr "Śledź"
 
-#: mod/dfrn_request.php:639
-msgid "Friend/Connection Request"
-msgstr "Przyjaciel/Prośba o połączenie"
+#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200
+#: src/Module/Search/Index.php:80
+msgid "Search"
+msgstr "Szukaj"
 
-#: mod/dfrn_request.php:640
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
-msgstr "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
+#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79
+msgid "@name, !forum, #tags, content"
+msgstr "@imię, !forum, #tagi, treść"
 
-#: mod/dfrn_request.php:641 mod/follow.php:162
-msgid "Please answer the following:"
-msgstr "Proszę odpowiedzieć na następujące pytania:"
+#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203
+msgid "Full Text"
+msgstr "Pełny tekst"
 
-#: mod/dfrn_request.php:642 mod/follow.php:163
-#, php-format
-msgid "Does %s know you?"
-msgstr "Czy %s Cię zna?"
+#: src/Content/Text/HTML.php:921 src/Content/Nav.php:204
+#: src/Content/Widget/TagCloud.php:54
+msgid "Tags"
+msgstr "Tagi"
 
-#: mod/dfrn_request.php:643 mod/follow.php:164
-msgid "Add a personal note:"
-msgstr "Dodaj osobistą notkę:"
+#: src/Content/ContactSelector.php:58
+msgid "Frequently"
+msgstr "Często"
 
-#: mod/dfrn_request.php:645
-msgid "Friendica"
-msgstr "Friendica"
+#: src/Content/ContactSelector.php:59
+msgid "Hourly"
+msgstr "Co godzinę"
 
-#: mod/dfrn_request.php:646
-msgid "GNU Social (Pleroma, Mastodon)"
-msgstr "GNU Social (Pleroma, Mastodon)"
+#: src/Content/ContactSelector.php:60
+msgid "Twice daily"
+msgstr "Dwa razy dziennie"
 
-#: mod/dfrn_request.php:647
-msgid "Diaspora (Socialhome, Hubzilla)"
-msgstr "Diaspora (Socialhome, Hubzilla)"
+#: src/Content/ContactSelector.php:61
+msgid "Daily"
+msgstr "Codziennie"
 
-#: mod/dfrn_request.php:648
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory."
+#: src/Content/ContactSelector.php:62
+msgid "Weekly"
+msgstr "Co tydzień"
 
-#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128
-msgid "Your Identity Address:"
-msgstr "Twój adres tożsamości:"
+#: src/Content/ContactSelector.php:63
+msgid "Monthly"
+msgstr "Miesięczne"
 
-#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131
-msgid "Submit Request"
-msgstr "Wyślij zgłoszenie"
+#: src/Content/ContactSelector.php:116
+msgid "DFRN"
+msgstr "DFRN"
 
-#: mod/display.php:255 mod/display.php:332
-msgid "The requested item doesn't exist or has been deleted."
-msgstr "Żądany element nie istnieje lub został usunięty."
+#: src/Content/ContactSelector.php:117
+msgid "OStatus"
+msgstr "OStatus"
 
-#: mod/display.php:410
-msgid "The feed for this item is unavailable."
-msgstr "Kanał dla tego elementu jest niedostępny."
+#: src/Content/ContactSelector.php:118
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: mod/editpost.php:29 mod/editpost.php:39
-msgid "Item not found"
-msgstr "Nie znaleziono elementu"
+#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272
+#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
+#: src/Module/Admin/Users.php:315
+msgid "Email"
+msgstr "E-mail"
 
-#: mod/editpost.php:46
-msgid "Edit post"
-msgstr "Edytuj post"
+#: src/Content/ContactSelector.php:120 mod/settings.php:800
+msgid "Diaspora"
+msgstr "Diaspora"
 
-#: mod/editpost.php:77 mod/message.php:259 mod/message.php:440
-#: mod/wallmessage.php:140
-msgid "Insert web link"
-msgstr "Wstaw link"
+#: src/Content/ContactSelector.php:121
+msgid "Zot!"
+msgstr "Zot!"
 
-#: mod/editpost.php:78
-msgid "web link"
-msgstr "odnośnik sieciowy"
+#: src/Content/ContactSelector.php:122
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: mod/editpost.php:79
-msgid "Insert video link"
-msgstr "Wstaw link do filmu"
+#: src/Content/ContactSelector.php:123
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: mod/editpost.php:80
-msgid "video link"
-msgstr "link do filmu"
+#: src/Content/ContactSelector.php:124
+msgid "MySpace"
+msgstr "MySpace"
 
-#: mod/editpost.php:81
-msgid "Insert audio link"
-msgstr "Wstaw link do audio"
+#: src/Content/ContactSelector.php:125
+msgid "Google+"
+msgstr "Google+"
 
-#: mod/editpost.php:82
-msgid "audio link"
-msgstr "link do audio"
+#: src/Content/ContactSelector.php:126
+msgid "pump.io"
+msgstr "pump.io"
 
-#: mod/editpost.php:96 src/Core/ACL.php:309 src/Module/Item/Compose.php:204
-msgid "CC: email addresses"
-msgstr "CC: adresy e-mail"
+#: src/Content/ContactSelector.php:127
+msgid "Twitter"
+msgstr "Twitter"
 
-#: mod/editpost.php:103 src/Core/ACL.php:310
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Przykład: bob@example.com, mary@example.com"
+#: src/Content/ContactSelector.php:128
+msgid "Discourse"
+msgstr ""
 
-#: mod/events.php:120 mod/events.php:122
-msgid "Event can not end before it has started."
-msgstr "Wydarzenie nie może się zakończyć przed jego rozpoczęciem."
+#: src/Content/ContactSelector.php:129
+msgid "Diaspora Connector"
+msgstr "Łącze Diaspora"
 
-#: mod/events.php:129 mod/events.php:131
-msgid "Event title and start time are required."
-msgstr "Wymagany tytuł wydarzenia i czas rozpoczęcia."
+#: src/Content/ContactSelector.php:130
+msgid "GNU Social Connector"
+msgstr "Łącze GNU Social"
 
-#: mod/events.php:391
-msgid "Create New Event"
-msgstr "Stwórz nowe wydarzenie"
+#: src/Content/ContactSelector.php:131
+msgid "ActivityPub"
+msgstr "Pub aktywności"
 
-#: mod/events.php:514
-msgid "Event details"
-msgstr "Szczegóły wydarzenia"
+#: src/Content/ContactSelector.php:132
+msgid "pnut"
+msgstr "orzech"
 
-#: mod/events.php:515
-msgid "Starting date and Title are required."
-msgstr "Data rozpoczęcia i tytuł są wymagane."
+#: src/Content/ContactSelector.php:231 src/Content/ContactSelector.php:271
+#: src/Content/ContactSelector.php:309
+msgid "No answer"
+msgstr "Brak odpowiedzi"
 
-#: mod/events.php:516 mod/events.php:521
-msgid "Event Starts:"
-msgstr "Rozpoczęcie wydarzenia:"
+#: src/Content/ContactSelector.php:232
+msgid "Male"
+msgstr "Mężczyzna"
 
-#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592
-msgid "Required"
-msgstr "Wymagany"
+#: src/Content/ContactSelector.php:233
+msgid "Female"
+msgstr "Kobieta"
 
-#: mod/events.php:529 mod/events.php:554
-msgid "Finish date/time is not known or not relevant"
-msgstr "Data/czas zakończenia nie jest znana lub jest nieistotna"
+#: src/Content/ContactSelector.php:234
+msgid "Currently Male"
+msgstr "Obecnie mężczyzna"
 
-#: mod/events.php:531 mod/events.php:536
-msgid "Event Finishes:"
-msgstr "Zakończenie wydarzenia:"
+#: src/Content/ContactSelector.php:235
+msgid "Currently Female"
+msgstr "Obecnie Kobieta"
 
-#: mod/events.php:542 mod/events.php:555
-msgid "Adjust for viewer timezone"
-msgstr "Dopasuj dla strefy czasowej widza"
+#: src/Content/ContactSelector.php:236
+msgid "Mostly Male"
+msgstr "Najczęściej męskie"
 
-#: mod/events.php:544
-msgid "Description:"
-msgstr "Opis:"
+#: src/Content/ContactSelector.php:237
+msgid "Mostly Female"
+msgstr "Najczęściej żeńskie"
 
-#: mod/events.php:546 mod/notifications.php:276 src/Model/Event.php:69
-#: src/Model/Event.php:96 src/Model/Event.php:438 src/Model/Event.php:934
-#: src/Model/Profile.php:443 src/Module/Contact.php:628
-#: src/Module/Directory.php:135
-msgid "Location:"
-msgstr "Lokalizacja:"
+#: src/Content/ContactSelector.php:238
+msgid "Transgender"
+msgstr "Transseksualny"
 
-#: mod/events.php:548 mod/events.php:550
-msgid "Title:"
-msgstr "Tytuł:"
+#: src/Content/ContactSelector.php:239
+msgid "Intersex"
+msgstr "Interseksualne"
 
-#: mod/events.php:551 mod/events.php:552
-msgid "Share this event"
-msgstr "Udostępnij te wydarzenie"
+#: src/Content/ContactSelector.php:240
+msgid "Transsexual"
+msgstr "Transseksualny"
 
-#: mod/events.php:559 src/Model/Profile.php:886
-msgid "Basic"
-msgstr "Podstawowy"
+#: src/Content/ContactSelector.php:241
+msgid "Hermaphrodite"
+msgstr "Hermafrodyta"
 
-#: mod/events.php:560 src/Model/Profile.php:887 src/Module/Admin/Site.php:573
-#: src/Module/Contact.php:901
-msgid "Advanced"
-msgstr "Zaawansowany"
+#: src/Content/ContactSelector.php:242
+msgid "Neuter"
+msgstr "Rodzaj nijaki"
 
-#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348
-#: src/Core/ACL.php:315
-msgid "Permissions"
-msgstr "Uprawnienia"
+#: src/Content/ContactSelector.php:243
+msgid "Non-specific"
+msgstr "Niespecyficzne"
 
-#: mod/events.php:577
-msgid "Failed to remove event"
-msgstr "Nie udało się usunąć wydarzenia"
+#: src/Content/ContactSelector.php:244
+msgid "Other"
+msgstr "Inne"
 
-#: mod/events.php:579
-msgid "Event removed"
-msgstr "Wydarzenie zostało usunięte"
+#: src/Content/ContactSelector.php:272
+msgid "Males"
+msgstr "Mężczyźni"
 
-#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162
-#: src/Model/Profile.php:929
-msgid "Photos"
-msgstr "Zdjęcia"
+#: src/Content/ContactSelector.php:273
+msgid "Females"
+msgstr "Kobiety"
 
-#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:181
-#: mod/photos.php:938 mod/photos.php:1055 mod/photos.php:1072
-#: mod/photos.php:1554 mod/photos.php:1569 src/Model/Photo.php:560
-#: src/Model/Photo.php:569
-msgid "Contact Photos"
-msgstr "Zdjęcia kontaktu"
+#: src/Content/ContactSelector.php:274
+msgid "Gay"
+msgstr "Gej"
 
-#: mod/fbrowser.php:136
-msgid "Files"
-msgstr "Pliki"
+#: src/Content/ContactSelector.php:275
+msgid "Lesbian"
+msgstr "Lesbijka"
 
-#: mod/follow.php:46
-msgid "The contact could not be added."
-msgstr "Nie można dodać kontaktu."
+#: src/Content/ContactSelector.php:276
+msgid "No Preference"
+msgstr "Brak preferencji"
 
-#: mod/follow.php:87
-msgid "You already added this contact."
-msgstr "Już dodałeś ten kontakt."
+#: src/Content/ContactSelector.php:277
+msgid "Bisexual"
+msgstr "Biseksualny(-a)"
 
-#: mod/follow.php:99
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."
+#: src/Content/ContactSelector.php:278
+msgid "Autosexual"
+msgstr "Autoseksualny(-a)"
 
-#: mod/follow.php:106
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."
+#: src/Content/ContactSelector.php:279
+msgid "Abstinent"
+msgstr "Abstynent"
 
-#: mod/follow.php:113
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."
+#: src/Content/ContactSelector.php:280
+msgid "Virgin"
+msgstr "Dziewica"
 
-#: mod/follow.php:179 mod/notifications.php:194 mod/notifications.php:286
-#: mod/unfollow.php:137 src/Module/Admin/Blocklist/Contact.php:83
-#: src/Module/Contact.php:624
-msgid "Profile URL"
-msgstr "Adres URL profilu"
+#: src/Content/ContactSelector.php:281
+msgid "Deviant"
+msgstr "Zboczeniec"
 
-#: mod/follow.php:183 mod/notifications.php:280 src/Model/Profile.php:816
-#: src/Module/Contact.php:634
-msgid "Tags:"
-msgstr "Tagi:"
+#: src/Content/ContactSelector.php:282
+msgid "Fetish"
+msgstr "Fetysz"
 
-#: mod/follow.php:195 mod/unfollow.php:147 src/Model/Profile.php:916
-#: src/Module/Contact.php:863
-msgid "Status Messages and Posts"
-msgstr "Status wiadomości i postów"
+#: src/Content/ContactSelector.php:283
+msgid "Oodles"
+msgstr "Nadmiar"
 
-#: mod/fsuggest.php:44
-msgid "Suggested contact not found."
-msgstr "Nie znaleziono sugerowanego kontaktu."
+#: src/Content/ContactSelector.php:284
+msgid "Nonsexual"
+msgstr "Nieseksualny(-a)"
 
-#: mod/fsuggest.php:57
-msgid "Friend suggestion sent."
-msgstr "Wysłana propozycja dodania do znajomych."
+#: src/Content/ContactSelector.php:310
+msgid "Single"
+msgstr "Singiel"
 
-#: mod/fsuggest.php:79
-msgid "Suggest Friends"
-msgstr "Zaproponuj znajomych"
+#: src/Content/ContactSelector.php:311
+msgid "Lonely"
+msgstr "Samotny(-a)"
 
-#: mod/fsuggest.php:81
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Zaproponuj znajomych dla %s"
+#: src/Content/ContactSelector.php:312
+msgid "In a relation"
+msgstr "W relacji"
 
-#: mod/hcard.php:21
-msgid "No profile"
-msgstr "Brak profilu"
+#: src/Content/ContactSelector.php:313
+msgid "Has crush"
+msgstr "Ma sympatię"
 
-#: mod/item.php:127
-msgid "Unable to locate original post."
-msgstr "Nie można zlokalizować oryginalnej wiadomości."
+#: src/Content/ContactSelector.php:314
+msgid "Infatuated"
+msgstr "Zakochany(-a)"
 
-#: mod/item.php:330
-msgid "Empty post discarded."
-msgstr "Pusty wpis został odrzucony."
+#: src/Content/ContactSelector.php:315
+msgid "Dating"
+msgstr "Randki"
 
-#: mod/item.php:801
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica."
+#: src/Content/ContactSelector.php:316
+msgid "Unfaithful"
+msgstr "Niewierny(-a)"
 
-#: mod/item.php:803
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Możesz odwiedzić ich online pod adresem %s"
+#: src/Content/ContactSelector.php:317
+msgid "Sex Addict"
+msgstr "Uzależniony(-a) od seksu"
 
-#: mod/item.php:804
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."
+#: src/Content/ContactSelector.php:318 src/Model/User.php:807
+msgid "Friends"
+msgstr "Przyjaciele"
 
-#: mod/item.php:808
-#, php-format
-msgid "%s posted an update."
-msgstr "%s zaktualizował wpis."
+#: src/Content/ContactSelector.php:319
+msgid "Friends/Benefits"
+msgstr "Przyjaciele/Korzyści"
 
-#: mod/lockview.php:49 mod/lockview.php:60
-msgid "Remote privacy information not available."
-msgstr "Nie są dostępne zdalne informacje o prywatności."
+#: src/Content/ContactSelector.php:320
+msgid "Casual"
+msgstr "Przypadkowy"
 
-#: mod/lockview.php:72
-msgid "Visible to:"
-msgstr "Widoczne dla:"
+#: src/Content/ContactSelector.php:321
+msgid "Engaged"
+msgstr "Zaręczony(-a)"
 
-#: mod/lockview.php:78 mod/lockview.php:113 src/Content/Widget.php:193
-#: src/Module/Item/Compose.php:101 src/Module/Profile/Contacts.php:126
-#: src/Module/Contact.php:792
-msgid "Followers"
-msgstr ""
+#: src/Content/ContactSelector.php:322
+msgid "Married"
+msgstr "W związku małżeńskim"
 
-#: mod/lockview.php:84 mod/lockview.php:119 src/Module/Item/Compose.php:108
-msgid "Mutuals"
-msgstr ""
+#: src/Content/ContactSelector.php:323
+msgid "Imaginarily married"
+msgstr "Fikcyjnie w związku małżeńskim"
 
-#: mod/lostpass.php:27
-msgid "No valid account found."
-msgstr "Nie znaleziono ważnego konta."
+#: src/Content/ContactSelector.php:324
+msgid "Partners"
+msgstr "Partnerzy"
 
-#: mod/lostpass.php:39
-msgid "Password reset request issued. Check your email."
-msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."
+#: src/Content/ContactSelector.php:325
+msgid "Cohabiting"
+msgstr "Konkubinat"
 
-#: mod/lostpass.php:45
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\n\t\tSzanowny Użytkowniku %1$s, \n\t\t\tOtrzymano prośbę o ''%2$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie."
+#: src/Content/ContactSelector.php:326
+msgid "Common law"
+msgstr "Prawo zwyczajowe"
 
-#: mod/lostpass.php:56
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link soon to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s"
+#: src/Content/ContactSelector.php:327
+msgid "Happy"
+msgstr "Szczęśliwy(-a)"
 
-#: mod/lostpass.php:75
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Prośba o reset hasła na %s"
+#: src/Content/ContactSelector.php:328
+msgid "Not looking"
+msgstr "Nie szukam"
 
-#: mod/lostpass.php:90
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."
+#: src/Content/ContactSelector.php:329
+msgid "Swinger"
+msgstr "Swinger"
 
-#: mod/lostpass.php:103
-msgid "Request has expired, please make a new one."
-msgstr "Żądanie wygasło. Zrób nowe."
+#: src/Content/ContactSelector.php:330
+msgid "Betrayed"
+msgstr "Zdradzony(-a)"
 
-#: mod/lostpass.php:118
-msgid "Forgot your Password?"
-msgstr "Zapomniałeś hasła?"
+#: src/Content/ContactSelector.php:331
+msgid "Separated"
+msgstr "W separacji"
 
-#: mod/lostpass.php:119
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."
+#: src/Content/ContactSelector.php:332
+msgid "Unstable"
+msgstr "Niestabilny"
 
-#: mod/lostpass.php:120 src/Module/Login.php:355
-msgid "Nickname or Email: "
-msgstr "Pseudonim lub e-mail: "
+#: src/Content/ContactSelector.php:333
+msgid "Divorced"
+msgstr "Rozwiedziony(-a)"
 
-#: mod/lostpass.php:121
-msgid "Reset"
-msgstr "Zresetuj"
+#: src/Content/ContactSelector.php:334
+msgid "Imaginarily divorced"
+msgstr "Fikcyjnie rozwiedziony(-a)"
 
-#: mod/lostpass.php:136 src/Module/Login.php:367
-msgid "Password Reset"
-msgstr "Zresetuj hasło"
+#: src/Content/ContactSelector.php:335
+msgid "Widowed"
+msgstr "Wdowiec"
 
-#: mod/lostpass.php:137
-msgid "Your password has been reset as requested."
-msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem."
+#: src/Content/ContactSelector.php:336
+msgid "Uncertain"
+msgstr "Nieokreślony(-a)"
 
-#: mod/lostpass.php:138
-msgid "Your new password is"
-msgstr "Twoje nowe hasło to"
+#: src/Content/ContactSelector.php:337
+msgid "It's complicated"
+msgstr "To skomplikowane"
 
-#: mod/lostpass.php:139
-msgid "Save or copy your new password - and then"
-msgstr "Zapisz lub skopiuj nowe hasło - a następnie"
+#: src/Content/ContactSelector.php:338
+msgid "Don't care"
+msgstr "Nie przejmuj się"
 
-#: mod/lostpass.php:140
-msgid "click here to login"
-msgstr "naciśnij tutaj, aby zalogować się"
+#: src/Content/ContactSelector.php:339
+msgid "Ask me"
+msgstr "Zapytaj mnie"
 
-#: mod/lostpass.php:141
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu."
+#: src/Content/Widget.php:39
+msgid "Add New Contact"
+msgstr "Dodaj nowy kontakt"
 
-#: mod/lostpass.php:148
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\tsomething that you will remember).\n"
-"\t\t"
-msgstr "\n\t\t\tSzanowny Użytkowniku %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"
+#: src/Content/Widget.php:40
+msgid "Enter address or web location"
+msgstr "Wpisz adres lub lokalizację sieciową"
 
-#: mod/lostpass.php:154
-#, php-format
-msgid ""
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t%2$s\n"
-"\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t"
-msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"
+#: src/Content/Widget.php:41
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara"
 
-#: mod/lostpass.php:170
+#: src/Content/Widget.php:43 src/Module/BaseSearchModule.php:135
+#: src/Module/AllFriends.php:91 mod/match.php:102 mod/suggest.php:106
+msgid "Connect"
+msgstr "Połącz"
+
+#: src/Content/Widget.php:59
 #, php-format
-msgid "Your password has been changed at %s"
-msgstr "Twoje hasło zostało zmienione na %s"
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d zaproszenie dostępne"
+msgstr[1] "%d zaproszeń dostępnych"
+msgstr[2] "%d zaproszenia dostępne"
+msgstr[3] "%d zaproszenia dostępne"
 
-#: mod/match.php:49
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."
+#: src/Content/Widget.php:197 src/Core/ACL.php:283
+#: src/Module/Profile/Contacts.php:126 src/Module/Contact.php:792
+#: mod/lockview.php:78 mod/lockview.php:113
+msgid "Followers"
+msgstr ""
 
-#: mod/match.php:115 src/Content/Pager.php:198
-msgid "first"
-msgstr "pierwszy"
+#: src/Content/Widget.php:198 src/Module/Profile/Contacts.php:127
+#: src/Module/Contact.php:793
+msgid "Following"
+msgstr ""
 
-#: mod/match.php:120 src/Content/Pager.php:258
-msgid "next"
-msgstr "następny"
+#: src/Content/Widget.php:199 src/Module/Profile/Contacts.php:128
+#: src/Module/Contact.php:794
+msgid "Mutual friends"
+msgstr "Wspólni znajomi"
 
-#: mod/match.php:130 src/Module/BaseSearchModule.php:96
-msgid "No matches"
-msgstr "Brak wyników"
+#: src/Content/Widget.php:204
+msgid "Relationships"
+msgstr "Relacje"
 
-#: mod/match.php:135
-msgid "Profile Match"
-msgstr "Dopasowanie profilu"
+#: src/Content/Widget.php:206 src/Module/Group.php:287
+#: src/Module/Contact.php:681
+msgid "All Contacts"
+msgstr "Wszystkie kontakty"
 
-#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257
-msgid "New Message"
-msgstr "Nowa wiadomość"
+#: src/Content/Widget.php:249
+msgid "Protocols"
+msgstr "Protokoły"
 
-#: mod/message.php:70 mod/wallmessage.php:60
-msgid "No recipient selected."
-msgstr "Nie wybrano odbiorcy."
+#: src/Content/Widget.php:251
+msgid "All Protocols"
+msgstr "Wszystkie protokoły"
 
-#: mod/message.php:74
-msgid "Unable to locate contact information."
-msgstr "Nie można znaleźć informacji kontaktowych."
+#: src/Content/Widget.php:288
+msgid "Saved Folders"
+msgstr "Zapisz w folderach"
 
-#: mod/message.php:77 mod/wallmessage.php:66
-msgid "Message could not be sent."
-msgstr "Nie udało się wysłać wiadomości."
+#: src/Content/Widget.php:290 src/Content/Widget.php:329
+msgid "Everything"
+msgstr "Wszystko"
 
-#: mod/message.php:80 mod/wallmessage.php:69
-msgid "Message collection failure."
-msgstr "Błąd zbierania komunikatów."
+#: src/Content/Widget.php:327
+msgid "Categories"
+msgstr "Kategorie"
 
-#: mod/message.php:83 mod/wallmessage.php:72
-msgid "Message sent."
-msgstr "Wysłano."
+#: src/Content/Widget.php:404
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d wspólny kontakt"
+msgstr[1] "%d wspólne kontakty"
+msgstr[2] "%d wspólnych kontaktów"
+msgstr[3] "%dwspólnych kontaktów"
 
-#: mod/message.php:110 mod/notifications.php:48 mod/notifications.php:202
-#: mod/notifications.php:258
-msgid "Discard"
-msgstr "Odrzuć"
+#: src/Content/Widget.php:503 src/Content/Feature.php:100
+msgid "Archives"
+msgstr "Archiwum"
 
-#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254
-msgid "Messages"
-msgstr "Wiadomości"
+#: src/Content/OEmbed.php:254
+msgid "Embedding disabled"
+msgstr "Osadzanie wyłączone"
 
-#: mod/message.php:148
-msgid "Do you really want to delete this message?"
-msgstr "Czy na pewno chcesz usunąć tę wiadomość?"
+#: src/Content/OEmbed.php:377
+msgid "Embedded content"
+msgstr "Osadzona zawartość"
 
-#: mod/message.php:166
-msgid "Conversation not found."
-msgstr "Nie znaleziono rozmowy."
+#: src/Content/Feature.php:82
+msgid "General Features"
+msgstr "Funkcje ogólne"
 
-#: mod/message.php:171
-msgid "Message deleted."
-msgstr "Wiadomość usunięta."
+#: src/Content/Feature.php:84
+msgid "Multiple Profiles"
+msgstr "Wiele profili"
 
-#: mod/message.php:176 mod/message.php:190
-msgid "Conversation removed."
-msgstr "Rozmowa usunięta."
+#: src/Content/Feature.php:84
+msgid "Ability to create multiple profiles"
+msgstr "Możliwość tworzenia wielu profili"
 
-#: mod/message.php:204 mod/message.php:360 mod/wallmessage.php:123
-msgid "Please enter a link URL:"
-msgstr "Proszę wpisać adres URL:"
+#: src/Content/Feature.php:85
+msgid "Photo Location"
+msgstr "Lokalizacja zdjęcia"
 
-#: mod/message.php:246 mod/wallmessage.php:128
-msgid "Send Private Message"
-msgstr "Wyślij prywatną wiadomość"
+#: src/Content/Feature.php:85
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą."
 
-#: mod/message.php:247 mod/message.php:430 mod/wallmessage.php:130
-msgid "To:"
-msgstr "Do:"
+#: src/Content/Feature.php:86
+msgid "Export Public Calendar"
+msgstr "Eksportowanie publicznego kalendarza"
 
-#: mod/message.php:251 mod/message.php:432 mod/wallmessage.php:131
-msgid "Subject:"
-msgstr "Temat:"
+#: src/Content/Feature.php:86
+msgid "Ability for visitors to download the public calendar"
+msgstr "Umożliwia pobieranie kalendarza publicznego przez odwiedzających"
 
-#: mod/message.php:255 mod/message.php:435 mod/wallmessage.php:137
-#: src/Module/Invite.php:150
-msgid "Your message:"
-msgstr "Twoja wiadomość:"
+#: src/Content/Feature.php:87
+msgid "Trending Tags"
+msgstr "Popularne tagi"
 
-#: mod/message.php:289
-msgid "No messages."
-msgstr "Brak wiadomości."
+#: src/Content/Feature.php:87
+msgid ""
+"Show a community page widget with a list of the most popular tags in recent "
+"public posts."
+msgstr "Pokaż widżet strony społeczności z listą najpopularniejszych tagów w ostatnich postach publicznych."
 
-#: mod/message.php:352
-msgid "Message not available."
-msgstr "Wiadomość nie jest dostępna."
+#: src/Content/Feature.php:92
+msgid "Post Composition Features"
+msgstr "Ustawienia funkcji postów"
 
-#: mod/message.php:406
-msgid "Delete message"
-msgstr "Usuń wiadomość"
+#: src/Content/Feature.php:93
+msgid "Auto-mention Forums"
+msgstr "Automatyczne wymienianie forów"
 
-#: mod/message.php:408 mod/message.php:540
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:m A"
+#: src/Content/Feature.php:93
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL."
 
-#: mod/message.php:423 mod/message.php:537
-msgid "Delete conversation"
-msgstr "Usuń rozmowę"
+#: src/Content/Feature.php:94
+msgid "Explicit Mentions"
+msgstr ""
 
-#: mod/message.php:425
+#: src/Content/Feature.php:94
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Brak bezpiecznej komunikacji. <strong>Możesz</strong> odpowiedzieć na stronie profilu nadawcy."
-
-#: mod/message.php:429
-msgid "Send Reply"
-msgstr "Odpowiedz"
+"Add explicit mentions to comment box for manual control over who gets "
+"mentioned in replies."
+msgstr "Dodaj wyraźne wzmianki do pola komentarza, aby ręcznie kontrolować, kto zostanie wymieniony w odpowiedziach."
 
-#: mod/message.php:512
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Nieznany nadawca - %s"
+#: src/Content/Feature.php:99
+msgid "Network Sidebar"
+msgstr "Sieć Pasek Boczny"
 
-#: mod/message.php:514
-#, php-format
-msgid "You and %s"
-msgstr "Ty i %s"
+#: src/Content/Feature.php:100
+msgid "Ability to select posts by date ranges"
+msgstr "Wybierz wpisy według zakresów dat"
 
-#: mod/message.php:516
-#, php-format
-msgid "%s and You"
-msgstr "%s i ty"
+#: src/Content/Feature.php:101
+msgid "Protocol Filter"
+msgstr "Filtr protokołu"
 
-#: mod/message.php:543
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d wiadomość"
-msgstr[1] "%d wiadomości"
-msgstr[2] "%d wiadomości"
-msgstr[3] "%d wiadomości"
+#: src/Content/Feature.php:101
+msgid "Enable widget to display Network posts only from selected protocols"
+msgstr "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranych protokołów"
 
-#: mod/network.php:525
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych."
-msgstr[1] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
-msgstr[2] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
-msgstr[3] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
+#: src/Content/Feature.php:106
+msgid "Network Tabs"
+msgstr "Etykiety sieciowe"
 
-#: mod/network.php:528
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "Etykieta Nowe Posty Sieciowe"
 
-#: mod/network.php:595
-msgid "No such group"
-msgstr "Nie ma takiej grupy"
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Włącza etykietę wyświetlającą tylko nowe posty sieciowe (z ostatnich 12 godzin)"
 
-#: mod/network.php:616 src/Module/Group.php:288
-msgid "Group is empty"
-msgstr "Grupa jest pusta"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "Etykieta Udostępnianie Łącz Sieciowych"
 
-#: mod/network.php:620
-#, php-format
-msgid "Group: %s"
-msgstr "Grupa: %s"
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Włącza etykietę wyświetlającą tylko posty sieciowe z łączami do nich"
 
-#: mod/network.php:646
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Prywatne wiadomości do tej osoby mogą być widoczne publicznie."
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "Narzędzia post/komentarz"
 
-#: mod/network.php:649 src/Module/AllFriends.php:35
-#: src/Module/AllFriends.php:43
-msgid "Invalid contact."
-msgstr "Nieprawidłowy kontakt."
+#: src/Content/Feature.php:114
+msgid "Post Categories"
+msgstr "Kategorie postów"
 
-#: mod/network.php:928
-msgid "Latest Activity"
-msgstr ""
+#: src/Content/Feature.php:114
+msgid "Add categories to your posts"
+msgstr "Umożliwia dodawanie kategorii do twoich postów"
 
-#: mod/network.php:931
-msgid "Sort by latest activity"
-msgstr ""
+#: src/Content/Feature.php:119
+msgid "Advanced Profile Settings"
+msgstr "Zaawansowane ustawienia profilu"
 
-#: mod/network.php:936
-msgid "Latest Posts"
-msgstr ""
+#: src/Content/Feature.php:120
+msgid "List Forums"
+msgstr "Lista forów"
 
-#: mod/network.php:939
-msgid "Sort by post received date"
-msgstr ""
+#: src/Content/Feature.php:120
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Wyświetla publiczne fora społeczności na stronie profilu zaawansowanego"
 
-#: mod/network.php:946 mod/profiles.php:579
-msgid "Personal"
-msgstr "Osobiste"
+#: src/Content/Feature.php:121
+msgid "Tag Cloud"
+msgstr "Chmura tagów"
 
-#: mod/network.php:949
-msgid "Posts that mention or involve you"
-msgstr "Posty, które wspominają lub angażują Ciebie"
+#: src/Content/Feature.php:121
+msgid "Provide a personal tag cloud on your profile page"
+msgstr "Podaj osobistą chmurę tagów na stronie profilu"
 
-#: mod/network.php:956
-msgid "New"
-msgstr "Nowy"
+#: src/Content/Feature.php:122
+msgid "Display Membership Date"
+msgstr "Wyświetl datę członkostwa"
 
-#: mod/network.php:959
-msgid "Activity Stream - by date"
-msgstr "Strumień aktywności - według daty"
+#: src/Content/Feature.php:122
+msgid "Display membership date in profile"
+msgstr "Wyświetla datę członkostwa w profilu"
 
-#: mod/network.php:967
-msgid "Shared Links"
-msgstr "Udostępnione łącza"
+#: src/Content/Nav.php:74
+msgid "Nothing new here"
+msgstr "Brak nowych zdarzeń"
 
-#: mod/network.php:970
-msgid "Interesting Links"
-msgstr "Interesujące linki"
+#: src/Content/Nav.php:78
+msgid "Clear notifications"
+msgstr "Wyczyść powiadomienia"
 
-#: mod/network.php:977
-msgid "Starred"
-msgstr "Ulubione"
+#: src/Content/Nav.php:153 src/Module/Login.php:136
+msgid "Logout"
+msgstr "Wyloguj"
 
-#: mod/network.php:980
-msgid "Favourite Posts"
-msgstr "Ulubione posty"
+#: src/Content/Nav.php:153
+msgid "End this session"
+msgstr "Zakończ sesję"
 
-#: mod/notifications.php:39
-msgid "Invalid request identifier."
-msgstr "Nieprawidłowe żądanie identyfikatora."
+#: src/Content/Nav.php:155 src/Module/Login.php:137
+#: src/Module/Bookmarklet.php:25
+msgid "Login"
+msgstr "Zaloguj się"
 
-#: mod/notifications.php:100 src/Content/Nav.php:249
-msgid "Notifications"
-msgstr "Powiadomienia"
+#: src/Content/Nav.php:155
+msgid "Sign in"
+msgstr "Zaloguj się"
 
-#: mod/notifications.php:119
-msgid "Network Notifications"
-msgstr "Powiadomienia sieciowe"
+#: src/Content/Nav.php:165
+msgid "Personal notes"
+msgstr "Notatki"
 
-#: mod/notifications.php:124
-msgid "System Notifications"
-msgstr "Powiadomienia systemowe"
+#: src/Content/Nav.php:165
+msgid "Your personal notes"
+msgstr "Twoje prywatne notatki"
 
-#: mod/notifications.php:129
-msgid "Personal Notifications"
-msgstr "Prywatne powiadomienia"
+#: src/Content/Nav.php:182 src/Content/Nav.php:244
+msgid "Home"
+msgstr "Strona domowa"
 
-#: mod/notifications.php:134
-msgid "Home Notifications"
-msgstr "Powiadomienia domowe"
+#: src/Content/Nav.php:182
+msgid "Home Page"
+msgstr "Strona startowa"
 
-#: mod/notifications.php:157
-msgid "Show unread"
-msgstr "Pokaż nieprzeczytane"
+#: src/Content/Nav.php:186 src/Module/Login.php:97 src/Module/Register.php:130
+msgid "Register"
+msgstr "Zarejestruj"
 
-#: mod/notifications.php:157
-msgid "Show all"
-msgstr "Pokaż wszystko"
+#: src/Content/Nav.php:186
+msgid "Create an account"
+msgstr "Załóż konto"
 
-#: mod/notifications.php:168
-msgid "Show Ignored Requests"
-msgstr "Pokaż ignorowane żądania"
+#: src/Content/Nav.php:192
+msgid "Help and documentation"
+msgstr "Pomoc i dokumentacja"
 
-#: mod/notifications.php:168
-msgid "Hide Ignored Requests"
-msgstr "Ukryj zignorowane prośby"
+#: src/Content/Nav.php:196
+msgid "Apps"
+msgstr "Aplikacje"
 
-#: mod/notifications.php:181 mod/notifications.php:266
-msgid "Notification type:"
-msgstr "Typ powiadomienia:"
+#: src/Content/Nav.php:196
+msgid "Addon applications, utilities, games"
+msgstr "Wtyczki, aplikacje, narzędzia, gry"
 
-#: mod/notifications.php:184
-msgid "Suggested by:"
-msgstr "Sugerowany przez:"
+#: src/Content/Nav.php:200
+msgid "Search site content"
+msgstr "Przeszukaj zawartość strony"
 
-#: mod/notifications.php:196 mod/notifications.php:283
-#: src/Module/Contact.php:615
-msgid "Hide this contact from others"
-msgstr "Ukryj ten kontakt przed innymi"
+#: src/Content/Nav.php:224
+msgid "Community"
+msgstr "Społeczność"
 
-#: mod/notifications.php:198 mod/notifications.php:292
-#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286
-msgid "Approve"
-msgstr "Zatwierdź"
+#: src/Content/Nav.php:224
+msgid "Conversations on this and other servers"
+msgstr "Rozmowy na tym i innych serwerach"
 
-#: mod/notifications.php:218
-msgid "Claims to be known to you: "
-msgstr "Twierdzi, że go/ją znasz: "
+#: src/Content/Nav.php:231
+msgid "Directory"
+msgstr "Katalog"
 
-#: mod/notifications.php:219
-msgid "yes"
-msgstr "tak"
+#: src/Content/Nav.php:231
+msgid "People directory"
+msgstr "Katalog osób"
 
-#: mod/notifications.php:219
-msgid "no"
-msgstr "nie"
+#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
+msgid "Information"
+msgstr "Informacje"
 
-#: mod/notifications.php:220 mod/notifications.php:224
-msgid "Shall your connection be bidirectional or not?"
-msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?"
+#: src/Content/Nav.php:233
+msgid "Information about this friendica instance"
+msgstr "Informacje o tej instancji friendica"
 
-#: mod/notifications.php:221 mod/notifications.php:225
-#, 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 "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."
+#: src/Content/Nav.php:236 src/Module/Tos.php:73
+#: src/Module/BaseAdminModule.php:85 src/Module/Admin/Tos.php:43
+#: src/Module/Register.php:138
+msgid "Terms of Service"
+msgstr "Warunki usługi"
 
-#: mod/notifications.php:222
-#, 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 "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
+#: src/Content/Nav.php:236
+msgid "Terms of Service of this Friendica instance"
+msgstr "Warunki świadczenia usług tej instancji Friendica"
 
-#: mod/notifications.php:226
-#, php-format
-msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
-msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
+#: src/Content/Nav.php:242
+msgid "Network Reset"
+msgstr "Resetowanie sieci"
 
-#: mod/notifications.php:237
-msgid "Friend"
-msgstr "Znajomy"
+#: src/Content/Nav.php:242
+msgid "Load Network page with no filters"
+msgstr "Załaduj stronę sieci bez filtrów"
 
-#: mod/notifications.php:238
-msgid "Sharer"
-msgstr "Udostępniający/a"
+#: src/Content/Nav.php:248
+msgid "Introductions"
+msgstr "Zapoznanie"
 
-#: mod/notifications.php:238
-msgid "Subscriber"
-msgstr "Subskrybent"
+#: src/Content/Nav.php:248
+msgid "Friend Requests"
+msgstr "Prośba o przyjęcie do grona znajomych"
 
-#: mod/notifications.php:278 src/Model/Profile.php:449
-#: src/Model/Profile.php:828 src/Module/Contact.php:632
-#: src/Module/Directory.php:143
-msgid "About:"
-msgstr "O:"
+#: src/Content/Nav.php:249 mod/notifications.php:100
+msgid "Notifications"
+msgstr "Powiadomienia"
 
-#: mod/notifications.php:282 src/Model/Profile.php:446
-#: src/Model/Profile.php:767 src/Module/Directory.php:140
-msgid "Gender:"
-msgstr "Płeć:"
+#: src/Content/Nav.php:250
+msgid "See all notifications"
+msgstr "Zobacz wszystkie powiadomienia"
 
-#: mod/notifications.php:289 src/Model/Profile.php:554
-#: src/Module/Contact.php:316
-msgid "Network:"
-msgstr "Sieć:"
+#: src/Content/Nav.php:251 mod/settings.php:873
+msgid "Mark as seen"
+msgstr "Oznacz jako przeczytane"
 
-#: mod/notifications.php:303
-msgid "No introductions."
-msgstr "Brak dostępu."
+#: src/Content/Nav.php:251
+msgid "Mark all system notifications seen"
+msgstr "Oznacz wszystkie powiadomienia systemu jako przeczytane"
 
-#: mod/notifications.php:337
-#, php-format
-msgid "No more %s notifications."
-msgstr "Brak kolejnych %s powiadomień."
+#: src/Content/Nav.php:255
+msgid "Inbox"
+msgstr "Odebrane"
 
-#: mod/openid.php:30
-msgid "OpenID protocol error. No ID returned."
-msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora."
+#: src/Content/Nav.php:256
+msgid "Outbox"
+msgstr "Wysłane"
 
-#: mod/openid.php:67
-msgid ""
-"Account not found. Please login to your existing account to add the OpenID "
-"to it."
-msgstr ""
+#: src/Content/Nav.php:257 mod/message.php:33 mod/message.php:116
+msgid "New Message"
+msgstr "Nowa wiadomość"
 
-#: mod/openid.php:69
-msgid ""
-"Account not found. Please register a new account or login to your existing "
-"account to add the OpenID to it."
+#: src/Content/Nav.php:260
+msgid "Delegation"
 msgstr ""
 
-#: mod/openid.php:75 src/Module/Login.php:90 src/Module/Login.php:144
-msgid "Login failed."
-msgstr "Logowanie nieudane."
+#: src/Content/Nav.php:260
+msgid "Manage other pages"
+msgstr "Zarządzaj innymi stronami"
 
-#: mod/photos.php:112 src/Model/Profile.php:932
-msgid "Photo Albums"
-msgstr "Albumy zdjęć"
+#: src/Content/Nav.php:266 src/Model/Profile.php:398
+#: src/Module/BaseSettingsModule.php:38 mod/settings.php:82
+msgid "Profiles"
+msgstr "Profile"
 
-#: mod/photos.php:113 mod/photos.php:1609
-msgid "Recent Photos"
-msgstr "Ostatnio dodane zdjęcia"
+#: src/Content/Nav.php:266
+msgid "Manage/Edit Profiles"
+msgstr "Zarządzaj/Edytuj profile"
 
-#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611
-msgid "Upload New Photos"
-msgstr "Wyślij nowe zdjęcie"
+#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114
+msgid "Admin"
+msgstr "Administator"
 
-#: mod/photos.php:133 mod/settings.php:62 src/Module/BaseSettingsModule.php:18
-msgid "everybody"
-msgstr "wszyscy"
+#: src/Content/Nav.php:274
+msgid "Site setup and configuration"
+msgstr "Konfiguracja i ustawienia instancji"
 
-#: mod/photos.php:170
-msgid "Contact information unavailable"
-msgstr "Informacje o kontakcie są niedostępne"
+#: src/Content/Nav.php:277
+msgid "Navigation"
+msgstr "Nawigacja"
 
-#: mod/photos.php:192
-msgid "Album not found."
-msgstr "Nie znaleziono albumu."
+#: src/Content/Nav.php:277
+msgid "Site map"
+msgstr "Mapa strony"
 
-#: mod/photos.php:250
-msgid "Album successfully deleted"
-msgstr "Album został pomyślnie usunięty"
+#: src/Content/Widget/SavedSearches.php:29
+msgid "Remove term"
+msgstr "Usuń wpis"
 
-#: mod/photos.php:252
-msgid "Album was empty."
-msgstr "Album był pusty."
+#: src/Content/Widget/SavedSearches.php:37
+msgid "Saved Searches"
+msgstr "Zapisywanie wyszukiwania"
 
-#: mod/photos.php:578
-msgid "a photo"
-msgstr "zdjęcie"
+#: src/Content/Widget/CalendarExport.php:64
+msgid "Export"
+msgstr "Eksport"
 
-#: mod/photos.php:578
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$szostał oznaczony tagiem %2$s przez %3$s"
+#: src/Content/Widget/CalendarExport.php:65
+msgid "Export calendar as ical"
+msgstr "Wyeksportuj kalendarz jako ical"
 
-#: mod/photos.php:680
-msgid "Image upload didn't complete, please try again"
-msgstr "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie"
+#: src/Content/Widget/CalendarExport.php:66
+msgid "Export calendar as csv"
+msgstr "Eksportuj kalendarz jako csv"
 
-#: mod/photos.php:683
-msgid "Image file is missing"
-msgstr "Brak pliku obrazu"
+#: src/Content/Widget/TrendingTags.php:34
+#, php-format
+msgid "Trending Tags (last %d hour)"
+msgid_plural "Trending Tags (last %d hours)"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: mod/photos.php:688
-msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem"
+#: src/Content/Widget/TrendingTags.php:35
+msgid "More Trending Tags"
+msgstr "Więcej popularnych tagów"
 
-#: mod/photos.php:714
-msgid "Image file is empty."
-msgstr "Plik obrazka jest pusty."
+#: src/Content/Widget/ContactBlock.php:58
+msgid "No contacts"
+msgstr "Brak kontaktów"
 
-#: mod/photos.php:846
-msgid "No photos selected"
-msgstr "Nie zaznaczono zdjęć"
+#: src/Content/Widget/ContactBlock.php:90
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d kontakt"
+msgstr[1] "%d kontaktów"
+msgstr[2] "%d kontakty"
+msgstr[3] "%d Kontakty"
 
-#: mod/photos.php:912 mod/videos.php:168
-msgid "Access to this item is restricted."
-msgstr "Dostęp do tego obiektu jest ograniczony."
+#: src/Content/Widget/ContactBlock.php:109
+msgid "View Contacts"
+msgstr "Widok kontaktów"
 
-#: mod/photos.php:966
-msgid "Upload Photos"
-msgstr "Prześlij zdjęcia"
+#: src/Content/Pager.php:153
+msgid "newer"
+msgstr "nowsze"
 
-#: mod/photos.php:970 mod/photos.php:1062
-msgid "New album name: "
-msgstr "Nazwa nowego albumu: "
+#: src/Content/Pager.php:158
+msgid "older"
+msgstr "starsze"
 
-#: mod/photos.php:971
-msgid "or select existing album:"
-msgstr "lub wybierz istniejący album:"
+#: src/Content/Pager.php:198 mod/match.php:115
+msgid "first"
+msgstr "pierwszy"
 
-#: mod/photos.php:972
-msgid "Do not show a status post for this upload"
-msgstr "Nie pokazuj statusu postów dla tego wysłania"
+#: src/Content/Pager.php:203
+msgid "prev"
+msgstr "poprzedni"
 
-#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1206
-msgid "Show to Groups"
-msgstr "Pokaż Grupy"
+#: src/Content/Pager.php:258 mod/match.php:120
+msgid "next"
+msgstr "następny"
 
-#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1207
-msgid "Show to Contacts"
-msgstr "Pokaż kontakty"
+#: src/Content/Pager.php:263
+msgid "last"
+msgstr "ostatni"
 
-#: mod/photos.php:1044
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"
+#: src/Model/Profile.php:213 src/Model/Profile.php:424
+#: src/Model/Profile.php:881
+msgid "Edit profile"
+msgstr "Edytuj profil"
 
-#: mod/photos.php:1046 mod/photos.php:1067
-msgid "Delete Album"
-msgstr "Usuń album"
+#: src/Model/Profile.php:398
+msgid "Manage/edit profiles"
+msgstr "Zarządzaj profilami"
 
-#: mod/photos.php:1073
-msgid "Edit Album"
-msgstr "Edytuj album"
+#: src/Model/Profile.php:405 src/Model/Profile.php:426 mod/profiles.php:669
+msgid "Change profile photo"
+msgstr "Zmień zdjęcie profilowe"
 
-#: mod/photos.php:1074
-msgid "Drop Album"
-msgstr "Upuść Album"
+#: src/Model/Profile.php:406 mod/profiles.php:670
+msgid "Create New Profile"
+msgstr "Utwórz nowy profil"
 
-#: mod/photos.php:1079
-msgid "Show Newest First"
-msgstr "Pokaż najpierw najnowsze"
+#: src/Model/Profile.php:415 mod/profiles.php:659
+msgid "Profile Image"
+msgstr "Zdjęcie profilowe"
 
-#: mod/photos.php:1081
-msgid "Show Oldest First"
-msgstr "Pokaż najpierw najstarsze"
+#: src/Model/Profile.php:418 mod/profiles.php:661
+msgid "visible to everybody"
+msgstr "widoczne dla wszystkich"
 
-#: mod/photos.php:1102 mod/photos.php:1594
-msgid "View Photo"
-msgstr "Zobacz zdjęcie"
+#: src/Model/Profile.php:419 mod/profiles.php:567 mod/profiles.php:662
+msgid "Edit visibility"
+msgstr "Edytuj widoczność"
 
-#: mod/photos.php:1139
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Odmowa dostępu. Dostęp do tych danych może być ograniczony."
+#: src/Model/Profile.php:443 src/Model/Event.php:69 src/Model/Event.php:96
+#: src/Model/Event.php:438 src/Model/Event.php:934
+#: src/Module/Directory.php:135 src/Module/Contact.php:628 mod/events.php:546
+#: mod/notifications.php:276
+msgid "Location:"
+msgstr "Lokalizacja:"
 
-#: mod/photos.php:1141
-msgid "Photo not available"
-msgstr "Zdjęcie niedostępne"
+#: src/Model/Profile.php:446 src/Model/Profile.php:767
+#: src/Module/Directory.php:140 mod/notifications.php:282
+msgid "Gender:"
+msgstr "Płeć:"
 
-#: mod/photos.php:1151
-msgid "Do you really want to delete this photo?"
-msgstr "Czy na pewno chcesz usunąć to zdjęcie ?"
+#: src/Model/Profile.php:447 src/Model/Profile.php:791
+#: src/Module/Directory.php:141
+msgid "Status:"
+msgstr "Status:"
 
-#: mod/photos.php:1153 mod/photos.php:1353
-msgid "Delete Photo"
-msgstr "Usuń zdjęcie"
+#: src/Model/Profile.php:448 src/Model/Profile.php:808
+#: src/Module/Directory.php:142
+msgid "Homepage:"
+msgstr "Strona główna:"
 
-#: mod/photos.php:1244
-msgid "View photo"
-msgstr "Zobacz zdjęcie"
+#: src/Model/Profile.php:449 src/Model/Profile.php:828
+#: src/Module/Directory.php:143 src/Module/Contact.php:632
+#: mod/notifications.php:278
+msgid "About:"
+msgstr "O:"
 
-#: mod/photos.php:1246
-msgid "Edit photo"
-msgstr "Edytuj zdjęcie"
+#: src/Model/Profile.php:450 src/Module/Contact.php:630
+msgid "XMPP:"
+msgstr "XMPP:"
 
-#: mod/photos.php:1247
-msgid "Delete photo"
-msgstr "Usuń zdjęcie"
+#: src/Model/Profile.php:542 src/Module/Contact.php:320
+msgid "Unfollow"
+msgstr ""
 
-#: mod/photos.php:1248
-msgid "Use as profile photo"
-msgstr "Ustaw jako zdjęcie profilowe"
+#: src/Model/Profile.php:544
+msgid "Atom feed"
+msgstr "Kanał Atom"
 
-#: mod/photos.php:1255
-msgid "Private Photo"
-msgstr "Prywatne zdjęcie"
+#: src/Model/Profile.php:554 src/Module/Contact.php:316
+#: mod/notifications.php:289
+msgid "Network:"
+msgstr "Sieć:"
 
-#: mod/photos.php:1261
-msgid "View Full Size"
-msgstr "Zobacz w pełnym rozmiarze"
+#: src/Model/Profile.php:584 src/Model/Profile.php:681
+msgid "g A l F d"
+msgstr "g A I F d"
 
-#: mod/photos.php:1321
-msgid "Tags: "
-msgstr "Tagi: "
+#: src/Model/Profile.php:585
+msgid "F d"
+msgstr "F d"
 
-#: mod/photos.php:1324
-msgid "[Select tags to remove]"
-msgstr "[Wybierz tagi do usunięcia]"
+#: src/Model/Profile.php:647 src/Model/Profile.php:732
+msgid "[today]"
+msgstr "[dziś]"
 
-#: mod/photos.php:1339
-msgid "New album name"
-msgstr "Nazwa nowego albumu"
+#: src/Model/Profile.php:657
+msgid "Birthday Reminders"
+msgstr "Przypomnienia o urodzinach"
 
-#: mod/photos.php:1340
-msgid "Caption"
-msgstr "Zawartość"
+#: src/Model/Profile.php:658
+msgid "Birthdays this week:"
+msgstr "Urodziny w tym tygodniu:"
 
-#: mod/photos.php:1341
-msgid "Add a Tag"
-msgstr "Dodaj tag"
+#: src/Model/Profile.php:719
+msgid "[No description]"
+msgstr "[Brak opisu]"
 
-#: mod/photos.php:1341
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+#: src/Model/Profile.php:745
+msgid "Event Reminders"
+msgstr "Przypominacze wydarzeń"
 
-#: mod/photos.php:1342
-msgid "Do not rotate"
-msgstr "Nie obracaj"
+#: src/Model/Profile.php:746
+msgid "Upcoming events the next 7 days:"
+msgstr "Nadchodzące wydarzenia w ciągu następnych 7 dni:"
 
-#: mod/photos.php:1343
-msgid "Rotate CW (right)"
-msgstr "Obróć CW (w prawo)"
+#: src/Model/Profile.php:760 mod/settings.php:1195
+msgid "Full Name:"
+msgstr "Imię i nazwisko:"
 
-#: mod/photos.php:1344
-msgid "Rotate CCW (left)"
-msgstr "Obróć CCW (w lewo)"
+#: src/Model/Profile.php:763
+msgid "Member since:"
+msgstr "Członek od:"
 
-#: mod/photos.php:1378 src/Object/Post.php:310
-msgid "I like this (toggle)"
-msgstr "Lubię to (zmień)"
+#: src/Model/Profile.php:771
+msgid "j F, Y"
+msgstr "d M, R"
 
-#: mod/photos.php:1379 src/Object/Post.php:311
-msgid "I don't like this (toggle)"
-msgstr "Nie lubię tego (zmień)"
+#: src/Model/Profile.php:772
+msgid "j F"
+msgstr "d M"
 
-#: mod/photos.php:1394 mod/photos.php:1433 mod/photos.php:1498
-#: src/Module/Item/Compose.php:180 src/Module/Contact.php:1023
-#: src/Object/Post.php:881
-msgid "This is you"
-msgstr "To jesteś ty"
+#: src/Model/Profile.php:780 src/Util/Temporal.php:146
+msgid "Birthday:"
+msgstr "Urodziny:"
 
-#: mod/photos.php:1396 mod/photos.php:1435 mod/photos.php:1500
-#: src/Object/Post.php:420 src/Object/Post.php:883
-msgid "Comment"
-msgstr "Komentarz"
+#: src/Model/Profile.php:787
+msgid "Age:"
+msgstr "Wiek:"
 
-#: mod/photos.php:1529
-msgid "Map"
-msgstr "Mapa"
+#: src/Model/Profile.php:800
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "od %1$d %2$s"
 
-#: mod/photos.php:1600 mod/videos.php:245
-msgid "View Album"
-msgstr "Zobacz album"
+#: src/Model/Profile.php:804 mod/profiles.php:586
+msgid "Sexual Preference:"
+msgstr "Preferencje seksualne:"
 
-#: mod/poke.php:178
-msgid "Poke/Prod"
-msgstr "Zaczepić"
+#: src/Model/Profile.php:812 mod/profiles.php:613
+msgid "Hometown:"
+msgstr "Miasto rodzinne:"
 
-#: mod/poke.php:179
-msgid "poke, prod or do other things to somebody"
-msgstr "szturchać, zaczepić lub robić inne rzeczy"
+#: src/Model/Profile.php:816 src/Module/Contact.php:634
+#: mod/notifications.php:280 mod/follow.php:183
+msgid "Tags:"
+msgstr "Tagi:"
 
-#: mod/poke.php:180
-msgid "Recipient"
-msgstr "Odbiorca"
+#: src/Model/Profile.php:820 mod/profiles.php:614
+msgid "Political Views:"
+msgstr "Poglądy polityczne:"
 
-#: mod/poke.php:181
-msgid "Choose what you wish to do to recipient"
-msgstr "Wybierz, co chcesz zrobić"
+#: src/Model/Profile.php:824
+msgid "Religion:"
+msgstr "Religia:"
 
-#: mod/poke.php:184
-msgid "Make this post private"
-msgstr "Ustaw ten post jako prywatny"
+#: src/Model/Profile.php:832
+msgid "Hobbies/Interests:"
+msgstr "Hobby/Zainteresowania:"
 
-#: mod/profiles.php:62
-msgid "Profile deleted."
-msgstr "Konto usunięte."
+#: src/Model/Profile.php:836 mod/profiles.php:618
+msgid "Likes:"
+msgstr "Lubię to:"
 
-#: mod/profiles.php:78 mod/profiles.php:114
-msgid "Profile-"
-msgstr "Profil-"
+#: src/Model/Profile.php:840 mod/profiles.php:619
+msgid "Dislikes:"
+msgstr "Nie lubię tego:"
 
-#: mod/profiles.php:97 mod/profiles.php:135
-msgid "New profile created."
-msgstr "Utworzono nowy profil."
+#: src/Model/Profile.php:844
+msgid "Contact information and Social Networks:"
+msgstr "Informacje kontaktowe i sieci społecznościowe:"
 
-#: mod/profiles.php:120
-msgid "Profile unavailable to clone."
-msgstr "Nie można powielić profilu."
+#: src/Model/Profile.php:848
+msgid "Musical interests:"
+msgstr "Zainteresowania muzyczne:"
 
-#: mod/profiles.php:206
-msgid "Profile Name is required."
-msgstr "Nazwa profilu jest wymagana."
+#: src/Model/Profile.php:852
+msgid "Books, literature:"
+msgstr "Książki, literatura:"
 
-#: mod/profiles.php:346
-msgid "Marital Status"
-msgstr "Stan cywilny"
+#: src/Model/Profile.php:856
+msgid "Television:"
+msgstr "Telewizja:"
 
-#: mod/profiles.php:349
-msgid "Romantic Partner"
-msgstr "Romantyczny partner"
+#: src/Model/Profile.php:860
+msgid "Film/dance/culture/entertainment:"
+msgstr "Film/taniec/kultura/rozrywka:"
 
-#: mod/profiles.php:358
-msgid "Work/Employment"
-msgstr "Praca/Zatrudnienie"
+#: src/Model/Profile.php:864
+msgid "Love/Romance:"
+msgstr "Miłość/Romans:"
 
-#: mod/profiles.php:361
-msgid "Religion"
-msgstr "Religia"
+#: src/Model/Profile.php:868
+msgid "Work/employment:"
+msgstr "Praca/zatrudnienie:"
 
-#: mod/profiles.php:364
-msgid "Political Views"
-msgstr "Poglądy polityczne"
+#: src/Model/Profile.php:872
+msgid "School/education:"
+msgstr "Szkoła/edukacja:"
 
-#: mod/profiles.php:367
-msgid "Gender"
-msgstr "Płeć"
+#: src/Model/Profile.php:877
+msgid "Forums:"
+msgstr "Fora:"
 
-#: mod/profiles.php:370
-msgid "Sexual Preference"
-msgstr "Orientacja seksualna"
+#: src/Model/Profile.php:886 mod/events.php:559
+msgid "Basic"
+msgstr "Podstawowy"
 
-#: mod/profiles.php:373
-msgid "XMPP"
-msgstr "XMPP"
+#: src/Model/Profile.php:887 src/Module/Admin/Site.php:573
+#: src/Module/Contact.php:901 mod/events.php:560
+msgid "Advanced"
+msgstr "Zaawansowany"
 
-#: mod/profiles.php:376
-msgid "Homepage"
-msgstr "Strona Główna"
+#: src/Model/Profile.php:916 src/Module/Contact.php:863 mod/follow.php:195
+#: mod/unfollow.php:147
+msgid "Status Messages and Posts"
+msgstr "Status wiadomości i postów"
 
-#: mod/profiles.php:379 mod/profiles.php:578
-msgid "Interests"
-msgstr "Zainteresowania"
+#: src/Model/Profile.php:924 src/Module/Contact.php:871
+msgid "Profile Details"
+msgstr "Szczegóły profilu"
 
-#: mod/profiles.php:382
-msgid "Address"
-msgstr "Adres"
+#: src/Model/Profile.php:932 mod/photos.php:112
+msgid "Photo Albums"
+msgstr "Albumy zdjęć"
 
-#: mod/profiles.php:389 mod/profiles.php:574
-msgid "Location"
-msgstr "Lokalizacja"
+#: src/Model/Profile.php:971 mod/notes.php:34
+msgid "Personal Notes"
+msgstr "Notatki"
 
-#: mod/profiles.php:469
-msgid "Profile updated."
-msgstr "Profil zaktualizowany."
+#: src/Model/Profile.php:974
+msgid "Only You Can See This"
+msgstr "Tylko ty możesz to zobaczyć"
 
-#: mod/profiles.php:523
-msgid "Hide contacts and friends:"
-msgstr "Ukryj kontakty i znajomych:"
+#: src/Model/Profile.php:982 src/Model/Profile.php:985
+msgid "Tips for New Members"
+msgstr "Wskazówki dla nowych użytkowników"
 
-#: mod/profiles.php:528
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"
+#: src/Model/Profile.php:1180
+#, php-format
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr "OpenWebAuth: %1$s wita %2$s"
 
-#: mod/profiles.php:548
-msgid "Show more profile fields:"
-msgstr "Pokaż więcej pól profilu:"
+#: src/Model/Event.php:35 src/Model/Event.php:848
+#: src/Module/Debug/Localtime.php:17
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
 
-#: mod/profiles.php:560
-msgid "Profile Actions"
-msgstr "Akcje profilowe"
+#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436
+#: src/Model/Event.php:916
+msgid "Starts:"
+msgstr "Rozpoczęcie:"
 
-#: mod/profiles.php:561
-msgid "Edit Profile Details"
-msgstr "Edytuj informacje o profilu"
+#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437
+#: src/Model/Event.php:920
+msgid "Finishes:"
+msgstr "Zakończenie:"
 
-#: mod/profiles.php:563
-msgid "Change Profile Photo"
-msgstr "Zmień zdjęcie profilowe"
+#: src/Model/Event.php:386
+msgid "all-day"
+msgstr "cały dzień"
 
-#: mod/profiles.php:565
-msgid "View this profile"
-msgstr "Wyświetl ten profil"
+#: src/Model/Event.php:388 src/Core/L10n/L10n.php:424
+msgid "Sun"
+msgstr "Niedz"
 
-#: mod/profiles.php:566
-msgid "View all profiles"
-msgstr "Wyświetl wszystkie profile"
+#: src/Model/Event.php:389 src/Core/L10n/L10n.php:424
+msgid "Mon"
+msgstr "Pon"
 
-#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:419
-msgid "Edit visibility"
-msgstr "Edytuj widoczność"
+#: src/Model/Event.php:390 src/Core/L10n/L10n.php:424
+msgid "Tue"
+msgstr "Wt"
 
-#: mod/profiles.php:568
-msgid "Create a new profile using these settings"
-msgstr "Stwórz nowy profil wykorzystując te ustawienia"
+#: src/Model/Event.php:391 src/Core/L10n/L10n.php:424
+msgid "Wed"
+msgstr "Śr"
 
-#: mod/profiles.php:569
-msgid "Clone this profile"
-msgstr "Sklonuj ten profil"
+#: src/Model/Event.php:392 src/Core/L10n/L10n.php:424
+msgid "Thu"
+msgstr "Czw"
 
-#: mod/profiles.php:570
-msgid "Delete this profile"
-msgstr "Usuń ten profil"
+#: src/Model/Event.php:393 src/Core/L10n/L10n.php:424
+msgid "Fri"
+msgstr "Pt"
 
-#: mod/profiles.php:572
-msgid "Basic information"
-msgstr "Podstawowe informacje"
+#: src/Model/Event.php:394 src/Core/L10n/L10n.php:424
+msgid "Sat"
+msgstr "Sob"
 
-#: mod/profiles.php:573
-msgid "Profile picture"
-msgstr "Zdjęcie profilowe"
+#: src/Model/Event.php:396 src/Core/L10n/L10n.php:404 mod/settings.php:936
+msgid "Sunday"
+msgstr "Niedziela"
 
-#: mod/profiles.php:575
-msgid "Preferences"
-msgstr "Preferencje"
+#: src/Model/Event.php:397 src/Core/L10n/L10n.php:404 mod/settings.php:936
+msgid "Monday"
+msgstr "Poniedziałek"
 
-#: mod/profiles.php:576
-msgid "Status information"
-msgstr "Informacje o stanie"
+#: src/Model/Event.php:398 src/Core/L10n/L10n.php:404
+msgid "Tuesday"
+msgstr "Wtorek"
 
-#: mod/profiles.php:577
-msgid "Additional information"
-msgstr "Dodatkowe informacje"
+#: src/Model/Event.php:399 src/Core/L10n/L10n.php:404
+msgid "Wednesday"
+msgstr "Środa"
 
-#: mod/profiles.php:580
-msgid "Relation"
-msgstr "Relacje"
+#: src/Model/Event.php:400 src/Core/L10n/L10n.php:404
+msgid "Thursday"
+msgstr "Czwartek"
 
-#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81
-msgid "Miscellaneous"
-msgstr "Różny"
+#: src/Model/Event.php:401 src/Core/L10n/L10n.php:404
+msgid "Friday"
+msgstr "Piątek"
 
-#: mod/profiles.php:584
-msgid "Your Gender:"
-msgstr "Płeć:"
+#: src/Model/Event.php:402 src/Core/L10n/L10n.php:404
+msgid "Saturday"
+msgstr "Sobota"
 
-#: mod/profiles.php:585
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Stan cywilny:"
+#: src/Model/Event.php:404 src/Core/L10n/L10n.php:428
+msgid "Jan"
+msgstr "Sty"
 
-#: mod/profiles.php:586 src/Model/Profile.php:804
-msgid "Sexual Preference:"
-msgstr "Preferencje seksualne:"
-
-#: mod/profiles.php:587
-msgid "Example: fishing photography software"
-msgstr "Przykład: oprogramowanie do fotografowania ryb"
+#: src/Model/Event.php:405 src/Core/L10n/L10n.php:428
+msgid "Feb"
+msgstr "Lut"
 
-#: mod/profiles.php:592
-msgid "Profile Name:"
-msgstr "Nazwa profilu:"
+#: src/Model/Event.php:406 src/Core/L10n/L10n.php:428
+msgid "Mar"
+msgstr "Mar"
 
-#: mod/profiles.php:594
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu."
+#: src/Model/Event.php:407 src/Core/L10n/L10n.php:428
+msgid "Apr"
+msgstr "Kwi"
 
-#: mod/profiles.php:595
-msgid "Your Full Name:"
-msgstr "Imię i nazwisko:"
+#: src/Model/Event.php:408 src/Core/L10n/L10n.php:408
+#: src/Core/L10n/L10n.php:428
+msgid "May"
+msgstr "Maj"
 
-#: mod/profiles.php:596
-msgid "Title/Description:"
-msgstr "Tytuł/Opis:"
+#: src/Model/Event.php:409 src/Core/L10n/L10n.php:428
+msgid "Jun"
+msgstr "Cze"
 
-#: mod/profiles.php:599
-msgid "Street Address:"
-msgstr "Ulica:"
+#: src/Model/Event.php:410 src/Core/L10n/L10n.php:428
+msgid "Jul"
+msgstr "Lip"
 
-#: mod/profiles.php:600
-msgid "Locality/City:"
-msgstr "Miasto:"
+#: src/Model/Event.php:411 src/Core/L10n/L10n.php:428
+msgid "Aug"
+msgstr "Sie"
 
-#: mod/profiles.php:601
-msgid "Region/State:"
-msgstr "Województwo/Stan:"
+#: src/Model/Event.php:412
+msgid "Sept"
+msgstr "Wrz"
 
-#: mod/profiles.php:602
-msgid "Postal/Zip Code:"
-msgstr "Kod Pocztowy:"
+#: src/Model/Event.php:413 src/Core/L10n/L10n.php:428
+msgid "Oct"
+msgstr "Paź"
 
-#: mod/profiles.php:603
-msgid "Country:"
-msgstr "Kraj:"
+#: src/Model/Event.php:414 src/Core/L10n/L10n.php:428
+msgid "Nov"
+msgstr "Lis"
 
-#: mod/profiles.php:604 src/Util/Temporal.php:148
-msgid "Age: "
-msgstr "Wiek: "
+#: src/Model/Event.php:415 src/Core/L10n/L10n.php:428
+msgid "Dec"
+msgstr "Gru"
 
-#: mod/profiles.php:607
-msgid "Who: (if applicable)"
-msgstr "Kto: (jeśli dotyczy)"
+#: src/Model/Event.php:417 src/Core/L10n/L10n.php:408
+msgid "January"
+msgstr "Styczeń"
 
-#: mod/profiles.php:607
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Przykłady: cathy123, Cathy Williams, cathy@example.com"
+#: src/Model/Event.php:418 src/Core/L10n/L10n.php:408
+msgid "February"
+msgstr "Luty"
 
-#: mod/profiles.php:608
-msgid "Since [date]:"
-msgstr "Od [data]:"
+#: src/Model/Event.php:419 src/Core/L10n/L10n.php:408
+msgid "March"
+msgstr "Marzec"
 
-#: mod/profiles.php:610
-msgid "Tell us about yourself..."
-msgstr "Napisz o sobie…"
+#: src/Model/Event.php:420 src/Core/L10n/L10n.php:408
+msgid "April"
+msgstr "Kwiecień"
 
-#: mod/profiles.php:611
-msgid "XMPP (Jabber) address:"
-msgstr "Adres XMPP (Jabber):"
+#: src/Model/Event.php:421 src/Core/L10n/L10n.php:408
+msgid "June"
+msgstr "Czerwiec"
 
-#: mod/profiles.php:611
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."
+#: src/Model/Event.php:422 src/Core/L10n/L10n.php:408
+msgid "July"
+msgstr "Lipiec"
 
-#: mod/profiles.php:612
-msgid "Homepage URL:"
-msgstr "Adres URL strony domowej:"
+#: src/Model/Event.php:423 src/Core/L10n/L10n.php:408
+msgid "August"
+msgstr "Sierpień"
 
-#: mod/profiles.php:613 src/Model/Profile.php:812
-msgid "Hometown:"
-msgstr "Miasto rodzinne:"
+#: src/Model/Event.php:424 src/Core/L10n/L10n.php:408
+msgid "September"
+msgstr "Wrzesień"
 
-#: mod/profiles.php:614 src/Model/Profile.php:820
-msgid "Political Views:"
-msgstr "Poglądy polityczne:"
+#: src/Model/Event.php:425 src/Core/L10n/L10n.php:408
+msgid "October"
+msgstr "Październik"
 
-#: mod/profiles.php:615
-msgid "Religious Views:"
-msgstr "Poglądy religijne:"
+#: src/Model/Event.php:426 src/Core/L10n/L10n.php:408
+msgid "November"
+msgstr "Listopad"
 
-#: mod/profiles.php:616
-msgid "Public Keywords:"
-msgstr "Publiczne słowa kluczowe:"
+#: src/Model/Event.php:427 src/Core/L10n/L10n.php:408
+msgid "December"
+msgstr "Grudzień"
 
-#: mod/profiles.php:616
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"
+#: src/Model/Event.php:429 mod/events.php:405 mod/cal.php:267
+msgid "today"
+msgstr "dzisiaj"
 
-#: mod/profiles.php:617
-msgid "Private Keywords:"
-msgstr "Prywatne słowa kluczowe:"
+#: src/Model/Event.php:430 src/Util/Temporal.php:313 mod/events.php:406
+#: mod/cal.php:268
+msgid "month"
+msgstr "miesiąc"
 
-#: mod/profiles.php:617
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Używany do wyszukiwania profili, niepokazywany innym)"
+#: src/Model/Event.php:431 src/Util/Temporal.php:314 mod/events.php:407
+#: mod/cal.php:269
+msgid "week"
+msgstr "tydzień"
 
-#: mod/profiles.php:618 src/Model/Profile.php:836
-msgid "Likes:"
-msgstr "Lubię to:"
+#: src/Model/Event.php:432 src/Util/Temporal.php:315 mod/events.php:408
+#: mod/cal.php:270
+msgid "day"
+msgstr "dzień"
 
-#: mod/profiles.php:619 src/Model/Profile.php:840
-msgid "Dislikes:"
-msgstr "Nie lubię tego:"
+#: src/Model/Event.php:434
+msgid "No events to display"
+msgstr "Brak wydarzeń do wyświetlenia"
 
-#: mod/profiles.php:620
-msgid "Musical interests"
-msgstr "Muzyka"
+#: src/Model/Event.php:562
+msgid "l, F j"
+msgstr "l, F j"
 
-#: mod/profiles.php:621
-msgid "Books, literature"
-msgstr "Literatura"
+#: src/Model/Event.php:593
+msgid "Edit event"
+msgstr "Edytuj wydarzenie"
 
-#: mod/profiles.php:622
-msgid "Television"
-msgstr "Telewizja"
+#: src/Model/Event.php:594
+msgid "Duplicate event"
+msgstr "Zduplikowane zdarzenie"
 
-#: mod/profiles.php:623
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/taniec/kultura/rozrywka"
+#: src/Model/Event.php:595
+msgid "Delete event"
+msgstr "Usuń wydarzenie"
 
-#: mod/profiles.php:624
-msgid "Hobbies/Interests"
-msgstr "Zainteresowania"
+#: src/Model/Event.php:627 src/Model/Item.php:3656 src/Model/Item.php:3663
+msgid "link to source"
+msgstr "link do źródła"
 
-#: mod/profiles.php:625
-msgid "Love/romance"
-msgstr "Miłość/romans"
+#: src/Model/Event.php:849
+msgid "D g:i A"
+msgstr "D g:i A"
 
-#: mod/profiles.php:626
-msgid "Work/employment"
-msgstr "Praca/zatrudnienie"
+#: src/Model/Event.php:850
+msgid "g:i A"
+msgstr "g:i A"
 
-#: mod/profiles.php:627
-msgid "School/education"
-msgstr "Szkoła/edukacja"
+#: src/Model/Event.php:935 src/Model/Event.php:937
+msgid "Show map"
+msgstr "Pokaż mapę"
 
-#: mod/profiles.php:628
-msgid "Contact information and Social Networks"
-msgstr "Dane kontaktowe i Sieci społecznościowe"
+#: src/Model/Event.php:936
+msgid "Hide map"
+msgstr "Ukryj mapę"
 
-#: mod/profiles.php:659 src/Model/Profile.php:415
-msgid "Profile Image"
-msgstr "Zdjęcie profilowe"
+#: src/Model/Event.php:1028
+#, php-format
+msgid "%s's birthday"
+msgstr "%s urodzin"
 
-#: mod/profiles.php:661 src/Model/Profile.php:418
-msgid "visible to everybody"
-msgstr "widoczne dla wszystkich"
+#: src/Model/Event.php:1029
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "Urodziny %s"
 
-#: mod/profiles.php:668
-msgid "Edit/Manage Profiles"
-msgstr "Edycja/Zarządzanie profilami"
+#: src/Model/Photo.php:560 src/Model/Photo.php:569 mod/fbrowser.php:52
+#: mod/fbrowser.php:76 mod/photos.php:181 mod/photos.php:938
+#: mod/photos.php:1055 mod/photos.php:1072 mod/photos.php:1554
+#: mod/photos.php:1569
+msgid "Contact Photos"
+msgstr "Zdjęcia kontaktu"
 
-#: mod/profiles.php:669 src/Model/Profile.php:405 src/Model/Profile.php:426
-msgid "Change profile photo"
-msgstr "Zmień zdjęcie profilowe"
+#: src/Model/User.php:357
+msgid "Login failed"
+msgstr "Logowanie nieudane"
 
-#: mod/profiles.php:670 src/Model/Profile.php:406
-msgid "Create New Profile"
-msgstr "Utwórz nowy profil"
+#: src/Model/User.php:389
+msgid "Not enough information to authenticate"
+msgstr "Za mało informacji do uwierzytelnienia"
 
-#: mod/regmod.php:53
-msgid "Account approved."
-msgstr "Konto zatwierdzone."
+#: src/Model/User.php:415 src/Console/NewPassword.php:88 mod/cal.php:284
+msgid "User not found"
+msgstr "Użytkownik nie znaleziony"
 
-#: mod/regmod.php:77
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Rejestracja odwołana dla %s"
+#: src/Model/User.php:483
+msgid "Password can't be empty"
+msgstr "Hasło nie może być puste"
 
-#: mod/regmod.php:84
-msgid "Please login."
-msgstr "Proszę się zalogować."
+#: src/Model/User.php:502
+msgid "Empty passwords are not allowed."
+msgstr "Puste hasła są niedozwolone."
 
-#: mod/settings.php:67 src/Module/BaseSettingsModule.php:24
-msgid "Account"
-msgstr "Konto"
+#: src/Model/User.php:506
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne."
 
-#: mod/settings.php:75 src/Module/Settings/TwoFactor/Index.php:89
-#: src/Module/TwoFactor/Verify.php:62 src/Module/BaseSettingsModule.php:31
-msgid "Two-factor authentication"
-msgstr "Uwierzytelnianie dwuskładnikowe"
+#: src/Model/User.php:512
+msgid ""
+"The password can't contain accentuated letters, white spaces or colons (:)"
+msgstr "Hasło nie może zawierać podkreślonych liter, białych spacji ani dwukropków (:)"
 
-#: mod/settings.php:82 src/Content/Nav.php:266 src/Model/Profile.php:398
-#: src/Module/BaseSettingsModule.php:38
-msgid "Profiles"
-msgstr "Profile"
+#: src/Model/User.php:612
+msgid "Passwords do not match. Password unchanged."
+msgstr "Hasła nie pasują do siebie. Hasło niezmienione."
 
-#: mod/settings.php:90 src/Module/BaseAdminModule.php:84
-#: src/Module/BaseSettingsModule.php:46
-msgid "Additional features"
-msgstr "Dodatkowe funkcje"
+#: src/Model/User.php:619
+msgid "An invitation is required."
+msgstr "Wymagane zaproszenie."
 
-#: mod/settings.php:98 src/Module/BaseSettingsModule.php:54
-msgid "Display"
-msgstr "Wygląd"
+#: src/Model/User.php:623
+msgid "Invitation could not be verified."
+msgstr "Zaproszenie niezweryfikowane."
 
-#: mod/settings.php:105 mod/settings.php:835
-#: src/Module/BaseSettingsModule.php:61
-msgid "Social Networks"
-msgstr "Portale społecznościowe"
+#: src/Model/User.php:631
+msgid "Invalid OpenID url"
+msgstr "Nieprawidłowy adres url OpenID"
 
-#: mod/settings.php:112 src/Module/Admin/Addons/Details.php:100
-#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseAdminModule.php:82
-#: src/Module/BaseSettingsModule.php:68
-msgid "Addons"
-msgstr "Dodatki"
+#: src/Model/User.php:644 src/Core/Authentication.php:190
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora."
 
-#: mod/settings.php:119 src/Module/BaseSettingsModule.php:75
-msgid "Delegations"
-msgstr "Delegowanie"
+#: src/Model/User.php:644 src/Core/Authentication.php:190
+msgid "The error message was:"
+msgstr "Komunikat o błędzie:"
 
-#: mod/settings.php:126 src/Module/BaseSettingsModule.php:82
-msgid "Connected apps"
-msgstr "Powiązane aplikacje"
+#: src/Model/User.php:650
+msgid "Please enter the required information."
+msgstr "Wprowadź wymagane informacje."
 
-#: mod/settings.php:133 src/Module/Settings/UserExport.php:52
-#: src/Module/BaseSettingsModule.php:89
-msgid "Export personal data"
-msgstr "Eksportuj dane osobiste"
+#: src/Model/User.php:664
+#, php-format
+msgid ""
+"system.username_min_length (%s) and system.username_max_length (%s) are "
+"excluding each other, swapping values."
+msgstr "system.username_min_length (%s) i system.username_max_length (%s) wykluczają się nawzajem, zamieniając wartości."
 
-#: mod/settings.php:140 src/Module/BaseSettingsModule.php:96
-msgid "Remove account"
-msgstr "Usuń konto"
+#: src/Model/User.php:671
+#, php-format
+msgid "Username should be at least %s character."
+msgid_plural "Username should be at least %s characters."
+msgstr[0] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
+msgstr[1] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
+msgstr[2] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
+msgstr[3] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
 
-#: mod/settings.php:149 view/theme/frio/theme.php:277 src/Content/Nav.php:263
-#: src/Module/Admin/Addons/Details.php:102
-#: src/Module/Admin/Themes/Details.php:107 src/Module/Welcome.php:33
-#: src/Module/BaseSettingsModule.php:105
-msgid "Settings"
-msgstr "Ustawienia"
+#: src/Model/User.php:675
+#, php-format
+msgid "Username should be at most %s character."
+msgid_plural "Username should be at most %s characters."
+msgstr[0] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
+msgstr[1] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
+msgstr[2] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
+msgstr[3] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
 
-#: mod/settings.php:192
-msgid "Missing some important data!"
-msgstr "Brakuje ważnych danych!"
+#: src/Model/User.php:683
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko."
 
-#: mod/settings.php:194 mod/settings.php:695 src/Module/Contact.php:822
-msgid "Update"
-msgstr "Zaktualizuj"
+#: src/Model/User.php:688
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Twoja domena internetowa nie jest obsługiwana na tej stronie."
 
-#: mod/settings.php:301
-msgid "Failed to connect with email account using the settings provided."
-msgstr "Połączenie z kontem email używając wybranych ustawień nie powiodło się."
+#: src/Model/User.php:692
+msgid "Not a valid email address."
+msgstr "Niepoprawny adres e mail.."
 
-#: mod/settings.php:306
-msgid "Email settings updated."
-msgstr "Zaktualizowano ustawienia email."
+#: src/Model/User.php:695
+msgid "The nickname was blocked from registration by the nodes admin."
+msgstr "Pseudonim został zablokowany przed rejestracją przez administratora węzłów."
 
-#: mod/settings.php:322
-msgid "Features updated"
-msgstr "Funkcje zaktualizowane"
+#: src/Model/User.php:699 src/Model/User.php:707
+msgid "Cannot use that email."
+msgstr "Nie można użyć tego e-maila."
 
-#: mod/settings.php:383
-msgid "The theme you chose isn't available."
-msgstr "Wybrany motyw jest niedostępny."
+#: src/Model/User.php:714
+msgid "Your nickname can only contain a-z, 0-9 and _."
+msgstr "Twój pseudonim może zawierać tylko a-z, 0-9 i _."
 
-#: mod/settings.php:399
-msgid "Contact CSV file upload error"
-msgstr ""
+#: src/Model/User.php:722 src/Model/User.php:779
+msgid "Nickname is already registered. Please choose another."
+msgstr "Ten login jest zajęty. Wybierz inny."
 
-#: mod/settings.php:413
-msgid "Importing Contacts done"
-msgstr ""
+#: src/Model/User.php:732
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."
 
-#: mod/settings.php:422
-msgid "Relocate message has been send to your contacts"
-msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"
+#: src/Model/User.php:766 src/Model/User.php:770
+msgid "An error occurred during registration. Please try again."
+msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie."
 
-#: mod/settings.php:434
-msgid "Passwords do not match."
-msgstr "Hasła nie pasują do siebie."
+#: src/Model/User.php:795
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."
 
-#: mod/settings.php:442 src/Console/NewPassword.php:101
-msgid "Password update failed. Please try again."
-msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."
+#: src/Model/User.php:802
+msgid "An error occurred creating your self contact. Please try again."
+msgstr "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie."
 
-#: mod/settings.php:445 src/Console/NewPassword.php:104
-msgid "Password changed."
-msgstr "Hasło zostało zmienione."
+#: src/Model/User.php:811
+msgid ""
+"An error occurred creating your default contact group. Please try again."
+msgstr "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie."
 
-#: mod/settings.php:448
-msgid "Password unchanged."
-msgstr "Hasło niezmienione."
+#: src/Model/User.php:888
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t\t%4$s\n"
+"\t\t\tPassword:\t\t%5$s\n"
+"\t\t"
+msgstr "\n\t\t\tSzanowny Użytkowniku %1$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto czeka na zatwierdzenie przez administratora.\n\n\t\t\tTwoje dane do logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%4$s\n\t\t\tHasło:\t\t%5$s\n\t\t"
 
-#: mod/settings.php:530
-msgid " Please use a shorter name."
-msgstr " Proszę użyć krótszej nazwy."
+#: src/Model/User.php:909
+#, php-format
+msgid "Registration at %s"
+msgstr "Rejestracja w %s"
 
-#: mod/settings.php:533
-msgid " Name too short."
-msgstr " Nazwa jest zbyt krótka."
+#: src/Model/User.php:929
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tDear %1$s,\n"
+"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tSzanowna/y %1$s,\n\t\t\t\tDziękujemy za rejestrację w %2$s. Twoje konto zostało utworzone.\n\t\t\t"
 
-#: mod/settings.php:540 src/Module/Settings/TwoFactor/Index.php:72
-msgid "Wrong Password"
-msgstr "Złe hasło"
+#: src/Model/User.php:937
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t\t%1$s\n"
+"\t\t\tPassword:\t\t%5$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %2$s."
+msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%1$s\n\t\t\tHasło:\t\t%5$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %3$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do %2$s."
 
-#: mod/settings.php:545
-msgid "Invalid email."
-msgstr "Niepoprawny e-mail."
+#: src/Model/User.php:976 src/Module/Admin/Users.php:88
+#, php-format
+msgid "Registration details for %s"
+msgstr "Szczegóły rejestracji dla %s"
 
-#: mod/settings.php:551
-msgid "Cannot change to that email."
-msgstr "Nie można zmienić tego e-maila."
+#: src/Model/Mail.php:114 src/Model/Mail.php:251
+msgid "[no subject]"
+msgstr "[bez tematu]"
 
-#: mod/settings.php:589
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."
+#: src/Model/Group.php:77
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie."
 
-#: mod/settings.php:592
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."
+#: src/Model/Group.php:426
+msgid "Default privacy group for new contacts"
+msgstr "Domyślne ustawienia prywatności dla nowych kontaktów"
 
-#: mod/settings.php:609
-msgid "Settings updated."
-msgstr "Zaktualizowano ustawienia."
+#: src/Model/Group.php:458
+msgid "Everybody"
+msgstr "Wszyscy"
 
-#: mod/settings.php:668 mod/settings.php:694 mod/settings.php:728
-msgid "Add application"
-msgstr "Dodaj aplikację"
+#: src/Model/Group.php:477
+msgid "edit"
+msgstr "edytuj"
 
-#: mod/settings.php:669 mod/settings.php:776 mod/settings.php:866
-#: mod/settings.php:945 mod/settings.php:1170
-#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69
-#: src/Module/Admin/Logs/Settings.php:65 src/Module/Admin/Themes/Index.php:97
-#: src/Module/Admin/Tos.php:50 src/Module/Admin/Site.php:568
-#: src/Module/Settings/Delegation.php:158
-msgid "Save Settings"
-msgstr "Zapisz ustawienia"
+#: src/Model/Group.php:502
+msgid "add"
+msgstr "dodaj"
 
-#: mod/settings.php:672 mod/settings.php:698
-msgid "Consumer Key"
-msgstr "Klucz klienta"
+#: src/Model/Group.php:503 src/Module/Welcome.php:57
+#: src/Module/Contact.php:729
+msgid "Groups"
+msgstr "Grupy"
 
-#: mod/settings.php:673 mod/settings.php:699
-msgid "Consumer Secret"
-msgstr "Tajny klucz klienta"
+#: src/Model/Group.php:507
+msgid "Edit group"
+msgstr "Edytuj grupy"
 
-#: mod/settings.php:674 mod/settings.php:700
-msgid "Redirect"
-msgstr "Przekierowanie"
+#: src/Model/Group.php:508 src/Module/Group.php:186
+msgid "Contacts not in any group"
+msgstr "Kontakt nie jest w żadnej grupie"
 
-#: mod/settings.php:675 mod/settings.php:701
-msgid "Icon url"
-msgstr "Adres Url ikony"
+#: src/Model/Group.php:510
+msgid "Create a new group"
+msgstr "Stwórz nową grupę"
 
-#: mod/settings.php:686
-msgid "You can't edit this application."
-msgstr "Nie możesz edytować tej aplikacji."
+#: src/Model/Group.php:511 src/Module/Group.php:171 src/Module/Group.php:194
+#: src/Module/Group.php:271
+msgid "Group Name: "
+msgstr "Nazwa grupy: "
 
-#: mod/settings.php:727
-msgid "Connected Apps"
-msgstr "Powiązane aplikacje"
+#: src/Model/Group.php:512
+msgid "Edit groups"
+msgstr "Edytuj grupy"
 
-#: mod/settings.php:729 src/Object/Post.php:165 src/Object/Post.php:167
-msgid "Edit"
-msgstr "Edytuj"
+#: src/Model/FileTag.php:265
+msgid "Item filed"
+msgstr "Element złożony"
 
-#: mod/settings.php:731
-msgid "Client key starts with"
-msgstr "Klucz klienta zaczyna się od"
-
-#: mod/settings.php:732
-msgid "No name"
-msgstr "Bez nazwy"
+#: src/Model/Contact.php:1251 src/Model/Contact.php:1264
+msgid "UnFollow"
+msgstr ""
 
-#: mod/settings.php:733
-msgid "Remove authorization"
-msgstr "Odwołaj upoważnienie"
+#: src/Model/Contact.php:1260
+msgid "Drop Contact"
+msgstr "Zakończ znajomość"
 
-#: mod/settings.php:744
-msgid "No Addon settings configured"
-msgstr "Brak skonfigurowanych ustawień dodatków"
+#: src/Model/Contact.php:1270 src/Module/Admin/Users.php:286
+#: mod/notifications.php:198 mod/notifications.php:292
+msgid "Approve"
+msgstr "Zatwierdź"
 
-#: mod/settings.php:753
-msgid "Addon Settings"
-msgstr "Ustawienia Dodatków"
+#: src/Model/Contact.php:1818
+msgid "Organisation"
+msgstr "Organizacja"
 
-#: mod/settings.php:767 src/Module/Admin/Features.php:58
-#: src/Module/Admin/Features.php:59
-msgid "Off"
-msgstr "Wyłącz"
+#: src/Model/Contact.php:1822
+msgid "News"
+msgstr "Aktualności"
 
-#: mod/settings.php:767 src/Module/Admin/Features.php:58
-#: src/Module/Admin/Features.php:59
-msgid "On"
-msgstr "Włącz"
+#: src/Model/Contact.php:1826
+msgid "Forum"
+msgstr "Forum"
 
-#: mod/settings.php:774
-msgid "Additional Features"
-msgstr "Dodatkowe funkcje"
+#: src/Model/Contact.php:2216 mod/dfrn_request.php:342
+msgid "Disallowed profile URL."
+msgstr "Nie dozwolony adres URL profilu."
 
-#: mod/settings.php:798 src/Content/ContactSelector.php:120
-msgid "Diaspora"
-msgstr "Diaspora"
+#: src/Model/Contact.php:2221 src/Module/Friendica.php:59
+#: mod/dfrn_request.php:348
+msgid "Blocked domain"
+msgstr "Zablokowana domena"
 
-#: mod/settings.php:798 mod/settings.php:799
-msgid "enabled"
-msgstr "włączone"
+#: src/Model/Contact.php:2226
+msgid "Connect URL missing."
+msgstr "Brak adresu URL połączenia."
 
-#: mod/settings.php:798 mod/settings.php:799
-msgid "disabled"
-msgstr "wyłączone"
+#: src/Model/Contact.php:2235
+msgid ""
+"The contact could not be added. Please check the relevant network "
+"credentials in your Settings -> Social Networks page."
+msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."
 
-#: mod/settings.php:798 mod/settings.php:799
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr "Wbudowane wsparcie dla połączenia z %s jest %s"
+#: src/Model/Contact.php:2276
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"
 
-#: mod/settings.php:799
-msgid "GNU Social (OStatus)"
-msgstr "GNU Soocial (OStatus)"
+#: src/Model/Contact.php:2277 src/Model/Contact.php:2290
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."
 
-#: mod/settings.php:830
-msgid "Email access is disabled on this site."
-msgstr "Dostęp do e-maila jest wyłączony na tej stronie."
+#: src/Model/Contact.php:2288
+msgid "The profile address specified does not provide adequate information."
+msgstr "Dany adres profilu nie dostarcza odpowiednich informacji."
 
-#: mod/settings.php:840
-msgid "General Social Media Settings"
-msgstr "Ogólne ustawienia mediów społecznościowych"
+#: src/Model/Contact.php:2293
+msgid "An author or name was not found."
+msgstr "Autor lub nazwa nie zostało znalezione."
 
-#: mod/settings.php:841
-msgid "Accept only top level posts by contacts you follow"
-msgstr "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz"
+#: src/Model/Contact.php:2296
+msgid "No browser URL could be matched to this address."
+msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu"
 
-#: mod/settings.php:841
+#: src/Model/Contact.php:2299
 msgid ""
-"The system does an auto completion of threads when a comment arrives. This "
-"has got the side effect that you can receive posts that had been started by "
-"a non-follower but had been commented by someone you follow. This setting "
-"deactivates this behaviour. When activated, you strictly only will receive "
-"posts from people you really do follow."
-msgstr "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz."
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."
 
-#: mod/settings.php:842
-msgid "Disable Content Warning"
-msgstr "Wyłącz ostrzeżenie o treści"
+#: src/Model/Contact.php:2300
+msgid "Use mailto: in front of address to force email check."
+msgstr "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."
 
-#: mod/settings.php:842
+#: src/Model/Contact.php:2306
 msgid ""
-"Users on networks like Mastodon or Pleroma are able to set a content warning"
-" field which collapse their post by default. This disables the automatic "
-"collapsing and sets the content warning as the post title. Doesn't affect "
-"any other content filtering you eventually set up."
-msgstr "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś."
-
-#: mod/settings.php:843
-msgid "Disable intelligent shortening"
-msgstr "Wyłącz inteligentne skracanie"
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."
 
-#: mod/settings.php:843
+#: src/Model/Contact.php:2311
 msgid ""
-"Normally the system tries to find the best link to add to shortened posts. "
-"If this option is enabled then every shortened post will always point to the"
-" original friendica post."
-msgstr "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."
-
-#: mod/settings.php:844
-msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
-msgstr "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."
 
-#: mod/settings.php:844
-msgid ""
-"If you receive a message from an unknown OStatus user, this option decides "
-"what to do. If it is checked, a new contact will be created for every "
-"unknown user."
-msgstr "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."
+#: src/Model/Contact.php:2372
+msgid "Unable to retrieve contact information."
+msgstr "Nie można otrzymać informacji kontaktowych"
 
-#: mod/settings.php:845
-msgid "Default group for OStatus contacts"
-msgstr "Domyślna grupa dla kontaktów OStatus"
+#: src/Model/Contact.php:2593 mod/dfrn_request.php:562
+#: mod/dfrn_confirm.php:539
+msgid "[Name Withheld]"
+msgstr "[Nazwa zastrzeżona]"
 
-#: mod/settings.php:846
-msgid "Your legacy GNU Social account"
-msgstr "Twoje starsze konto społecznościowe GNU"
+#: src/Model/Item.php:3398
+msgid "activity"
+msgstr "aktywność"
 
-#: mod/settings.php:846
-msgid ""
-"If you enter your old 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 "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu."
+#: src/Model/Item.php:3403
+msgid "post"
+msgstr "post"
 
-#: mod/settings.php:849
-msgid "Repair OStatus subscriptions"
-msgstr "Napraw subskrypcje OStatus"
+#: src/Model/Item.php:3526
+#, php-format
+msgid "Content warning: %s"
+msgstr "Ostrzeżenie o treści: %s"
 
-#: mod/settings.php:853
-msgid "Email/Mailbox Setup"
-msgstr "Ustawienia  emaila/skrzynki mailowej"
+#: src/Model/Item.php:3586 mod/videos.php:238
+msgid "View Video"
+msgstr "Zobacz film"
 
-#: mod/settings.php:854
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr "Jeśli chcesz komunikować się z kontaktami e-mail za pomocą tej usługi (opcjonalnie), określ sposób łączenia się ze skrzynką pocztową."
+#: src/Model/Item.php:3603
+msgid "bytes"
+msgstr "bajty"
 
-#: mod/settings.php:855
-msgid "Last successful email check:"
-msgstr "Ostatni sprawdzony e-mail:"
+#: src/Model/Item.php:3650
+msgid "View on separate page"
+msgstr "Zobacz na oddzielnej stronie"
 
-#: mod/settings.php:857
-msgid "IMAP server name:"
-msgstr "Nazwa serwera IMAP:"
+#: src/Model/Item.php:3651
+msgid "view on separate page"
+msgstr "zobacz na oddzielnej stronie"
 
-#: mod/settings.php:858
-msgid "IMAP port:"
-msgstr "Port IMAP:"
+#: src/Model/Storage/Database.php:36
+#, php-format
+msgid "Database storage failed to update %s"
+msgstr "Przechowywanie bazy danych nie powiodło się %s"
 
-#: mod/settings.php:859
-msgid "Security:"
-msgstr "Ochrona:"
+#: src/Model/Storage/Database.php:43
+msgid "Database storage failed to insert data"
+msgstr "Magazyn bazy danych nie mógł wstawić danych"
 
-#: mod/settings.php:859 mod/settings.php:864
-msgid "None"
-msgstr "Brak"
+#: src/Model/Storage/Filesystem.php:63
+#, php-format
+msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
+msgstr "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu."
 
-#: mod/settings.php:860
-msgid "Email login name:"
-msgstr "Nazwa logowania e-mail:"
+#: src/Model/Storage/Filesystem.php:105
+#, php-format
+msgid ""
+"Filesystem storage failed to save data to \"%s\". Check your write "
+"permissions"
+msgstr "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu"
 
-#: mod/settings.php:861
-msgid "Email password:"
-msgstr "E-mail hasło:"
+#: src/Model/Storage/Filesystem.php:126
+msgid "Storage base path"
+msgstr "Ścieżka bazy pamięci masowej"
 
-#: mod/settings.php:862
-msgid "Reply-to address:"
-msgstr "Adres zwrotny:"
+#: src/Model/Storage/Filesystem.php:128
+msgid ""
+"Folder where uploaded files are saved. For maximum security, This should be "
+"a path outside web server folder tree"
+msgstr "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW"
 
-#: mod/settings.php:863
-msgid "Send public posts to all email contacts:"
-msgstr "Wyślij publiczny wpis do wszystkich kontaktów e-mail:"
+#: src/Model/Storage/Filesystem.php:138
+msgid "Enter a valid existing folder"
+msgstr "Wprowadź poprawny istniejący folder"
 
-#: mod/settings.php:864
-msgid "Action after import:"
-msgstr "Akcja po zaimportowaniu:"
+#: src/Model/Notify.php:275 src/Model/Notify.php:287
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s skomentował wpis %s"
 
-#: mod/settings.php:864 src/Content/Nav.php:251
-msgid "Mark as seen"
-msgstr "Oznacz jako przeczytane"
+#: src/Model/Notify.php:286
+#, php-format
+msgid "%s created a new post"
+msgstr "%s dodał nowy wpis"
 
-#: mod/settings.php:864
-msgid "Move to folder"
-msgstr "Przenieś do folderu"
+#: src/Model/Notify.php:300
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s polubił wpis %s"
 
-#: mod/settings.php:865
-msgid "Move to folder:"
-msgstr "Przenieś do folderu:"
+#: src/Model/Notify.php:313
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s nie lubi tych %s postów"
 
-#: mod/settings.php:889 src/Module/Admin/Site.php:433
-msgid "No special theme for mobile devices"
-msgstr "Brak specialnego motywu dla urządzeń mobilnych"
+#: src/Model/Notify.php:326
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s uczestniczy w wydarzeniu %s"
 
-#: mod/settings.php:897
+#: src/Model/Notify.php:339
 #, php-format
-msgid "%s - (Unsupported)"
-msgstr "%s - (Nieobsługiwane)"
+msgid "%s is not attending %s's event"
+msgstr "%s nie uczestniczy w wydarzeniu %s"
 
-#: mod/settings.php:899 src/Module/Admin/Site.php:450
+#: src/Model/Notify.php:352
 #, php-format
-msgid "%s - (Experimental)"
-msgstr "%s- (Eksperymentalne)"
+msgid "%s may attend %s's event"
+msgstr "%s może uczestniczyć %s w wydarzeniu"
 
-#: mod/settings.php:927 src/Core/L10n/L10n.php:404 src/Model/Event.php:396
-msgid "Sunday"
-msgstr "Niedziela"
+#: src/Model/Notify.php:385
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s jest teraz znajomym %s"
 
-#: mod/settings.php:927 src/Core/L10n/L10n.php:404 src/Model/Event.php:397
-msgid "Monday"
-msgstr "Poniedziałek"
-
-#: mod/settings.php:943
-msgid "Display Settings"
-msgstr "Ustawienia wyglądu"
+#: src/Model/Notify.php:678
+msgid "Friend Suggestion"
+msgstr "Propozycja znajomych"
 
-#: mod/settings.php:949
-msgid "Display Theme:"
-msgstr "Wyświetl motyw:"
+#: src/Model/Notify.php:712
+msgid "Friend/Connect Request"
+msgstr "Prośba o dodanie do przyjaciół/powiązanych"
 
-#: mod/settings.php:950
-msgid "Mobile Theme:"
-msgstr "Motyw dla urządzeń mobilnych:"
+#: src/Model/Notify.php:712
+msgid "New Follower"
+msgstr "Nowy obserwujący"
 
-#: mod/settings.php:951
-msgid "Suppress warning of insecure networks"
-msgstr "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"
+#: src/Protocol/OStatus.php:1277 src/Module/Profile.php:117
+#: src/Module/Profile.php:120
+#, php-format
+msgid "%s's timeline"
+msgstr "oś czasu %s"
 
-#: mod/settings.php:951
-msgid ""
-"Should the system suppress the warning that the current group contains "
-"members of networks that can't receive non public postings."
-msgstr "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"
+#: src/Protocol/OStatus.php:1281 src/Module/Profile.php:118
+#, php-format
+msgid "%s's posts"
+msgstr "wpisy %s"
 
-#: mod/settings.php:952
-msgid "Update browser every xx seconds"
-msgstr "Odświeżaj stronę co xx sekund"
+#: src/Protocol/OStatus.php:1284 src/Module/Profile.php:119
+#, php-format
+msgid "%s's comments"
+msgstr "komentarze %s"
 
-#: mod/settings.php:952
-msgid "Minimum of 10 seconds. Enter -1 to disable it."
-msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."
+#: src/Protocol/OStatus.php:1839
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s zaczął(-ęła) obserwować %s."
 
-#: mod/settings.php:953
-msgid "Number of items to display per page:"
-msgstr "Liczba elementów do wyświetlenia na stronie:"
+#: src/Protocol/OStatus.php:1840
+msgid "following"
+msgstr "następujący"
 
-#: mod/settings.php:953 mod/settings.php:954
-msgid "Maximum of 100 items"
-msgstr "Maksymalnie 100 elementów"
+#: src/Protocol/OStatus.php:1843
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s przestał(a) obserwować %s."
 
-#: mod/settings.php:954
-msgid "Number of items to display per page when viewed from mobile device:"
-msgstr "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"
+#: src/Protocol/OStatus.php:1844
+msgid "stopped following"
+msgstr "przestał śledzić"
 
-#: mod/settings.php:955
-msgid "Don't show emoticons"
-msgstr "Nie pokazuj emotikonek"
+#: src/Protocol/Diaspora.php:3585
+msgid "Attachments:"
+msgstr "Załączniki:"
 
-#: mod/settings.php:956
-msgid "Calendar"
-msgstr "Kalendarz"
+#: src/LegacyModule.php:30
+#, php-format
+msgid "Legacy module file not found: %s"
+msgstr "Nie znaleziono pliku modułu: %s"
 
-#: mod/settings.php:957
-msgid "Beginning of week:"
-msgstr "Początek tygodnia:"
+#: src/Core/Update.php:193
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów."
 
-#: mod/settings.php:958
-msgid "Don't show notices"
-msgstr "Nie pokazuj powiadomień"
+#: src/Core/Update.php:257
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."
 
-#: mod/settings.php:959
-msgid "Infinite scroll"
-msgstr "Nieskończone przewijanie"
+#: src/Core/Update.php:263
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]"
 
-#: mod/settings.php:960
-msgid "Automatic updates only at the top of the network page"
-msgstr "Automatyczne aktualizacje tylko w górnej części strony sieci"
+#: src/Core/Update.php:269 src/Core/Update.php:308
+msgid "[Friendica Notify] Database update"
+msgstr "[Powiadomienie Friendica] Aktualizacja bazy danych"
 
-#: mod/settings.php:960
+#: src/Core/Update.php:300
+#, php-format
 msgid ""
-"When disabled, the network page is updated all the time, which could be "
-"confusing while reading."
-msgstr "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania."
+"\n"
+"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
+msgstr "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s."
 
-#: mod/settings.php:961
-msgid "Bandwidth Saver Mode"
-msgstr "Tryb oszczędzania przepustowości"
+#: src/Core/L10n/L10n.php:428
+msgid "Sep"
+msgstr "Wrz"
 
-#: mod/settings.php:961
-msgid ""
-"When enabled, embedded content is not displayed on automatic updates, they "
-"only show on page reload."
-msgstr "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony."
+#: src/Core/L10n/L10n.php:447
+msgid "poke"
+msgstr "zaczep"
 
-#: mod/settings.php:962
-msgid "Smart Threading"
-msgstr "Inteligentne wątki"
+#: src/Core/L10n/L10n.php:447
+msgid "poked"
+msgstr "zaczepił Cię"
 
-#: mod/settings.php:962
-msgid ""
-"When enabled, suppress extraneous thread indentation while keeping it where "
-"it matters. Only works if threading is available and enabled."
-msgstr "Włączenie tej opcji powoduje pomijanie wcięcia wątków zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone."
+#: src/Core/L10n/L10n.php:448
+msgid "ping"
+msgstr "ping"
 
-#: mod/settings.php:964
-msgid "General Theme Settings"
-msgstr "Ogólne ustawienia motywu"
+#: src/Core/L10n/L10n.php:448
+msgid "pinged"
+msgstr "napięcia"
 
-#: mod/settings.php:965
-msgid "Custom Theme Settings"
-msgstr "Niestandardowe ustawienia motywów"
+#: src/Core/L10n/L10n.php:449
+msgid "prod"
+msgstr "zaczep"
 
-#: mod/settings.php:966
-msgid "Content Settings"
-msgstr "Ustawienia zawartości"
+#: src/Core/L10n/L10n.php:449
+msgid "prodded"
+msgstr "zaczepiać"
 
-#: mod/settings.php:967 view/theme/duepuntozero/config.php:73
-#: view/theme/frio/config.php:128 view/theme/quattro/config.php:75
-#: view/theme/vier/config.php:123
-msgid "Theme settings"
-msgstr "Ustawienia motywu"
+#: src/Core/L10n/L10n.php:450
+msgid "slap"
+msgstr "klask"
 
-#: mod/settings.php:981
-msgid "Unable to find your profile. Please contact your admin."
-msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."
+#: src/Core/L10n/L10n.php:450
+msgid "slapped"
+msgstr "spoliczkowany"
 
-#: mod/settings.php:1020
-msgid "Account Types"
-msgstr "Rodzaje kont"
+#: src/Core/L10n/L10n.php:451
+msgid "finger"
+msgstr "wskaż"
 
-#: mod/settings.php:1021
-msgid "Personal Page Subtypes"
-msgstr "Podtypy osobistych stron"
+#: src/Core/L10n/L10n.php:451
+msgid "fingered"
+msgstr "dotknięty"
 
-#: mod/settings.php:1022
-msgid "Community Forum Subtypes"
-msgstr "Podtypy społeczności forum"
+#: src/Core/L10n/L10n.php:452
+msgid "rebuff"
+msgstr "odrzuć"
 
-#: mod/settings.php:1029 src/Module/Admin/Users.php:229
-msgid "Personal Page"
-msgstr "Strona osobista"
+#: src/Core/L10n/L10n.php:452
+msgid "rebuffed"
+msgstr "odrzucony"
 
-#: mod/settings.php:1030
-msgid "Account for a personal profile."
-msgstr "Konto dla profilu osobistego."
+#: src/Core/Authentication.php:176 src/Core/Authentication.php:228
+#: mod/openid.php:79
+msgid "Login failed."
+msgstr "Logowanie nieudane."
 
-#: mod/settings.php:1033 src/Module/Admin/Users.php:230
-msgid "Organisation Page"
-msgstr "Strona Organizacji"
+#: src/Core/Authentication.php:239
+msgid "Login failed. Please check your credentials."
+msgstr "Logowanie nie powiodło się. Sprawdź swoje dane uwierzytelniające."
 
-#: mod/settings.php:1034
-msgid ""
-"Account for an organisation that automatically approves contact requests as "
-"\"Followers\"."
-msgstr "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
+#: src/Core/Authentication.php:355
+#, php-format
+msgid "Welcome %s"
+msgstr "Witaj %s"
 
-#: mod/settings.php:1037 src/Module/Admin/Users.php:231
-msgid "News Page"
-msgstr "Strona Wiadomości"
+#: src/Core/Authentication.php:356
+msgid "Please upload a profile photo."
+msgstr "Proszę dodać zdjęcie profilowe."
 
-#: mod/settings.php:1038
-msgid ""
-"Account for a news reflector that automatically approves contact requests as"
-" \"Followers\"."
-msgstr "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
+#: src/Core/Authentication.php:359
+#, php-format
+msgid "Welcome back %s"
+msgstr "Witaj ponownie %s"
 
-#: mod/settings.php:1041 src/Module/Admin/Users.php:232
-msgid "Community Forum"
-msgstr "Forum społecznościowe"
+#: src/Core/ACL.php:290 mod/lockview.php:84 mod/lockview.php:119
+msgid "Mutuals"
+msgstr ""
 
-#: mod/settings.php:1042
-msgid "Account for community discussions."
-msgstr "Konto do dyskusji w społeczności."
+#: src/Core/ACL.php:376
+msgid "Post to Email"
+msgstr "Prześlij e-mailem"
 
-#: mod/settings.php:1045 src/Module/Admin/Users.php:222
-msgid "Normal Account Page"
-msgstr "Normalna strona konta"
+#: src/Core/ACL.php:394
+msgid "Public"
+msgstr "Publiczny"
 
-#: mod/settings.php:1046
+#: src/Core/ACL.php:395
 msgid ""
-"Account for a regular personal profile that requires manual approval of "
-"\"Friends\" and \"Followers\"."
-msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."
+"This content will be shown to all your followers and can be seen in the "
+"community pages and by anyone with its link."
+msgstr "Ta treść zostanie wyświetlona wszystkim Twoim obserwatorom i będzie widoczna na stronach społeczności oraz przez każdego z jej linkiem."
 
-#: mod/settings.php:1049 src/Module/Admin/Users.php:223
-msgid "Soapbox Page"
-msgstr "Strona Soapbox"
+#: src/Core/ACL.php:396
+msgid "Limited/Private"
+msgstr "Ograniczony/Prywatny"
 
-#: mod/settings.php:1050
+#: src/Core/ACL.php:397
 msgid ""
-"Account for a public profile that automatically approves contact requests as"
-" \"Followers\"."
-msgstr "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
+"This content will be shown only to the people in the first box, to the "
+"exception of the people mentioned in the second box. It won't appear "
+"anywhere public."
+msgstr "Ta zawartość będzie wyświetlana tylko osobom w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie."
 
-#: mod/settings.php:1053 src/Module/Admin/Users.php:224
-msgid "Public Forum"
-msgstr "Forum publiczne"
+#: src/Core/ACL.php:398
+msgid "Show to:"
+msgstr "Pokaż na:"
 
-#: mod/settings.php:1054
-msgid "Automatically approves all contact requests."
-msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt."
+#: src/Core/ACL.php:399
+msgid "Except to:"
+msgstr "Z wyjątkiem:"
 
-#: mod/settings.php:1057 src/Module/Admin/Users.php:225
-msgid "Automatic Friend Page"
-msgstr "Automatyczna strona znajomego"
+#: src/Core/ACL.php:400 mod/editpost.php:96
+msgid "CC: email addresses"
+msgstr "CC: adresy e-mail"
 
-#: mod/settings.php:1058
-msgid ""
-"Account for a popular profile that automatically approves contact requests "
-"as \"Friends\"."
-msgstr "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"."
+#: src/Core/ACL.php:401 mod/editpost.php:103
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Przykład: bob@example.com, mary@example.com"
 
-#: mod/settings.php:1061
-msgid "Private Forum [Experimental]"
-msgstr "Prywatne Forum [Eksperymentalne]"
+#: src/Core/ACL.php:402
+msgid "Connectors"
+msgstr "Wtyczki"
 
-#: mod/settings.php:1062
-msgid "Requires manual approval of contact requests."
-msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów."
+#: src/Core/ACL.php:403
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?"
 
-#: mod/settings.php:1073
-msgid "OpenID:"
-msgstr "OpenID:"
+#: src/Core/ACL.php:403
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."
 
-#: mod/settings.php:1073
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID."
+#: src/Core/UserImport.php:107
+msgid "Error decoding account file"
+msgstr "Błąd podczas odczytu pliku konta"
 
-#: mod/settings.php:1081
-msgid "Publish your default profile in your local site directory?"
-msgstr "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?"
+#: src/Core/UserImport.php:113
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?"
 
-#: mod/settings.php:1081
+#: src/Core/UserImport.php:121
 #, php-format
-msgid ""
-"Your profile will be published in this node's <a href=\"%s\">local "
-"directory</a>. Your profile details may be publicly visible depending on the"
-" system settings."
-msgstr "Twój profil zostanie opublikowany w lokalnym katalogu tego <a href=\"%s\">węzła</a>. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu."
+msgid "User '%s' already exists on this server!"
+msgstr "Użytkownik '%s' już istnieje na tym serwerze!"
 
-#: mod/settings.php:1087
-msgid "Publish your default profile in the global social directory?"
-msgstr "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?"
+#: src/Core/UserImport.php:157
+msgid "User creation error"
+msgstr "Błąd tworzenia użytkownika"
+
+#: src/Core/UserImport.php:175
+msgid "User profile creation error"
+msgstr "Błąd tworzenia profilu użytkownika"
 
-#: mod/settings.php:1087
+#: src/Core/UserImport.php:219
 #, php-format
-msgid ""
-"Your profile will be published in the global friendica directories (e.g. <a "
-"href=\"%s\">%s</a>). Your profile will be visible in public."
-msgstr "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.<a href=\"%s\">%s</a>). Twój profil będzie widoczny publicznie."
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "Nie zaimportowano %d kontaktu"
+msgstr[1] "Nie zaimportowano %d kontaktów"
+msgstr[2] "Nie zaimportowano %d kontaktów"
+msgstr[3] "%d kontakty nie zostały zaimportowane "
 
-#: mod/settings.php:1087
-msgid ""
-"This setting also determines whether Friendica will inform search engines "
-"that your profile should be indexed or not. Third-party search engines may "
-"or may not respect this setting."
-msgstr "To ustawienie określa również, czy Friendica poinformuje wyszukiwarki, że Twój profil powinien być indeksowany, czy nie. Wyszukiwarki innych firm mogą, ale nie muszą przestrzegać tego ustawienia."
+#: src/Core/UserImport.php:284
+msgid "Done. You can now login with your username and password"
+msgstr "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła"
 
-#: mod/settings.php:1094
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Ukryć listę znajomych przed odwiedzającymi Twój profil?"
+#: src/Core/Installer.php:162
+msgid ""
+"The database configuration file \"config/local.config.php\" could not be "
+"written. Please use the enclosed text to create a configuration file in your"
+" web server root."
+msgstr "Plik konfiguracyjny bazy danych \"config/local.config.php\" nie mógł zostać zapisany. Proszę użyć załączonego tekstu, aby utworzyć plik konfiguracyjny w katalogu głównym serwera."
 
-#: mod/settings.php:1094
+#: src/Core/Installer.php:181
 msgid ""
-"Your contact list won't be shown in your default profile page. You can "
-"decide to show your contact list separately for each additional profile you "
-"create"
-msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu."
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."
 
-#: mod/settings.php:1098
-msgid "Hide your profile details from anonymous viewers?"
-msgstr "Ukryć dane Twojego profilu przed anonimowymi widzami?"
+#: src/Core/Installer.php:182 src/Module/Install.php:173
+#: src/Module/Install.php:329
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Proszę przejrzeć plik \"INSTALL.txt\"."
+
+#: src/Core/Installer.php:243
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Nie można znaleźć PHP dla wiersza poleceń w PATH serwera."
 
-#: mod/settings.php:1098
+#: src/Core/Installer.php:244
 msgid ""
-"Anonymous visitors will only see your profile picture, your display name and"
-" the nickname you are using on your profile page. Your public posts and "
-"replies will still be accessible by other means."
-msgstr "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Twoje publiczne posty i odpowiedzi będą nadal dostępne w inny sposób."
+"If you don't have a command line version of PHP installed on your server, "
+"you will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-worker'>'Setup the worker'</a>"
+msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wierszem poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Konfiguracja pracownika'</a>"
 
-#: mod/settings.php:1102
-msgid "Allow friends to post to your profile page?"
-msgstr "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?"
+#: src/Core/Installer.php:249
+msgid "PHP executable path"
+msgstr "Ścieżka wykonywalna PHP"
 
-#: mod/settings.php:1102
+#: src/Core/Installer.php:249
 msgid ""
-"Your contacts may write posts on your profile wall. These posts will be "
-"distributed to your contacts"
-msgstr "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów."
-
-#: mod/settings.php:1106
-msgid "Allow friends to tag your posts?"
-msgstr "Zezwolić na oznaczanie Twoich postów przez znajomych?"
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."
 
-#: mod/settings.php:1106
-msgid "Your contacts can add additional tags to your posts."
-msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe posty."
+#: src/Core/Installer.php:254
+msgid "Command line PHP"
+msgstr "Linia komend PHP"
 
-#: mod/settings.php:1110
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?"
+#: src/Core/Installer.php:263
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"
 
-#: mod/settings.php:1110
-msgid ""
-"If you like, Friendica may suggest new members to add you as a contact."
-msgstr "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt."
+#: src/Core/Installer.php:264
+msgid "Found PHP version: "
+msgstr "Znaleziona wersja PHP: "
 
-#: mod/settings.php:1114
-msgid "Permit unknown people to send you private mail?"
-msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"
+#: src/Core/Installer.php:266
+msgid "PHP cli binary"
+msgstr "PHP cli binarny"
 
-#: mod/settings.php:1114
+#: src/Core/Installer.php:279
 msgid ""
-"Friendica network users may send you private messages even if they are not "
-"in your contact list."
-msgstr "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."
 
-#: mod/settings.php:1118
-msgid "Profile is <strong>not published</strong>."
-msgstr "Profil <strong>nie jest opublikowany</strong>."
+#: src/Core/Installer.php:280
+msgid "This is required for message delivery to work."
+msgstr "Jest wymagane, aby dostarczanie wiadomości działało."
 
-#: mod/settings.php:1124
-#, php-format
-msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
-msgstr "Twój adres tożsamości to <strong>'%s'</strong> lub '%s'."
+#: src/Core/Installer.php:285
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/settings.php:1131
-msgid "Automatically expire posts after this many days:"
-msgstr "Posty wygasną automatycznie po następującej liczbie dni:"
+#: src/Core/Installer.php:317
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"
 
-#: mod/settings.php:1131
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."
+#: src/Core/Installer.php:318
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: mod/settings.php:1132
-msgid "Advanced expiration settings"
-msgstr "Zaawansowane ustawienia wygaszania"
+#: src/Core/Installer.php:321
+msgid "Generate encryption keys"
+msgstr "Generuj klucz kodowania"
 
-#: mod/settings.php:1133
-msgid "Advanced Expiration"
-msgstr "Zaawansowane wygaszanie"
+#: src/Core/Installer.php:373
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."
 
-#: mod/settings.php:1134
-msgid "Expire posts:"
-msgstr "Wygasające posty:"
+#: src/Core/Installer.php:378
+msgid "Apache mod_rewrite module"
+msgstr "Moduł Apache mod_rewrite"
 
-#: mod/settings.php:1135
-msgid "Expire personal notes:"
-msgstr "Wygaszanie osobistych notatek:"
+#: src/Core/Installer.php:384
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."
 
-#: mod/settings.php:1136
-msgid "Expire starred posts:"
-msgstr "Wygaszaj posty oznaczone gwiazdką:"
+#: src/Core/Installer.php:389
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."
 
-#: mod/settings.php:1137
-msgid "Expire photos:"
-msgstr "Wygasanie zdjęć:"
+#: src/Core/Installer.php:393
+msgid "PDO or MySQLi PHP module"
+msgstr "Moduł PDO lub MySQLi PHP"
 
-#: mod/settings.php:1138
-msgid "Only expire posts by others:"
-msgstr "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:"
+#: src/Core/Installer.php:401
+msgid "Error, XML PHP module required but not installed."
+msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."
 
-#: mod/settings.php:1168
-msgid "Account Settings"
-msgstr "Ustawienia konta"
+#: src/Core/Installer.php:405
+msgid "XML PHP module"
+msgstr "Moduł XML PHP"
 
-#: mod/settings.php:1176
-msgid "Password Settings"
-msgstr "Ustawienia hasła"
+#: src/Core/Installer.php:408
+msgid "libCurl PHP module"
+msgstr "Moduł PHP libCurl"
 
-#: mod/settings.php:1177 src/Module/Register.php:124
-msgid "New Password:"
-msgstr "Nowe hasło:"
+#: src/Core/Installer.php:409
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."
 
-#: mod/settings.php:1177
+#: src/Core/Installer.php:415
+msgid "GD graphics PHP module"
+msgstr "Moduł PHP-GD"
+
+#: src/Core/Installer.php:416
 msgid ""
-"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
-"spaces, accentuated letters and colon (:)."
-msgstr "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:)."
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."
 
-#: mod/settings.php:1178 src/Module/Register.php:125
-msgid "Confirm:"
-msgstr "Potwierdź:"
+#: src/Core/Installer.php:422
+msgid "OpenSSL PHP module"
+msgstr "Moduł PHP OpenSSL"
 
-#: mod/settings.php:1178
-msgid "Leave password fields blank unless changing"
-msgstr "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić."
+#: src/Core/Installer.php:423
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."
 
-#: mod/settings.php:1179
-msgid "Current Password:"
-msgstr "Aktualne hasło:"
+#: src/Core/Installer.php:429
+msgid "mb_string PHP module"
+msgstr "Moduł PHP mb_string"
 
-#: mod/settings.php:1179 mod/settings.php:1180
-msgid "Your current password to confirm the changes"
-msgstr "Wpisz aktualne hasło, aby potwierdzić zmiany"
+#: src/Core/Installer.php:430
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Błąd: moduł PHP mb_string jest wymagany ,ale nie jest zainstalowany."
 
-#: mod/settings.php:1180
-msgid "Password:"
-msgstr "Hasło:"
+#: src/Core/Installer.php:436
+msgid "iconv PHP module"
+msgstr "Moduł PHP iconv"
 
-#: mod/settings.php:1183
-msgid "Delete OpenID URL"
-msgstr ""
+#: src/Core/Installer.php:437
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany."
 
-#: mod/settings.php:1185
-msgid "Basic Settings"
-msgstr "Ustawienia podstawowe"
+#: src/Core/Installer.php:443
+msgid "POSIX PHP module"
+msgstr "Moduł POSIX PHP"
 
-#: mod/settings.php:1186 src/Model/Profile.php:760
-msgid "Full Name:"
-msgstr "Imię i nazwisko:"
+#: src/Core/Installer.php:444
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany."
 
-#: mod/settings.php:1187
-msgid "Email Address:"
-msgstr "Adres email:"
+#: src/Core/Installer.php:450
+msgid "JSON PHP module"
+msgstr "Moduł PHP JSON"
 
-#: mod/settings.php:1188
-msgid "Your Timezone:"
-msgstr "Twoja strefa czasowa:"
+#: src/Core/Installer.php:451
+msgid "Error: JSON PHP module required but not installed."
+msgstr "Błąd: wymagany jest moduł JSON PHP, ale nie jest zainstalowany."
 
-#: mod/settings.php:1189
-msgid "Your Language:"
-msgstr "Twój język:"
+#: src/Core/Installer.php:457
+msgid "File Information PHP module"
+msgstr "Informacje o pliku Moduł PHP"
 
-#: mod/settings.php:1189
+#: src/Core/Installer.php:458
+msgid "Error: File Information PHP module required but not installed."
+msgstr "Błąd: wymagane informacje o pliku Moduł PHP, ale nie jest zainstalowany."
+
+#: src/Core/Installer.php:481
 msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
-msgstr "Wybierz język, ktory bedzie używany do wyświetlania użytkownika friendica i wysłania Ci e-maili"
+"The web installer needs to be able to create a file called "
+"\"local.config.php\" in the \"config\" folder of your web server and it is "
+"unable to do so."
+msgstr "Instalator internetowy musi mieć możliwość utworzenia pliku o nazwie \"local.config.php\" w folderze \"config\" serwera WWW i nie może tego zrobić."
 
-#: mod/settings.php:1190
-msgid "Default Post Location:"
-msgstr "Domyślna lokalizacja wiadomości:"
+#: src/Core/Installer.php:482
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz."
 
-#: mod/settings.php:1191
-msgid "Use Browser Location:"
-msgstr "Używaj lokalizacji przeglądarki:"
+#: src/Core/Installer.php:483
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named local.config.php in your Friendica \"config\" folder."
+msgstr "Pod koniec tej procedury otrzymasz tekst do zapisania w pliku o nazwie local.config.php w folderze \"config\" Friendica."
 
-#: mod/settings.php:1194
-msgid "Security and Privacy Settings"
-msgstr "Ustawienia bezpieczeństwa i prywatności"
+#: src/Core/Installer.php:484
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami."
 
-#: mod/settings.php:1196
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:"
+#: src/Core/Installer.php:487
+msgid "config/local.config.php is writable"
+msgstr "config/local.config.php jest zapisywalny"
 
-#: mod/settings.php:1196 mod/settings.php:1225
-msgid "(to prevent spam abuse)"
-msgstr "(aby zapobiec spamowaniu)"
+#: src/Core/Installer.php:507
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."
 
-#: mod/settings.php:1197
-msgid "Default Post Permissions"
-msgstr "Domyślne prawa dostępu wiadomości"
+#: src/Core/Installer.php:508
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."
 
-#: mod/settings.php:1198
-msgid "(click to open/close)"
-msgstr "(kliknij by otworzyć/zamknąć)"
+#: src/Core/Installer.php:509
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."
 
-#: mod/settings.php:1208
-msgid "Default Private Post"
-msgstr "Domyślny Prywatny Wpis"
+#: src/Core/Installer.php:510
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera."
 
-#: mod/settings.php:1209
-msgid "Default Public Post"
-msgstr "Domyślny Publiczny Post"
+#: src/Core/Installer.php:513
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 jest zapisywalny"
 
-#: mod/settings.php:1213
-msgid "Default Permissions for New Posts"
-msgstr "Uprawnienia domyślne dla nowych postów"
+#: src/Core/Installer.php:542
+msgid ""
+"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
+" to .htaccess."
+msgstr "Adres URL zapisany w .htaccess nie działa. Upewnij się, że skopiowano .htaccess-dist do .htaccess."
 
-#: mod/settings.php:1225
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:"
+#: src/Core/Installer.php:544
+msgid "Error message from Curl when fetching"
+msgstr "Komunikat o błędzie z Curl podczas pobierania"
 
-#: mod/settings.php:1228
-msgid "Notification Settings"
-msgstr "Ustawienia powiadomień"
+#: src/Core/Installer.php:549
+msgid "Url rewrite is working"
+msgstr "Działający adres URL"
 
-#: mod/settings.php:1229
-msgid "Send a notification email when:"
-msgstr "Wysyłaj powiadmonienia na email, kiedy:"
+#: src/Core/Installer.php:578
+msgid "ImageMagick PHP extension is not installed"
+msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane"
 
-#: mod/settings.php:1230
-msgid "You receive an introduction"
-msgstr "Otrzymałeś zaproszenie"
+#: src/Core/Installer.php:580
+msgid "ImageMagick PHP extension is installed"
+msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane"
 
-#: mod/settings.php:1231
-msgid "Your introductions are confirmed"
-msgstr "Twoje zaproszenie jest potwierdzone"
+#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366
+#: tests/src/Core/InstallerTest.php:389
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick obsługuje GIF"
 
-#: mod/settings.php:1232
-msgid "Someone writes on your profile wall"
-msgstr "Ktoś pisze na twoim profilu"
+#: src/Core/Installer.php:604
+msgid "Database already in use."
+msgstr "Baza danych jest już w użyciu."
 
-#: mod/settings.php:1233
-msgid "Someone writes a followup comment"
-msgstr "Ktoś pisze komentarz nawiązujący."
+#: src/Core/Installer.php:609
+msgid "Could not connect to database."
+msgstr "Nie można połączyć się z bazą danych."
 
-#: mod/settings.php:1234
-msgid "You receive a private message"
-msgstr "Otrzymałeś prywatną wiadomość"
+#: src/Module/Directory.php:31 src/Module/Debug/WebFinger.php:19
+#: src/Module/Debug/Probe.php:20 src/Module/Search/Index.php:31
+#: src/Module/Search/Index.php:36 mod/community.php:25 mod/display.php:169
+#: mod/dfrn_request.php:599 mod/photos.php:841 mod/videos.php:115
+msgid "Public access denied."
+msgstr "Publiczny dostęp zabroniony."
 
-#: mod/settings.php:1235
-msgid "You receive a friend suggestion"
-msgstr "Otrzymałeś propozycję od znajomych"
+#: src/Module/Directory.php:59
+msgid "No entries (some entries may be hidden)."
+msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."
 
-#: mod/settings.php:1236
-msgid "You are tagged in a post"
-msgstr "Jesteś oznaczony tagiem w poście"
+#: src/Module/Directory.php:78
+msgid "Find on this site"
+msgstr "Znajdź na tej stronie"
 
-#: mod/settings.php:1237
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Jesteś zaczepiony/zaczepiona/itp. w poście"
+#: src/Module/Directory.php:80
+msgid "Results for:"
+msgstr "Wyniki dla:"
 
-#: mod/settings.php:1239
-msgid "Activate desktop notifications"
-msgstr "Aktywuj powiadomienia na pulpicie"
+#: src/Module/Directory.php:82
+msgid "Site Directory"
+msgstr "Katalog Witryny"
 
-#: mod/settings.php:1239
-msgid "Show desktop popup on new notifications"
-msgstr "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie"
+#: src/Module/Special/HTTPException.php:32
+msgid "Bad Request"
+msgstr "Nieprawidłowe żądanie"
 
-#: mod/settings.php:1241
-msgid "Text-only notification emails"
-msgstr "E-maile z powiadomieniami tekstowymi"
+#: src/Module/Special/HTTPException.php:33
+msgid "Unauthorized"
+msgstr "Nieautoryzowane"
 
-#: mod/settings.php:1243
-msgid "Send text only notification emails, without the html part"
-msgstr "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html"
+#: src/Module/Special/HTTPException.php:34
+msgid "Forbidden"
+msgstr "Zabronione"
 
-#: mod/settings.php:1245
-msgid "Show detailled notifications"
-msgstr "Pokazuj szczegółowe powiadomienia"
+#: src/Module/Special/HTTPException.php:35
+msgid "Not Found"
+msgstr "Nie znaleziono"
 
-#: mod/settings.php:1247
-msgid ""
-"Per default, notifications are condensed to a single notification per item. "
-"When enabled every notification is displayed."
-msgstr "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie."
+#: src/Module/Special/HTTPException.php:36
+msgid "Internal Server Error"
+msgstr "Wewnętrzny błąd serwera"
 
-#: mod/settings.php:1249
-msgid "Advanced Account/Page Type Settings"
-msgstr "Zaawansowane ustawienia konta/rodzaju strony"
+#: src/Module/Special/HTTPException.php:37
+msgid "Service Unavailable"
+msgstr "Usługa Niedostępna "
 
-#: mod/settings.php:1250
-msgid "Change the behaviour of this account for special situations"
-msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych"
+#: src/Module/Special/HTTPException.php:44
+msgid ""
+"The server cannot or will not process the request due to an apparent client "
+"error."
+msgstr "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta."
 
-#: mod/settings.php:1253
-msgid "Import Contacts"
-msgstr ""
+#: src/Module/Special/HTTPException.php:45
+msgid ""
+"Authentication is required and has failed or has not yet been provided."
+msgstr "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone."
 
-#: mod/settings.php:1254
+#: src/Module/Special/HTTPException.php:46
 msgid ""
-"Upload a CSV file that contains the handle of your followed accounts in the "
-"first column you exported from the old account."
-msgstr ""
+"The request was valid, but the server is refusing action. The user might not"
+" have the necessary permissions for a resource, or may need an account."
+msgstr "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta."
 
-#: mod/settings.php:1255
-msgid "Upload File"
-msgstr ""
+#: src/Module/Special/HTTPException.php:47
+msgid ""
+"The requested resource could not be found but may be available in the "
+"future."
+msgstr "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości."
 
-#: mod/settings.php:1257
-msgid "Relocate"
-msgstr "Przeniesienie"
+#: src/Module/Special/HTTPException.php:48
+msgid ""
+"An unexpected condition was encountered and no more specific message is "
+"suitable."
+msgstr "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat."
 
-#: mod/settings.php:1258
+#: src/Module/Special/HTTPException.php:49
 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 "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."
+"The server is currently unavailable (because it is overloaded or down for "
+"maintenance). Please try again later."
+msgstr "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później."
 
-#: mod/settings.php:1259
-msgid "Resend relocate message to contacts"
-msgstr "Wyślij ponownie przenieść wiadomości do kontaktów"
+#: src/Module/Special/HTTPException.php:55
+msgid "Go back"
+msgstr "Wróć"
 
-#: mod/subthread.php:107
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s śledzi %3$s %2$s"
+#: src/Module/Help.php:43
+msgid "Help:"
+msgstr "Pomoc:"
 
-#: mod/tagrm.php:31
-msgid "Tag(s) removed"
-msgstr "Usunięty Tag(i) "
-
-#: mod/tagrm.php:101
-msgid "Remove Item Tag"
-msgstr "Usuń pozycję Tag"
-
-#: mod/tagrm.php:103
-msgid "Select a tag to remove: "
-msgstr "Wybierz tag do usunięcia: "
-
-#: mod/tagrm.php:114 src/Module/Settings/Delegation.php:167
-msgid "Remove"
-msgstr "Usuń"
-
-#: mod/uimport.php:30
-msgid "User imports on closed servers can only be done by an administrator."
-msgstr "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora."
+#: src/Module/Delegation.php:130
+msgid "Manage Identities and/or Pages"
+msgstr "Zarządzaj tożsamościami i/lub stronami"
 
-#: mod/uimport.php:39 src/Module/Register.php:60
+#: src/Module/Delegation.php:131
 msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."
-
-#: mod/uimport.php:46 src/Module/Register.php:135
-msgid "Import"
-msgstr "Import"
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""
 
-#: mod/uimport.php:48
-msgid "Move account"
-msgstr "Przenieś konto"
+#: src/Module/Delegation.php:132
+msgid "Select an identity to manage: "
+msgstr "Wybierz tożsamość do zarządzania: "
 
-#: mod/uimport.php:49
-msgid "You can import an account from another Friendica server."
-msgstr "Możesz zaimportować konto z innego serwera Friendica."
+#: src/Module/Tos.php:35 src/Module/Tos.php:77
+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 "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji."
 
-#: mod/uimport.php:50
+#: src/Module/Tos.php:36 src/Module/Tos.php:78
 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 "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś."
+"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 "Te dane są wymagane do komunikacji i są przekazywane do węzłów partnerów komunikacyjnych i są tam przechowywane. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych."
 
-#: mod/uimport.php:51
+#: src/Module/Tos.php:37 src/Module/Tos.php:79
+#, php-format
 msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory"
+"At any point in time a logged in user can export their account data from the"
+" <a href=\"%1$s/settings/userexport\">account settings</a>. If the user "
+"wants to delete their account they can do so at <a "
+"href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will "
+"be permanent. Deletion of the data will also be requested from the nodes of "
+"the communication partners."
+msgstr ""
 
-#: mod/uimport.php:52
-msgid "Account file"
-msgstr "Pliki konta"
+#: src/Module/Tos.php:40 src/Module/Tos.php:76
+msgid "Privacy Statement"
+msgstr "Oświadczenie o prywatności"
 
-#: mod/uimport.php:52
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""
+#: src/Module/Install.php:159
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica Communications Server - Instalator"
 
-#: mod/unfollow.php:36 mod/unfollow.php:92
-msgid "You aren't following this contact."
-msgstr "Nie obserwujesz tego kontaktu."
+#: src/Module/Install.php:170
+msgid "System check"
+msgstr "Sprawdzanie systemu"
 
-#: mod/unfollow.php:46 mod/unfollow.php:98
-msgid "Unfollowing is currently not supported by your network."
-msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."
+#: src/Module/Install.php:174 mod/events.php:400 mod/cal.php:264
+msgid "Next"
+msgstr "Następny"
 
-#: mod/unfollow.php:67
-msgid "Contact unfollowed"
-msgstr "Skontaktuj się z obserwowanym"
+#: src/Module/Install.php:175
+msgid "Check again"
+msgstr "Sprawdź ponownie"
 
-#: mod/unfollow.php:118
-msgid "Disconnect/Unfollow"
-msgstr "Rozłącz/Nie obserwuj"
+#: src/Module/Install.php:182 src/Module/Admin/Site.php:514
+msgid "No SSL policy, links will track page SSL state"
+msgstr "Brak SSL, linki będą śledzić stan SSL"
 
-#: mod/videos.php:120
-msgid "No videos selected"
-msgstr "Nie zaznaczono filmów"
+#: src/Module/Install.php:183 src/Module/Admin/Site.php:515
+msgid "Force all links to use SSL"
+msgstr "Wymuś używanie SSL na wszystkich odnośnikach"
 
-#: mod/videos.php:238 src/Model/Item.php:3514
-msgid "View Video"
-msgstr "Zobacz film"
+#: src/Module/Install.php:184 src/Module/Admin/Site.php:516
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . "
 
-#: mod/videos.php:253
-msgid "Recent Videos"
-msgstr "Ostatnio dodane filmy"
+#: src/Module/Install.php:190
+msgid "Base settings"
+msgstr "Ustawienia bazy"
 
-#: mod/videos.php:255
-msgid "Upload New Videos"
-msgstr "Wstaw nowe filmy"
+#: src/Module/Install.php:192 src/Module/Admin/Site.php:592
+msgid "SSL link policy"
+msgstr "Polityka odnośników SSL"
 
-#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72
-#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104
-#: mod/wall_upload.php:155 mod/wall_upload.php:158
-msgid "Invalid request."
-msgstr "Nieprawidłowe żądanie."
+#: src/Module/Install.php:194 src/Module/Admin/Site.php:592
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Określa, czy generowane odnośniki będą obowiązkowo używały SSL"
 
-#: mod/wall_attach.php:90
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP"
+#: src/Module/Install.php:197
+msgid "Host name"
+msgstr "Nazwa hosta"
 
-#: mod/wall_attach.php:90
-msgid "Or - did you try to upload an empty file?"
-msgstr "Lub - czy próbowałeś załadować pusty plik?"
+#: src/Module/Install.php:199
+msgid ""
+"Overwrite this field in case the determinated hostname isn't right, "
+"otherweise leave it as is."
+msgstr "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian."
 
-#: mod/wall_attach.php:101
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "Plik przekracza limit rozmiaru wynoszący %s"
+#: src/Module/Install.php:202
+msgid "Base path to installation"
+msgstr "Podstawowa ścieżka do instalacji"
 
-#: mod/wall_attach.php:116
-msgid "File upload failed."
-msgstr "Przesyłanie pliku nie powiodło się."
+#: src/Module/Install.php:204
+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 "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."
 
-#: mod/wall_upload.php:231
-msgid "Wall Photos"
-msgstr "Tablica zdjęć"
+#: src/Module/Install.php:207
+msgid "Sub path of the URL"
+msgstr "Ścieżka podrzędna adresu URL"
 
-#: mod/wallmessage.php:52 mod/wallmessage.php:115
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona."
+#: src/Module/Install.php:209
+msgid ""
+"Overwrite this field in case the sub path determination isn't right, "
+"otherwise leave it as is. Leaving this field blank means the installation is"
+" at the base URL without sub path."
+msgstr "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki."
 
-#: mod/wallmessage.php:63
-msgid "Unable to check your home location."
-msgstr "Nie można sprawdzić twojej lokalizacji."
+#: src/Module/Install.php:220
+msgid "Database connection"
+msgstr "Połączenie z bazą danych"
 
-#: mod/wallmessage.php:89 mod/wallmessage.php:98
-msgid "No recipient."
-msgstr "Brak odbiorcy."
+#: src/Module/Install.php:221
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."
 
-#: mod/wallmessage.php:129
-#, php-format
+#: src/Module/Install.php:222
 msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców."
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."
 
-#: view/theme/duepuntozero/config.php:55 src/Model/User.php:790
-msgid "default"
-msgstr "standardowe"
+#: src/Module/Install.php:223
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."
 
-#: view/theme/duepuntozero/config.php:56
-msgid "greenzero"
-msgstr "zielone zero"
+#: src/Module/Install.php:230
+msgid "Database Server Name"
+msgstr "Nazwa serwera bazy danych"
 
-#: view/theme/duepuntozero/config.php:57
-msgid "purplezero"
-msgstr "fioletowe zero"
+#: src/Module/Install.php:235
+msgid "Database Login Name"
+msgstr "Nazwa użytkownika bazy danych"
 
-#: view/theme/duepuntozero/config.php:58
-msgid "easterbunny"
-msgstr "zajączek wielkanocny"
+#: src/Module/Install.php:241
+msgid "Database Login Password"
+msgstr "Hasło logowania do bazy danych"
 
-#: view/theme/duepuntozero/config.php:59
-msgid "darkzero"
-msgstr "ciemne zero"
+#: src/Module/Install.php:243
+msgid "For security reasons the password must not be empty"
+msgstr "Ze względów bezpieczeństwa hasło nie może być puste"
 
-#: view/theme/duepuntozero/config.php:60
-msgid "comix"
-msgstr "comix"
+#: src/Module/Install.php:246
+msgid "Database Name"
+msgstr "Nazwa bazy danych"
 
-#: view/theme/duepuntozero/config.php:61
-msgid "slackr"
-msgstr "luźny"
+#: src/Module/Install.php:250 src/Module/Install.php:279
+msgid "Please select a default timezone for your website"
+msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony"
 
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Zmiana"
+#: src/Module/Install.php:264
+msgid "Site settings"
+msgstr "Ustawienia strony"
 
-#: view/theme/frio/php/Image.php:24
-msgid "Top Banner"
-msgstr "Górny Baner"
+#: src/Module/Install.php:274
+msgid "Site administrator email address"
+msgstr "Adres e-mail administratora strony"
 
-#: view/theme/frio/php/Image.php:24
+#: src/Module/Install.php:276
 msgid ""
-"Resize image to the width of the screen and show background color below on "
-"long pages."
-msgstr "Zmień rozmiar obrazu na szerokość ekranu i pokaż kolor tła poniżej na długich stronach."
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."
 
-#: view/theme/frio/php/Image.php:25
-msgid "Full screen"
-msgstr "Pełny ekran"
+#: src/Module/Install.php:283
+msgid "System Language:"
+msgstr "Język systemu:"
 
-#: view/theme/frio/php/Image.php:25
+#: src/Module/Install.php:285
 msgid ""
-"Resize image to fill entire screen, clipping either the right or the bottom."
-msgstr "Zmień rozmiar obrazu, aby wypełnić cały ekran, przycinając prawy lub dolny."
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."
 
-#: view/theme/frio/php/Image.php:26
-msgid "Single row mosaic"
-msgstr "Mozaika jednorzędowa"
+#: src/Module/Install.php:297
+msgid "Your Friendica site database has been installed."
+msgstr "Twoja baza danych witryny Friendica została zainstalowana."
 
-#: view/theme/frio/php/Image.php:26
-msgid ""
-"Resize image to repeat it on a single row, either vertical or horizontal."
-msgstr "Zmień rozmiar obrazu, aby powtórzyć go w jednym wierszu, w pionie lub w poziomie."
+#: src/Module/Install.php:305
+msgid "Installation finished"
+msgstr "Instalacja zakończona"
 
-#: view/theme/frio/php/Image.php:27
-msgid "Mosaic"
-msgstr "Mozaika"
+#: src/Module/Install.php:327
+msgid "<h1>What next</h1>"
+msgstr "<h1>Co dalej</h1>"
 
-#: view/theme/frio/php/Image.php:27
-msgid "Repeat image to fill the screen."
-msgstr "Powtórz obraz, aby wypełnić ekran."
+#: src/Module/Install.php:328
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."
 
-#: view/theme/frio/theme.php:246
-msgid "Guest"
-msgstr "Gość"
+#: src/Module/Install.php:331
+#, php-format
+msgid ""
+"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
+"and register as new user. Remember to use the same email you have entered as"
+" administrator email. This will allow you to enter the site admin panel."
+msgstr "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."
 
-#: view/theme/frio/theme.php:251
-msgid "Visitor"
-msgstr "Odwiedzający"
+#: src/Module/BaseAdminModule.php:56 mod/api.php:95
+msgid "Please login to continue."
+msgstr "Zaloguj się aby kontynuować."
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
-#: src/Model/Profile.php:913 src/Module/Settings/TwoFactor/Index.php:91
-#: src/Module/Contact.php:637 src/Module/Contact.php:852
-msgid "Status"
-msgstr "Status"
+#: src/Module/BaseAdminModule.php:62
+msgid ""
+"Submanaged account can't access the administation pages. Please log back in "
+"as the master account."
+msgstr "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne."
 
-#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
-#: src/Content/Nav.php:244
-msgid "Your posts and conversations"
-msgstr "Twoje posty i rozmowy"
+#: src/Module/BaseAdminModule.php:76
+msgid "Overview"
+msgstr "Przegląd"
 
-#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
-msgid "Your profile page"
-msgstr "Twoja strona profilowa"
+#: src/Module/BaseAdminModule.php:77 src/Module/Admin/Federation.php:188
+msgid "Federation Statistics"
+msgstr "Statystyki Organizacji"
 
-#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
-msgid "Your photos"
-msgstr "Twoje zdjęcia"
+#: src/Module/BaseAdminModule.php:79
+msgid "Configuration"
+msgstr "Konfiguracja"
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
-#: src/Model/Profile.php:937 src/Model/Profile.php:940
-msgid "Videos"
-msgstr "Filmy"
+#: src/Module/BaseAdminModule.php:80 src/Module/Admin/Site.php:567
+msgid "Site"
+msgstr "Strona"
 
-#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
-msgid "Your videos"
-msgstr "Twoje filmy"
+#: src/Module/BaseAdminModule.php:81 src/Module/Admin/Users.php:278
+#: src/Module/Admin/Users.php:295 src/Module/Admin/Site.php:471
+msgid "Users"
+msgstr "Użytkownicy"
 
-#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
-msgid "Your events"
-msgstr "Twoje wydarzenia"
+#: src/Module/BaseAdminModule.php:82 src/Module/Admin/Addons/Details.php:100
+#: src/Module/Admin/Addons/Index.php:51 src/Module/BaseSettingsModule.php:68
+#: mod/settings.php:112
+msgid "Addons"
+msgstr "Dodatki"
 
-#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
-msgid "Network"
-msgstr "Sieć"
+#: src/Module/BaseAdminModule.php:83 src/Module/Admin/Themes/Details.php:105
+#: src/Module/Admin/Themes/Index.php:96
+msgid "Themes"
+msgstr "Wygląd"
 
-#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
-msgid "Conversations from your friends"
-msgstr "Rozmowy Twoich przyjaciół"
+#: src/Module/BaseAdminModule.php:84 src/Module/BaseSettingsModule.php:46
+#: mod/settings.php:90
+msgid "Additional features"
+msgstr "Dodatkowe funkcje"
 
-#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
-#: src/Model/Profile.php:952 src/Model/Profile.php:963
-msgid "Events and Calendar"
-msgstr "Wydarzenia i kalendarz"
+#: src/Module/BaseAdminModule.php:87
+msgid "Database"
+msgstr "Baza danych"
 
-#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
-msgid "Private mail"
-msgstr "Prywatne maile"
+#: src/Module/BaseAdminModule.php:88
+msgid "DB updates"
+msgstr "Aktualizacje DB"
 
-#: view/theme/frio/theme.php:277 src/Content/Nav.php:263
-msgid "Account settings"
-msgstr "Ustawienia konta"
+#: src/Module/BaseAdminModule.php:89
+msgid "Inspect Deferred Workers"
+msgstr "Sprawdź Odroczonych Pracowników"
 
-#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:922
-#: src/Content/Nav.php:205 src/Content/Nav.php:269 src/Model/Profile.php:992
-#: src/Model/Profile.php:995 src/Module/Contact.php:795
-#: src/Module/Contact.php:880
-msgid "Contacts"
-msgstr "Kontakty"
+#: src/Module/BaseAdminModule.php:90
+msgid "Inspect worker Queue"
+msgstr "Sprawdź kolejkę pracowników"
 
-#: view/theme/frio/theme.php:278 src/Content/Nav.php:269
-msgid "Manage/edit friends and contacts"
-msgstr "Zarządzaj listą przyjaciół i kontaktami"
+#: src/Module/BaseAdminModule.php:92
+msgid "Tools"
+msgstr "Narzędzia"
 
-#: view/theme/frio/config.php:111
-msgid "Custom"
-msgstr "Niestandardowe"
+#: src/Module/BaseAdminModule.php:93
+msgid "Contact Blocklist"
+msgstr "Lista zablokowanych kontaktów"
 
-#: view/theme/frio/config.php:123
-msgid "Note"
-msgstr "Uwaga"
+#: src/Module/BaseAdminModule.php:94
+msgid "Server Blocklist"
+msgstr "Lista zablokowanych serwerów"
 
-#: view/theme/frio/config.php:123
-msgid "Check image permissions if all users are allowed to see the image"
-msgstr "Sprawdź uprawnienia do zdjęć, jeśli wszyscy użytkownicy mogą zobaczyć obraz"
+#: src/Module/BaseAdminModule.php:95 src/Module/Admin/Item/Delete.php:47
+msgid "Delete Item"
+msgstr "Usuń przedmiot"
 
-#: view/theme/frio/config.php:129
-msgid "Select color scheme"
-msgstr "Wybierz schemat kolorów"
+#: src/Module/BaseAdminModule.php:97 src/Module/BaseAdminModule.php:98
+#: src/Module/Admin/Logs/Settings.php:64
+msgid "Logs"
+msgstr "Logi"
 
-#: view/theme/frio/config.php:130
-msgid "Copy or paste schemestring"
-msgstr "Skopiuj lub wklej schemat"
+#: src/Module/BaseAdminModule.php:99 src/Module/Admin/Logs/View.php:47
+msgid "View Logs"
+msgstr "Zobacz rejestry"
 
-#: view/theme/frio/config.php:130
-msgid ""
-"You can copy this string to share your theme with others. Pasting here "
-"applies the schemestring"
-msgstr "Możesz skopiować ten ciąg, aby podzielić się swoim motywem z innymi. Wklejanie tutaj stosuje schemat"
+#: src/Module/BaseAdminModule.php:101
+msgid "Diagnostics"
+msgstr "Diagnostyka"
 
-#: view/theme/frio/config.php:131
-msgid "Navigation bar background color"
-msgstr "Kolor tła paska nawigacyjnego"
+#: src/Module/BaseAdminModule.php:102
+msgid "PHP Info"
+msgstr "Informacje o PHP"
 
-#: view/theme/frio/config.php:132
-msgid "Navigation bar icon color "
-msgstr "Kolor ikon na pasku nawigacyjnym "
+#: src/Module/BaseAdminModule.php:103
+msgid "probe address"
+msgstr "adres sondy"
 
-#: view/theme/frio/config.php:133
-msgid "Link color"
-msgstr "Kolor łączy"
+#: src/Module/BaseAdminModule.php:104
+msgid "check webfinger"
+msgstr "sprawdź webfinger"
 
-#: view/theme/frio/config.php:134
-msgid "Set the background color"
-msgstr "Ustaw kolor tła"
+#: src/Module/BaseAdminModule.php:105
+msgid "Item Source"
+msgstr "Źródło elementu"
 
-#: view/theme/frio/config.php:135
-msgid "Content background opacity"
-msgstr "Nieprzezroczystość tła treści"
+#: src/Module/BaseAdminModule.php:106
+msgid "Babel"
+msgstr ""
 
-#: view/theme/frio/config.php:136
-msgid "Set the background image"
-msgstr "Ustaw obraz tła"
+#: src/Module/BaseAdminModule.php:115
+msgid "Addon Features"
+msgstr "Funkcje dodatkowe"
 
-#: view/theme/frio/config.php:137
-msgid "Background image style"
-msgstr "Styl tła"
+#: src/Module/BaseAdminModule.php:116
+msgid "User registrations waiting for confirmation"
+msgstr "Rejestracje użytkowników czekające na potwierdzenie"
 
-#: view/theme/frio/config.php:139
-msgid "Enable Compose page"
-msgstr "Włącz stronę edycji"
+#: src/Module/Login.php:96
+msgid "Create a New Account"
+msgstr "Załóż nowe konto"
 
-#: view/theme/frio/config.php:139
+#: src/Module/Login.php:121
+msgid "Your OpenID: "
+msgstr ""
+
+#: src/Module/Login.php:124
 msgid ""
-"This replaces the jot modal window for writing new posts with a link to <a "
-"href=\"compose\">the new Compose page</a>."
+"Please enter your username and password to add the OpenID to your existing "
+"account."
 msgstr ""
 
-#: view/theme/frio/config.php:143
-msgid "Login page background image"
-msgstr "Obraz tła strony logowania"
+#: src/Module/Login.php:126
+msgid "Or login using OpenID: "
+msgstr "Lub zaloguj się za pośrednictwem OpenID: "
 
-#: view/theme/frio/config.php:147
-msgid "Login page background color"
-msgstr "Kolor tła strony logowania"
+#: src/Module/Login.php:139 mod/lostpass.php:120
+msgid "Nickname or Email: "
+msgstr "Pseudonim lub e-mail: "
 
-#: view/theme/frio/config.php:147
-msgid "Leave background image and color empty for theme defaults"
-msgstr "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji"
+#: src/Module/Login.php:140
+msgid "Password: "
+msgstr "Hasło: "
 
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Wyrównanie"
+#: src/Module/Login.php:141
+msgid "Remember me"
+msgstr "Zapamiętaj mnie"
 
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Lewo"
+#: src/Module/Login.php:150
+msgid "Forgot your password?"
+msgstr "Zapomniałeś swojego hasła?"
 
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Środek"
+#: src/Module/Login.php:151 mod/lostpass.php:136
+msgid "Password Reset"
+msgstr "Zresetuj hasło"
 
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Zestaw kolorów"
+#: src/Module/Login.php:153
+msgid "Website Terms of Service"
+msgstr "Warunki korzystania z witryny"
 
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Rozmiar czcionki postów"
+#: src/Module/Login.php:154
+msgid "terms of service"
+msgstr "warunki użytkowania"
 
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Rozmiar czcionki Textareas"
+#: src/Module/Login.php:156
+msgid "Website Privacy Policy"
+msgstr "Polityka Prywatności Witryny"
 
-#: view/theme/vier/config.php:78
-msgid "Comma separated list of helper forums"
-msgstr "Lista pomocników oddzielona przecinkami"
+#: src/Module/Login.php:157
+msgid "privacy policy"
+msgstr "polityka prywatności"
 
-#: view/theme/vier/config.php:118 src/Core/ACL.php:303
-msgid "don't show"
-msgstr "nie pokazuj"
+#: src/Module/Profile.php:175 mod/cal.php:130 mod/display.php:265
+msgid "Access to this profile has been restricted."
+msgstr "Dostęp do tego profilu został ograniczony."
 
-#: view/theme/vier/config.php:118 src/Core/ACL.php:302
-msgid "show"
-msgstr "pokaż"
+#: src/Module/TwoFactor/Verify.php:46 src/Module/TwoFactor/Recovery.php:49
+#: src/Module/Settings/TwoFactor/Verify.php:67
+msgid "Invalid code, please retry."
+msgstr "Nieprawidłowy kod, spróbuj ponownie."
 
-#: view/theme/vier/config.php:124
-msgid "Set style"
-msgstr "Ustaw styl"
+#: src/Module/TwoFactor/Verify.php:65
+#: src/Module/Settings/TwoFactor/Index.php:89
+#: src/Module/BaseSettingsModule.php:31 mod/settings.php:75
+msgid "Two-factor authentication"
+msgstr "Uwierzytelnianie dwuskładnikowe"
 
-#: view/theme/vier/config.php:125
-msgid "Community Pages"
-msgstr "Strony społeczności"
+#: src/Module/TwoFactor/Verify.php:66
+msgid ""
+"<p>Open the two-factor authentication app on your device to get an "
+"authentication code and verify your identity.</p>"
+msgstr "<p>Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.</p>"
 
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:128
-msgid "Community Profiles"
-msgstr "Profile społeczności"
+#: src/Module/TwoFactor/Verify.php:67 mod/repair_ostatus.php:37
+msgid "Error"
+msgid_plural "Errors"
+msgstr[0] "Błąd"
+msgstr[1] "Błędów"
+msgstr[2] "Błędy"
+msgstr[3] "Błędów"
 
-#: view/theme/vier/config.php:127
-msgid "Help or @NewHere ?"
-msgstr "Pomóż lub @NowyTutaj?"
+#: src/Module/TwoFactor/Verify.php:69 src/Module/TwoFactor/Recovery.php:70
+#, php-format
+msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
+msgstr "Nie masz telefonu? <a href=\"%s\">Wprowadzić dwuetapowy kod przywracania </a>"
 
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:350
-msgid "Connect Services"
-msgstr "Połączone serwisy"
+#: src/Module/TwoFactor/Verify.php:70
+#: src/Module/Settings/TwoFactor/Verify.php:126
+msgid "Please enter a code from your authentication app"
+msgstr "Wprowadź kod z aplikacji uwierzytelniającej"
 
-#: view/theme/vier/config.php:129
-msgid "Find Friends"
-msgstr "Znajdź znajomych"
+#: src/Module/TwoFactor/Verify.php:71
+msgid "Verify code and complete login"
+msgstr "Zweryfikuj kod i zakończ logowanie"
 
-#: view/theme/vier/config.php:130 view/theme/vier/theme.php:158
-msgid "Last users"
-msgstr "Ostatni użytkownicy"
+#: src/Module/TwoFactor/Recovery.php:42
+#, php-format
+msgid "Remaining recovery codes: %d"
+msgstr "Pozostałe kody odzyskiwania: %d"
 
-#: view/theme/vier/theme.php:176 src/Content/Widget.php:65
-msgid "Find People"
-msgstr "Znajdź ludzi"
+#: src/Module/TwoFactor/Recovery.php:68
+msgid "Two-factor recovery"
+msgstr "Odzyskiwanie dwuczynnikowe"
 
-#: view/theme/vier/theme.php:177 src/Content/Widget.php:66
-msgid "Enter name or interest"
-msgstr "Wpisz nazwę lub zainteresowanie"
+#: src/Module/TwoFactor/Recovery.php:69
+msgid ""
+"<p>You can enter one of your one-time recovery codes in case you lost access"
+" to your mobile device.</p>"
+msgstr "<p>Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.</p>"
 
-#: view/theme/vier/theme.php:179 src/Content/Widget.php:68
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Przykład: Jan Kowalski, Wędkarstwo"
+#: src/Module/TwoFactor/Recovery.php:71
+msgid "Please enter a recovery code"
+msgstr "Wprowadź kod odzyskiwania"
 
-#: view/theme/vier/theme.php:180 src/Content/Widget.php:69
-#: src/Module/Contact.php:816 src/Module/Directory.php:84
-msgid "Find"
-msgstr "Znajdź"
+#: src/Module/TwoFactor/Recovery.php:72
+msgid "Submit recovery code and complete login"
+msgstr "Prześlij kod odzyskiwania i pełne logowanie"
 
-#: view/theme/vier/theme.php:182 src/Content/Widget.php:71
-msgid "Similar Interests"
-msgstr "Podobne zainteresowania"
+#: src/Module/Maintenance.php:29
+msgid "System down for maintenance"
+msgstr "System wyłączony w celu konserwacji"
 
-#: view/theme/vier/theme.php:183 src/Content/Widget.php:72
-msgid "Random Profile"
-msgstr "Domyślny profil"
+#: src/Module/Bookmarklet.php:35
+msgid "This page is missing a url parameter."
+msgstr "Na tej stronie brakuje parametru url."
 
-#: view/theme/vier/theme.php:184 src/Content/Widget.php:73
-msgid "Invite Friends"
-msgstr "Zaproś znajomych"
+#: src/Module/Bookmarklet.php:57
+msgid "The post was created"
+msgstr "Post został utworzony"
 
-#: view/theme/vier/theme.php:185 src/Content/Widget.php:74
-#: src/Module/Directory.php:76
-msgid "Global Directory"
-msgstr "Katalog globalny"
+#: src/Module/Photo.php:87
+#, php-format
+msgid "Invalid photo with id %s."
+msgstr "Nieprawidłowe zdjęcie z identyfikatorem %s."
 
-#: view/theme/vier/theme.php:187 src/Content/Widget.php:76
-msgid "Local Directory"
-msgstr "Katalog lokalny"
+#: src/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "Element nie znaleziony."
 
-#: view/theme/vier/theme.php:227 src/Content/Text/HTML.php:926
-#: src/Content/ForumManager.php:130 src/Content/Nav.php:209
-msgid "Forums"
-msgstr "Fora"
+#: src/Module/Admin/Blocklist/Server.php:31
+msgid "Server domain pattern added to blocklist."
+msgstr "Wzorzec domeny serwera dodano do listy bloków."
 
-#: view/theme/vier/theme.php:229 src/Content/ForumManager.php:132
-msgid "External link to forum"
-msgstr "Zewnętrzny link do forum"
+#: src/Module/Admin/Blocklist/Server.php:47
+msgid "Site blocklist updated."
+msgstr "Zaktualizowano listę bloków witryny."
 
-#: view/theme/vier/theme.php:232 src/Content/ForumManager.php:135
-#: src/Content/Widget.php:405 src/Content/Widget.php:505
-msgid "show more"
-msgstr "pokaż więcej"
+#: src/Module/Admin/Blocklist/Server.php:64
+#: src/Module/Admin/Blocklist/Server.php:89
+msgid "Blocked server domain pattern"
+msgstr "Zablokowany wzorzec domeny serwera"
 
-#: view/theme/vier/theme.php:265
-msgid "Quick Start"
-msgstr "Szybki start"
+#: src/Module/Admin/Blocklist/Server.php:65
+#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60
+msgid "Reason for the block"
+msgstr "Powód blokowania"
 
-#: view/theme/vier/theme.php:271 src/Content/Nav.php:192
-#: src/Module/Help.php:50 src/Module/Settings/TwoFactor/AppSpecific.php:99
-#: src/Module/Settings/TwoFactor/Recovery.php:77
-#: src/Module/Settings/TwoFactor/Index.php:90
-#: src/Module/Settings/TwoFactor/Verify.php:117
-msgid "Help"
-msgstr "Pomoc"
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Delete server domain pattern"
+msgstr "Usuń wzorzec domeny serwera"
 
-#: src/Core/L10n/L10n.php:404 src/Model/Event.php:398
-msgid "Tuesday"
-msgstr "Wtorek"
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Check to delete this entry from the blocklist"
+msgstr "Zaznacz, aby usunąć ten wpis z listy bloków"
 
-#: src/Core/L10n/L10n.php:404 src/Model/Event.php:399
-msgid "Wednesday"
-msgstr "Środa"
+#: src/Module/Admin/Blocklist/Server.php:73
+#: src/Module/Admin/Blocklist/Contact.php:61 src/Module/Admin/Tos.php:42
+#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50
+#: src/Module/Admin/Themes/Details.php:104
+#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Users.php:277
+#: src/Module/Admin/Site.php:566 src/Module/Admin/Federation.php:187
+#: src/Module/Admin/Queue.php:56 src/Module/Admin/Item/Delete.php:46
+#: src/Module/Admin/Logs/Settings.php:63 src/Module/Admin/Logs/View.php:46
+#: src/Module/Admin/Summary.php:192
+msgid "Administration"
+msgstr "Administracja"
 
-#: src/Core/L10n/L10n.php:404 src/Model/Event.php:400
-msgid "Thursday"
-msgstr "Czwartek"
+#: src/Module/Admin/Blocklist/Server.php:74
+msgid "Server Domain Pattern Blocklist"
+msgstr "Lista bloków wzorców domen serwerów"
 
-#: src/Core/L10n/L10n.php:404 src/Model/Event.php:401
-msgid "Friday"
-msgstr "Piątek"
+#: src/Module/Admin/Blocklist/Server.php:75
+msgid ""
+"This page can be used to define a blacklist of server domain patterns from "
+"the federated network that are not allowed to interact with your node. For "
+"each domain pattern you should also provide the reason why you block it."
+msgstr "Ta strona może zostać użyta do zdefiniowania czarnej listy wzorców domen serwera z sieci stowarzyszonej, które nie mogą współdziałać z twoim węzłem. Dla każdego wzorca domeny należy również podać powód zablokowania go."
 
-#: src/Core/L10n/L10n.php:404 src/Model/Event.php:402
-msgid "Saturday"
-msgstr "Sobota"
+#: src/Module/Admin/Blocklist/Server.php:76
+msgid ""
+"The list of blocked server domain patterns will be made publically available"
+" on the <a href=\"/friendica\">/friendica</a> page so that your users and "
+"people investigating communication problems can find the reason easily."
+msgstr ""
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:417
-msgid "January"
-msgstr "Styczeń"
+#: src/Module/Admin/Blocklist/Server.php:77
+msgid ""
+"<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n"
+"<ul>\n"
+"\t<li><code>*</code>: Any number of characters</li>\n"
+"\t<li><code>?</code>: Any single character</li>\n"
+"\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n"
+"</ul>"
+msgstr ""
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:418
-msgid "February"
-msgstr "Luty"
+#: src/Module/Admin/Blocklist/Server.php:83
+msgid "Add new entry to block list"
+msgstr "Dodaj nowy wpis do listy bloków"
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:419
-msgid "March"
-msgstr "Marzec"
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid "Server Domain Pattern"
+msgstr "Wzorzec domeny serwera"
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:420
-msgid "April"
-msgstr "Kwiecień"
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid ""
+"The domain pattern of the new server to add to the block list. Do not "
+"include the protocol."
+msgstr "Wzorzec domeny nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."
 
-#: src/Core/L10n/L10n.php:408 src/Core/L10n/L10n.php:428
-#: src/Model/Event.php:408
-msgid "May"
-msgstr "Maj"
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "Block reason"
+msgstr "Powód zablokowania"
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:421
-msgid "June"
-msgstr "Czerwiec"
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "The reason why you blocked this server domain pattern."
+msgstr "Powód zablokowania wzorca domeny serwera."
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:422
-msgid "July"
-msgstr "Lipiec"
+#: src/Module/Admin/Blocklist/Server.php:86
+msgid "Add Entry"
+msgstr "Dodaj wpis"
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:423
-msgid "August"
-msgstr "Sierpień"
-
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:424
-msgid "September"
-msgstr "Wrzesień"
-
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:425
-msgid "October"
-msgstr "Październik"
-
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:426
-msgid "November"
-msgstr "Listopad"
+#: src/Module/Admin/Blocklist/Server.php:87
+msgid "Save changes to the blocklist"
+msgstr "Zapisz zmiany w liście zablokowanych"
 
-#: src/Core/L10n/L10n.php:408 src/Model/Event.php:427
-msgid "December"
-msgstr "Grudzień"
+#: src/Module/Admin/Blocklist/Server.php:88
+msgid "Current Entries in the Blocklist"
+msgstr "Aktualne wpisy na liście zablokowanych"
 
-#: src/Core/L10n/L10n.php:424 src/Model/Event.php:389
-msgid "Mon"
-msgstr "Pon"
+#: src/Module/Admin/Blocklist/Server.php:91
+msgid "Delete entry from blocklist"
+msgstr "Usuń wpis z listy zablokowanych"
 
-#: src/Core/L10n/L10n.php:424 src/Model/Event.php:390
-msgid "Tue"
-msgstr "Wt"
+#: src/Module/Admin/Blocklist/Server.php:94
+msgid "Delete entry from blocklist?"
+msgstr "Usunąć wpis z listy zablokowanych?"
 
-#: src/Core/L10n/L10n.php:424 src/Model/Event.php:391
-msgid "Wed"
-msgstr "Śr"
+#: src/Module/Admin/Blocklist/Contact.php:28
+#: src/Console/GlobalCommunityBlock.php:87
+msgid "The contact has been blocked from the node"
+msgstr "Kontakt został zablokowany w węźle"
 
-#: src/Core/L10n/L10n.php:424 src/Model/Event.php:392
-msgid "Thu"
-msgstr "Czw"
+#: src/Module/Admin/Blocklist/Contact.php:30
+#: src/Console/GlobalCommunityBlock.php:82
+#, php-format
+msgid "Could not find any contact entry for this URL (%s)"
+msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"
 
-#: src/Core/L10n/L10n.php:424 src/Model/Event.php:393
-msgid "Fri"
-msgstr "Pt"
+#: src/Module/Admin/Blocklist/Contact.php:38
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] "%s kontakt odblokowany"
+msgstr[1] "%s kontakty odblokowane"
+msgstr[2] "%s kontaktów odblokowanych"
+msgstr[3] "%s kontaktów odblokowanych"
 
-#: src/Core/L10n/L10n.php:424 src/Model/Event.php:394
-msgid "Sat"
-msgstr "Sob"
+#: src/Module/Admin/Blocklist/Contact.php:62
+msgid "Remote Contact Blocklist"
+msgstr "Lista zablokowanych kontaktów zdalnych"
 
-#: src/Core/L10n/L10n.php:424 src/Model/Event.php:388
-msgid "Sun"
-msgstr "Niedz"
+#: src/Module/Admin/Blocklist/Contact.php:63
+msgid ""
+"This page allows you to prevent any message from a remote contact to reach "
+"your node."
+msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego."
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:404
-msgid "Jan"
-msgstr "Sty"
+#: src/Module/Admin/Blocklist/Contact.php:64
+msgid "Block Remote Contact"
+msgstr "Zablokuj kontakt zdalny"
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:405
-msgid "Feb"
-msgstr "Lut"
+#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
+msgid "select all"
+msgstr "zaznacz wszystko"
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:406
-msgid "Mar"
-msgstr "Mar"
+#: src/Module/Admin/Blocklist/Contact.php:66
+msgid "select none"
+msgstr "wybierz brak"
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:407
-msgid "Apr"
-msgstr "Kwi"
+#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
+#: src/Module/Contact.php:606 src/Module/Contact.php:823
+#: src/Module/Contact.php:1082
+msgid "Unblock"
+msgstr "Odblokuj"
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:409
-msgid "Jun"
-msgstr "Cze"
+#: src/Module/Admin/Blocklist/Contact.php:69
+msgid "No remote contact is blocked from this node."
+msgstr "Z tego węzła nie jest blokowany kontakt zdalny."
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:410
-msgid "Jul"
-msgstr "Lip"
+#: src/Module/Admin/Blocklist/Contact.php:71
+msgid "Blocked Remote Contacts"
+msgstr "Zablokowane kontakty zdalne"
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:411
-msgid "Aug"
-msgstr "Sie"
+#: src/Module/Admin/Blocklist/Contact.php:72
+msgid "Block New Remote Contact"
+msgstr "Zablokuj nowy kontakt zdalny"
 
-#: src/Core/L10n/L10n.php:428
-msgid "Sep"
-msgstr "Wrz"
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Photo"
+msgstr "Zdjęcie"
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:413
-msgid "Oct"
-msgstr "Paź"
+#: src/Module/Admin/Blocklist/Contact.php:73 src/Module/Admin/Users.php:272
+#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
+#: src/Module/Admin/Users.php:313 mod/crepair.php:159 mod/settings.php:672
+#: mod/settings.php:698
+msgid "Name"
+msgstr "Nazwa"
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:414
-msgid "Nov"
-msgstr "Lis"
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Reason"
+msgstr ""
 
-#: src/Core/L10n/L10n.php:428 src/Model/Event.php:415
-msgid "Dec"
-msgstr "Gru"
+#: src/Module/Admin/Blocklist/Contact.php:81
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] "łącznie %s zablokowany kontakt"
+msgstr[1] "łącznie %s zablokowane kontakty"
+msgstr[2] "łącznie %s zablokowanych kontaktów"
+msgstr[3] "%s całkowicie zablokowane kontakty"
 
-#: src/Core/L10n/L10n.php:447
-msgid "poke"
-msgstr "zaczep"
+#: src/Module/Admin/Blocklist/Contact.php:83 src/Module/Contact.php:624
+#: mod/notifications.php:194 mod/notifications.php:286 mod/follow.php:179
+#: mod/unfollow.php:137
+msgid "Profile URL"
+msgstr "Adres URL profilu"
 
-#: src/Core/L10n/L10n.php:447
-msgid "poked"
-msgstr "zaczepił Cię"
+#: src/Module/Admin/Blocklist/Contact.php:83
+msgid "URL of the remote contact to block."
+msgstr "Adres URL kontaktu zdalnego do zablokowania."
 
-#: src/Core/L10n/L10n.php:448
-msgid "ping"
-msgstr "ping"
+#: src/Module/Admin/Blocklist/Contact.php:84
+msgid "Block Reason"
+msgstr ""
 
-#: src/Core/L10n/L10n.php:448
-msgid "pinged"
-msgstr "napięcia"
+#: src/Module/Admin/Tos.php:30
+msgid "The Terms of Service settings have been updated."
+msgstr "Ustawienia Warunków korzystania z usługi zostały zaktualizowane."
 
-#: src/Core/L10n/L10n.php:449
-msgid "prod"
-msgstr "zaczep"
+#: src/Module/Admin/Tos.php:44
+msgid "Display Terms of Service"
+msgstr "Wyświetl Warunki korzystania z usługi"
 
-#: src/Core/L10n/L10n.php:449
-msgid "prodded"
-msgstr "zaczepiać"
+#: src/Module/Admin/Tos.php:44
+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 "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi."
 
-#: src/Core/L10n/L10n.php:450
-msgid "slap"
-msgstr "klask"
+#: src/Module/Admin/Tos.php:45
+msgid "Display Privacy Statement"
+msgstr "Wyświetl oświadczenie o prywatności"
 
-#: src/Core/L10n/L10n.php:450
-msgid "slapped"
-msgstr "spoliczkowany"
+#: src/Module/Admin/Tos.php:45
+#, php-format
+msgid ""
+"Show some informations regarding the needed information to operate the node "
+"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgstr "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
 
-#: src/Core/L10n/L10n.php:451
-msgid "finger"
-msgstr "wskaż"
+#: src/Module/Admin/Tos.php:46
+msgid "Privacy Statement Preview"
+msgstr "Podgląd oświadczenia o prywatności"
 
-#: src/Core/L10n/L10n.php:451
-msgid "fingered"
-msgstr "dotknięty"
+#: src/Module/Admin/Tos.php:48
+msgid "The Terms of Service"
+msgstr "Warunki świadczenia usług"
 
-#: src/Core/L10n/L10n.php:452
-msgid "rebuff"
-msgstr "odrzuć"
+#: src/Module/Admin/Tos.php:48
+msgid ""
+"Enter the Terms of Service for your node here. You can use BBCode. Headers "
+"of sections should be [h2] and below."
+msgstr "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."
 
-#: src/Core/L10n/L10n.php:452
-msgid "rebuffed"
-msgstr "odrzucony"
+#: src/Module/Admin/Tos.php:50 src/Module/Admin/Addons/Index.php:52
+#: src/Module/Admin/Themes/Index.php:97 src/Module/Admin/Site.php:568
+#: src/Module/Admin/Features.php:69 src/Module/Admin/Logs/Settings.php:65
+#: src/Module/Settings/Delegation.php:158 mod/settings.php:670
+#: mod/settings.php:777 mod/settings.php:875 mod/settings.php:954
+#: mod/settings.php:1179
+msgid "Save Settings"
+msgstr "Zapisz ustawienia"
 
-#: src/Core/Update.php:193
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów."
+#: src/Module/Admin/Addons/Details.php:51
+msgid "Addon not found."
+msgstr "Nie znaleziono dodatku."
 
-#: src/Core/Update.php:257
+#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32
 #, php-format
-msgid ""
-"\n"
-"\t\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
-msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."
+msgid "Addon %s disabled."
+msgstr "Dodatek %s wyłączony."
 
-#: src/Core/Update.php:263
+#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34
 #, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]"
+msgid "Addon %s enabled."
+msgstr "Dodatek %s włączony."
 
-#: src/Core/Update.php:269 src/Core/Update.php:308
-msgid "[Friendica Notify] Database update"
-msgstr "[Powiadomienie Friendica] Aktualizacja bazy danych"
+#: src/Module/Admin/Addons/Details.php:76
+#: src/Module/Admin/Themes/Details.php:60
+msgid "Disable"
+msgstr "Wyłącz"
 
-#: src/Core/Update.php:300
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
-msgstr "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s."
+#: src/Module/Admin/Addons/Details.php:79
+#: src/Module/Admin/Themes/Details.php:63
+msgid "Enable"
+msgstr "Zezwól"
 
-#: src/Core/UserImport.php:107
-msgid "Error decoding account file"
-msgstr "Błąd podczas odczytu pliku konta"
+#: src/Module/Admin/Addons/Details.php:101
+#: src/Module/Admin/Themes/Details.php:106
+msgid "Toggle"
+msgstr "Włącz"
 
-#: src/Core/UserImport.php:113
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?"
+#: src/Module/Admin/Addons/Details.php:109
+#: src/Module/Admin/Themes/Details.php:115
+msgid "Author: "
+msgstr "Autor: "
 
-#: src/Core/UserImport.php:121
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "Użytkownik '%s' już istnieje na tym serwerze!"
+#: src/Module/Admin/Addons/Details.php:110
+#: src/Module/Admin/Themes/Details.php:116
+msgid "Maintainer: "
+msgstr "Opiekun: "
 
-#: src/Core/UserImport.php:157
-msgid "User creation error"
-msgstr "Błąd tworzenia użytkownika"
+#: src/Module/Admin/Addons/Index.php:36
+#, php-format
+msgid "Addon %s failed to install."
+msgstr "Instalacja dodatku %s nie powiodła się."
 
-#: src/Core/UserImport.php:175
-msgid "User profile creation error"
-msgstr "Błąd tworzenia profilu użytkownika"
+#: src/Module/Admin/Addons/Index.php:53
+msgid "Reload active addons"
+msgstr "Załaduj ponownie aktywne dodatki"
 
-#: src/Core/UserImport.php:219
+#: src/Module/Admin/Addons/Index.php:58
 #, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "Nie zaimportowano %d kontaktu"
-msgstr[1] "Nie zaimportowano %d kontaktów"
-msgstr[2] "Nie zaimportowano %d kontaktów"
-msgstr[3] "%d kontakty nie zostały zaimportowane "
-
-#: src/Core/UserImport.php:284
-msgid "Done. You can now login with your username and password"
-msgstr "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła"
+msgid ""
+"There are currently no addons available on your node. You can find the "
+"official addon repository at %1$s and might find other interesting addons in"
+" the open addon registry at %2$s"
+msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s"
 
-#: src/Core/ACL.php:289 src/Module/Item/Compose.php:143
-msgid "Post to Email"
-msgstr "Prześlij e-mailem"
+#: src/Module/Admin/Themes/Embed.php:46 src/Module/Admin/Themes/Details.php:32
+msgid "Theme settings updated."
+msgstr "Zaktualizowano ustawienia motywów."
 
-#: src/Core/ACL.php:301
-msgid "Visible to everybody"
-msgstr "Widoczny dla wszystkich"
+#: src/Module/Admin/Themes/Embed.php:67
+msgid "Unknown theme."
+msgstr "Nieznany motyw."
 
-#: src/Core/ACL.php:312
-msgid "Connectors"
-msgstr "Wtyczki"
+#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49
+#, php-format
+msgid "Theme %s disabled."
+msgstr "Motyw %s wyłączony."
 
-#: src/Core/ACL.php:314
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?"
+#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51
+#, php-format
+msgid "Theme %s successfully enabled."
+msgstr "Motyw %s został pomyślnie włączony."
 
-#: src/Core/ACL.php:314
+#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53
 #, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."
+msgid "Theme %s failed to install."
+msgstr "Nie udało się zainstalować motywu %s."
 
-#: src/Core/ACL.php:316
-msgid "Close"
-msgstr "Zamknij"
+#: src/Module/Admin/Themes/Details.php:97
+msgid "Screenshot"
+msgstr "Zrzut ekranu"
 
-#: src/Core/Installer.php:162
-msgid ""
-"The database configuration file \"config/local.config.php\" could not be "
-"written. Please use the enclosed text to create a configuration file in your"
-" web server root."
-msgstr "Plik konfiguracyjny bazy danych \"config/local.config.php\" nie mógł zostać zapisany. Proszę użyć załączonego tekstu, aby utworzyć plik konfiguracyjny w katalogu głównym serwera."
+#: src/Module/Admin/Themes/Index.php:98
+msgid "Reload active themes"
+msgstr "Przeładuj aktywne motywy"
 
-#: src/Core/Installer.php:181
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql."
+#: src/Module/Admin/Themes/Index.php:103
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s"
 
-#: src/Core/Installer.php:182 src/Module/Install.php:173
-#: src/Module/Install.php:329
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Proszę przejrzeć plik \"INSTALL.txt\"."
+#: src/Module/Admin/Themes/Index.php:104
+msgid "[Experimental]"
+msgstr "[Eksperymentalne]"
 
-#: src/Core/Installer.php:243
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Nie można znaleźć PHP dla wiersza poleceń w PATH serwera."
+#: src/Module/Admin/Themes/Index.php:105
+msgid "[Unsupported]"
+msgstr "[Niewspieralne]"
 
-#: src/Core/Installer.php:244
+#: src/Module/Admin/Users.php:48
+#, php-format
 msgid ""
-"If you don't have a command line version of PHP installed on your server, "
-"you will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-worker'>'Setup the worker'</a>"
-msgstr "Jeśli nie masz zainstalowanej na serwerze wersji PHP z wierszem poleceń, nie będziesz mógł uruchomić przetwarzania w tle. Zobacz <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>'Konfiguracja pracownika'</a>"
-
-#: src/Core/Installer.php:249
-msgid "PHP executable path"
-msgstr "Ścieżka wykonywalna PHP"
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\n\t\t\tSzanowny Użytkowniku %1$s, \n\t\t\t\tadministrator %2$s założył dla ciebie konto."
 
-#: src/Core/Installer.php:249
+#: src/Module/Admin/Users.php:51
+#, php-format
 msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Wprowadź pełną ścieżkę do pliku wykonywalnego php. Możesz pozostawić to pole puste, aby kontynuować instalację."
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:%2$s\n\t\t\tHasło:%3$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc,\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %1$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do%4$s"
 
-#: src/Core/Installer.php:254
-msgid "Command line PHP"
-msgstr "Linia komend PHP"
+#: src/Module/Admin/Users.php:96
+#, php-format
+msgid "%s user blocked"
+msgid_plural "%s users blocked"
+msgstr[0] "%s użytkownik zablokowany"
+msgstr[1] "%s użytkowników zablokowanych"
+msgstr[2] "%s użytkowników zablokowanych"
+msgstr[3] "%s użytkownicy zablokowani"
 
-#: src/Core/Installer.php:263
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "Plik wykonywalny PHP nie jest php cli binarny (może być wersją cgi-fgci)"
+#: src/Module/Admin/Users.php:102
+#, php-format
+msgid "%s user unblocked"
+msgid_plural "%s users unblocked"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: src/Core/Installer.php:264
-msgid "Found PHP version: "
-msgstr "Znaleziona wersja PHP: "
+#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160
+msgid "You can't remove yourself"
+msgstr "Nie możesz usunąć siebie"
 
-#: src/Core/Installer.php:266
-msgid "PHP cli binary"
-msgstr "PHP cli binarny"
+#: src/Module/Admin/Users.php:114
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "usunięto %s użytkownika"
+msgstr[1] "usunięto %s użytkowników"
+msgstr[2] "usunięto %s użytkowników"
+msgstr[3] "%s usuniętych użytkowników"
 
-#: src/Core/Installer.php:279
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Wersja linii poleceń PHP w twoim systemie nie ma aktywowanego \"register_argc_argv\"."
+#: src/Module/Admin/Users.php:158
+#, php-format
+msgid "User \"%s\" deleted"
+msgstr "Użytkownik \"%s\" usunięty"
 
-#: src/Core/Installer.php:280
-msgid "This is required for message delivery to work."
-msgstr "Jest wymagane, aby dostarczanie wiadomości działało."
+#: src/Module/Admin/Users.php:167
+#, php-format
+msgid "User \"%s\" blocked"
+msgstr "Użytkownik \"%s\" zablokowany"
 
-#: src/Core/Installer.php:285
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: src/Module/Admin/Users.php:173
+#, php-format
+msgid "User \"%s\" unblocked"
+msgstr "Użytkownik \"%s\" odblokowany"
 
-#: src/Core/Installer.php:317
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Błąd: funkcja \"openssl_pkey_new\" w tym systemie nie jest w stanie wygenerować kluczy szyfrujących"
+#: src/Module/Admin/Users.php:222 mod/settings.php:1054
+msgid "Normal Account Page"
+msgstr "Normalna strona konta"
 
-#: src/Core/Installer.php:318
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Jeśli korzystasz z Windowsa, proszę odwiedzić \"http://www.php.net/manual/en/openssl.installation.php\"."
+#: src/Module/Admin/Users.php:223 mod/settings.php:1058
+msgid "Soapbox Page"
+msgstr "Strona Soapbox"
 
-#: src/Core/Installer.php:321
-msgid "Generate encryption keys"
-msgstr "Generuj klucz kodowania"
+#: src/Module/Admin/Users.php:224 mod/settings.php:1062
+msgid "Public Forum"
+msgstr "Forum publiczne"
 
-#: src/Core/Installer.php:373
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Błąd: moduł Apache webserver mod-rewrite jest potrzebny, jednakże nie jest zainstalowany."
+#: src/Module/Admin/Users.php:225 mod/settings.php:1066
+msgid "Automatic Friend Page"
+msgstr "Automatyczna strona znajomego"
 
-#: src/Core/Installer.php:378
-msgid "Apache mod_rewrite module"
-msgstr "Moduł Apache mod_rewrite"
+#: src/Module/Admin/Users.php:226
+msgid "Private Forum"
+msgstr "Prywatne forum"
 
-#: src/Core/Installer.php:384
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Błąd: Wymagany moduł PDO lub MySQLi PHP, ale nie zainstalowany."
+#: src/Module/Admin/Users.php:229 mod/settings.php:1038
+msgid "Personal Page"
+msgstr "Strona osobista"
 
-#: src/Core/Installer.php:389
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Błąd: Sterownik MySQL dla PDO nie jest zainstalowany."
+#: src/Module/Admin/Users.php:230 mod/settings.php:1042
+msgid "Organisation Page"
+msgstr "Strona Organizacji"
 
-#: src/Core/Installer.php:393
-msgid "PDO or MySQLi PHP module"
-msgstr "Moduł PDO lub MySQLi PHP"
+#: src/Module/Admin/Users.php:231 mod/settings.php:1046
+msgid "News Page"
+msgstr "Strona Wiadomości"
 
-#: src/Core/Installer.php:401
-msgid "Error, XML PHP module required but not installed."
-msgstr "Błąd, wymagany moduł XML PHP, ale nie zainstalowany."
+#: src/Module/Admin/Users.php:232 mod/settings.php:1050
+msgid "Community Forum"
+msgstr "Forum społecznościowe"
 
-#: src/Core/Installer.php:405
-msgid "XML PHP module"
-msgstr "Moduł XML PHP"
+#: src/Module/Admin/Users.php:233
+msgid "Relay"
+msgstr ""
 
-#: src/Core/Installer.php:408
-msgid "libCurl PHP module"
-msgstr "Moduł PHP libCurl"
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Register date"
+msgstr "Data rejestracji"
 
-#: src/Core/Installer.php:409
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Błąd: libCURL PHP wymagany moduł, lecz nie zainstalowany."
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last login"
+msgstr "Ostatnie logowanie"
 
-#: src/Core/Installer.php:415
-msgid "GD graphics PHP module"
-msgstr "Moduł PHP-GD"
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last item"
+msgstr "Ostatni element"
 
-#: src/Core/Installer.php:416
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Błąd: moduł graficzny GD z PHP potrzebuje wsparcia technicznego JPEG, jednakże on nie jest zainstalowany."
+#: src/Module/Admin/Users.php:272
+msgid "Type"
+msgstr "Typu"
 
-#: src/Core/Installer.php:422
-msgid "OpenSSL PHP module"
-msgstr "Moduł PHP OpenSSL"
+#: src/Module/Admin/Users.php:279
+msgid "Add User"
+msgstr "Dodaj użytkownika"
 
-#: src/Core/Installer.php:423
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Błąd: openssl PHP wymagany moduł, lecz nie zainstalowany."
+#: src/Module/Admin/Users.php:281
+msgid "User registrations waiting for confirm"
+msgstr "Zarejestrowani użytkownicy czekający na potwierdzenie"
 
-#: src/Core/Installer.php:429
-msgid "mb_string PHP module"
-msgstr "Moduł PHP mb_string"
+#: src/Module/Admin/Users.php:282
+msgid "User waiting for permanent deletion"
+msgstr "Użytkownik czekający na trwałe usunięcie"
 
-#: src/Core/Installer.php:430
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Błąd: moduł PHP mb_string jest wymagany ,ale nie jest zainstalowany."
+#: src/Module/Admin/Users.php:283
+msgid "Request date"
+msgstr "Data prośby"
 
-#: src/Core/Installer.php:436
-msgid "iconv PHP module"
-msgstr "Moduł PHP iconv"
+#: src/Module/Admin/Users.php:284
+msgid "No registrations."
+msgstr "Brak rejestracji."
 
-#: src/Core/Installer.php:437
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany."
+#: src/Module/Admin/Users.php:285
+msgid "Note from the user"
+msgstr "Uwaga od użytkownika"
 
-#: src/Core/Installer.php:443
-msgid "POSIX PHP module"
-msgstr "Moduł POSIX PHP"
+#: src/Module/Admin/Users.php:287
+msgid "Deny"
+msgstr "Odmów"
 
-#: src/Core/Installer.php:444
-msgid "Error: POSIX PHP module required but not installed."
-msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany."
+#: src/Module/Admin/Users.php:290
+msgid "User blocked"
+msgstr "Użytkownik zablokowany"
 
-#: src/Core/Installer.php:450
-msgid "JSON PHP module"
-msgstr "Moduł PHP JSON"
+#: src/Module/Admin/Users.php:292
+msgid "Site admin"
+msgstr "Administracja stroną"
 
-#: src/Core/Installer.php:451
-msgid "Error: JSON PHP module required but not installed."
-msgstr "Błąd: wymagany jest moduł JSON PHP, ale nie jest zainstalowany."
+#: src/Module/Admin/Users.php:293
+msgid "Account expired"
+msgstr "Konto wygasło"
 
-#: src/Core/Installer.php:457
-msgid "File Information PHP module"
-msgstr "Informacje o pliku Moduł PHP"
+#: src/Module/Admin/Users.php:296
+msgid "New User"
+msgstr "Nowy użytkownik"
 
-#: src/Core/Installer.php:458
-msgid "Error: File Information PHP module required but not installed."
-msgstr "Błąd: wymagane informacje o pliku Moduł PHP, ale nie jest zainstalowany."
+#: src/Module/Admin/Users.php:297
+msgid "Permanent deletion"
+msgstr "Trwałe usunięcie"
 
-#: src/Core/Installer.php:481
+#: src/Module/Admin/Users.php:302
 msgid ""
-"The web installer needs to be able to create a file called "
-"\"local.config.php\" in the \"config\" folder of your web server and it is "
-"unable to do so."
-msgstr "Instalator internetowy musi mieć możliwość utworzenia pliku o nazwie \"local.config.php\" w folderze \"config\" serwera WWW i nie może tego zrobić."
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"
 
-#: src/Core/Installer.php:482
+#: src/Module/Admin/Users.php:303
 msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz."
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"
 
-#: src/Core/Installer.php:483
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named local.config.php in your Friendica \"config\" folder."
-msgstr "Pod koniec tej procedury otrzymasz tekst do zapisania w pliku o nazwie local.config.php w folderze \"config\" Friendica."
+#: src/Module/Admin/Users.php:313
+msgid "Name of the new user."
+msgstr "Nazwa nowego użytkownika."
 
-#: src/Core/Installer.php:484
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami."
+#: src/Module/Admin/Users.php:314
+msgid "Nickname"
+msgstr "Pseudonim"
 
-#: src/Core/Installer.php:487
-msgid "config/local.config.php is writable"
-msgstr "config/local.config.php jest zapisywalny"
+#: src/Module/Admin/Users.php:314
+msgid "Nickname of the new user."
+msgstr "Pseudonim nowego użytkownika."
 
-#: src/Core/Installer.php:507
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."
+#: src/Module/Admin/Users.php:315
+msgid "Email address of the new user."
+msgstr "Adres email nowego użytkownika."
 
-#: src/Core/Installer.php:508
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."
+#: src/Module/Admin/Site.php:49
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej <scheme>: //<domain>"
 
-#: src/Core/Installer.php:509
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."
+#: src/Module/Admin/Site.php:234
+msgid "Invalid storage backend setting value."
+msgstr "Nieprawidłowa wartość ustawienia magazynu pamięci."
 
-#: src/Core/Installer.php:510
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera."
+#: src/Module/Admin/Site.php:410
+msgid "Site settings updated."
+msgstr "Zaktualizowano ustawienia strony."
 
-#: src/Core/Installer.php:513
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 jest zapisywalny"
+#: src/Module/Admin/Site.php:433 mod/settings.php:898
+msgid "No special theme for mobile devices"
+msgstr "Brak specialnego motywu dla urządzeń mobilnych"
 
-#: src/Core/Installer.php:542
-msgid ""
-"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
-" to .htaccess."
-msgstr "Adres URL zapisany w .htaccess nie działa. Upewnij się, że skopiowano .htaccess-dist do .htaccess."
+#: src/Module/Admin/Site.php:450 mod/settings.php:908
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s- (Eksperymentalne)"
 
-#: src/Core/Installer.php:544
-msgid "Error message from Curl when fetching"
-msgstr "Komunikat o błędzie z Curl podczas pobierania"
+#: src/Module/Admin/Site.php:462
+msgid "No community page for local users"
+msgstr "Brak strony społeczności dla użytkowników lokalnych"
 
-#: src/Core/Installer.php:549
-msgid "Url rewrite is working"
-msgstr "Działający adres URL"
+#: src/Module/Admin/Site.php:463
+msgid "No community page"
+msgstr "Brak strony społeczności"
 
-#: src/Core/Installer.php:578
-msgid "ImageMagick PHP extension is not installed"
-msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane"
+#: src/Module/Admin/Site.php:464
+msgid "Public postings from users of this site"
+msgstr "Publikacje publiczne od użytkowników tej strony"
 
-#: src/Core/Installer.php:580
-msgid "ImageMagick PHP extension is installed"
-msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane"
+#: src/Module/Admin/Site.php:465
+msgid "Public postings from the federated network"
+msgstr "Publikacje wpisy ze sfederowanej sieci"
 
-#: src/Core/Installer.php:582 tests/src/Core/InstallerTest.php:366
-#: tests/src/Core/InstallerTest.php:389
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick obsługuje GIF"
+#: src/Module/Admin/Site.php:466
+msgid "Public postings from local users and the federated network"
+msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"
 
-#: src/Core/Installer.php:604
-msgid "Database already in use."
-msgstr "Baza danych jest już w użyciu."
+#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665
+#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97
+#: src/Module/Contact.php:546
+msgid "Disabled"
+msgstr "Wyłączony"
 
-#: src/Core/Installer.php:609
-msgid "Could not connect to database."
-msgstr "Nie można połączyć się z bazą danych."
+#: src/Module/Admin/Site.php:472
+msgid "Users, Global Contacts"
+msgstr "Użytkownicy, kontakty globalne"
 
-#: src/Core/Session.php:199
-#, php-format
-msgid "Welcome %s"
-msgstr "Witaj %s"
+#: src/Module/Admin/Site.php:473
+msgid "Users, Global Contacts/fallback"
+msgstr "Użytkownicy, kontakty globalne/awaryjne"
 
-#: src/Core/Session.php:200
-msgid "Please upload a profile photo."
-msgstr "Proszę dodać zdjęcie profilowe."
+#: src/Module/Admin/Site.php:477
+msgid "One month"
+msgstr "Miesiąc"
 
-#: src/Core/Session.php:203
-#, php-format
-msgid "Welcome back %s"
-msgstr "Witaj ponownie %s"
-
-#: src/Util/Temporal.php:146 src/Model/Profile.php:780
-msgid "Birthday:"
-msgstr "Urodziny:"
-
-#: src/Util/Temporal.php:150
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "RRRR-MM-DD lub MM-DD"
-
-#: src/Util/Temporal.php:297
-msgid "never"
-msgstr "nigdy"
+#: src/Module/Admin/Site.php:478
+msgid "Three months"
+msgstr "Trzy miesiące"
 
-#: src/Util/Temporal.php:304
-msgid "less than a second ago"
-msgstr "mniej niż sekundę temu"
+#: src/Module/Admin/Site.php:479
+msgid "Half a year"
+msgstr "Pół roku"
 
-#: src/Util/Temporal.php:312
-msgid "year"
-msgstr "rok"
+#: src/Module/Admin/Site.php:480
+msgid "One year"
+msgstr "Rok"
 
-#: src/Util/Temporal.php:312
-msgid "years"
-msgstr "lata"
+#: src/Module/Admin/Site.php:486
+msgid "Multi user instance"
+msgstr "Tryb wielu użytkowników"
 
-#: src/Util/Temporal.php:313
-msgid "months"
-msgstr "miesiące"
+#: src/Module/Admin/Site.php:508
+msgid "Closed"
+msgstr "Zamknięte"
 
-#: src/Util/Temporal.php:314
-msgid "weeks"
-msgstr "tygodnie"
+#: src/Module/Admin/Site.php:509
+msgid "Requires approval"
+msgstr "Wymaga zatwierdzenia"
 
-#: src/Util/Temporal.php:315
-msgid "days"
-msgstr "dni"
+#: src/Module/Admin/Site.php:510
+msgid "Open"
+msgstr "Otwarta"
 
-#: src/Util/Temporal.php:316
-msgid "hour"
-msgstr "godzina"
+#: src/Module/Admin/Site.php:520
+msgid "Don't check"
+msgstr "Nie sprawdzaj"
 
-#: src/Util/Temporal.php:316
-msgid "hours"
-msgstr "godziny"
+#: src/Module/Admin/Site.php:521
+msgid "check the stable version"
+msgstr "sprawdź wersję stabilną"
 
-#: src/Util/Temporal.php:317
-msgid "minute"
-msgstr "minuta"
+#: src/Module/Admin/Site.php:522
+msgid "check the development version"
+msgstr "sprawdź wersję rozwojową"
 
-#: src/Util/Temporal.php:317
-msgid "minutes"
-msgstr "minuty"
+#: src/Module/Admin/Site.php:542
+msgid "Database (legacy)"
+msgstr "Baza danych (legacy)"
 
-#: src/Util/Temporal.php:318
-msgid "second"
-msgstr "sekunda"
+#: src/Module/Admin/Site.php:569
+msgid "Republish users to directory"
+msgstr "Ponownie opublikuj użytkowników w katalogu"
 
-#: src/Util/Temporal.php:318
-msgid "seconds"
-msgstr "sekundy"
+#: src/Module/Admin/Site.php:570 src/Module/Register.php:115
+msgid "Registration"
+msgstr "Rejestracja"
 
-#: src/Util/Temporal.php:328
-#, php-format
-msgid "in %1$d %2$s"
-msgstr "w %1$d %2$s"
+#: src/Module/Admin/Site.php:571
+msgid "File upload"
+msgstr "Przesyłanie plików"
 
-#: src/Util/Temporal.php:331
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s temu"
+#: src/Module/Admin/Site.php:572
+msgid "Policies"
+msgstr "Zasady"
 
-#: src/Content/Text/BBCode.php:467
-msgid "view full size"
-msgstr "zobacz pełny rozmiar"
+#: src/Module/Admin/Site.php:574
+msgid "Auto Discovered Contact Directory"
+msgstr "Katalog kontaktów automatycznie odkrytych"
 
-#: src/Content/Text/BBCode.php:913 src/Content/Text/BBCode.php:1579
-#: src/Content/Text/BBCode.php:1580
-msgid "Image/photo"
-msgstr "Obrazek/zdjęcie"
+#: src/Module/Admin/Site.php:575
+msgid "Performance"
+msgstr "Ustawienia"
 
-#: src/Content/Text/BBCode.php:1031
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a>%3$s"
+#: src/Module/Admin/Site.php:576
+msgid "Worker"
+msgstr "Pracownik"
 
-#: src/Content/Text/BBCode.php:1497 src/Content/Text/HTML.php:963
-msgid "Click to open/close"
-msgstr "Kliknij aby otworzyć/zamknąć"
+#: src/Module/Admin/Site.php:577
+msgid "Message Relay"
+msgstr "Przekazywanie wiadomości"
 
-#: src/Content/Text/BBCode.php:1528
-msgid "$1 wrote:"
-msgstr "$1 napisał:"
+#: src/Module/Admin/Site.php:578
+msgid "Relocate Instance"
+msgstr "Zmień lokalizację"
 
-#: src/Content/Text/BBCode.php:1582 src/Content/Text/BBCode.php:1583
-msgid "Encrypted content"
-msgstr "Szyfrowana treść"
+#: src/Module/Admin/Site.php:579
+msgid "Warning! Advanced function. Could make this server unreachable."
+msgstr "Ostrzeżenie! Zaawansowana funkcja. Może spowodować, że serwer będzie nieosiągalny."
 
-#: src/Content/Text/BBCode.php:1805
-msgid "Invalid source protocol"
-msgstr "Nieprawidłowy protokół źródłowy"
+#: src/Module/Admin/Site.php:583
+msgid "Site name"
+msgstr "Nazwa strony"
 
-#: src/Content/Text/BBCode.php:1820
-msgid "Invalid link protocol"
-msgstr "Niepoprawny link protokołu"
+#: src/Module/Admin/Site.php:584
+msgid "Sender Email"
+msgstr "E-mail nadawcy"
 
-#: src/Content/Text/HTML.php:811
-msgid "Loading more entries..."
-msgstr "Ładuję więcej wpisów..."
+#: src/Module/Admin/Site.php:584
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami."
 
-#: src/Content/Text/HTML.php:812
-msgid "The end"
-msgstr "Koniec"
+#: src/Module/Admin/Site.php:585
+msgid "Banner/Logo"
+msgstr "Logo"
 
-#: src/Content/Text/HTML.php:905 src/Model/Profile.php:540
-#: src/Module/Contact.php:318
-msgid "Follow"
-msgstr "Śledź"
+#: src/Module/Admin/Site.php:586
+msgid "Shortcut icon"
+msgstr "Ikona skrótu"
 
-#: src/Content/Text/HTML.php:911 src/Content/Nav.php:200
-#: src/Module/Search/Index.php:80
-msgid "Search"
-msgstr "Szukaj"
+#: src/Module/Admin/Site.php:586
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link do ikony, która będzie używana w przeglądarkach."
 
-#: src/Content/Text/HTML.php:913 src/Content/Nav.php:79
-msgid "@name, !forum, #tags, content"
-msgstr "@imię, !forum, #tagi, treść"
+#: src/Module/Admin/Site.php:587
+msgid "Touch icon"
+msgstr "Dołącz ikonę"
 
-#: src/Content/Text/HTML.php:920 src/Content/Nav.php:203
-msgid "Full Text"
-msgstr "Pełny tekst"
+#: src/Module/Admin/Site.php:587
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."
 
-#: src/Content/Text/HTML.php:921 src/Content/Widget/TagCloud.php:54
-#: src/Content/Nav.php:204
-msgid "Tags"
-msgstr "Tagi"
+#: src/Module/Admin/Site.php:588
+msgid "Additional Info"
+msgstr "Dodatkowe informacje"
 
-#: src/Content/Widget/TrendingTags.php:34
+#: src/Module/Admin/Site.php:588
 #, php-format
-msgid "Trending Tags (last %d hour)"
-msgid_plural "Trending Tags (last %d hours)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers."
 
-#: src/Content/Widget/TrendingTags.php:35
-msgid "More Trending Tags"
-msgstr "Więcej popularnych tagów"
+#: src/Module/Admin/Site.php:589
+msgid "System language"
+msgstr "Język systemu"
 
-#: src/Content/Widget/CalendarExport.php:64
-msgid "Export"
-msgstr "Eksport"
+#: src/Module/Admin/Site.php:590
+msgid "System theme"
+msgstr "Motyw systemowy"
 
-#: src/Content/Widget/CalendarExport.php:65
-msgid "Export calendar as ical"
-msgstr "Wyeksportuj kalendarz jako ical"
+#: src/Module/Admin/Site.php:590
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a "
+"href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
+msgstr "Domyślny motyw systemu - może być nadpisywany przez profile użytkowników - <a href=\"/admin/themes\" id=\"cnftheme\">Zmień domyślne ustawienia motywu</a>"
 
-#: src/Content/Widget/CalendarExport.php:66
-msgid "Export calendar as csv"
-msgstr "Eksportuj kalendarz jako csv"
+#: src/Module/Admin/Site.php:591
+msgid "Mobile system theme"
+msgstr "Motyw systemu mobilnego"
 
-#: src/Content/Widget/ContactBlock.php:58
-msgid "No contacts"
-msgstr "Brak kontaktów"
+#: src/Module/Admin/Site.php:591
+msgid "Theme for mobile devices"
+msgstr "Motyw na urządzenia mobilne"
 
-#: src/Content/Widget/ContactBlock.php:90
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d kontakt"
-msgstr[1] "%d kontaktów"
-msgstr[2] "%d kontakty"
-msgstr[3] "%d Kontakty"
+#: src/Module/Admin/Site.php:593
+msgid "Force SSL"
+msgstr "Wymuś SSL"
 
-#: src/Content/Widget/ContactBlock.php:109
-msgid "View Contacts"
-msgstr "Widok kontaktów"
+#: src/Module/Admin/Site.php:593
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."
 
-#: src/Content/Widget/SavedSearches.php:29
-msgid "Remove term"
-msgstr "Usuń wpis"
+#: src/Module/Admin/Site.php:594
+msgid "Hide help entry from navigation menu"
+msgstr "Ukryj pomoc w menu nawigacyjnym"
 
-#: src/Content/Widget/SavedSearches.php:37
-msgid "Saved Searches"
-msgstr "Zapisywanie wyszukiwania"
+#: src/Module/Admin/Site.php:594
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."
 
-#: src/Content/Feature.php:82
-msgid "General Features"
-msgstr "Funkcje ogólne"
+#: src/Module/Admin/Site.php:595
+msgid "Single user instance"
+msgstr "Tryb pojedynczego użytkownika"
 
-#: src/Content/Feature.php:84
-msgid "Multiple Profiles"
-msgstr "Wiele profili"
+#: src/Module/Admin/Site.php:595
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika"
 
-#: src/Content/Feature.php:84
-msgid "Ability to create multiple profiles"
-msgstr "Możliwość tworzenia wielu profili"
+#: src/Module/Admin/Site.php:597
+msgid "File storage backend"
+msgstr "Backend przechowywania plików"
 
-#: src/Content/Feature.php:85
-msgid "Photo Location"
-msgstr "Lokalizacja zdjęcia"
+#: src/Module/Admin/Site.php:597
+msgid ""
+"The backend used to store uploaded data. If you change the storage backend, "
+"you can manually move the existing files. If you do not do so, the files "
+"uploaded before the change will still be available at the old backend. "
+"Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a>"
+" for more information about the choices and the moving procedure."
+msgstr ""
 
-#: src/Content/Feature.php:85
+#: src/Module/Admin/Site.php:599
+msgid "Maximum image size"
+msgstr "Maksymalny rozmiar zdjęcia"
+
+#: src/Module/Admin/Site.php:599
 msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-msgstr "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą."
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to  0 , co oznacza bez limitu ."
 
-#: src/Content/Feature.php:86
-msgid "Export Public Calendar"
-msgstr "Eksportowanie publicznego kalendarza"
+#: src/Module/Admin/Site.php:600
+msgid "Maximum image length"
+msgstr "Maksymalna długość obrazu"
 
-#: src/Content/Feature.php:86
-msgid "Ability for visitors to download the public calendar"
-msgstr "Umożliwia pobieranie kalendarza publicznego przez odwiedzających"
+#: src/Module/Admin/Site.php:600
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maksymalna długość w pikselach dłuższego boku przesyłanego obrazu. Wartością domyślną jest -1, co oznacza brak ograniczeń."
 
-#: src/Content/Feature.php:87
-msgid "Trending Tags"
-msgstr "Popularne tagi"
+#: src/Module/Admin/Site.php:601
+msgid "JPEG image quality"
+msgstr "Jakość obrazu JPEG"
 
-#: src/Content/Feature.php:87
+#: src/Module/Admin/Site.php:601
 msgid ""
-"Show a community page widget with a list of the most popular tags in recent "
-"public posts."
-msgstr "Pokaż widżet strony społeczności z listą najpopularniejszych tagów w ostatnich postach publicznych."
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Przesłane pliki JPEG zostaną zapisane w tym ustawieniu jakości [0-100]. Domyślna wartość to 100, która jest pełną jakością."
 
-#: src/Content/Feature.php:92
-msgid "Post Composition Features"
-msgstr "Ustawienia funkcji postów"
+#: src/Module/Admin/Site.php:603
+msgid "Register policy"
+msgstr "Zasady rejestracji"
 
-#: src/Content/Feature.php:93
-msgid "Auto-mention Forums"
-msgstr "Automatyczne wymienianie forów"
+#: src/Module/Admin/Site.php:604
+msgid "Maximum Daily Registrations"
+msgstr "Maksymalna dzienna rejestracja"
 
-#: src/Content/Feature.php:93
+#: src/Module/Admin/Site.php:604
 msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL."
+"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 "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu."
 
-#: src/Content/Feature.php:94
-msgid "Explicit Mentions"
-msgstr ""
+#: src/Module/Admin/Site.php:605
+msgid "Register text"
+msgstr "Zarejestruj tekst"
 
-#: src/Content/Feature.php:94
+#: src/Module/Admin/Site.php:605
 msgid ""
-"Add explicit mentions to comment box for manual control over who gets "
-"mentioned in replies."
-msgstr "Dodaj wyraźne wzmianki do pola komentarza, aby ręcznie kontrolować, kto zostanie wymieniony w odpowiedziach."
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj."
 
-#: src/Content/Feature.php:99
-msgid "Network Sidebar"
-msgstr "Sieć Pasek Boczny"
+#: src/Module/Admin/Site.php:606
+msgid "Forbidden Nicknames"
+msgstr "Zakazane pseudonimy"
 
-#: src/Content/Feature.php:100 src/Content/Widget.php:499
-msgid "Archives"
-msgstr "Archiwum"
+#: src/Module/Admin/Site.php:606
+msgid ""
+"Comma separated list of nicknames that are forbidden from registration. "
+"Preset is a list of role names according RFC 2142."
+msgstr "Lista oddzielonych przecinkami pseudonimów, których nie wolno rejestrować. Preset to lista nazw ról zgodnie z RFC 2142."
 
-#: src/Content/Feature.php:100
-msgid "Ability to select posts by date ranges"
-msgstr "Wybierz wpisy według zakresów dat"
+#: src/Module/Admin/Site.php:607
+msgid "Accounts abandoned after x days"
+msgstr "Konta porzucone po x dni"
 
-#: src/Content/Feature.php:101
-msgid "Protocol Filter"
-msgstr "Filtr protokołu"
+#: src/Module/Admin/Site.php:607
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."
 
-#: src/Content/Feature.php:101
-msgid "Enable widget to display Network posts only from selected protocols"
-msgstr "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranych protokołów"
+#: src/Module/Admin/Site.php:608
+msgid "Allowed friend domains"
+msgstr "Dozwolone domeny przyjaciół"
 
-#: src/Content/Feature.php:106
-msgid "Network Tabs"
-msgstr "Etykiety sieciowe"
+#: src/Module/Admin/Site.php:608
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Rozdzielana przecinkami lista domen, które mogą nawiązywać przyjaźnie z tą witryną. Symbole wieloznaczne są akceptowane. Pozostaw puste by zezwolić każdej domenie na zaprzyjaźnienie."
 
-#: src/Content/Feature.php:107
-msgid "Network New Tab"
-msgstr "Etykieta Nowe Posty Sieciowe"
+#: src/Module/Admin/Site.php:609
+msgid "Allowed email domains"
+msgstr "Dozwolone domeny e-mailowe"
 
-#: src/Content/Feature.php:107
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Włącza etykietę wyświetlającą tylko nowe posty sieciowe (z ostatnich 12 godzin)"
+#: src/Module/Admin/Site.php:609
+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 "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"
 
-#: src/Content/Feature.php:108
-msgid "Network Shared Links Tab"
-msgstr "Etykieta Udostępnianie Łącz Sieciowych"
+#: src/Module/Admin/Site.php:610
+msgid "No OEmbed rich content"
+msgstr "Brak treści multimedialnych ze znaczkiem HTML"
 
-#: src/Content/Feature.php:108
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Włącza etykietę wyświetlającą tylko posty sieciowe z łączami do nich"
+#: src/Module/Admin/Site.php:610
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."
 
-#: src/Content/Feature.php:113
-msgid "Post/Comment Tools"
-msgstr "Narzędzia post/komentarz"
+#: src/Module/Admin/Site.php:611
+msgid "Allowed OEmbed domains"
+msgstr "Dozwolone domeny OEmbed"
 
-#: src/Content/Feature.php:114
-msgid "Post Categories"
-msgstr "Kategorie postów"
+#: src/Module/Admin/Site.php:611
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."
 
-#: src/Content/Feature.php:114
-msgid "Add categories to your posts"
-msgstr "Umożliwia dodawanie kategorii do twoich postów"
+#: src/Module/Admin/Site.php:612
+msgid "Block public"
+msgstr "Blokuj publicznie"
 
-#: src/Content/Feature.php:119
-msgid "Advanced Profile Settings"
-msgstr "Zaawansowane ustawienia profilu"
+#: src/Module/Admin/Site.php:612
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany."
 
-#: src/Content/Feature.php:120
-msgid "List Forums"
-msgstr "Lista forów"
+#: src/Module/Admin/Site.php:613
+msgid "Force publish"
+msgstr "Wymuś publikację"
 
-#: src/Content/Feature.php:120
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr "Wyświetla publiczne fora społeczności na stronie profilu zaawansowanego"
+#: src/Module/Admin/Site.php:613
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny."
 
-#: src/Content/Feature.php:121
-msgid "Tag Cloud"
-msgstr "Chmura tagów"
+#: src/Module/Admin/Site.php:613
+msgid "Enabling this may violate privacy laws like the GDPR"
+msgstr "Włączenie tego może naruszyć prawa ochrony prywatności, takie jak GDPR"
 
-#: src/Content/Feature.php:121
-msgid "Provide a personal tag cloud on your profile page"
-msgstr "Podaj osobistą chmurę tagów na stronie profilu"
+#: src/Module/Admin/Site.php:614
+msgid "Global directory URL"
+msgstr "Globalny adres URL katalogu"
 
-#: src/Content/Feature.php:122
-msgid "Display Membership Date"
-msgstr "Wyświetl datę członkostwa"
+#: src/Module/Admin/Site.php:614
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji."
 
-#: src/Content/Feature.php:122
-msgid "Display membership date in profile"
-msgstr "Wyświetla datę członkostwa w profilu"
+#: src/Module/Admin/Site.php:615
+msgid "Private posts by default for new users"
+msgstr "Prywatne posty domyślnie dla nowych użytkowników"
 
-#: src/Content/OEmbed.php:254
-msgid "Embedding disabled"
-msgstr "Osadzanie wyłączone"
+#: src/Module/Admin/Site.php:615
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną."
 
-#: src/Content/OEmbed.php:377
-msgid "Embedded content"
-msgstr "Osadzona zawartość"
-
-#: src/Content/ContactSelector.php:58
-msgid "Frequently"
-msgstr "Często"
+#: src/Module/Admin/Site.php:616
+msgid "Don't include post content in email notifications"
+msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie"
 
-#: src/Content/ContactSelector.php:59
-msgid "Hourly"
-msgstr "Co godzinę"
+#: src/Module/Admin/Site.php:616
+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 "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."
 
-#: src/Content/ContactSelector.php:60
-msgid "Twice daily"
-msgstr "Dwa razy dziennie"
+#: src/Module/Admin/Site.php:617
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."
 
-#: src/Content/ContactSelector.php:61
-msgid "Daily"
-msgstr "Codziennie"
+#: src/Module/Admin/Site.php:617
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków."
 
-#: src/Content/ContactSelector.php:62
-msgid "Weekly"
-msgstr "Co tydzień"
+#: src/Module/Admin/Site.php:618
+msgid "Don't embed private images in posts"
+msgstr "Nie umieszczaj prywatnych zdjęć w postach"
 
-#: src/Content/ContactSelector.php:63
-msgid "Monthly"
-msgstr "Miesięczne"
+#: src/Module/Admin/Site.php:618
+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 "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać."
 
-#: src/Content/ContactSelector.php:116
-msgid "DFRN"
-msgstr "DFRN"
+#: src/Module/Admin/Site.php:619
+msgid "Explicit Content"
+msgstr "Treści dla dorosłych"
 
-#: src/Content/ContactSelector.php:117
-msgid "OStatus"
-msgstr "OStatus"
+#: src/Module/Admin/Site.php:619
+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 "Ustaw to, aby ogłosić, że Twój węzeł jest używany głównie do jawnej treści, która może nie być odpowiednia dla nieletnich. Informacje te zostaną opublikowane w informacjach o węźle i mogą zostać wykorzystane, np. w katalogu globalnym, aby filtrować węzeł z list węzłów do przyłączenia. Dodatkowo notatka o tym zostanie pokazana na stronie rejestracji użytkownika."
 
-#: src/Content/ContactSelector.php:118
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: src/Module/Admin/Site.php:620
+msgid "Allow Users to set remote_self"
+msgstr "Zezwól użytkownikom na ustawienie remote_self"
 
-#: src/Content/ContactSelector.php:119 src/Module/Admin/Users.php:272
-#: src/Module/Admin/Users.php:283 src/Module/Admin/Users.php:297
-#: src/Module/Admin/Users.php:315
-msgid "Email"
-msgstr "E-mail"
+#: src/Module/Admin/Site.php:620
+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 "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników."
 
-#: src/Content/ContactSelector.php:121
-msgid "Zot!"
-msgstr "Zot!"
+#: src/Module/Admin/Site.php:621
+msgid "Block multiple registrations"
+msgstr "Zablokuj wielokrotną rejestrację"
 
-#: src/Content/ContactSelector.php:122
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: src/Module/Admin/Site.php:621
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "
 
-#: src/Content/ContactSelector.php:123
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: src/Module/Admin/Site.php:622
+msgid "Disable OpenID"
+msgstr "Wyłącz OpenID"
 
-#: src/Content/ContactSelector.php:124
-msgid "MySpace"
-msgstr "MySpace"
+#: src/Module/Admin/Site.php:622
+msgid "Disable OpenID support for registration and logins."
+msgstr "Wyłącz obsługę OpenID dla rejestracji i logowania."
 
-#: src/Content/ContactSelector.php:125
-msgid "Google+"
-msgstr "Google+"
+#: src/Module/Admin/Site.php:623
+msgid "No Fullname check"
+msgstr "Bez sprawdzania pełnej nazwy"
 
-#: src/Content/ContactSelector.php:126
-msgid "pump.io"
-msgstr "pump.io"
+#: src/Module/Admin/Site.php:623
+msgid ""
+"Allow users to register without a space between the first name and the last "
+"name in their full name."
+msgstr "Zezwól użytkownikom na rejestrację bez spacji między imieniem i nazwiskiem w ich pełnym imieniu."
 
-#: src/Content/ContactSelector.php:127
-msgid "Twitter"
-msgstr "Twitter"
+#: src/Module/Admin/Site.php:624
+msgid "Community pages for visitors"
+msgstr "Strony społecznościowe dla odwiedzających"
 
-#: src/Content/ContactSelector.php:128
-msgid "Diaspora Connector"
-msgstr "Łącze Diaspora"
+#: src/Module/Admin/Site.php:624
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony."
 
-#: src/Content/ContactSelector.php:129
-msgid "GNU Social Connector"
-msgstr "Łącze GNU Social"
+#: src/Module/Admin/Site.php:625
+msgid "Posts per user on community page"
+msgstr "Lista postów użytkownika na stronie społeczności"
 
-#: src/Content/ContactSelector.php:130
-msgid "ActivityPub"
-msgstr "Pub aktywności"
+#: src/Module/Admin/Site.php:625
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"\"Global Community\")"
+msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy „Globalnej społeczności”)"
 
-#: src/Content/ContactSelector.php:131
-msgid "pnut"
-msgstr "orzech"
+#: src/Module/Admin/Site.php:626
+msgid "Disable OStatus support"
+msgstr "Wyłącz obsługę OStatus"
 
-#: src/Content/ContactSelector.php:229 src/Content/ContactSelector.php:269
-#: src/Content/ContactSelector.php:307
-msgid "No answer"
-msgstr "Brak odpowiedzi"
+#: src/Module/Admin/Site.php:626
+msgid ""
+"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Wyłącz wbudowaną kompatybilność z OStatus (StatusNet, GNU Social itd.). Wszystkie rozmowy w OStatus są publiczne, więc czasem będą pojawiać się ostrzeżenia o prywatności."
 
-#: src/Content/ContactSelector.php:230
-msgid "Male"
-msgstr "Mężczyzna"
+#: src/Module/Admin/Site.php:627
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie."
 
-#: src/Content/ContactSelector.php:231
-msgid "Female"
-msgstr "Kobieta"
+#: src/Module/Admin/Site.php:629
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu."
 
-#: src/Content/ContactSelector.php:232
-msgid "Currently Male"
-msgstr "Obecnie mężczyzna"
+#: src/Module/Admin/Site.php:630
+msgid "Enable Diaspora support"
+msgstr "Włączyć obsługę Diaspory"
 
-#: src/Content/ContactSelector.php:233
-msgid "Currently Female"
-msgstr "Obecnie Kobieta"
+#: src/Module/Admin/Site.php:630
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora."
 
-#: src/Content/ContactSelector.php:234
-msgid "Mostly Male"
-msgstr "Najczęściej męskie"
+#: src/Module/Admin/Site.php:631
+msgid "Only allow Friendica contacts"
+msgstr "Dopuść tylko kontakty Friendrica"
 
-#: src/Content/ContactSelector.php:235
-msgid "Mostly Female"
-msgstr "Najczęściej żeńskie"
+#: src/Module/Admin/Site.php:631
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."
 
-#: src/Content/ContactSelector.php:236
-msgid "Transgender"
-msgstr "Transseksualny"
+#: src/Module/Admin/Site.php:632
+msgid "Verify SSL"
+msgstr "Weryfikacja SSL"
 
-#: src/Content/ContactSelector.php:237
-msgid "Intersex"
-msgstr "Interseksualne"
+#: src/Module/Admin/Site.php:632
+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 "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL."
 
-#: src/Content/ContactSelector.php:238
-msgid "Transsexual"
-msgstr "Transseksualny"
+#: src/Module/Admin/Site.php:633
+msgid "Proxy user"
+msgstr "Użytkownik proxy"
 
-#: src/Content/ContactSelector.php:239
-msgid "Hermaphrodite"
-msgstr "Hermafrodyta"
+#: src/Module/Admin/Site.php:634
+msgid "Proxy URL"
+msgstr "URL Proxy"
 
-#: src/Content/ContactSelector.php:240
-msgid "Neuter"
-msgstr "Rodzaj nijaki"
+#: src/Module/Admin/Site.php:635
+msgid "Network timeout"
+msgstr "Network timeout"
 
-#: src/Content/ContactSelector.php:241
-msgid "Non-specific"
-msgstr "Niespecyficzne"
+#: src/Module/Admin/Site.php:635
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."
 
-#: src/Content/ContactSelector.php:242
-msgid "Other"
-msgstr "Inne"
+#: src/Module/Admin/Site.php:636
+msgid "Maximum Load Average"
+msgstr "Maksymalne obciążenie średnie"
 
-#: src/Content/ContactSelector.php:270
-msgid "Males"
-msgstr "Mężczyźni"
+#: src/Module/Admin/Site.php:636
+#, php-format
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default %d."
+msgstr "Maksymalne obciążenie systemu przed dostarczeniem i procesami odpytywania jest odroczone - domyślnie %d."
 
-#: src/Content/ContactSelector.php:271
-msgid "Females"
-msgstr "Kobiety"
+#: src/Module/Admin/Site.php:637
+msgid "Maximum Load Average (Frontend)"
+msgstr "Maksymalne obciążenie średnie (Frontend)"
 
-#: src/Content/ContactSelector.php:272
-msgid "Gay"
-msgstr "Gej"
-
-#: src/Content/ContactSelector.php:273
-msgid "Lesbian"
-msgstr "Lesbijka"
+#: src/Module/Admin/Site.php:637
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."
 
-#: src/Content/ContactSelector.php:274
-msgid "No Preference"
-msgstr "Brak preferencji"
+#: src/Module/Admin/Site.php:638
+msgid "Minimal Memory"
+msgstr "Minimalna pamięć"
 
-#: src/Content/ContactSelector.php:275
-msgid "Bisexual"
-msgstr "Biseksualny(-a)"
+#: src/Module/Admin/Site.php:638
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)."
 
-#: src/Content/ContactSelector.php:276
-msgid "Autosexual"
-msgstr "Autoseksualny(-a)"
+#: src/Module/Admin/Site.php:639
+msgid "Maximum table size for optimization"
+msgstr "Maksymalny rozmiar stołu do optymalizacji"
 
-#: src/Content/ContactSelector.php:277
-msgid "Abstinent"
-msgstr "Abstynent"
+#: src/Module/Admin/Site.php:639
+msgid ""
+"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
+"disable it."
+msgstr "Maksymalny rozmiar tablicy (w MB) do automatycznej optymalizacji. Wprowadź -1, aby go wyłączyć."
 
-#: src/Content/ContactSelector.php:278
-msgid "Virgin"
-msgstr "Dziewica"
+#: src/Module/Admin/Site.php:640
+msgid "Minimum level of fragmentation"
+msgstr "Minimalny poziom fragmentacji"
 
-#: src/Content/ContactSelector.php:279
-msgid "Deviant"
-msgstr "Zboczeniec"
+#: src/Module/Admin/Site.php:640
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%."
 
-#: src/Content/ContactSelector.php:280
-msgid "Fetish"
-msgstr "Fetysz"
+#: src/Module/Admin/Site.php:642
+msgid "Periodical check of global contacts"
+msgstr "Okresowa kontrola kontaktów globalnych"
 
-#: src/Content/ContactSelector.php:281
-msgid "Oodles"
-msgstr "Nadmiar"
+#: src/Module/Admin/Site.php:642
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."
 
-#: src/Content/ContactSelector.php:282
-msgid "Nonsexual"
-msgstr "Nieseksualny(-a)"
+#: src/Module/Admin/Site.php:643
+msgid "Days between requery"
+msgstr "Dni między żądaniem"
 
-#: src/Content/ContactSelector.php:308
-msgid "Single"
-msgstr "Singiel"
+#: src/Module/Admin/Site.php:643
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów."
 
-#: src/Content/ContactSelector.php:309
-msgid "Lonely"
-msgstr "Samotny(-a)"
+#: src/Module/Admin/Site.php:644
+msgid "Discover contacts from other servers"
+msgstr "Odkryj kontakty z innych serwerów"
 
-#: src/Content/ContactSelector.php:310
-msgid "In a relation"
-msgstr "W relacji"
+#: src/Module/Admin/Site.php:644
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"\"Users\": the users on the remote system, \"Global Contacts\": active "
+"contacts that are known on the system. The fallback is meant for Redmatrix "
+"servers and older friendica servers, where global contacts weren't "
+"available. The fallback increases the server load, so the recommended "
+"setting is \"Users, Global Contacts\"."
+msgstr "Okresowo sprawdzaj kontakty z innymi serwerami. Możesz wybrać „Użytkownicy”: użytkownicy systemu zdalnego, „Kontakty globalne”: aktywne kontakty znane w systemie. Rozwiązanie awaryjne jest przeznaczone dla serwerów Redmatrix i starszych serwerów friendica, gdzie globalne kontakty nie były dostępne. Powrót awaryjny zwiększa obciążenie serwera, więc zalecane ustawienie to „Użytkownicy, kontakty globalne”."
 
-#: src/Content/ContactSelector.php:311
-msgid "Has crush"
-msgstr "Ma sympatię"
+#: src/Module/Admin/Site.php:645
+msgid "Timeframe for fetching global contacts"
+msgstr "Czas pobierania globalnych kontaktów"
 
-#: src/Content/ContactSelector.php:312
-msgid "Infatuated"
-msgstr "Zakochany(-a)"
+#: src/Module/Admin/Site.php:645
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów."
 
-#: src/Content/ContactSelector.php:313
-msgid "Dating"
-msgstr "Randki"
+#: src/Module/Admin/Site.php:646
+msgid "Search the local directory"
+msgstr "Wyszukaj w lokalnym katalogu"
 
-#: src/Content/ContactSelector.php:314
-msgid "Unfaithful"
-msgstr "Niewierny(-a)"
+#: src/Module/Admin/Site.php:646
+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 "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane."
 
-#: src/Content/ContactSelector.php:315
-msgid "Sex Addict"
-msgstr "Uzależniony(-a) od seksu"
+#: src/Module/Admin/Site.php:648
+msgid "Publish server information"
+msgstr "Publikuj informacje o serwerze"
 
-#: src/Content/ContactSelector.php:316 src/Model/User.php:807
-msgid "Friends"
-msgstr "Przyjaciele"
+#: src/Module/Admin/Site.php:648
+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 <a"
+" href=\"http://the-federation.info/\">the-federation.info</a> for details."
+msgstr "Jeśli ta opcja jest włączona, ogólne dane dotyczące serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów i aktywowane protokoły i złącza. Szczegółowe informacje można znaleźć na <a href=\"http://the-federation.info/\">the-federation.info</a>."
 
-#: src/Content/ContactSelector.php:317
-msgid "Friends/Benefits"
-msgstr "Przyjaciele/Korzyści"
+#: src/Module/Admin/Site.php:650
+msgid "Check upstream version"
+msgstr "Sprawdź wersję powyżej"
 
-#: src/Content/ContactSelector.php:318
-msgid "Casual"
-msgstr "Przypadkowy"
+#: src/Module/Admin/Site.php:650
+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 "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym."
 
-#: src/Content/ContactSelector.php:319
-msgid "Engaged"
-msgstr "Zaręczony(-a)"
+#: src/Module/Admin/Site.php:651
+msgid "Suppress Tags"
+msgstr "Ukryj tagi"
 
-#: src/Content/ContactSelector.php:320
-msgid "Married"
-msgstr "W związku małżeńskim"
+#: src/Module/Admin/Site.php:651
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu."
 
-#: src/Content/ContactSelector.php:321
-msgid "Imaginarily married"
-msgstr "Fikcyjnie w związku małżeńskim"
+#: src/Module/Admin/Site.php:652
+msgid "Clean database"
+msgstr "Wyczyść bazę danych"
 
-#: src/Content/ContactSelector.php:322
-msgid "Partners"
-msgstr "Partnerzy"
+#: src/Module/Admin/Site.php:652
+msgid ""
+"Remove old remote items, orphaned database records and old content from some"
+" other helper tables."
+msgstr "Usuń stare zdalne pozycje, osierocone rekordy bazy danych i starą zawartość z innych tabel pomocników."
 
-#: src/Content/ContactSelector.php:323
-msgid "Cohabiting"
-msgstr "Konkubinat"
+#: src/Module/Admin/Site.php:653
+msgid "Lifespan of remote items"
+msgstr "Żywotność odległych przedmiotów"
 
-#: src/Content/ContactSelector.php:324
-msgid "Common law"
-msgstr "Prawo zwyczajowe"
+#: src/Module/Admin/Site.php:653
+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 "Po włączeniu czyszczenia bazy danych określa dni, po których zdalne elementy zostaną usunięte. Własne przedmioty oraz oznaczone lub wypełnione pozycje są zawsze przechowywane. 0 wyłącza to zachowanie."
 
-#: src/Content/ContactSelector.php:325
-msgid "Happy"
-msgstr "Szczęśliwy(-a)"
+#: src/Module/Admin/Site.php:654
+msgid "Lifespan of unclaimed items"
+msgstr "Żywotność nieodebranych przedmiotów"
 
-#: src/Content/ContactSelector.php:326
-msgid "Not looking"
-msgstr "Nie szukam"
+#: src/Module/Admin/Site.php:654
+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 "Po włączeniu czyszczenia bazy danych określa się dni, po których usunięte zostaną nieodebrane zdalne elementy (głównie zawartość z przekaźnika). Wartość domyślna to 90 dni. Wartość domyślna dla ogólnej długości życia zdalnych pozycji, jeśli jest ustawiona na 0."
 
-#: src/Content/ContactSelector.php:327
-msgid "Swinger"
-msgstr "Swinger"
+#: src/Module/Admin/Site.php:655
+msgid "Lifespan of raw conversation data"
+msgstr "Trwałość nieprzetworzonych danych konwersacji"
 
-#: src/Content/ContactSelector.php:328
-msgid "Betrayed"
-msgstr "Zdradzony(-a)"
+#: src/Module/Admin/Site.php:655
+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 "Dane konwersacji są używane do ActivityPub i OStatus, a także do celów debugowania. Powinno być bezpieczne usunięcie go po 14 dniach, domyślnie jest to 90 dni."
 
-#: src/Content/ContactSelector.php:329
-msgid "Separated"
-msgstr "W separacji"
+#: src/Module/Admin/Site.php:656
+msgid "Path to item cache"
+msgstr "Ścieżka do pamięci podręcznej"
 
-#: src/Content/ContactSelector.php:330
-msgid "Unstable"
-msgstr "Niestabilny"
+#: src/Module/Admin/Site.php:656
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne."
 
-#: src/Content/ContactSelector.php:331
-msgid "Divorced"
-msgstr "Rozwiedziony(-a)"
+#: src/Module/Admin/Site.php:657
+msgid "Cache duration in seconds"
+msgstr "Czas trwania w sekundach"
 
-#: src/Content/ContactSelector.php:332
-msgid "Imaginarily divorced"
-msgstr "Fikcyjnie rozwiedziony(-a)"
+#: src/Module/Admin/Site.php:657
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1."
 
-#: src/Content/ContactSelector.php:333
-msgid "Widowed"
-msgstr "Wdowiec"
+#: src/Module/Admin/Site.php:658
+msgid "Maximum numbers of comments per post"
+msgstr "Maksymalna liczba komentarzy na post"
 
-#: src/Content/ContactSelector.php:334
-msgid "Uncertain"
-msgstr "Nieokreślony(-a)"
-
-#: src/Content/ContactSelector.php:335
-msgid "It's complicated"
-msgstr "To skomplikowane"
+#: src/Module/Admin/Site.php:658
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100."
 
-#: src/Content/ContactSelector.php:336
-msgid "Don't care"
-msgstr "Nie przejmuj się"
+#: src/Module/Admin/Site.php:659
+msgid "Temp path"
+msgstr "Ścieżka do Temp"
 
-#: src/Content/ContactSelector.php:337
-msgid "Ask me"
-msgstr "Zapytaj mnie"
+#: src/Module/Admin/Site.php:659
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę."
 
-#: src/Content/Nav.php:74
-msgid "Nothing new here"
-msgstr "Brak nowych zdarzeń"
+#: src/Module/Admin/Site.php:660
+msgid "Disable picture proxy"
+msgstr "Wyłącz obraz proxy"
 
-#: src/Content/Nav.php:78
-msgid "Clear notifications"
-msgstr "Wyczyść powiadomienia"
+#: src/Module/Admin/Site.php:660
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwidth."
+msgstr "Serwer proxy zwiększa wydajność i prywatność. Nie powinno być używane w systemach o bardzo niskiej przepustowości."
 
-#: src/Content/Nav.php:153 src/Module/Login.php:352
-msgid "Logout"
-msgstr "Wyloguj"
+#: src/Module/Admin/Site.php:661
+msgid "Only search in tags"
+msgstr "Szukaj tylko w tagach"
 
-#: src/Content/Nav.php:153
-msgid "End this session"
-msgstr "Zakończ sesję"
+#: src/Module/Admin/Site.php:661
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system."
 
-#: src/Content/Nav.php:155 src/Module/Bookmarklet.php:25
-#: src/Module/Login.php:353
-msgid "Login"
-msgstr "Zaloguj się"
+#: src/Module/Admin/Site.php:663
+msgid "New base url"
+msgstr "Nowy bazowy adres url"
 
-#: src/Content/Nav.php:155
-msgid "Sign in"
-msgstr "Zaloguj się"
+#: src/Module/Admin/Site.php:663
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników."
 
-#: src/Content/Nav.php:165
-msgid "Personal notes"
-msgstr "Notatki"
+#: src/Module/Admin/Site.php:665
+msgid "RINO Encryption"
+msgstr "Szyfrowanie RINO"
 
-#: src/Content/Nav.php:165
-msgid "Your personal notes"
-msgstr "Twoje prywatne notatki"
+#: src/Module/Admin/Site.php:665
+msgid "Encryption layer between nodes."
+msgstr "Warstwa szyfrowania między węzłami."
 
-#: src/Content/Nav.php:182 src/Content/Nav.php:244
-msgid "Home"
-msgstr "Strona domowa"
+#: src/Module/Admin/Site.php:665
+msgid "Enabled"
+msgstr "Włącz"
 
-#: src/Content/Nav.php:182
-msgid "Home Page"
-msgstr "Strona startowa"
+#: src/Module/Admin/Site.php:667
+msgid "Maximum number of parallel workers"
+msgstr "Maksymalna liczba równoległych pracowników"
 
-#: src/Content/Nav.php:186 src/Module/Login.php:313
-#: src/Module/Register.php:130
-msgid "Register"
-msgstr "Zarejestruj"
+#: src/Module/Admin/Site.php:667
+#, php-format
+msgid ""
+"On shared hosters set this to %d. On larger systems, values of %d are great."
+" Default value is %d."
+msgstr "Na udostępnionych usługach hostingowych ustaw tę opcję %d. W większych systemach wartości %dsą świetne . Wartość domyślna to %d."
 
-#: src/Content/Nav.php:186
-msgid "Create an account"
-msgstr "Załóż konto"
+#: src/Module/Admin/Site.php:668
+msgid "Don't use \"proc_open\" with the worker"
+msgstr ""
 
-#: src/Content/Nav.php:192
-msgid "Help and documentation"
-msgstr "Pomoc i dokumentacja"
+#: src/Module/Admin/Site.php:668
+msgid ""
+"Enable this if your system doesn't allow the use of \"proc_open\". This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of worker calls in your crontab."
+msgstr "Włącz to, jeśli twój system nie zezwala na użycie „proc_open”. Może się tak zdarzyć na współdzielonych hostach. Jeśli to jest włączone, powinieneś zwiększyć częstotliwość wywołań roboczych w crontabie."
 
-#: src/Content/Nav.php:196
-msgid "Apps"
-msgstr "Aplikacje"
+#: src/Module/Admin/Site.php:669
+msgid "Enable fastlane"
+msgstr "Włącz Fastlane"
 
-#: src/Content/Nav.php:196
-msgid "Addon applications, utilities, games"
-msgstr "Wtyczki, aplikacje, narzędzia, gry"
+#: src/Module/Admin/Site.php:669
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."
 
-#: src/Content/Nav.php:200
-msgid "Search site content"
-msgstr "Przeszukaj zawartość strony"
+#: src/Module/Admin/Site.php:670
+msgid "Enable frontend worker"
+msgstr "Włącz pracownika frontend"
 
-#: src/Content/Nav.php:224
-msgid "Community"
-msgstr "Społeczność"
+#: src/Module/Admin/Site.php:670
+#, php-format
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed (e.g. messages being delivered). On smaller sites you might want "
+"to call %s/worker on a regular basis via an external cron job. You should "
+"only enable this option if you cannot utilize cron/scheduled jobs on your "
+"server."
+msgstr ""
 
-#: src/Content/Nav.php:224
-msgid "Conversations on this and other servers"
-msgstr "Rozmowy na tym i innych serwerach"
+#: src/Module/Admin/Site.php:672
+msgid "Subscribe to relay"
+msgstr "Subskrybuj przekaźnik"
 
-#: src/Content/Nav.php:231
-msgid "Directory"
-msgstr "Katalog"
+#: src/Module/Admin/Site.php:672
+msgid ""
+"Enables the receiving of public posts from the relay. They will be included "
+"in the search, subscribed tags and on the global community page."
+msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."
 
-#: src/Content/Nav.php:231
-msgid "People directory"
-msgstr "Katalog osób"
+#: src/Module/Admin/Site.php:673
+msgid "Relay server"
+msgstr "Serwer przekazujący"
 
-#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
-msgid "Information"
-msgstr "Informacje"
+#: src/Module/Admin/Site.php:673
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org"
 
-#: src/Content/Nav.php:233
-msgid "Information about this friendica instance"
-msgstr "Informacje o tej instancji friendica"
+#: src/Module/Admin/Site.php:674
+msgid "Direct relay transfer"
+msgstr "Bezpośredni transfer przekaźników"
 
-#: src/Content/Nav.php:236 src/Module/Admin/Tos.php:43
-#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:138
-#: src/Module/Tos.php:73
-msgid "Terms of Service"
-msgstr "Warunki usługi"
+#: src/Module/Admin/Site.php:674
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących"
 
-#: src/Content/Nav.php:236
-msgid "Terms of Service of this Friendica instance"
-msgstr "Warunki świadczenia usług tej instancji Friendica"
+#: src/Module/Admin/Site.php:675
+msgid "Relay scope"
+msgstr "Zakres przekaźnika"
 
-#: src/Content/Nav.php:242
-msgid "Network Reset"
-msgstr "Resetowanie sieci"
+#: src/Module/Admin/Site.php:675
+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 "Mogą to być „wszystkie” lub „tagi”. „wszystkie” oznacza, że ​​każdy publiczny post powinien zostać odebrany. „Tagi” oznaczają, że powinny być odbierane tylko posty z wybranymi tagami."
 
-#: src/Content/Nav.php:242
-msgid "Load Network page with no filters"
-msgstr "Załaduj stronę sieci bez filtrów"
+#: src/Module/Admin/Site.php:675
+msgid "all"
+msgstr "wszystko"
 
-#: src/Content/Nav.php:248
-msgid "Introductions"
-msgstr "Zapoznanie"
+#: src/Module/Admin/Site.php:675
+msgid "tags"
+msgstr "tagi"
 
-#: src/Content/Nav.php:248
-msgid "Friend Requests"
-msgstr "Prośba o przyjęcie do grona znajomych"
+#: src/Module/Admin/Site.php:676
+msgid "Server tags"
+msgstr "Serwer tagów"
 
-#: src/Content/Nav.php:250
-msgid "See all notifications"
-msgstr "Zobacz wszystkie powiadomienia"
+#: src/Module/Admin/Site.php:676
+msgid "Comma separated list of tags for the \"tags\" subscription."
+msgstr "Rozdzielana przecinkami lista tagów dla subskrypcji „tagi”."
 
-#: src/Content/Nav.php:251
-msgid "Mark all system notifications seen"
-msgstr "Oznacz wszystkie powiadomienia systemu jako przeczytane"
+#: src/Module/Admin/Site.php:677
+msgid "Allow user tags"
+msgstr "Pozwól na tagi użytkowników"
 
-#: src/Content/Nav.php:255
-msgid "Inbox"
-msgstr "Odebrane"
+#: src/Module/Admin/Site.php:677
+msgid ""
+"If enabled, the tags from the saved searches will used for the \"tags\" "
+"subscription in addition to the \"relay_server_tags\"."
+msgstr "Jeśli ta opcja jest włączona, tagi z zapisanych wyszukiwań będą używane jako subskrypcja „tagów” jako uzupełnienie do \"relay_server_tags\"."
 
-#: src/Content/Nav.php:256
-msgid "Outbox"
-msgstr "Wysłane"
+#: src/Module/Admin/Site.php:680
+msgid "Start Relocation"
+msgstr "Rozpocznij przenoszenie"
 
-#: src/Content/Nav.php:260
-msgid "Delegation"
-msgstr ""
+#: src/Module/Admin/Federation.php:76
+msgid "unknown"
+msgstr "nieznany"
 
-#: src/Content/Nav.php:260
-msgid "Manage other pages"
-msgstr "Zarządzaj innymi stronami"
+#: src/Module/Admin/Federation.php:181
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."
 
-#: src/Content/Nav.php:266
-msgid "Manage/Edit Profiles"
-msgstr "Zarządzaj/Edytuj profile"
-
-#: src/Content/Nav.php:274 src/Module/BaseAdminModule.php:114
-msgid "Admin"
-msgstr "Administator"
+#: src/Module/Admin/Federation.php:182
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "Funkcja <em>Katalog kontaktów automatycznie odkrytych</em> nie jest włączona, poprawi ona wyświetlane tutaj dane."
 
-#: src/Content/Nav.php:274
-msgid "Site setup and configuration"
-msgstr "Konfiguracja i ustawienia instancji"
+#: src/Module/Admin/Federation.php:194
+#, php-format
+msgid ""
+"Currently this node is aware of %d nodes with %d registered users from the "
+"following platforms:"
+msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"
 
-#: src/Content/Nav.php:277
-msgid "Navigation"
-msgstr "Nawigacja"
+#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59
+#: mod/settings.php:768
+msgid "Off"
+msgstr "Wyłącz"
 
-#: src/Content/Nav.php:277
-msgid "Site map"
-msgstr "Mapa strony"
+#: src/Module/Admin/Features.php:58 src/Module/Admin/Features.php:59
+#: mod/settings.php:768
+msgid "On"
+msgstr "Włącz"
 
-#: src/Content/Pager.php:153
-msgid "newer"
-msgstr "nowsze"
+#: src/Module/Admin/Features.php:59
+#, php-format
+msgid "Lock feature %s"
+msgstr "Funkcja blokady %s"
 
-#: src/Content/Pager.php:158
-msgid "older"
-msgstr "starsze"
+#: src/Module/Admin/Features.php:67
+msgid "Manage Additional Features"
+msgstr "Zarządzanie dodatkowymi funkcjami"
 
-#: src/Content/Pager.php:203
-msgid "prev"
-msgstr "poprzedni"
+#: src/Module/Admin/Queue.php:34
+msgid "Inspect Deferred Worker Queue"
+msgstr "Sprawdź kolejkę odroczonych pracowników"
 
-#: src/Content/Pager.php:263
-msgid "last"
-msgstr "ostatni"
+#: src/Module/Admin/Queue.php:35
+msgid ""
+"This page lists the deferred worker jobs. This are jobs that couldn't be "
+"executed at the first time."
+msgstr "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy."
 
-#: src/Content/Widget.php:39
-msgid "Add New Contact"
-msgstr "Dodaj nowy kontakt"
+#: src/Module/Admin/Queue.php:38
+msgid "Inspect Worker Queue"
+msgstr "Sprawdź Kolejkę Pracowników"
 
-#: src/Content/Widget.php:40
-msgid "Enter address or web location"
-msgstr "Wpisz adres lub lokalizację sieciową"
+#: src/Module/Admin/Queue.php:39
+msgid ""
+"This page lists the currently queued worker jobs. These jobs are handled by "
+"the worker cronjob you've set up during install."
+msgstr "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji."
 
-#: src/Content/Widget.php:41
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara"
+#: src/Module/Admin/Queue.php:59
+msgid "ID"
+msgstr "ID"
 
-#: src/Content/Widget.php:59
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d zaproszenie dostępne"
-msgstr[1] "%d zaproszeń dostępnych"
-msgstr[2] "%d zaproszenia dostępne"
-msgstr[3] "%d zaproszenia dostępne"
+#: src/Module/Admin/Queue.php:60
+msgid "Job Parameters"
+msgstr "Parametry zadania"
 
-#: src/Content/Widget.php:194 src/Module/Profile/Contacts.php:127
-#: src/Module/Contact.php:793
-msgid "Following"
-msgstr ""
+#: src/Module/Admin/Queue.php:61
+msgid "Created"
+msgstr "Utwórz"
 
-#: src/Content/Widget.php:195 src/Module/Profile/Contacts.php:128
-#: src/Module/Contact.php:794
-msgid "Mutual friends"
-msgstr "Wspólni znajomi"
+#: src/Module/Admin/Queue.php:62
+msgid "Priority"
+msgstr "Priorytet"
 
-#: src/Content/Widget.php:200
-msgid "Relationships"
-msgstr "Relacje"
+#: src/Module/Admin/Item/Delete.php:35
+msgid "Item marked for deletion."
+msgstr "Przedmiot oznaczony do usunięcia."
 
-#: src/Content/Widget.php:202 src/Module/Group.php:287
-#: src/Module/Contact.php:681
-msgid "All Contacts"
-msgstr "Wszystkie kontakty"
+#: src/Module/Admin/Item/Delete.php:48
+msgid "Delete this Item"
+msgstr "Usuń ten przedmiot"
 
-#: src/Content/Widget.php:245
-msgid "Protocols"
-msgstr "Protokoły"
+#: src/Module/Admin/Item/Delete.php:49
+msgid ""
+"On this page you can delete an item from your node. If the item is a top "
+"level posting, the entire thread will be deleted."
+msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."
 
-#: src/Content/Widget.php:247
-msgid "All Protocols"
-msgstr "Wszystkie protokoły"
+#: src/Module/Admin/Item/Delete.php:50
+msgid ""
+"You need to know the GUID of the item. You can find it e.g. by looking at "
+"the display URL. The last part of http://example.com/display/123456 is the "
+"GUID, here 123456."
+msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."
 
-#: src/Content/Widget.php:284
-msgid "Saved Folders"
-msgstr "Zapisz w folderach"
+#: src/Module/Admin/Item/Delete.php:51
+msgid "GUID"
+msgstr "GUID"
 
-#: src/Content/Widget.php:286 src/Content/Widget.php:325
-msgid "Everything"
-msgstr "Wszystko"
+#: src/Module/Admin/Item/Delete.php:51
+msgid "The GUID of the item you want to delete."
+msgstr "Identyfikator elementu GUID, który chcesz usunąć."
 
-#: src/Content/Widget.php:323
-msgid "Categories"
-msgstr "Kategorie"
+#: src/Module/Admin/Item/Source.php:47
+msgid "Item Guid"
+msgstr "Element Guid"
 
-#: src/Content/Widget.php:400
+#: src/Module/Admin/Logs/Settings.php:27
 #, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d wspólny kontakt"
-msgstr[1] "%d wspólne kontakty"
-msgstr[2] "%d wspólnych kontaktów"
-msgstr[3] "%dwspólnych kontaktów"
+msgid "The logfile '%s' is not writable. No logging possible"
+msgstr "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania"
 
-#: src/Database/DBStructure.php:50
-msgid "There are no tables on MyISAM."
-msgstr "W MyISAM nie ma tabel."
+#: src/Module/Admin/Logs/Settings.php:36
+msgid "Log settings updated."
+msgstr "Zaktualizowano ustawienia logów."
 
-#: src/Database/DBStructure.php:74
-#, php-format
-msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"
+#: src/Module/Admin/Logs/Settings.php:55
+msgid "PHP log currently enabled."
+msgstr "Dziennik PHP jest obecnie włączony."
 
-#: src/Database/DBStructure.php:77
-msgid "Errors encountered performing database changes: "
-msgstr "Błędy napotkane podczas dokonywania zmian w bazie danych: "
+#: src/Module/Admin/Logs/Settings.php:57
+msgid "PHP log currently disabled."
+msgstr "Dziennik PHP jest obecnie wyłączony."
 
-#: src/Database/DBStructure.php:266
-#, php-format
-msgid "%s: Database update"
-msgstr "%s: Aktualizacja bazy danych"
+#: src/Module/Admin/Logs/Settings.php:66
+msgid "Clear"
+msgstr "Wyczyść"
 
-#: src/Database/DBStructure.php:527
-#, php-format
-msgid "%s: updating %s table."
-msgstr "%s: aktualizowanie %s tabeli."
+#: src/Module/Admin/Logs/Settings.php:70
+msgid "Enable Debugging"
+msgstr "Włącz debugowanie"
 
-#: src/Model/Storage/Database.php:36
-#, php-format
-msgid "Database storage failed to update %s"
-msgstr "Przechowywanie bazy danych nie powiodło się %s"
+#: src/Module/Admin/Logs/Settings.php:71
+msgid "Log file"
+msgstr "Plik logów"
 
-#: src/Model/Storage/Database.php:43
-msgid "Database storage failed to insert data"
-msgstr "Magazyn bazy danych nie mógł wstawić danych"
+#: src/Module/Admin/Logs/Settings.php:71
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."
 
-#: src/Model/Storage/Filesystem.php:63
+#: src/Module/Admin/Logs/Settings.php:72
+msgid "Log level"
+msgstr "Poziom logów"
+
+#: src/Module/Admin/Logs/Settings.php:74
+msgid "PHP logging"
+msgstr "Logowanie w PHP"
+
+#: src/Module/Admin/Logs/Settings.php:75
+msgid ""
+"To temporarily enable logging of PHP errors and warnings you can prepend the"
+" following to the index.php file of your installation. The filename set in "
+"the 'error_log' line is relative to the friendica top-level directory and "
+"must be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."
+
+#: src/Module/Admin/Logs/View.php:22
 #, php-format
-msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
-msgstr "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu."
+msgid ""
+"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
+"if file %1$s exist and is readable."
+msgstr "Błąd podczas próby otwarcia <strong>%1$s</strong> pliku dziennika. \\r\\n <br/>Sprawdź, czy plik %1$s istnieje i czy można go odczytać."
 
-#: src/Model/Storage/Filesystem.php:105
+#: src/Module/Admin/Logs/View.php:26
 #, php-format
 msgid ""
-"Filesystem storage failed to save data to \"%s\". Check your write "
-"permissions"
-msgstr "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu"
+"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
+" %1$s is readable."
+msgstr "Nie można otworzyć <strong>%1$s</strong>pliku dziennika. \\r\\n<br/>Sprawdź, czy plik %1$s jest czytelny."
 
-#: src/Model/Storage/Filesystem.php:126
-msgid "Storage base path"
-msgstr "Ścieżka bazy pamięci masowej"
+#: src/Module/Admin/Summary.php:32
+#, 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 <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
+" an automatic conversion.<br />"
+msgstr "Twoja baza danych nadal używa tabel MyISAM. Powinieneś(-naś) zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać w przyszłości wyłącznie funkcji InnoDB, powinieneś(-naś) to zmienić! Zobacz <a href=\"%s\">tutaj</a> przewodnik, który może być pomocny w konwersji silników tabel. Możesz także użyć polecenia <tt>php bin/console.php dbstructure toinnodb</tt> instalacji Friendica, aby dokonać automatycznej konwersji.<br />"
 
-#: src/Model/Storage/Filesystem.php:128
+#: src/Module/Admin/Summary.php:40
+#, php-format
 msgid ""
-"Folder where uploaded files are saved. For maximum security, This should be "
-"a path outside web server folder tree"
-msgstr "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW"
+"There is a new version of Friendica available for download. Your current "
+"version is %1$s, upstream version is %2$s"
+msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s"
 
-#: src/Model/Storage/Filesystem.php:138
-msgid "Enter a valid existing folder"
-msgstr "Wprowadź poprawny istniejący folder"
-
-#: src/Model/FileTag.php:265
-msgid "Item filed"
-msgstr "Element złożony"
-
-#: src/Model/Contact.php:1251 src/Model/Contact.php:1264
-msgid "UnFollow"
-msgstr ""
-
-#: src/Model/Contact.php:1260
-msgid "Drop Contact"
-msgstr "Zakończ znajomość"
-
-#: src/Model/Contact.php:1814
-msgid "Organisation"
-msgstr "Organizacja"
-
-#: src/Model/Contact.php:1818
-msgid "News"
-msgstr "Aktualności"
+#: src/Module/Admin/Summary.php:49
+msgid ""
+"The database update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."
 
-#: src/Model/Contact.php:1822
-msgid "Forum"
-msgstr "Forum"
+#: src/Module/Admin/Summary.php:53
+msgid ""
+"The last update failed. Please run \"php bin/console.php dbstructure "
+"update\" from the command line and have a look at the errors that might "
+"appear. (Some of the errors are possibly inside the logfile.)"
+msgstr "Ostatnia aktualizacja nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i spójrz na błędy, które mogą się pojawić. (Niektóre błędy są prawdopodobnie w pliku dziennika)."
 
-#: src/Model/Contact.php:2222
-msgid "Connect URL missing."
-msgstr "Brak adresu URL połączenia."
+#: src/Module/Admin/Summary.php:58
+msgid "The worker was never executed. Please check your database structure!"
+msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!"
 
-#: src/Model/Contact.php:2231
+#: src/Module/Admin/Summary.php:60
+#, php-format
 msgid ""
-"The contact could not be added. Please check the relevant network "
-"credentials in your Settings -> Social Networks page."
-msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."
+"The last worker execution was on %s UTC. This is older than one hour. Please"
+" check your crontab settings."
+msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."
 
-#: src/Model/Contact.php:2272
+#: src/Module/Admin/Summary.php:65
+#, php-format
 msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"
-
-#: src/Model/Contact.php:2273 src/Model/Contact.php:2286
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."
+"Friendica's configuration now is stored in config/local.config.php, please "
+"copy config/local-sample.config.php and move your config from "
+"<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for "
+"help with the transition."
+msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś swoją konfigurację z <code>.htconfig.php</code>. Zobacz <a href=\"%s\">stronę pomocy Config</a>, aby uzyskać pomoc dotyczącą przejścia."
 
-#: src/Model/Contact.php:2284
-msgid "The profile address specified does not provide adequate information."
-msgstr "Dany adres profilu nie dostarcza odpowiednich informacji."
+#: src/Module/Admin/Summary.php:69
+#, 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 "
+"<code>config/local.ini.php</code>. See <a href=\"%s\">the Config help "
+"page</a> for help with the transition."
+msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś konfigurację z <code>config/local.ini.php</code>. Zobacz <a href=\"%s\">stronę pomocy Config</a>, aby uzyskać pomoc dotyczącą przejścia."
 
-#: src/Model/Contact.php:2289
-msgid "An author or name was not found."
-msgstr "Autor lub nazwa nie zostało znalezione."
+#: src/Module/Admin/Summary.php:75
+#, php-format
+msgid ""
+"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
+"configuration issue that prevents server to server communication. See <a "
+"href=\"%s\">the installation page</a> for help."
+msgstr "<a href=\"%s\">%s</a> nie jest osiągalny w twoim systemie. Jest to poważny problem z konfiguracją, który uniemożliwia komunikację między serwerami. Zobacz pomoc na <a href=\"%s\">stronie instalacji</a>."
 
-#: src/Model/Contact.php:2292
-msgid "No browser URL could be matched to this address."
-msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu"
+#: src/Module/Admin/Summary.php:94
+#, php-format
+msgid "The logfile '%s' is not usable. No logging possible (error: '%s')"
+msgstr ""
 
-#: src/Model/Contact.php:2295
+#: src/Module/Admin/Summary.php:109
+#, php-format
 msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."
+"The debug logfile '%s' is not usable. No logging possible (error: '%s')"
+msgstr ""
 
-#: src/Model/Contact.php:2296
-msgid "Use mailto: in front of address to force email check."
-msgstr "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."
+#: src/Module/Admin/Summary.php:125
+#, 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 "System.basepath Friendiki został zaktualizowany z '%s' do '%s'. Usuń system.basepath z bazy danych, aby uniknąć różnic."
 
-#: src/Model/Contact.php:2302
+#: src/Module/Admin/Summary.php:133
+#, php-format
 msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."
+"Friendica's current system.basepath '%s' is wrong and the config file '%s' "
+"isn't used."
+msgstr "Obecny system.basepath Friendiki '%s' jest nieprawidłowy i plik konfiguracyjny '%s' nie jest używany."
 
-#: src/Model/Contact.php:2307
+#: src/Module/Admin/Summary.php:141
+#, php-format
 msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."
+"Friendica's current system.basepath '%s' is not equal to the config file "
+"'%s'. Please fix your configuration."
+msgstr "Obecny system.basepath Friendiki '%s' nie jest równy plikowi konfiguracyjnemu '%s'. Napraw konfigurację."
 
-#: src/Model/Contact.php:2368
-msgid "Unable to retrieve contact information."
-msgstr "Nie można otrzymać informacji kontaktowych"
+#: src/Module/Admin/Summary.php:148
+msgid "Normal Account"
+msgstr "Konto normalne"
 
-#: src/Model/Event.php:35 src/Model/Event.php:848
-#: src/Module/Debug/Localtime.php:17
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
+#: src/Module/Admin/Summary.php:149
+msgid "Automatic Follower Account"
+msgstr "Automatyczne konto obserwatora"
 
-#: src/Model/Event.php:62 src/Model/Event.php:79 src/Model/Event.php:436
-#: src/Model/Event.php:916
-msgid "Starts:"
-msgstr "Rozpoczęcie:"
+#: src/Module/Admin/Summary.php:150
+msgid "Public Forum Account"
+msgstr "Publiczne konto na forum"
 
-#: src/Model/Event.php:65 src/Model/Event.php:85 src/Model/Event.php:437
-#: src/Model/Event.php:920
-msgid "Finishes:"
-msgstr "Zakończenie:"
+#: src/Module/Admin/Summary.php:151
+msgid "Automatic Friend Account"
+msgstr "Automatyczny przyjaciel konta"
 
-#: src/Model/Event.php:386
-msgid "all-day"
-msgstr "cały dzień"
+#: src/Module/Admin/Summary.php:152
+msgid "Blog Account"
+msgstr "Konto Bloga"
 
-#: src/Model/Event.php:412
-msgid "Sept"
-msgstr "Wrz"
+#: src/Module/Admin/Summary.php:153
+msgid "Private Forum Account"
+msgstr "Prywatne konto na forum"
 
-#: src/Model/Event.php:434
-msgid "No events to display"
-msgstr "Brak wydarzeń do wyświetlenia"
+#: src/Module/Admin/Summary.php:173
+msgid "Message queues"
+msgstr "Wiadomości"
 
-#: src/Model/Event.php:562
-msgid "l, F j"
-msgstr "l, F j"
+#: src/Module/Admin/Summary.php:179
+msgid "Server Settings"
+msgstr "Ustawienia serwera"
 
-#: src/Model/Event.php:593
-msgid "Edit event"
-msgstr "Edytuj wydarzenie"
+#: src/Module/Admin/Summary.php:193
+msgid "Summary"
+msgstr "Podsumowanie"
 
-#: src/Model/Event.php:594
-msgid "Duplicate event"
-msgstr "Zduplikowane zdarzenie"
+#: src/Module/Admin/Summary.php:195
+msgid "Registered users"
+msgstr "Zarejestrowani użytkownicy"
 
-#: src/Model/Event.php:595
-msgid "Delete event"
-msgstr "Usuń wydarzenie"
+#: src/Module/Admin/Summary.php:197
+msgid "Pending registrations"
+msgstr "Oczekujące rejestracje"
 
-#: src/Model/Event.php:627 src/Model/Item.php:3584 src/Model/Item.php:3591
-msgid "link to source"
-msgstr "link do źródła"
+#: src/Module/Admin/Summary.php:198
+msgid "Version"
+msgstr "Wersja"
 
-#: src/Model/Event.php:849
-msgid "D g:i A"
-msgstr "D g:i A"
+#: src/Module/Admin/Summary.php:202
+msgid "Active addons"
+msgstr "Aktywne dodatki"
 
-#: src/Model/Event.php:850
-msgid "g:i A"
-msgstr "g:i A"
+#: src/Module/Admin/DBSync.php:32
+msgid "Update has been marked successful"
+msgstr "Aktualizacja została oznaczona jako udana"
 
-#: src/Model/Event.php:935 src/Model/Event.php:937
-msgid "Show map"
-msgstr "Pokaż mapę"
+#: src/Module/Admin/DBSync.php:42
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych."
 
-#: src/Model/Event.php:936
-msgid "Hide map"
-msgstr "Ukryj mapę"
+#: src/Module/Admin/DBSync.php:46
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"
 
-#: src/Model/Event.php:1028
+#: src/Module/Admin/DBSync.php:63
 #, php-format
-msgid "%s's birthday"
-msgstr "%s urodzin"
+msgid "Executing %s failed with error: %s"
+msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s"
 
-#: src/Model/Event.php:1029
+#: src/Module/Admin/DBSync.php:65
 #, php-format
-msgid "Happy Birthday %s"
-msgstr "Urodziny %s"
+msgid "Update %s was successfully applied."
+msgstr "Aktualizacja %s została pomyślnie zastosowana."
 
-#: src/Model/Group.php:77
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie."
+#: src/Module/Admin/DBSync.php:68
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."
 
-#: src/Model/Group.php:407
-msgid "Default privacy group for new contacts"
-msgstr "Domyślne ustawienia prywatności dla nowych kontaktów"
+#: src/Module/Admin/DBSync.php:71
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."
 
-#: src/Model/Group.php:439
-msgid "Everybody"
-msgstr "Wszyscy"
+#: src/Module/Admin/DBSync.php:91
+msgid "No failed updates."
+msgstr "Brak błędów aktualizacji."
 
-#: src/Model/Group.php:458
-msgid "edit"
-msgstr "edytuj"
+#: src/Module/Admin/DBSync.php:92
+msgid "Check database structure"
+msgstr "Sprawdź strukturę bazy danych"
 
-#: src/Model/Group.php:483
-msgid "add"
-msgstr "dodaj"
+#: src/Module/Admin/DBSync.php:97
+msgid "Failed Updates"
+msgstr "Błąd aktualizacji"
 
-#: src/Model/Group.php:484 src/Module/Welcome.php:57
-#: src/Module/Contact.php:729
-msgid "Groups"
-msgstr "Grupy"
+#: src/Module/Admin/DBSync.php:98
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."
 
-#: src/Model/Group.php:488
-msgid "Edit group"
-msgstr "Edytuj grupy"
+#: src/Module/Admin/DBSync.php:99
+msgid "Mark success (if update was manually applied)"
+msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"
 
-#: src/Model/Group.php:489 src/Module/Group.php:186
-msgid "Contacts not in any group"
-msgstr "Kontakt nie jest w żadnej grupie"
+#: src/Module/Admin/DBSync.php:100
+msgid "Attempt to execute this update step automatically"
+msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji"
 
-#: src/Model/Group.php:491
-msgid "Create a new group"
-msgstr "Stwórz nową grupę"
+#: src/Module/Settings/Delegation.php:37
+msgid "Delegation successfully granted."
+msgstr ""
 
-#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194
-#: src/Module/Group.php:271
-msgid "Group Name: "
-msgstr "Nazwa grupy: "
+#: src/Module/Settings/Delegation.php:39
+msgid "Parent user not found, unavailable or password doesn't match."
+msgstr "Nie znaleziono użytkownika nadrzędnego, jest on niedostępny lub hasło nie pasuje."
 
-#: src/Model/Group.php:493
-msgid "Edit groups"
-msgstr "Edytuj grupy"
+#: src/Module/Settings/Delegation.php:43
+msgid "Delegation successfully revoked."
+msgstr ""
 
-#: src/Model/Item.php:3326
-msgid "activity"
-msgstr "aktywność"
+#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88
+msgid ""
+"Delegated administrators can view but not change delegation permissions."
+msgstr ""
 
-#: src/Model/Item.php:3328 src/Object/Post.php:474
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "komentarz"
-msgstr[1] "komentarze"
-msgstr[2] "komentarze"
-msgstr[3] "komentarz"
+#: src/Module/Settings/Delegation.php:80
+msgid "Delegate user not found."
+msgstr ""
 
-#: src/Model/Item.php:3331
-msgid "post"
-msgstr "post"
+#: src/Module/Settings/Delegation.php:137
+msgid "No parent user"
+msgstr "Brak nadrzędnego użytkownika"
 
-#: src/Model/Item.php:3454
-#, php-format
-msgid "Content warning: %s"
-msgstr "Ostrzeżenie o treści: %s"
+#: src/Module/Settings/Delegation.php:149
+msgid "Parent Password:"
+msgstr "Hasło nadrzędne:"
 
-#: src/Model/Item.php:3531
-msgid "bytes"
-msgstr "bajty"
+#: src/Module/Settings/Delegation.php:149
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."
 
-#: src/Model/Item.php:3578
-msgid "View on separate page"
-msgstr "Zobacz na oddzielnej stronie"
+#: src/Module/Settings/Delegation.php:154
+msgid "Parent User"
+msgstr "Użytkownik nadrzędny"
 
-#: src/Model/Item.php:3579
-msgid "view on separate page"
-msgstr "zobacz na oddzielnej stronie"
+#: src/Module/Settings/Delegation.php:157
+msgid ""
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."
 
-#: src/Model/Mail.php:114 src/Model/Mail.php:251
-msgid "[no subject]"
-msgstr "[bez tematu]"
+#: src/Module/Settings/Delegation.php:159
+msgid "Delegate Page Management"
+msgstr "Deleguj zarządzanie stronami"
 
-#: src/Model/Notify.php:275 src/Model/Notify.php:287
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s skomentował wpis %s"
+#: src/Module/Settings/Delegation.php:160
+msgid "Delegates"
+msgstr "Oddeleguj"
 
-#: src/Model/Notify.php:286
-#, php-format
-msgid "%s created a new post"
-msgstr "%s dodał nowy wpis"
+#: src/Module/Settings/Delegation.php:162
+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 "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."
 
-#: src/Model/Notify.php:300
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s polubił wpis %s"
+#: src/Module/Settings/Delegation.php:163
+msgid "Existing Page Delegates"
+msgstr "Obecni delegaci stron"
 
-#: src/Model/Notify.php:313
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s nie lubi tych %s postów"
+#: src/Module/Settings/Delegation.php:165
+msgid "Potential Delegates"
+msgstr "Potencjalni delegaci"
 
-#: src/Model/Notify.php:326
-#, php-format
-msgid "%s is attending %s's event"
-msgstr "%s uczestniczy w wydarzeniu %s"
+#: src/Module/Settings/Delegation.php:167 mod/tagrm.php:114
+msgid "Remove"
+msgstr "Usuń"
 
-#: src/Model/Notify.php:339
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr "%s nie uczestniczy w wydarzeniu %s"
+#: src/Module/Settings/Delegation.php:168
+msgid "Add"
+msgstr "Dodaj"
 
-#: src/Model/Notify.php:352
-#, php-format
-msgid "%s may attend %s's event"
-msgstr "%s może uczestniczyć %s w wydarzeniu"
+#: src/Module/Settings/Delegation.php:169
+msgid "No entries."
+msgstr "Brak wpisów."
 
-#: src/Model/Notify.php:385
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s jest teraz znajomym %s"
+#: src/Module/Settings/UserExport.php:44
+msgid "Export account"
+msgstr "Eksportuj konto"
 
-#: src/Model/Notify.php:678
-msgid "Friend Suggestion"
-msgstr "Propozycja znajomych"
+#: src/Module/Settings/UserExport.php:44
+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 "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer."
 
-#: src/Model/Notify.php:712
-msgid "Friend/Connect Request"
-msgstr "Prośba o dodanie do przyjaciół/powiązanych"
+#: src/Module/Settings/UserExport.php:45
+msgid "Export all"
+msgstr "Eksportuj wszystko"
 
-#: src/Model/Notify.php:712
-msgid "New Follower"
-msgstr "Nowy obserwujący"
+#: src/Module/Settings/UserExport.php:45
+msgid ""
+"Export your accout 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 "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)"
 
-#: src/Model/Profile.php:213 src/Model/Profile.php:424
-#: src/Model/Profile.php:881
-msgid "Edit profile"
-msgstr "Edytuj profil"
+#: src/Module/Settings/UserExport.php:46
+msgid "Export Contacts to CSV"
+msgstr "Eksportuj kontakty do CSV"
 
-#: src/Model/Profile.php:398
-msgid "Manage/edit profiles"
-msgstr "Zarządzaj profilami"
+#: src/Module/Settings/UserExport.php:46
+msgid ""
+"Export the list of the accounts you are following as CSV file. Compatible to"
+" e.g. Mastodon."
+msgstr "Wyeksportuj listę kont, które obserwujesz, jako plik CSV. Kompatybilny np. Mastodont."
 
-#: src/Model/Profile.php:447 src/Model/Profile.php:791
-#: src/Module/Directory.php:141
-msgid "Status:"
-msgstr "Status:"
+#: src/Module/Settings/UserExport.php:52 src/Module/BaseSettingsModule.php:89
+#: mod/settings.php:133
+msgid "Export personal data"
+msgstr "Eksportuj dane osobiste"
 
-#: src/Model/Profile.php:448 src/Model/Profile.php:808
-#: src/Module/Directory.php:142
-msgid "Homepage:"
-msgstr "Strona główna:"
+#: src/Module/Settings/TwoFactor/Verify.php:41
+#: src/Module/Settings/TwoFactor/AppSpecific.php:36
+#: src/Module/Settings/TwoFactor/Recovery.php:34
+msgid "Please enter your password to access this page."
+msgstr "Wprowadź hasło, aby uzyskać dostęp do tej strony."
 
-#: src/Model/Profile.php:450 src/Module/Contact.php:630
-msgid "XMPP:"
-msgstr "XMPP:"
+#: src/Module/Settings/TwoFactor/Verify.php:63
+msgid "Two-factor authentication successfully activated."
+msgstr "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane."
 
-#: src/Model/Profile.php:542 src/Module/Contact.php:320
-msgid "Unfollow"
-msgstr ""
+#: src/Module/Settings/TwoFactor/Verify.php:96
+#, php-format
+msgid ""
+"<p>Or you can submit the authentication settings manually:</p>\n"
+"<dl>\n"
+"\t<dt>Issuer</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Account Name</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Secret Key</dt>\n"
+"\t<dd>%s</dd>\n"
+"\t<dt>Type</dt>\n"
+"\t<dd>Time-based</dd>\n"
+"\t<dt>Number of digits</dt>\n"
+"\t<dd>6</dd>\n"
+"\t<dt>Hashing algorithm</dt>\n"
+"\t<dd>SHA-1</dd>\n"
+"</dl>"
+msgstr "<p>Możesz przesłać ustawienia uwierzytelniania ręcznie:</p>\n<dl>\n\t<dt>Wystawc</dt>\n\t<dd>%s</dd>\n\t<dt>Nazwa konta</dt>\n\t<dd>%s</dd>\n\t<dt>Sekretny klucz</dt>\n\t<dd>%s</dd>\n\t<dt>Typ</dt>\n\t<dd>Oparte na czasie</dd>\n\t<dt>Liczba cyfr</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorytmu</dt>\n\t<dd>SHA-1</dd>\n</dl>"
 
-#: src/Model/Profile.php:544
-msgid "Atom feed"
-msgstr "Kanał Atom"
+#: src/Module/Settings/TwoFactor/Verify.php:116
+msgid "Two-factor code verification"
+msgstr "Weryfikacja kodu dwuskładnikowego"
 
-#: src/Model/Profile.php:584 src/Model/Profile.php:681
-msgid "g A l F d"
-msgstr "g A I F d"
+#: src/Module/Settings/TwoFactor/Verify.php:118
+msgid ""
+"<p>Please scan this QR Code with your authenticator app and submit the "
+"provided code.</p>"
+msgstr "<p>Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.</p>"
 
-#: src/Model/Profile.php:585
-msgid "F d"
-msgstr "F d"
+#: src/Module/Settings/TwoFactor/Verify.php:120
+#, php-format
+msgid ""
+"<p>Or you can open the following URL in your mobile devicde:</p><p><a "
+"href=\"%s\">%s</a></p>"
+msgstr "<p>Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:</p><p><a href=\"%s\">%s</a></p>"
 
-#: src/Model/Profile.php:647 src/Model/Profile.php:732
-msgid "[today]"
-msgstr "[dziś]"
+#: src/Module/Settings/TwoFactor/Verify.php:127
+msgid "Verify code and enable two-factor authentication"
+msgstr "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe"
 
-#: src/Model/Profile.php:657
-msgid "Birthday Reminders"
-msgstr "Przypomnienia o urodzinach"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:54
+msgid "App-specific password generation failed: The description is empty."
+msgstr "Generowanie hasła aplikacji nie powiodło się: Opis jest pusty."
 
-#: src/Model/Profile.php:658
-msgid "Birthdays this week:"
-msgstr "Urodziny w tym tygodniu:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:57
+msgid ""
+"App-specific password generation failed: This description already exists."
+msgstr "Generowanie hasła aplikacji nie powiodło się: Opis ten już istnieje."
 
-#: src/Model/Profile.php:719
-msgid "[No description]"
-msgstr "[Brak opisu]"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:61
+msgid "New app-specific password generated."
+msgstr "Nowe hasło specyficzne dla aplikacji."
 
-#: src/Model/Profile.php:745
-msgid "Event Reminders"
-msgstr "Przypominacze wydarzeń"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:67
+msgid "App-specific passwords successfully revoked."
+msgstr "Hasła specyficzne dla aplikacji zostały pomyślnie cofnięte."
 
-#: src/Model/Profile.php:746
-msgid "Upcoming events the next 7 days:"
-msgstr "Nadchodzące wydarzenia w ciągu następnych 7 dni:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:77
+msgid "App-specific password successfully revoked."
+msgstr "Hasło specyficzne dla aplikacji zostało pomyślnie odwołane."
 
-#: src/Model/Profile.php:763
-msgid "Member since:"
-msgstr "Członek od:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:98
+msgid "Two-factor app-specific passwords"
+msgstr "Dwuskładnikowe hasła aplikacji"
 
-#: src/Model/Profile.php:771
-msgid "j F, Y"
-msgstr "d M, R"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:100
+msgid ""
+"<p>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.</p>"
+msgstr ""
 
-#: src/Model/Profile.php:772
-msgid "j F"
-msgstr "d M"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:101
+msgid ""
+"Make sure to copy your new app-specific password now. You won’t be able to "
+"see it again!"
+msgstr ""
 
-#: src/Model/Profile.php:787
-msgid "Age:"
-msgstr "Wiek:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:104
+msgid "Description"
+msgstr "Opis"
 
-#: src/Model/Profile.php:800
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "od %1$d %2$s"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:105
+msgid "Last Used"
+msgstr "Ostatnio używane"
 
-#: src/Model/Profile.php:824
-msgid "Religion:"
-msgstr "Religia:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:106
+msgid "Revoke"
+msgstr "Unieważnij"
 
-#: src/Model/Profile.php:832
-msgid "Hobbies/Interests:"
-msgstr "Hobby/Zainteresowania:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:107
+msgid "Revoke All"
+msgstr "Unieważnij wszyskie"
 
-#: src/Model/Profile.php:844
-msgid "Contact information and Social Networks:"
-msgstr "Informacje kontaktowe i sieci społecznościowe:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:110
+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/Model/Profile.php:848
-msgid "Musical interests:"
-msgstr "Zainteresowania muzyczne:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:111
+msgid "Generate new app-specific password"
+msgstr "Wygeneruj nowe hasło specyficzne dla aplikacji"
 
-#: src/Model/Profile.php:852
-msgid "Books, literature:"
-msgstr "Książki, literatura:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:112
+msgid "Friendiqa on my Fairphone 2..."
+msgstr "Friendiqa na moim Fairphone 2..."
 
-#: src/Model/Profile.php:856
-msgid "Television:"
-msgstr "Telewizja:"
+#: src/Module/Settings/TwoFactor/AppSpecific.php:113
+msgid "Generate"
+msgstr ""
 
-#: src/Model/Profile.php:860
-msgid "Film/dance/culture/entertainment:"
-msgstr "Film/taniec/kultura/rozrywka:"
+#: src/Module/Settings/TwoFactor/Index.php:51
+msgid "Two-factor authentication successfully disabled."
+msgstr "Autoryzacja dwuskładnikowa została pomyślnie wyłączona."
 
-#: src/Model/Profile.php:864
-msgid "Love/Romance:"
-msgstr "Miłość/Romans:"
+#: src/Module/Settings/TwoFactor/Index.php:72 mod/settings.php:541
+msgid "Wrong Password"
+msgstr "Złe hasło"
 
-#: src/Model/Profile.php:868
-msgid "Work/employment:"
-msgstr "Praca/zatrudnienie:"
+#: src/Module/Settings/TwoFactor/Index.php:92
+msgid ""
+"<p>Use an application on a mobile device to get two-factor authentication "
+"codes when prompted on login.</p>"
+msgstr "<p>Użyj aplikacji na urządzeniu mobilnym, aby uzyskać dwuskładnikowe kody uwierzytelniające po wyświetleniu monitu o zalogowanie.</p>"
 
-#: src/Model/Profile.php:872
-msgid "School/education:"
-msgstr "Szkoła/edukacja:"
+#: src/Module/Settings/TwoFactor/Index.php:96
+msgid "Authenticator app"
+msgstr "Aplikacja Authenticator"
 
-#: src/Model/Profile.php:877
-msgid "Forums:"
-msgstr "Fora:"
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Configured"
+msgstr "Skonfigurowane"
 
-#: src/Model/Profile.php:924 src/Module/Contact.php:871
-msgid "Profile Details"
-msgstr "Szczegóły profilu"
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Not Configured"
+msgstr "Nie skonfigurowane"
 
-#: src/Model/Profile.php:974
-msgid "Only You Can See This"
-msgstr "Tylko ty możesz to zobaczyć"
+#: src/Module/Settings/TwoFactor/Index.php:98
+msgid "<p>You haven't finished configuring your authenticator app.</p>"
+msgstr "<p>Nie zakończyłeś konfigurowania aplikacji uwierzytelniającej.</p>"
 
-#: src/Model/Profile.php:982 src/Model/Profile.php:985
-msgid "Tips for New Members"
-msgstr "Wskazówki dla nowych użytkowników"
+#: src/Module/Settings/TwoFactor/Index.php:99
+msgid "<p>Your authenticator app is correctly configured.</p>"
+msgstr "<p>Twoja aplikacja uwierzytelniająca jest poprawnie skonfigurowana.</p>"
 
-#: src/Model/Profile.php:1180
-#, php-format
-msgid "OpenWebAuth: %1$s welcomes %2$s"
-msgstr "OpenWebAuth: %1$s wita %2$s"
+#: src/Module/Settings/TwoFactor/Index.php:101
+msgid "Recovery codes"
+msgstr "Kody odzyskiwania"
 
-#: src/Model/User.php:357
-msgid "Login failed"
-msgstr "Logowanie nieudane"
+#: src/Module/Settings/TwoFactor/Index.php:102
+msgid "Remaining valid codes"
+msgstr "Pozostałe ważne kody"
 
-#: src/Model/User.php:389
-msgid "Not enough information to authenticate"
-msgstr "Za mało informacji do uwierzytelnienia"
+#: src/Module/Settings/TwoFactor/Index.php:104
+msgid ""
+"<p>These one-use codes can replace an authenticator app code in case you "
+"have lost access to it.</p>"
+msgstr "<p>Te jednorazowe kody mogą zastąpić kod aplikacji uwierzytelniającej w przypadku utraty dostępu do niej.</p>"
 
-#: src/Model/User.php:483
-msgid "Password can't be empty"
-msgstr "Hasło nie może być puste"
+#: src/Module/Settings/TwoFactor/Index.php:106
+msgid "App-specific passwords"
+msgstr "Hasła specyficzne dla aplikacji"
 
-#: src/Model/User.php:502
-msgid "Empty passwords are not allowed."
-msgstr "Puste hasła są niedozwolone."
+#: src/Module/Settings/TwoFactor/Index.php:107
+msgid "Generated app-specific passwords"
+msgstr "Wygenerowane hasła specyficzne dla aplikacji"
 
-#: src/Model/User.php:506
+#: src/Module/Settings/TwoFactor/Index.php:109
 msgid ""
-"The new password has been exposed in a public data dump, please choose "
-"another."
-msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne."
+"<p>These randomly generated passwords allow you to authenticate on apps not "
+"supporting two-factor authentication.</p>"
+msgstr "<p>Losowo generowane hasła umożliwiają uwierzytelnianie w aplikacjach nie obsługujących uwierzytelniania dwuskładnikowego.</p>"
 
-#: src/Model/User.php:512
+#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635
+msgid "Actions"
+msgstr "Akcja"
+
+#: src/Module/Settings/TwoFactor/Index.php:112
+msgid "Current password:"
+msgstr "Aktualne hasło:"
+
+#: src/Module/Settings/TwoFactor/Index.php:112
 msgid ""
-"The password can't contain accentuated letters, white spaces or colons (:)"
-msgstr "Hasło nie może zawierać podkreślonych liter, białych spacji ani dwukropków (:)"
+"You need to provide your current password to change two-factor "
+"authentication settings."
+msgstr "Musisz podać swoje aktualne hasło, aby zmienić ustawienia uwierzytelniania dwuskładnikowego."
 
-#: src/Model/User.php:612
-msgid "Passwords do not match. Password unchanged."
-msgstr "Hasła nie pasują do siebie. Hasło niezmienione."
+#: src/Module/Settings/TwoFactor/Index.php:113
+msgid "Enable two-factor authentication"
+msgstr "Włącz uwierzytelnianie dwuskładnikowe"
 
-#: src/Model/User.php:619
-msgid "An invitation is required."
-msgstr "Wymagane zaproszenie."
+#: src/Module/Settings/TwoFactor/Index.php:114
+msgid "Disable two-factor authentication"
+msgstr "Wyłącz uwierzytelnianie dwuskładnikowe"
 
-#: src/Model/User.php:623
-msgid "Invitation could not be verified."
-msgstr "Zaproszenie niezweryfikowane."
+#: src/Module/Settings/TwoFactor/Index.php:115
+msgid "Show recovery codes"
+msgstr "Pokaż kody odzyskiwania"
 
-#: src/Model/User.php:631
-msgid "Invalid OpenID url"
-msgstr "Nieprawidłowy adres url OpenID"
+#: src/Module/Settings/TwoFactor/Index.php:116
+msgid "Manage app-specific passwords"
+msgstr "Zarządzaj hasłami specyficznymi dla aplikacji"
 
-#: src/Model/User.php:644 src/Module/Login.php:105
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora."
+#: src/Module/Settings/TwoFactor/Index.php:117
+msgid "Finish app configuration"
+msgstr "Zakończ konfigurację aplikacji"
 
-#: src/Model/User.php:644 src/Module/Login.php:105
-msgid "The error message was:"
-msgstr "Komunikat o błędzie:"
+#: src/Module/Settings/TwoFactor/Recovery.php:50
+msgid "New recovery codes successfully generated."
+msgstr "Wygenerowano nowe kody odzyskiwania."
 
-#: src/Model/User.php:650
-msgid "Please enter the required information."
-msgstr "Wprowadź wymagane informacje."
+#: src/Module/Settings/TwoFactor/Recovery.php:76
+msgid "Two-factor recovery codes"
+msgstr "Dwuskładnikowe kody odzyskiwania"
 
-#: src/Model/User.php:664
-#, php-format
+#: src/Module/Settings/TwoFactor/Recovery.php:78
 msgid ""
-"system.username_min_length (%s) and system.username_max_length (%s) are "
-"excluding each other, swapping values."
-msgstr "system.username_min_length (%s) i system.username_max_length (%s) wykluczają się nawzajem, zamieniając wartości."
-
-#: src/Model/User.php:671
-#, php-format
-msgid "Username should be at least %s character."
-msgid_plural "Username should be at least %s characters."
-msgstr[0] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
-msgstr[1] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
-msgstr[2] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
-msgstr[3] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
-
-#: src/Model/User.php:675
-#, php-format
-msgid "Username should be at most %s character."
-msgid_plural "Username should be at most %s characters."
-msgstr[0] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
-msgstr[1] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
-msgstr[2] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
-msgstr[3] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
-
-#: src/Model/User.php:683
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko."
-
-#: src/Model/User.php:688
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Twoja domena internetowa nie jest obsługiwana na tej stronie."
-
-#: src/Model/User.php:692
-msgid "Not a valid email address."
-msgstr "Niepoprawny adres e mail.."
-
-#: src/Model/User.php:695
-msgid "The nickname was blocked from registration by the nodes admin."
-msgstr "Pseudonim został zablokowany przed rejestracją przez administratora węzłów."
-
-#: src/Model/User.php:699 src/Model/User.php:707
-msgid "Cannot use that email."
-msgstr "Nie można użyć tego e-maila."
-
-#: src/Model/User.php:714
-msgid "Your nickname can only contain a-z, 0-9 and _."
-msgstr "Twój pseudonim może zawierać tylko a-z, 0-9 i _."
-
-#: src/Model/User.php:722 src/Model/User.php:779
-msgid "Nickname is already registered. Please choose another."
-msgstr "Ten login jest zajęty. Wybierz inny."
-
-#: src/Model/User.php:732
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."
-
-#: src/Model/User.php:766 src/Model/User.php:770
-msgid "An error occurred during registration. Please try again."
-msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie."
-
-#: src/Model/User.php:795
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."
-
-#: src/Model/User.php:802
-msgid "An error occurred creating your self contact. Please try again."
-msgstr "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie."
-
-#: src/Model/User.php:811
-msgid ""
-"An error occurred creating your default contact group. Please try again."
-msgstr "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie."
-
-#: src/Model/User.php:888
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
-"\n"
-"\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t\t%4$s\n"
-"\t\t\tPassword:\t\t%5$s\n"
-"\t\t"
-msgstr "\n\t\t\tSzanowny Użytkowniku %1$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto czeka na zatwierdzenie przez administratora.\n\n\t\t\tTwoje dane do logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%4$s\n\t\t\tHasło:\t\t%5$s\n\t\t"
-
-#: src/Model/User.php:909
-#, php-format
-msgid "Registration at %s"
-msgstr "Rejestracja w %s"
-
-#: src/Model/User.php:929
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tDear %1$s,\n"
-"\t\t\t\tThank you for registering at %2$s. Your account has been created.\n"
-"\t\t\t"
+"<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your "
+"device and don’t have the recovery codes you will lose access to your "
+"account.</p>"
 msgstr ""
 
-#: src/Model/User.php:937
-#, php-format
+#: src/Module/Settings/TwoFactor/Recovery.php:80
 msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t\t%1$s\n"
-"\t\t\tPassword:\t\t%5$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %3$s/removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %2$s."
-msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%1$s\n\t\t\tHasło:\t\t%5$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %3$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do %2$s."
-
-#: src/Model/User.php:976 src/Module/Admin/Users.php:88
-#, php-format
-msgid "Registration details for %s"
-msgstr "Szczegóły rejestracji dla %s"
+"When you generate new recovery codes, you must copy the new codes. Your old "
+"codes won’t work anymore."
+msgstr "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać."
 
-#: src/Protocol/Diaspora.php:3604
-msgid "Attachments:"
-msgstr "Załączniki:"
+#: src/Module/Settings/TwoFactor/Recovery.php:81
+msgid "Generate new recovery codes"
+msgstr "Wygeneruj nowe kody odzyskiwania"
 
-#: src/Protocol/OStatus.php:1302 src/Module/Profile.php:117
-#: src/Module/Profile.php:120
-#, php-format
-msgid "%s's timeline"
-msgstr "oś czasu %s"
+#: src/Module/Settings/TwoFactor/Recovery.php:83
+msgid "Next: Verification"
+msgstr "Następny: Weryfikacja"
 
-#: src/Protocol/OStatus.php:1306 src/Module/Profile.php:118
-#, php-format
-msgid "%s's posts"
-msgstr "wpisy %s"
+#: src/Module/HTTPException/MethodNotAllowed.php:13
+msgid "Method Not Allowed."
+msgstr ""
 
-#: src/Protocol/OStatus.php:1309 src/Module/Profile.php:119
-#, php-format
-msgid "%s's comments"
-msgstr "komentarze %s"
+#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:186
+msgid "Page not found."
+msgstr "Strona nie znaleziona."
 
-#: src/Protocol/OStatus.php:1864
+#: src/Module/BaseSearchModule.php:54
 #, php-format
-msgid "%s is now following %s."
-msgstr "%s zaczął(-ęła) obserwować %s."
-
-#: src/Protocol/OStatus.php:1865
-msgid "following"
-msgstr "następujący"
+msgid "People Search - %s"
+msgstr "Szukaj osób - %s"
 
-#: src/Protocol/OStatus.php:1868
+#: src/Module/BaseSearchModule.php:64
 #, php-format
-msgid "%s stopped following %s."
-msgstr "%s przestał(a) obserwować %s."
-
-#: src/Protocol/OStatus.php:1869
-msgid "stopped following"
-msgstr "przestał śledzić"
+msgid "Forum Search - %s"
+msgstr "Przeszukiwanie forum - %s"
 
-#: src/Worker/Delivery.php:516
-msgid "(no subject)"
-msgstr "(bez tematu)"
+#: src/Module/BaseSearchModule.php:96 mod/match.php:130
+msgid "No matches"
+msgstr "Brak wyników"
 
 #: src/Module/Apps.php:29
 msgid "No installed applications."
@@ -6735,4121 +6821,4087 @@ msgid ""
 "code or the translation of Friendica. Thank you all!"
 msgstr "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!"
 
-#: src/Module/Admin/Addons/Details.php:51
-msgid "Addon not found."
-msgstr "Nie znaleziono dodatku."
+#: src/Module/Logout.php:41
+msgid "Logged out."
+msgstr "Wylogowano."
 
-#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32
-#, php-format
-msgid "Addon %s disabled."
-msgstr "Dodatek %s wyłączony."
+#: src/Module/Group.php:42
+msgid "Group created."
+msgstr "Grupa utworzona."
 
-#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34
-#, php-format
-msgid "Addon %s enabled."
-msgstr "Dodatek %s włączony."
+#: src/Module/Group.php:48
+msgid "Could not create group."
+msgstr "Nie można utworzyć grupy."
 
-#: src/Module/Admin/Addons/Details.php:76
-#: src/Module/Admin/Themes/Details.php:60
-msgid "Disable"
-msgstr "Wyłącz"
+#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233
+msgid "Group not found."
+msgstr "Nie znaleziono grupy."
 
-#: src/Module/Admin/Addons/Details.php:79
-#: src/Module/Admin/Themes/Details.php:63
-msgid "Enable"
-msgstr "Zezwól"
+#: src/Module/Group.php:65
+msgid "Group name changed."
+msgstr "Zmieniono nazwę grupy."
 
-#: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50
-#: src/Module/Admin/Blocklist/Server.php:73
-#: src/Module/Admin/Blocklist/Contact.php:61
-#: src/Module/Admin/Federation.php:187 src/Module/Admin/Item/Delete.php:46
-#: src/Module/Admin/Logs/View.php:46 src/Module/Admin/Logs/Settings.php:63
-#: src/Module/Admin/Themes/Details.php:104
-#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:42
-#: src/Module/Admin/Queue.php:56 src/Module/Admin/Site.php:566
-#: src/Module/Admin/Summary.php:192 src/Module/Admin/Users.php:277
-msgid "Administration"
-msgstr "Administracja"
+#: src/Module/Group.php:87
+msgid "Unknown group."
+msgstr "Nieznana grupa."
 
-#: src/Module/Admin/Addons/Details.php:101
-#: src/Module/Admin/Themes/Details.php:106
-msgid "Toggle"
-msgstr "Włącz"
+#: src/Module/Group.php:92 src/Module/FollowConfirm.php:46 mod/fsuggest.php:32
+#: mod/fsuggest.php:75 mod/crepair.php:102 mod/dfrn_confirm.php:126
+#: mod/redir.php:32 mod/redir.php:122 mod/redir.php:137
+msgid "Contact not found."
+msgstr "Nie znaleziono kontaktu."
 
-#: src/Module/Admin/Addons/Details.php:109
-#: src/Module/Admin/Themes/Details.php:115
-msgid "Author: "
-msgstr "Autor: "
+#: src/Module/Group.php:96
+msgid "Contact is unavailable."
+msgstr "Kontakt jest niedostępny."
 
-#: src/Module/Admin/Addons/Details.php:110
-#: src/Module/Admin/Themes/Details.php:116
-msgid "Maintainer: "
-msgstr "Opiekun: "
+#: src/Module/Group.php:100
+msgid "Contact is deleted."
+msgstr "Kontakt został usunięty."
 
-#: src/Module/Admin/Addons/Index.php:36
-#, php-format
-msgid "Addon %s failed to install."
-msgstr "Instalacja dodatku %s nie powiodła się."
+#: src/Module/Group.php:106
+msgid "Contact is blocked, unable to add it to a group."
+msgstr "Kontakt jest zablokowany, nie można go dodać do grupy."
 
-#: src/Module/Admin/Addons/Index.php:53
-msgid "Reload active addons"
-msgstr "Załaduj ponownie aktywne dodatki"
+#: src/Module/Group.php:110
+msgid "Unable to add the contact to the group."
+msgstr "Nie można dodać kontaktu do grupy."
 
-#: src/Module/Admin/Addons/Index.php:58
-#, php-format
-msgid ""
-"There are currently no addons available on your node. You can find the "
-"official addon repository at %1$s and might find other interesting addons in"
-" the open addon registry at %2$s"
-msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s"
+#: src/Module/Group.php:112
+msgid "Contact successfully added to group."
+msgstr "Kontakt został pomyślnie dodany do grupy."
 
-#: src/Module/Admin/Blocklist/Server.php:31
-msgid "Server domain pattern added to blocklist."
-msgstr "Wzorzec domeny serwera dodano do listy bloków."
+#: src/Module/Group.php:116
+msgid "Unable to remove the contact from the group."
+msgstr "Nie można usunąć kontaktu z grupy."
 
-#: src/Module/Admin/Blocklist/Server.php:47
-msgid "Site blocklist updated."
-msgstr "Zaktualizowano listę bloków witryny."
+#: src/Module/Group.php:118
+msgid "Contact successfully removed from group."
+msgstr "Kontakt został pomyślnie usunięty z grupy."
 
-#: src/Module/Admin/Blocklist/Server.php:64
-#: src/Module/Admin/Blocklist/Server.php:89
-msgid "Blocked server domain pattern"
-msgstr "Zablokowany wzorzec domeny serwera"
+#: src/Module/Group.php:121
+msgid "Unknown group command."
+msgstr "Nieznane polecenie grupy."
 
-#: src/Module/Admin/Blocklist/Server.php:65
-#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60
-msgid "Reason for the block"
-msgstr "Powód blokowania"
+#: src/Module/Group.php:124
+msgid "Bad request."
+msgstr "Błędne żądanie."
 
-#: src/Module/Admin/Blocklist/Server.php:66
-msgid "Delete server domain pattern"
-msgstr "Usuń wzorzec domeny serwera"
+#: src/Module/Group.php:163
+msgid "Save Group"
+msgstr "Zapisz grupę"
 
-#: src/Module/Admin/Blocklist/Server.php:66
-msgid "Check to delete this entry from the blocklist"
-msgstr "Zaznacz, aby usunąć ten wpis z listy bloków"
+#: src/Module/Group.php:164
+msgid "Filter"
+msgstr "Filtr"
 
-#: src/Module/Admin/Blocklist/Server.php:74
-msgid "Server Domain Pattern Blocklist"
-msgstr "Lista bloków wzorców domen serwerów"
+#: src/Module/Group.php:170
+msgid "Create a group of contacts/friends."
+msgstr "Stwórz grupę znajomych."
 
-#: src/Module/Admin/Blocklist/Server.php:75
-msgid ""
-"This page can be used to define a blacklist of server domain patterns from "
-"the federated network that are not allowed to interact with your node. For "
-"each domain pattern you should also provide the reason why you block it."
-msgstr "Ta strona może zostać użyta do zdefiniowania czarnej listy wzorców domen serwera z sieci stowarzyszonej, które nie mogą współdziałać z twoim węzłem. Dla każdego wzorca domeny należy również podać powód zablokowania go."
+#: src/Module/Group.php:212
+msgid "Group removed."
+msgstr "Grupa usunięta."
 
-#: src/Module/Admin/Blocklist/Server.php:76
-msgid ""
-"The list of blocked server domain patterns will be made publically available"
-" on the <a href=\"/friendica\">/friendica</a> page so that your users and "
-"people investigating communication problems can find the reason easily."
-msgstr ""
+#: src/Module/Group.php:214
+msgid "Unable to remove group."
+msgstr "Nie można usunąć grupy."
 
-#: src/Module/Admin/Blocklist/Server.php:77
-msgid ""
-"<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n"
-"<ul>\n"
-"\t<li><code>*</code>: Any number of characters</li>\n"
-"\t<li><code>?</code>: Any single character</li>\n"
-"\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n"
-"</ul>"
-msgstr ""
+#: src/Module/Group.php:265
+msgid "Delete Group"
+msgstr "Usuń grupę"
 
-#: src/Module/Admin/Blocklist/Server.php:83
-msgid "Add new entry to block list"
-msgstr "Dodaj nowy wpis do listy bloków"
+#: src/Module/Group.php:275
+msgid "Edit Group Name"
+msgstr "Edytuj nazwę grupy"
 
-#: src/Module/Admin/Blocklist/Server.php:84
-msgid "Server Domain Pattern"
-msgstr "Wzorzec domeny serwera"
+#: src/Module/Group.php:285
+msgid "Members"
+msgstr "Członkowie"
 
-#: src/Module/Admin/Blocklist/Server.php:84
-msgid ""
-"The domain pattern of the new server to add to the block list. Do not "
-"include the protocol."
-msgstr "Wzorzec domeny nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."
+#: src/Module/Group.php:288 mod/network.php:616
+msgid "Group is empty"
+msgstr "Grupa jest pusta"
 
-#: src/Module/Admin/Blocklist/Server.php:85
-msgid "Block reason"
-msgstr "Powód zablokowania"
+#: src/Module/Group.php:301
+msgid "Remove contact from group"
+msgstr "Usuń kontakt z grupy"
 
-#: src/Module/Admin/Blocklist/Server.php:85
-msgid "The reason why you blocked this server domain pattern."
-msgstr "Powód zablokowania wzorca domeny serwera."
+#: src/Module/Group.php:321 mod/profperm.php:119
+msgid "Click on a contact to add or remove."
+msgstr "Kliknij na kontakt w celu dodania lub usunięcia."
 
-#: src/Module/Admin/Blocklist/Server.php:86
-msgid "Add Entry"
-msgstr "Dodaj wpis"
+#: src/Module/Group.php:335
+msgid "Add contact to group"
+msgstr "Dodaj kontakt do grupy"
 
-#: src/Module/Admin/Blocklist/Server.php:87
-msgid "Save changes to the blocklist"
-msgstr "Zapisz zmiany w liście zablokowanych"
+#: src/Module/FollowConfirm.php:37
+msgid "No given contact."
+msgstr "Brak kontaktu."
 
-#: src/Module/Admin/Blocklist/Server.php:88
-msgid "Current Entries in the Blocklist"
-msgstr "Aktualne wpisy na liście zablokowanych"
+#: src/Module/Debug/WebFinger.php:18 src/Module/Debug/Probe.php:19
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."
 
-#: src/Module/Admin/Blocklist/Server.php:91
-msgid "Delete entry from blocklist"
-msgstr "Usuń wpis z listy zablokowanych"
+#: src/Module/Debug/Localtime.php:30
+msgid "Time Conversion"
+msgstr "Zmiana czasu"
 
-#: src/Module/Admin/Blocklist/Server.php:94
-msgid "Delete entry from blocklist?"
-msgstr "Usunąć wpis z listy zablokowanych?"
+#: src/Module/Debug/Localtime.php:31
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."
 
-#: src/Module/Admin/Blocklist/Contact.php:28
-#: src/Console/GlobalCommunityBlock.php:87
-msgid "The contact has been blocked from the node"
-msgstr "Kontakt został zablokowany w węźle"
+#: src/Module/Debug/Localtime.php:32
+#, php-format
+msgid "UTC time: %s"
+msgstr "Czas UTC %s"
 
-#: src/Module/Admin/Blocklist/Contact.php:30
-#: src/Console/GlobalCommunityBlock.php:82
+#: src/Module/Debug/Localtime.php:35
 #, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"
+msgid "Current timezone: %s"
+msgstr "Obecna strefa czasowa: %s"
 
-#: src/Module/Admin/Blocklist/Contact.php:38
+#: src/Module/Debug/Localtime.php:39
 #, php-format
-msgid "%s contact unblocked"
-msgid_plural "%s contacts unblocked"
-msgstr[0] "%s kontakt odblokowany"
-msgstr[1] "%s kontakty odblokowane"
-msgstr[2] "%s kontaktów odblokowanych"
-msgstr[3] "%s kontaktów odblokowanych"
+msgid "Converted localtime: %s"
+msgstr "Zmień strefę czasową: %s"
 
-#: src/Module/Admin/Blocklist/Contact.php:62
-msgid "Remote Contact Blocklist"
-msgstr "Lista zablokowanych kontaktów zdalnych"
+#: src/Module/Debug/Localtime.php:43
+msgid "Please select your timezone:"
+msgstr "Wybierz swoją strefę czasową:"
 
-#: src/Module/Admin/Blocklist/Contact.php:63
-msgid ""
-"This page allows you to prevent any message from a remote contact to reach "
-"your node."
-msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego."
+#: src/Module/Debug/Babel.php:32
+msgid "Source input"
+msgstr "Źródło wejściowe"
 
-#: src/Module/Admin/Blocklist/Contact.php:64
-msgid "Block Remote Contact"
-msgstr "Zablokuj kontakt zdalny"
+#: src/Module/Debug/Babel.php:38
+msgid "BBCode::toPlaintext"
+msgstr "BBCode::na prosty tekst"
 
-#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
-msgid "select all"
-msgstr "zaznacz wszystko"
+#: src/Module/Debug/Babel.php:44
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode:: konwersjia (raw HTML)"
 
-#: src/Module/Admin/Blocklist/Contact.php:66
-msgid "select none"
-msgstr "wybierz brak"
+#: src/Module/Debug/Babel.php:49
+msgid "BBCode::convert"
+msgstr "BBCode::przekształć"
 
-#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
-#: src/Module/Contact.php:606 src/Module/Contact.php:823
-#: src/Module/Contact.php:1082
-msgid "Unblock"
-msgstr "Odblokuj"
+#: src/Module/Debug/Babel.php:55
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode::przekształć => HTML::toBBCode"
 
-#: src/Module/Admin/Blocklist/Contact.php:69
-msgid "No remote contact is blocked from this node."
-msgstr "Z tego węzła nie jest blokowany kontakt zdalny."
+#: src/Module/Debug/Babel.php:61
+msgid "BBCode::toMarkdown"
+msgstr "BBCode::toMarkdown"
 
-#: src/Module/Admin/Blocklist/Contact.php:71
-msgid "Blocked Remote Contacts"
-msgstr "Zablokowane kontakty zdalne"
+#: src/Module/Debug/Babel.php:67
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode::toMarkdown => Markdown::przekształć"
 
-#: src/Module/Admin/Blocklist/Contact.php:72
-msgid "Block New Remote Contact"
-msgstr "Zablokuj nowy kontakt zdalny"
+#: src/Module/Debug/Babel.php:73
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::toBBCode"
 
-#: src/Module/Admin/Blocklist/Contact.php:73
-msgid "Photo"
-msgstr "Zdjęcie"
+#: src/Module/Debug/Babel.php:79
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"
 
-#: src/Module/Admin/Blocklist/Contact.php:73
-msgid "Reason"
-msgstr ""
+#: src/Module/Debug/Babel.php:90
+msgid "Item Body"
+msgstr "Element Body"
 
-#: src/Module/Admin/Blocklist/Contact.php:81
-#, php-format
-msgid "%s total blocked contact"
-msgid_plural "%s total blocked contacts"
-msgstr[0] "łącznie %s zablokowany kontakt"
-msgstr[1] "łącznie %s zablokowane kontakty"
-msgstr[2] "łącznie %s zablokowanych kontaktów"
-msgstr[3] "%s całkowicie zablokowane kontakty"
+#: src/Module/Debug/Babel.php:94
+msgid "Item Tags"
+msgstr "Element Tagów"
 
-#: src/Module/Admin/Blocklist/Contact.php:83
-msgid "URL of the remote contact to block."
-msgstr "Adres URL kontaktu zdalnego do zablokowania."
+#: src/Module/Debug/Babel.php:101
+msgid "Source input (Diaspora format)"
+msgstr "Źródło wejściowe (format Diaspora)"
 
-#: src/Module/Admin/Blocklist/Contact.php:84
-msgid "Block Reason"
-msgstr ""
+#: src/Module/Debug/Babel.php:107
+msgid "Markdown::convert (raw HTML)"
+msgstr "Markdown::convert (raw HTML)"
 
-#: src/Module/Admin/DBSync.php:32
-msgid "Update has been marked successful"
-msgstr "Aktualizacja została oznaczona jako udana"
+#: src/Module/Debug/Babel.php:112
+msgid "Markdown::convert"
+msgstr "Markdown::convert"
 
-#: src/Module/Admin/DBSync.php:42
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych."
+#: src/Module/Debug/Babel.php:118
+msgid "Markdown::toBBCode"
+msgstr "Markdown::toBBCode"
 
-#: src/Module/Admin/DBSync.php:46
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"
+#: src/Module/Debug/Babel.php:125
+msgid "Raw HTML input"
+msgstr "Surowe wejście HTML"
 
-#: src/Module/Admin/DBSync.php:63
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s"
+#: src/Module/Debug/Babel.php:130
+msgid "HTML Input"
+msgstr "Wejście HTML"
 
-#: src/Module/Admin/DBSync.php:65
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Aktualizacja %s została pomyślnie zastosowana."
+#: src/Module/Debug/Babel.php:136
+msgid "HTML::toBBCode"
+msgstr "HTML::toBBCode"
 
-#: src/Module/Admin/DBSync.php:68
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."
+#: src/Module/Debug/Babel.php:142
+msgid "HTML::toBBCode => BBCode::convert"
+msgstr "HTML::toBBCode => BBCode::convert"
 
-#: src/Module/Admin/DBSync.php:71
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."
+#: src/Module/Debug/Babel.php:147
+msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
+msgstr "HTML::toBBCode => BBCode::convert (raw HTML)"
 
-#: src/Module/Admin/DBSync.php:91
-msgid "No failed updates."
-msgstr "Brak błędów aktualizacji."
+#: src/Module/Debug/Babel.php:153
+msgid "HTML::toBBCode => BBCode::toPlaintext"
+msgstr ""
 
-#: src/Module/Admin/DBSync.php:92
-msgid "Check database structure"
-msgstr "Sprawdź strukturę bazy danych"
+#: src/Module/Debug/Babel.php:159
+msgid "HTML::toMarkdown"
+msgstr "HTML::toMarkdown"
 
-#: src/Module/Admin/DBSync.php:97
-msgid "Failed Updates"
-msgstr "Błąd aktualizacji"
+#: src/Module/Debug/Babel.php:165
+msgid "HTML::toPlaintext"
+msgstr "HTML::toPlaintext"
 
-#: src/Module/Admin/DBSync.php:98
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."
+#: src/Module/Debug/Babel.php:171
+msgid "HTML::toPlaintext (compact)"
+msgstr ""
 
-#: src/Module/Admin/DBSync.php:99
-msgid "Mark success (if update was manually applied)"
-msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"
+#: src/Module/Debug/Babel.php:179
+msgid "Source text"
+msgstr "Tekst źródłowy"
 
-#: src/Module/Admin/DBSync.php:100
-msgid "Attempt to execute this update step automatically"
-msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji"
+#: src/Module/Debug/Babel.php:180
+msgid "BBCode"
+msgstr "BBCode"
 
-#: src/Module/Admin/Features.php:59
-#, php-format
-msgid "Lock feature %s"
-msgstr "Funkcja blokady %s"
+#: src/Module/Debug/Babel.php:181
+msgid "Markdown"
+msgstr "Markdown"
 
-#: src/Module/Admin/Features.php:67
-msgid "Manage Additional Features"
-msgstr "Zarządzanie dodatkowymi funkcjami"
+#: src/Module/Debug/Babel.php:182
+msgid "HTML"
+msgstr "HTML"
 
-#: src/Module/Admin/Federation.php:76
-msgid "unknown"
-msgstr "nieznany"
+#: src/Module/Debug/ItemBody.php:18 src/Module/Item/Ignore.php:25
+#: src/Module/Diaspora/Receive.php:39 mod/community.php:32 mod/cal.php:31
+#: mod/cal.php:35 mod/follow.php:20
+msgid "Access denied."
+msgstr "Brak dostępu."
 
-#: src/Module/Admin/Federation.php:181
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."
+#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
+msgid "You must be logged in to use this module"
+msgstr "Musisz być zalogowany, aby korzystać z tego modułu"
 
-#: src/Module/Admin/Federation.php:182
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "Funkcja <em>Katalog kontaktów automatycznie odkrytych</em> nie jest włączona, poprawi ona wyświetlane tutaj dane."
+#: src/Module/Debug/Feed.php:49
+msgid "Source URL"
+msgstr "Źródłowy adres URL"
 
-#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77
-msgid "Federation Statistics"
-msgstr "Statystyki Organizacji"
+#: src/Module/Debug/Probe.php:35
+msgid "Lookup address"
+msgstr "Wyszukaj adres"
 
-#: src/Module/Admin/Federation.php:194
+#: src/Module/Home.php:34
 #, php-format
-msgid ""
-"Currently this node is aware of %d nodes with %d registered users from the "
-"following platforms:"
-msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"
-
-#: src/Module/Admin/Item/Delete.php:35
-msgid "Item marked for deletion."
-msgstr "Przedmiot oznaczony do usunięcia."
+msgid "Welcome to %s"
+msgstr "Witamy w %s"
 
-#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95
-msgid "Delete Item"
-msgstr "Usuń przedmiot"
+#: src/Module/Welcome.php:25
+msgid "Welcome to Friendica"
+msgstr "Witamy na Friendica"
 
-#: src/Module/Admin/Item/Delete.php:48
-msgid "Delete this Item"
-msgstr "Usuń ten przedmiot"
+#: src/Module/Welcome.php:26
+msgid "New Member Checklist"
+msgstr "Lista nowych członków"
 
-#: src/Module/Admin/Item/Delete.php:49
+#: src/Module/Welcome.php:27
 msgid ""
-"On this page you can delete an item from your node. If the item is a top "
-"level posting, the entire thread will be deleted."
-msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."
+"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 "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."
 
-#: src/Module/Admin/Item/Delete.php:50
-msgid ""
-"You need to know the GUID of the item. You can find it e.g. by looking at "
-"the display URL. The last part of http://example.com/display/123456 is the "
-"GUID, here 123456."
-msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."
+#: src/Module/Welcome.php:29
+msgid "Getting Started"
+msgstr "Pierwsze kroki"
 
-#: src/Module/Admin/Item/Delete.php:51
-msgid "GUID"
-msgstr "GUID"
+#: src/Module/Welcome.php:30
+msgid "Friendica Walk-Through"
+msgstr "Friendica Przejdź-Przez"
 
-#: src/Module/Admin/Item/Delete.php:51
-msgid "The GUID of the item you want to delete."
-msgstr "Identyfikator elementu GUID, który chcesz usunąć."
+#: src/Module/Welcome.php:31
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "Na stronie <em>Szybki start</em> - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."
 
-#: src/Module/Admin/Item/Source.php:47
-msgid "Item Guid"
-msgstr "Element Guid"
+#: src/Module/Welcome.php:34
+msgid "Go to Your Settings"
+msgstr "Idź do swoich ustawień"
 
-#: src/Module/Admin/Logs/View.php:22
-#, php-format
+#: src/Module/Welcome.php:35
 msgid ""
-"Error trying to open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see "
-"if file %1$s exist and is readable."
-msgstr "Błąd podczas próby otwarcia <strong>%1$s</strong> pliku dziennika. \\r\\n <br/>Sprawdź, czy plik %1$s istnieje i czy można go odczytać."
+"On your <em>Settings</em> 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 "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."
 
-#: src/Module/Admin/Logs/View.php:26
-#, php-format
+#: src/Module/Welcome.php:36
 msgid ""
-"Couldn't open <strong>%1$s</strong> log file.\\r\\n<br/>Check to see if file"
-" %1$s is readable."
-msgstr "Nie można otworzyć <strong>%1$s</strong>pliku dziennika. \\r\\n<br/>Sprawdź, czy plik %1$s jest czytelny."
-
-#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99
-msgid "View Logs"
-msgstr "Zobacz rejestry"
+"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 "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."
 
-#: src/Module/Admin/Logs/Settings.php:27
-#, php-format
-msgid "The logfile '%s' is not writable. No logging possible"
-msgstr "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania"
+#: src/Module/Welcome.php:39 mod/profile_photo.php:246 mod/profiles.php:583
+msgid "Upload Profile Photo"
+msgstr "Wyślij zdjęcie profilowe"
 
-#: src/Module/Admin/Logs/Settings.php:36
-msgid "Log settings updated."
-msgstr "Zaktualizowano ustawienia logów."
+#: src/Module/Welcome.php:40
+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 "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."
 
-#: src/Module/Admin/Logs/Settings.php:55
-msgid "PHP log currently enabled."
-msgstr "Dziennik PHP jest obecnie włączony."
+#: src/Module/Welcome.php:41
+msgid "Edit Your Profile"
+msgstr "Edytuj własny profil"
 
-#: src/Module/Admin/Logs/Settings.php:57
-msgid "PHP log currently disabled."
-msgstr "Dziennik PHP jest obecnie wyłączony."
+#: src/Module/Welcome.php:42
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown"
+" visitors."
+msgstr "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."
 
-#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97
-#: src/Module/BaseAdminModule.php:98
-msgid "Logs"
-msgstr "Logi"
+#: src/Module/Welcome.php:43
+msgid "Profile Keywords"
+msgstr "Słowa kluczowe profilu"
 
-#: src/Module/Admin/Logs/Settings.php:66
-msgid "Clear"
-msgstr "Wyczyść"
+#: src/Module/Welcome.php:44
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Ustaw kilka publicznych słów kluczowych dla swojego domyślnego profilu, które opisują Twoje zainteresowania. Możemy znaleźć inne osoby o podobnych zainteresowaniach i zaproponować przyjaźnie."
 
-#: src/Module/Admin/Logs/Settings.php:70
-msgid "Enable Debugging"
-msgstr "Włącz debugowanie"
+#: src/Module/Welcome.php:46
+msgid "Connecting"
+msgstr "Łączenie"
 
-#: src/Module/Admin/Logs/Settings.php:71
-msgid "Log file"
-msgstr "Plik logów"
+#: src/Module/Welcome.php:48
+msgid "Importing Emails"
+msgstr "Importowanie e-maili"
 
-#: src/Module/Admin/Logs/Settings.php:71
+#: src/Module/Welcome.php:49
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."
-
-#: src/Module/Admin/Logs/Settings.php:72
-msgid "Log level"
-msgstr "Poziom logów"
+"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 "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX"
 
-#: src/Module/Admin/Logs/Settings.php:74
-msgid "PHP logging"
-msgstr "Logowanie w PHP"
+#: src/Module/Welcome.php:50
+msgid "Go to Your Contacts Page"
+msgstr "Idź do strony z Twoimi kontaktami"
 
-#: src/Module/Admin/Logs/Settings.php:75
+#: src/Module/Welcome.php:51
 msgid ""
-"To temporarily enable logging of PHP errors and warnings you can prepend the"
-" following to the index.php file of your installation. The filename set in "
-"the 'error_log' line is relative to the friendica top-level directory and "
-"must be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."
+"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 <em>Add New Contact</em> dialog."
+msgstr "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym <em>Dodaj nowy kontakt</em>."
 
-#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46
-msgid "Theme settings updated."
-msgstr "Zaktualizowano ustawienia motywów."
+#: src/Module/Welcome.php:52
+msgid "Go to Your Site's Directory"
+msgstr "Idż do twojej strony"
 
-#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:49
-#, php-format
-msgid "Theme %s disabled."
-msgstr "Motyw %s wyłączony."
+#: src/Module/Welcome.php:53
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
+msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza <em>Połącz</em> lub <em>Śledź</em> na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."
 
-#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:51
-#, php-format
-msgid "Theme %s successfully enabled."
-msgstr "Motyw %s został pomyślnie włączony."
+#: src/Module/Welcome.php:54
+msgid "Finding New People"
+msgstr "Znajdowanie nowych osób"
 
-#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:53
-#, php-format
-msgid "Theme %s failed to install."
-msgstr "Nie udało się zainstalować motywu %s."
+#: src/Module/Welcome.php:55
+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 "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"
 
-#: src/Module/Admin/Themes/Details.php:97
-msgid "Screenshot"
-msgstr "Zrzut ekranu"
+#: src/Module/Welcome.php:58
+msgid "Group Your Contacts"
+msgstr "Grupy kontaktów"
 
-#: src/Module/Admin/Themes/Details.php:105
-#: src/Module/Admin/Themes/Index.php:96 src/Module/BaseAdminModule.php:83
-msgid "Themes"
-msgstr "Wygląd"
+#: src/Module/Welcome.php:59
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć."
 
-#: src/Module/Admin/Themes/Embed.php:67
-msgid "Unknown theme."
-msgstr "Nieznany motyw."
+#: src/Module/Welcome.php:61
+msgid "Why Aren't My Posts Public?"
+msgstr "Dlaczego moje posty nie są publiczne?"
 
-#: src/Module/Admin/Themes/Index.php:98
-msgid "Reload active themes"
-msgstr "Przeładuj aktywne motywy"
+#: src/Module/Welcome.php:62
+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 "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu."
 
-#: src/Module/Admin/Themes/Index.php:103
-#, php-format
-msgid "No themes found on the system. They should be placed in %1$s"
-msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s"
+#: src/Module/Welcome.php:64
+msgid "Getting Help"
+msgstr "Otrzymaj pomoc"
 
-#: src/Module/Admin/Themes/Index.php:104
-msgid "[Experimental]"
-msgstr "[Eksperymentalne]"
+#: src/Module/Welcome.php:65
+msgid "Go to the Help Section"
+msgstr "Przejdź do sekcji pomocy"
 
-#: src/Module/Admin/Themes/Index.php:105
-msgid "[Unsupported]"
-msgstr "[Niewspieralne]"
+#: src/Module/Welcome.php:66
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Na naszych stronach <strong>pomocy</strong> można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."
 
-#: src/Module/Admin/Tos.php:30
-msgid "The Terms of Service settings have been updated."
-msgstr "Ustawienia Warunków korzystania z usługi zostały zaktualizowane."
+#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37
+msgid "User not found."
+msgstr "Użytkownik nie znaleziony."
 
-#: src/Module/Admin/Tos.php:44
-msgid "Display Terms of Service"
-msgstr "Wyświetl Warunki korzystania z usługi"
+#: src/Module/Profile/Contacts.php:78
+msgid "No contacts."
+msgstr "Brak kontaktów."
 
-#: src/Module/Admin/Tos.php:44
-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 "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi."
+#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590
+#: src/Module/Contact.php:1029
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Obejrzyj %s's profil [%s]"
 
-#: src/Module/Admin/Tos.php:45
-msgid "Display Privacy Statement"
-msgstr "Wyświetl oświadczenie o prywatności"
+#: src/Module/Profile/Contacts.php:112
+#, php-format
+msgid "Follower (%s)"
+msgid_plural "Followers (%s)"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: src/Module/Admin/Tos.php:45
+#: src/Module/Profile/Contacts.php:113
 #, php-format
-msgid ""
-"Show some informations regarding the needed information to operate the node "
-"according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
-msgstr "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."
+msgid "Following (%s)"
+msgid_plural "Following (%s)"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: src/Module/Admin/Tos.php:46
-msgid "Privacy Statement Preview"
-msgstr "Podgląd oświadczenia o prywatności"
+#: src/Module/Profile/Contacts.php:114
+#, php-format
+msgid "Mutual friend (%s)"
+msgid_plural "Mutual friends (%s)"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: src/Module/Admin/Tos.php:48
-msgid "The Terms of Service"
-msgstr "Warunki świadczenia usług"
+#: src/Module/Profile/Contacts.php:116
+#, php-format
+msgid "Contact (%s)"
+msgid_plural "Contacts (%s)"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
 
-#: src/Module/Admin/Tos.php:48
-msgid ""
-"Enter the Terms of Service for your node here. You can use BBCode. Headers "
-"of sections should be [h2] and below."
-msgstr "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."
+#: src/Module/Profile/Contacts.php:125
+msgid "All contacts"
+msgstr "Wszystkie kontakty"
 
-#: src/Module/Admin/Queue.php:34
-msgid "Inspect Deferred Worker Queue"
-msgstr "Sprawdź kolejkę odroczonych pracowników"
+#: src/Module/Filer/SaveTag.php:39
+#, php-format
+msgid "Filetag %s saved to item"
+msgstr ""
 
-#: src/Module/Admin/Queue.php:35
-msgid ""
-"This page lists the deferred worker jobs. This are jobs that couldn't be "
-"executed at the first time."
-msgstr "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy."
+#: src/Module/Filer/SaveTag.php:48
+msgid "- select -"
+msgstr "- wybierz -"
 
-#: src/Module/Admin/Queue.php:38
-msgid "Inspect Worker Queue"
-msgstr "Sprawdź Kolejkę Pracowników"
+#: src/Module/AllFriends.php:35 src/Module/AllFriends.php:43
+#: mod/network.php:649
+msgid "Invalid contact."
+msgstr "Nieprawidłowy kontakt."
 
-#: src/Module/Admin/Queue.php:39
-msgid ""
-"This page lists the currently queued worker jobs. These jobs are handled by "
-"the worker cronjob you've set up during install."
-msgstr "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji."
+#: src/Module/AllFriends.php:55
+msgid "No friends to display."
+msgstr "Brak znajomych do wyświetlenia."
 
-#: src/Module/Admin/Queue.php:59
-msgid "ID"
-msgstr "ID"
+#: src/Module/Contact.php:72
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "Zedytowano %d kontakt."
+msgstr[1] "Zedytowano %d kontakty."
+msgstr[2] "Zedytowano %d kontaktów."
+msgstr[3] "%dedytuj kontakty."
 
-#: src/Module/Admin/Queue.php:60
-msgid "Job Parameters"
-msgstr "Parametry zadania"
+#: src/Module/Contact.php:99
+msgid "Could not access contact record."
+msgstr "Nie można uzyskać dostępu do rejestru kontaktów."
 
-#: src/Module/Admin/Queue.php:61
-msgid "Created"
-msgstr "Utwórz"
+#: src/Module/Contact.php:109
+msgid "Could not locate selected profile."
+msgstr "Nie można znaleźć wybranego profilu."
 
-#: src/Module/Admin/Queue.php:62
-msgid "Priority"
-msgstr "Priorytet"
+#: src/Module/Contact.php:141
+msgid "Contact updated."
+msgstr "Zaktualizowano kontakt."
 
-#: src/Module/Admin/Site.php:49
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej <scheme>: //<domain>"
+#: src/Module/Contact.php:143 mod/dfrn_request.php:415
+msgid "Failed to update contact record."
+msgstr "Aktualizacja rekordu kontaktu nie powiodła się."
 
-#: src/Module/Admin/Site.php:234
-msgid "Invalid storage backend setting value."
-msgstr "Nieprawidłowa wartość ustawienia magazynu pamięci."
+#: src/Module/Contact.php:376
+msgid "Contact not found"
+msgstr "Nie znaleziono kontaktu"
 
-#: src/Module/Admin/Site.php:410
-msgid "Site settings updated."
-msgstr "Zaktualizowano ustawienia strony."
+#: src/Module/Contact.php:395
+msgid "Contact has been blocked"
+msgstr "Kontakt został zablokowany"
 
-#: src/Module/Admin/Site.php:462
-msgid "No community page for local users"
-msgstr "Brak strony społeczności dla użytkowników lokalnych"
+#: src/Module/Contact.php:395
+msgid "Contact has been unblocked"
+msgstr "Kontakt został odblokowany"
 
-#: src/Module/Admin/Site.php:463
-msgid "No community page"
-msgstr "Brak strony społeczności"
+#: src/Module/Contact.php:405
+msgid "Contact has been ignored"
+msgstr "Kontakt jest ignorowany"
 
-#: src/Module/Admin/Site.php:464
-msgid "Public postings from users of this site"
-msgstr "Publikacje publiczne od użytkowników tej strony"
+#: src/Module/Contact.php:405
+msgid "Contact has been unignored"
+msgstr "Kontakt nie jest ignorowany"
 
-#: src/Module/Admin/Site.php:465
-msgid "Public postings from the federated network"
-msgstr "Publikacje wpisy ze sfederowanej sieci"
+#: src/Module/Contact.php:415
+msgid "Contact has been archived"
+msgstr "Kontakt został zarchiwizowany"
 
-#: src/Module/Admin/Site.php:466
-msgid "Public postings from local users and the federated network"
-msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"
+#: src/Module/Contact.php:415
+msgid "Contact has been unarchived"
+msgstr "Kontakt został przywrócony"
 
-#: src/Module/Admin/Site.php:470 src/Module/Admin/Site.php:665
-#: src/Module/Admin/Site.php:675 src/Module/Settings/TwoFactor/Index.php:97
-#: src/Module/Contact.php:546
-msgid "Disabled"
-msgstr "Wyłączony"
+#: src/Module/Contact.php:439
+msgid "Drop contact"
+msgstr "Usuń kontakt"
 
-#: src/Module/Admin/Site.php:471 src/Module/Admin/Users.php:278
-#: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81
-msgid "Users"
-msgstr "Użytkownicy"
+#: src/Module/Contact.php:442 src/Module/Contact.php:819
+msgid "Do you really want to delete this contact?"
+msgstr "Czy na pewno chcesz usunąć ten kontakt?"
 
-#: src/Module/Admin/Site.php:472
-msgid "Users, Global Contacts"
-msgstr "Użytkownicy, kontakty globalne"
+#: src/Module/Contact.php:456
+msgid "Contact has been removed."
+msgstr "Kontakt został usunięty."
 
-#: src/Module/Admin/Site.php:473
-msgid "Users, Global Contacts/fallback"
-msgstr "Użytkownicy, kontakty globalne/awaryjne"
+#: src/Module/Contact.php:486
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Jesteś już znajomym z %s"
 
-#: src/Module/Admin/Site.php:477
-msgid "One month"
-msgstr "Miesiąc"
+#: src/Module/Contact.php:491
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Współdzielisz z %s"
 
-#: src/Module/Admin/Site.php:478
-msgid "Three months"
-msgstr "Trzy miesiące"
+#: src/Module/Contact.php:496
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s współdzieli z tobą"
 
-#: src/Module/Admin/Site.php:479
-msgid "Half a year"
-msgstr "Pół roku"
+#: src/Module/Contact.php:520
+msgid "Private communications are not available for this contact."
+msgstr "Nie można nawiązać prywatnej rozmowy z tym kontaktem."
 
-#: src/Module/Admin/Site.php:480
-msgid "One year"
-msgstr "Rok"
+#: src/Module/Contact.php:522
+msgid "Never"
+msgstr "Nigdy"
 
-#: src/Module/Admin/Site.php:486
-msgid "Multi user instance"
-msgstr "Tryb wielu użytkowników"
+#: src/Module/Contact.php:525
+msgid "(Update was successful)"
+msgstr "(Aktualizacja przebiegła pomyślnie)"
 
-#: src/Module/Admin/Site.php:508
-msgid "Closed"
-msgstr "Zamknięte"
+#: src/Module/Contact.php:525
+msgid "(Update was not successful)"
+msgstr "(Aktualizacja nie powiodła się)"
 
-#: src/Module/Admin/Site.php:509
-msgid "Requires approval"
-msgstr "Wymaga zatwierdzenia"
+#: src/Module/Contact.php:527 src/Module/Contact.php:1063
+msgid "Suggest friends"
+msgstr "Osoby, które możesz znać"
 
-#: src/Module/Admin/Site.php:510
-msgid "Open"
-msgstr "Otwarta"
+#: src/Module/Contact.php:531
+#, php-format
+msgid "Network type: %s"
+msgstr "Typ sieci: %s"
 
-#: src/Module/Admin/Site.php:514 src/Module/Install.php:182
-msgid "No SSL policy, links will track page SSL state"
-msgstr "Brak SSL, linki będą śledzić stan SSL"
+#: src/Module/Contact.php:536
+msgid "Communications lost with this contact!"
+msgstr "Utracono komunikację z tym kontaktem!"
 
-#: src/Module/Admin/Site.php:515 src/Module/Install.php:183
-msgid "Force all links to use SSL"
-msgstr "Wymuś używanie SSL na wszystkich odnośnikach"
+#: src/Module/Contact.php:542
+msgid "Fetch further information for feeds"
+msgstr "Pobierz dalsze informacje dla kanałów"
 
-#: src/Module/Admin/Site.php:516 src/Module/Install.php:184
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . "
+#: src/Module/Contact.php:544
+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 "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."
 
-#: src/Module/Admin/Site.php:520
-msgid "Don't check"
-msgstr "Nie sprawdzaj"
+#: src/Module/Contact.php:547
+msgid "Fetch information"
+msgstr "Pobierz informacje"
 
-#: src/Module/Admin/Site.php:521
-msgid "check the stable version"
-msgstr "sprawdź wersję stabilną"
+#: src/Module/Contact.php:548
+msgid "Fetch keywords"
+msgstr "Pobierz słowa kluczowe"
 
-#: src/Module/Admin/Site.php:522
-msgid "check the development version"
-msgstr "sprawdź wersję rozwojową"
+#: src/Module/Contact.php:549
+msgid "Fetch information and keywords"
+msgstr "Pobierz informacje i słowa kluczowe"
 
-#: src/Module/Admin/Site.php:542
-msgid "Database (legacy)"
-msgstr "Baza danych (legacy)"
+#: src/Module/Contact.php:568
+msgid "Profile Visibility"
+msgstr "Widoczność profilu"
 
-#: src/Module/Admin/Site.php:567 src/Module/BaseAdminModule.php:80
-msgid "Site"
-msgstr "Strona"
+#: src/Module/Contact.php:569
+msgid "Contact Information / Notes"
+msgstr "Informacje kontaktowe/Notatki"
 
-#: src/Module/Admin/Site.php:569
-msgid "Republish users to directory"
-msgstr "Ponownie opublikuj użytkowników w katalogu"
+#: src/Module/Contact.php:570
+msgid "Contact Settings"
+msgstr "Ustawienia kontaktów"
 
-#: src/Module/Admin/Site.php:570 src/Module/Register.php:115
-msgid "Registration"
-msgstr "Rejestracja"
+#: src/Module/Contact.php:579
+msgid "Contact"
+msgstr "Kontakt"
 
-#: src/Module/Admin/Site.php:571
-msgid "File upload"
-msgstr "Przesyłanie plików"
+#: src/Module/Contact.php:583
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"
 
-#: src/Module/Admin/Site.php:572
-msgid "Policies"
-msgstr "Zasady"
+#: src/Module/Contact.php:585
+msgid "Their personal note"
+msgstr "Ich osobista uwaga"
 
-#: src/Module/Admin/Site.php:574
-msgid "Auto Discovered Contact Directory"
-msgstr "Katalog kontaktów automatycznie odkrytych"
+#: src/Module/Contact.php:587
+msgid "Edit contact notes"
+msgstr "Edytuj notatki kontaktu"
 
-#: src/Module/Admin/Site.php:575
-msgid "Performance"
-msgstr "Ustawienia"
+#: src/Module/Contact.php:591
+msgid "Block/Unblock contact"
+msgstr "Zablokuj/odblokuj kontakt"
 
-#: src/Module/Admin/Site.php:576
-msgid "Worker"
-msgstr "Pracownik"
+#: src/Module/Contact.php:592
+msgid "Ignore contact"
+msgstr "Ignoruj kontakt"
 
-#: src/Module/Admin/Site.php:577
-msgid "Message Relay"
-msgstr "Przekazywanie wiadomości"
+#: src/Module/Contact.php:593
+msgid "Repair URL settings"
+msgstr "Napraw ustawienia adresów URL"
 
-#: src/Module/Admin/Site.php:578
-msgid "Relocate Instance"
-msgstr "Zmień lokalizację"
+#: src/Module/Contact.php:594
+msgid "View conversations"
+msgstr "Wyświetl rozmowy"
 
-#: src/Module/Admin/Site.php:579
-msgid "Warning! Advanced function. Could make this server unreachable."
-msgstr "Ostrzeżenie! Zaawansowana funkcja. Może spowodować, że serwer będzie nieosiągalny."
+#: src/Module/Contact.php:599
+msgid "Last update:"
+msgstr "Ostatnia aktualizacja:"
 
-#: src/Module/Admin/Site.php:583
-msgid "Site name"
-msgstr "Nazwa strony"
+#: src/Module/Contact.php:601
+msgid "Update public posts"
+msgstr "Zaktualizuj publiczne posty"
 
-#: src/Module/Admin/Site.php:584
-msgid "Sender Email"
-msgstr "E-mail nadawcy"
+#: src/Module/Contact.php:603 src/Module/Contact.php:1073
+msgid "Update now"
+msgstr "Aktualizuj teraz"
 
-#: src/Module/Admin/Site.php:584
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami."
-
-#: src/Module/Admin/Site.php:585
-msgid "Banner/Logo"
-msgstr "Logo"
+#: src/Module/Contact.php:607 src/Module/Contact.php:824
+#: src/Module/Contact.php:1090
+msgid "Unignore"
+msgstr "Odblokuj"
 
-#: src/Module/Admin/Site.php:586
-msgid "Shortcut icon"
-msgstr "Ikona skrótu"
+#: src/Module/Contact.php:611
+msgid "Currently blocked"
+msgstr "Obecnie zablokowany"
 
-#: src/Module/Admin/Site.php:586
-msgid "Link to an icon that will be used for browsers."
-msgstr "Link do ikony, która będzie używana w przeglądarkach."
+#: src/Module/Contact.php:612
+msgid "Currently ignored"
+msgstr "Obecnie zignorowany"
 
-#: src/Module/Admin/Site.php:587
-msgid "Touch icon"
-msgstr "Dołącz ikonę"
+#: src/Module/Contact.php:613
+msgid "Currently archived"
+msgstr "Obecnie zarchiwizowany"
 
-#: src/Module/Admin/Site.php:587
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."
+#: src/Module/Contact.php:614
+msgid "Awaiting connection acknowledge"
+msgstr "Oczekiwanie na potwierdzenie połączenia"
 
-#: src/Module/Admin/Site.php:588
-msgid "Additional Info"
-msgstr "Dodatkowe informacje"
+#: src/Module/Contact.php:615 mod/notifications.php:196
+#: mod/notifications.php:283
+msgid "Hide this contact from others"
+msgstr "Ukryj ten kontakt przed innymi"
 
-#: src/Module/Admin/Site.php:588
-#, php-format
+#: src/Module/Contact.php:615
 msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/servers."
-msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers."
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal <strong>mogą</strong> być widoczne"
 
-#: src/Module/Admin/Site.php:589
-msgid "System language"
-msgstr "Język systemu"
+#: src/Module/Contact.php:616
+msgid "Notification for new posts"
+msgstr "Powiadomienie o nowych postach"
 
-#: src/Module/Admin/Site.php:590
-msgid "System theme"
-msgstr "Motyw systemowy"
+#: src/Module/Contact.php:616
+msgid "Send a notification of every new post of this contact"
+msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu"
 
-#: src/Module/Admin/Site.php:590
+#: src/Module/Contact.php:618
+msgid "Blacklisted keywords"
+msgstr "Słowa kluczowe na czarnej liście"
+
+#: src/Module/Contact.php:618
 msgid ""
-"Default system theme - may be over-ridden by user profiles - <a "
-"href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
-msgstr "Domyślny motyw systemu - może być nadpisywany przez profile użytkowników - <a href=\"/admin/themes\" id=\"cnftheme\">Zmień domyślne ustawienia motywu</a>"
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"
 
-#: src/Module/Admin/Site.php:591
-msgid "Mobile system theme"
-msgstr "Motyw systemu mobilnego"
+#: src/Module/Contact.php:684
+msgid "Show all contacts"
+msgstr "Pokaż wszystkie kontakty"
 
-#: src/Module/Admin/Site.php:591
-msgid "Theme for mobile devices"
-msgstr "Motyw na urządzenia mobilne"
+#: src/Module/Contact.php:689 src/Module/Contact.php:799
+msgid "Pending"
+msgstr "Oczekujące"
 
-#: src/Module/Admin/Site.php:592 src/Module/Install.php:192
-msgid "SSL link policy"
-msgstr "Polityka odnośników SSL"
+#: src/Module/Contact.php:692
+msgid "Only show pending contacts"
+msgstr "Pokaż tylko oczekujące kontakty"
 
-#: src/Module/Admin/Site.php:592 src/Module/Install.php:194
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Określa, czy generowane odnośniki będą obowiązkowo używały SSL"
+#: src/Module/Contact.php:697 src/Module/Contact.php:800
+msgid "Blocked"
+msgstr "Zablokowane"
 
-#: src/Module/Admin/Site.php:593
-msgid "Force SSL"
-msgstr "Wymuś SSL"
+#: src/Module/Contact.php:700
+msgid "Only show blocked contacts"
+msgstr "Pokaż tylko zablokowane kontakty"
 
-#: src/Module/Admin/Site.php:593
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."
+#: src/Module/Contact.php:705 src/Module/Contact.php:802
+msgid "Ignored"
+msgstr "Ignorowane"
 
-#: src/Module/Admin/Site.php:594
-msgid "Hide help entry from navigation menu"
-msgstr "Ukryj pomoc w menu nawigacyjnym"
+#: src/Module/Contact.php:708
+msgid "Only show ignored contacts"
+msgstr "Pokaż tylko ignorowane kontakty"
 
-#: src/Module/Admin/Site.php:594
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."
+#: src/Module/Contact.php:713 src/Module/Contact.php:803
+msgid "Archived"
+msgstr "Zarchiwizowane"
 
-#: src/Module/Admin/Site.php:595
-msgid "Single user instance"
-msgstr "Tryb pojedynczego użytkownika"
+#: src/Module/Contact.php:716
+msgid "Only show archived contacts"
+msgstr "Pokaż tylko zarchiwizowane kontakty"
 
-#: src/Module/Admin/Site.php:595
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika"
+#: src/Module/Contact.php:721 src/Module/Contact.php:801
+msgid "Hidden"
+msgstr "Ukryte"
 
-#: src/Module/Admin/Site.php:597
-msgid "File storage backend"
-msgstr "Backend przechowywania plików"
+#: src/Module/Contact.php:724
+msgid "Only show hidden contacts"
+msgstr "Pokaż tylko ukryte kontakty"
 
-#: src/Module/Admin/Site.php:597
-msgid ""
-"The backend used to store uploaded data. If you change the storage backend, "
-"you can manually move the existing files. If you do not do so, the files "
-"uploaded before the change will still be available at the old backend. "
-"Please see <a href=\"/help/Settings#1_2_3_1\">the settings documentation</a>"
-" for more information about the choices and the moving procedure."
-msgstr ""
+#: src/Module/Contact.php:732
+msgid "Organize your contact groups"
+msgstr "Uporządkuj swoje grupy kontaktów"
 
-#: src/Module/Admin/Site.php:599
-msgid "Maximum image size"
-msgstr "Maksymalny rozmiar zdjęcia"
+#: src/Module/Contact.php:814
+msgid "Search your contacts"
+msgstr "Wyszukaj w kontaktach"
 
-#: src/Module/Admin/Site.php:599
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to  0 , co oznacza bez limitu ."
+#: src/Module/Contact.php:815 src/Module/Search/Index.php:185
+#, php-format
+msgid "Results for: %s"
+msgstr "Wyniki dla: %s"
 
-#: src/Module/Admin/Site.php:600
-msgid "Maximum image length"
-msgstr "Maksymalna długość obrazu"
+#: src/Module/Contact.php:822 mod/settings.php:194 mod/settings.php:696
+msgid "Update"
+msgstr "Zaktualizuj"
 
-#: src/Module/Admin/Site.php:600
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Maksymalna długość w pikselach dłuższego boku przesyłanego obrazu. Wartością domyślną jest -1, co oznacza brak ograniczeń."
+#: src/Module/Contact.php:825 src/Module/Contact.php:1099
+msgid "Archive"
+msgstr "Archiwum"
 
-#: src/Module/Admin/Site.php:601
-msgid "JPEG image quality"
-msgstr "Jakość obrazu JPEG"
+#: src/Module/Contact.php:825 src/Module/Contact.php:1099
+msgid "Unarchive"
+msgstr "Przywróć z archiwum"
 
-#: src/Module/Admin/Site.php:601
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Przesłane pliki JPEG zostaną zapisane w tym ustawieniu jakości [0-100]. Domyślna wartość to 100, która jest pełną jakością."
+#: src/Module/Contact.php:828
+msgid "Batch Actions"
+msgstr "Akcje wsadowe"
 
-#: src/Module/Admin/Site.php:603
-msgid "Register policy"
-msgstr "Zasady rejestracji"
+#: src/Module/Contact.php:855
+msgid "Conversations started by this contact"
+msgstr "Rozmowy rozpoczęły się od tego kontaktu"
 
-#: src/Module/Admin/Site.php:604
-msgid "Maximum Daily Registrations"
-msgstr "Maksymalna dzienna rejestracja"
+#: src/Module/Contact.php:860
+msgid "Posts and Comments"
+msgstr "Posty i komentarze"
 
-#: src/Module/Admin/Site.php:604
-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 "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu."
+#: src/Module/Contact.php:883
+msgid "View all contacts"
+msgstr "Zobacz wszystkie kontakty"
 
-#: src/Module/Admin/Site.php:605
-msgid "Register text"
-msgstr "Zarejestruj tekst"
+#: src/Module/Contact.php:891 mod/common.php:141
+msgid "Common Friends"
+msgstr "Wspólni znajomi"
 
-#: src/Module/Admin/Site.php:605
-msgid ""
-"Will be displayed prominently on the registration page. You can use BBCode "
-"here."
-msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj."
+#: src/Module/Contact.php:894
+msgid "View all common friends"
+msgstr "Zobacz wszystkich popularnych znajomych"
 
-#: src/Module/Admin/Site.php:606
-msgid "Forbidden Nicknames"
-msgstr "Zakazane pseudonimy"
+#: src/Module/Contact.php:904
+msgid "Advanced Contact Settings"
+msgstr "Zaawansowane ustawienia kontaktów"
 
-#: src/Module/Admin/Site.php:606
-msgid ""
-"Comma separated list of nicknames that are forbidden from registration. "
-"Preset is a list of role names according RFC 2142."
-msgstr "Lista oddzielonych przecinkami pseudonimów, których nie wolno rejestrować. Preset to lista nazw ról zgodnie z RFC 2142."
+#: src/Module/Contact.php:987
+msgid "Mutual Friendship"
+msgstr "Wzajemna przyjaźń"
 
-#: src/Module/Admin/Site.php:607
-msgid "Accounts abandoned after x days"
-msgstr "Konta porzucone po x dni"
+#: src/Module/Contact.php:992
+msgid "is a fan of yours"
+msgstr "jest twoim fanem"
 
-#: src/Module/Admin/Site.php:607
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."
+#: src/Module/Contact.php:997
+msgid "you are a fan of"
+msgstr "jesteś fanem"
 
-#: src/Module/Admin/Site.php:608
-msgid "Allowed friend domains"
-msgstr "Dozwolone domeny przyjaciół"
+#: src/Module/Contact.php:1015
+msgid "Pending outgoing contact request"
+msgstr "Oczekujące żądanie kontaktu wychodzącego"
 
-#: src/Module/Admin/Site.php:608
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Rozdzielana przecinkami lista domen, które mogą nawiązywać przyjaźnie z tą witryną. Symbole wieloznaczne są akceptowane. Pozostaw puste by zezwolić każdej domenie na zaprzyjaźnienie."
+#: src/Module/Contact.php:1017
+msgid "Pending incoming contact request"
+msgstr "Oczekujące żądanie kontaktu przychodzącego"
 
-#: src/Module/Admin/Site.php:609
-msgid "Allowed email domains"
-msgstr "Dozwolone domeny e-mailowe"
+#: src/Module/Contact.php:1030
+msgid "Edit contact"
+msgstr "Edytuj kontakt"
 
-#: src/Module/Admin/Site.php:609
-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 "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"
+#: src/Module/Contact.php:1084
+msgid "Toggle Blocked status"
+msgstr "Przełącz status na Zablokowany"
 
-#: src/Module/Admin/Site.php:610
-msgid "No OEmbed rich content"
-msgstr "Brak treści multimedialnych ze znaczkiem HTML"
+#: src/Module/Contact.php:1092
+msgid "Toggle Ignored status"
+msgstr "Przełącz status na Ignorowany"
 
-#: src/Module/Admin/Site.php:610
-msgid ""
-"Don't show the rich content (e.g. embedded PDF), except from the domains "
-"listed below."
-msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."
+#: src/Module/Contact.php:1101
+msgid "Toggle Archive status"
+msgstr "Przełącz  status na Archiwalny"
 
-#: src/Module/Admin/Site.php:611
-msgid "Allowed OEmbed domains"
-msgstr "Dozwolone domeny OEmbed"
+#: src/Module/Contact.php:1109
+msgid "Delete contact"
+msgstr "Usuń kontakt"
 
-#: src/Module/Admin/Site.php:611
-msgid ""
-"Comma separated list of domains which oembed content is allowed to be "
-"displayed. Wildcards are accepted."
-msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."
+#: src/Module/Invite.php:37
+msgid "Total invitation limit exceeded."
+msgstr "Przekroczono limit zaproszeń ogółem."
 
-#: src/Module/Admin/Site.php:612
-msgid "Block public"
-msgstr "Blokuj publicznie"
+#: src/Module/Invite.php:60
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Nieprawidłowy adres e-mail."
 
-#: src/Module/Admin/Site.php:612
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany."
+#: src/Module/Invite.php:87
+msgid "Please join us on Friendica"
+msgstr "Dołącz do nas na Friendica"
 
-#: src/Module/Admin/Site.php:613
-msgid "Force publish"
-msgstr "Wymuś publikację"
+#: src/Module/Invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny."
 
-#: src/Module/Admin/Site.php:613
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny."
+#: src/Module/Invite.php:100
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Nie udało się dostarczyć wiadomości."
 
-#: src/Module/Admin/Site.php:613
-msgid "Enabling this may violate privacy laws like the GDPR"
-msgstr "Włączenie tego może naruszyć prawa ochrony prywatności, takie jak GDPR"
+#: src/Module/Invite.php:104
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d wiadomość wysłana."
+msgstr[1] "%d wiadomości wysłane."
+msgstr[2] "%d wysłano ."
+msgstr[3] "%d wiadomość wysłano."
 
-#: src/Module/Admin/Site.php:614
-msgid "Global directory URL"
-msgstr "Globalny adres URL katalogu"
+#: src/Module/Invite.php:122
+msgid "You have no more invitations available"
+msgstr "Nie masz już dostępnych zaproszeń"
 
-#: src/Module/Admin/Site.php:614
+#: src/Module/Invite.php:129
+#, php-format
 msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji."
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych."
 
-#: src/Module/Admin/Site.php:615
-msgid "Private posts by default for new users"
-msgstr "Prywatne posty domyślnie dla nowych użytkowników"
+#: src/Module/Invite.php:131
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica."
 
-#: src/Module/Admin/Site.php:615
+#: src/Module/Invite.php:132
+#, php-format
 msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną."
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć."
 
-#: src/Module/Admin/Site.php:616
-msgid "Don't include post content in email notifications"
-msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie"
+#: src/Module/Invite.php:136
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków."
 
-#: src/Module/Admin/Site.php:616
+#: src/Module/Invite.php:139
 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 "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks."
+msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi."
 
-#: src/Module/Admin/Site.php:617
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."
+#: src/Module/Invite.php:138
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
+msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."
 
-#: src/Module/Admin/Site.php:617
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków."
+#: src/Module/Invite.php:146
+msgid "Send invitations"
+msgstr "Wyślij zaproszenie"
 
-#: src/Module/Admin/Site.php:618
-msgid "Don't embed private images in posts"
-msgstr "Nie umieszczaj prywatnych zdjęć w postach"
+#: src/Module/Invite.php:147
+msgid "Enter email addresses, one per line:"
+msgstr "Wprowadź adresy e-mail, po jednym w wierszu:"
 
-#: src/Module/Admin/Site.php:618
+#: src/Module/Invite.php:150 mod/wallmessage.php:137 mod/message.php:255
+#: mod/message.php:435
+msgid "Your message:"
+msgstr "Twoja wiadomość:"
+
+#: src/Module/Invite.php:151
 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 "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać."
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."
 
-#: src/Module/Admin/Site.php:619
-msgid "Explicit Content"
-msgstr "Treści dla dorosłych"
+#: src/Module/Invite.php:153
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Musisz podać ten kod zaproszenia: $invite_code"
 
-#: src/Module/Admin/Site.php:619
+#: src/Module/Invite.php:153
 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 "Ustaw to, aby ogłosić, że Twój węzeł jest używany głównie do jawnej treści, która może nie być odpowiednia dla nieletnich. Informacje te zostaną opublikowane w informacjach o węźle i mogą zostać wykorzystane, np. w katalogu globalnym, aby filtrować węzeł z list węzłów do przyłączenia. Dodatkowo notatka o tym zostanie pokazana na stronie rejestracji użytkownika."
-
-#: src/Module/Admin/Site.php:620
-msgid "Allow Users to set remote_self"
-msgstr "Zezwól użytkownikom na ustawienie remote_self"
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:"
 
-#: src/Module/Admin/Site.php:620
+#: src/Module/Invite.php:155
 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 "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników."
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendi.ca"
+msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"
 
-#: src/Module/Admin/Site.php:621
-msgid "Block multiple registrations"
-msgstr "Zablokuj wielokrotną rejestrację"
+#: src/Module/BaseSettingsModule.php:18 mod/photos.php:133 mod/settings.php:62
+msgid "everybody"
+msgstr "wszyscy"
 
-#: src/Module/Admin/Site.php:621
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "
+#: src/Module/BaseSettingsModule.php:24 mod/settings.php:67
+msgid "Account"
+msgstr "Konto"
 
-#: src/Module/Admin/Site.php:622
-msgid "Disable OpenID"
-msgstr "Wyłącz OpenID"
+#: src/Module/BaseSettingsModule.php:54 mod/settings.php:98
+msgid "Display"
+msgstr "Wygląd"
 
-#: src/Module/Admin/Site.php:622
-msgid "Disable OpenID support for registration and logins."
-msgstr "Wyłącz obsługę OpenID dla rejestracji i logowania."
+#: src/Module/BaseSettingsModule.php:61 mod/settings.php:105
+#: mod/settings.php:843
+msgid "Social Networks"
+msgstr "Portale społecznościowe"
 
-#: src/Module/Admin/Site.php:623
-msgid "No Fullname check"
-msgstr "Bez sprawdzania pełnej nazwy"
+#: src/Module/BaseSettingsModule.php:75 mod/settings.php:119
+msgid "Delegations"
+msgstr "Delegowanie"
 
-#: src/Module/Admin/Site.php:623
-msgid ""
-"Allow users to register without a space between the first name and the last "
-"name in their full name."
-msgstr "Zezwól użytkownikom na rejestrację bez spacji między imieniem i nazwiskiem w ich pełnym imieniu."
+#: src/Module/BaseSettingsModule.php:82 mod/settings.php:126
+msgid "Connected apps"
+msgstr "Powiązane aplikacje"
 
-#: src/Module/Admin/Site.php:624
-msgid "Community pages for visitors"
-msgstr "Strony społecznościowe dla odwiedzających"
+#: src/Module/BaseSettingsModule.php:96 mod/settings.php:140
+msgid "Remove account"
+msgstr "Usuń konto"
 
-#: src/Module/Admin/Site.php:624
-msgid ""
-"Which community pages should be available for visitors. Local users always "
-"see both pages."
-msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony."
+#: src/Module/Item/Compose.php:34
+msgid "Please enter a post body."
+msgstr "Wpisz treść postu."
 
-#: src/Module/Admin/Site.php:625
-msgid "Posts per user on community page"
-msgstr "Lista postów użytkownika na stronie społeczności"
+#: src/Module/Item/Compose.php:47
+msgid "This feature is only available with the frio theme."
+msgstr "Ta funkcja jest dostępna tylko z motywem Frio."
 
-#: src/Module/Admin/Site.php:625
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"\"Global Community\")"
-msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy „Globalnej społeczności”)"
+#: src/Module/Item/Compose.php:75
+msgid "Compose new personal note"
+msgstr "Utwórz nową notatkę osobistą"
 
-#: src/Module/Admin/Site.php:626
-msgid "Disable OStatus support"
-msgstr "Wyłącz obsługę OStatus"
+#: src/Module/Item/Compose.php:84
+msgid "Compose new post"
+msgstr "Utwórz nowy post"
 
-#: src/Module/Admin/Site.php:626
-msgid ""
-"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Wyłącz wbudowaną kompatybilność z OStatus (StatusNet, GNU Social itd.). Wszystkie rozmowy w OStatus są publiczne, więc czasem będą pojawiać się ostrzeżenia o prywatności."
+#: src/Module/Item/Compose.php:119
+msgid "Visibility"
+msgstr ""
 
-#: src/Module/Admin/Site.php:627
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie."
+#: src/Module/Item/Compose.php:140
+msgid "Clear the location"
+msgstr "Wyczyść lokalizację"
 
-#: src/Module/Admin/Site.php:629
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu."
+#: src/Module/Item/Compose.php:141
+msgid "Location services are unavailable on your device"
+msgstr "Usługi lokalizacyjne są niedostępne na twoim urządzeniu"
 
-#: src/Module/Admin/Site.php:630
-msgid "Enable Diaspora support"
-msgstr "Włączyć obsługę Diaspory"
+#: src/Module/Item/Compose.php:142
+msgid ""
+"Location services are disabled. Please check the website's permissions on "
+"your device"
+msgstr "Usługi lokalizacyjne są wyłączone. Sprawdź uprawnienia strony internetowej na swoim urządzeniu"
 
-#: src/Module/Admin/Site.php:630
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora."
+#: src/Module/Friendica.php:40
+msgid "Installed addons/apps:"
+msgstr "Zainstalowane dodatki/aplikacje:"
 
-#: src/Module/Admin/Site.php:631
-msgid "Only allow Friendica contacts"
-msgstr "Dopuść tylko kontakty Friendrica"
+#: src/Module/Friendica.php:45
+msgid "No installed addons/apps"
+msgstr "Brak zainstalowanych dodatków/aplikacji"
 
-#: src/Module/Admin/Site.php:631
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."
+#: src/Module/Friendica.php:50
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "Przeczytaj o <a href=\"%1$s/tos\">Warunkach świadczenia usług</a> tego węzła."
 
-#: src/Module/Admin/Site.php:632
-msgid "Verify SSL"
-msgstr "Weryfikacja SSL"
+#: src/Module/Friendica.php:57
+msgid "On this server the following remote servers are blocked."
+msgstr "Na tym serwerze następujące serwery zdalne są blokowane."
 
-#: src/Module/Admin/Site.php:632
+#: src/Module/Friendica.php:75
+#, php-format
 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 "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL."
+"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 "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s."
 
-#: src/Module/Admin/Site.php:633
-msgid "Proxy user"
-msgstr "Użytkownik proxy"
+#: src/Module/Friendica.php:80
+msgid ""
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica."
 
-#: src/Module/Admin/Site.php:634
-msgid "Proxy URL"
-msgstr "URL Proxy"
+#: src/Module/Friendica.php:81
+msgid "Bug reports and issues: please visit"
+msgstr "Raporty o błędach i problemy: odwiedź stronę"
 
-#: src/Module/Admin/Site.php:635
-msgid "Network timeout"
-msgstr "Network timeout"
+#: src/Module/Friendica.php:81
+msgid "the bugtracker at github"
+msgstr "śledzenie błędów na github"
 
-#: src/Module/Admin/Site.php:635
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."
+#: src/Module/Friendica.php:82
+msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”"
 
-#: src/Module/Admin/Site.php:636
-msgid "Maximum Load Average"
-msgstr "Maksymalne obciążenie średnie"
+#: src/Module/Register.php:60 mod/uimport.php:39
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."
 
-#: src/Module/Admin/Site.php:636
-#, php-format
+#: src/Module/Register.php:77
 msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default %d."
-msgstr "Maksymalne obciążenie systemu przed dostarczeniem i procesami odpytywania jest odroczone - domyślnie %d."
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking \"Register\"."
+msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając \"Register\"."
 
-#: src/Module/Admin/Site.php:637
-msgid "Maximum Load Average (Frontend)"
-msgstr "Maksymalne obciążenie średnie (Frontend)"
+#: src/Module/Register.php:78
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."
 
-#: src/Module/Admin/Site.php:637
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."
+#: src/Module/Register.php:79
+msgid "Your OpenID (optional): "
+msgstr "Twój OpenID (opcjonalnie): "
 
-#: src/Module/Admin/Site.php:638
-msgid "Minimal Memory"
-msgstr "Minimalna pamięć"
+#: src/Module/Register.php:88
+msgid "Include your profile in member directory?"
+msgstr "Czy dołączyć twój profil do katalogu członków?"
 
-#: src/Module/Admin/Site.php:638
-msgid ""
-"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)."
+#: src/Module/Register.php:92 mod/api.php:111 mod/dfrn_request.php:642
+#: mod/follow.php:163 mod/profiles.php:526 mod/profiles.php:530
+#: mod/profiles.php:551 mod/settings.php:1090 mod/settings.php:1096
+#: mod/settings.php:1103 mod/settings.php:1107 mod/settings.php:1111
+#: mod/settings.php:1115 mod/settings.php:1119 mod/settings.php:1123
+#: mod/settings.php:1143 mod/settings.php:1144 mod/settings.php:1145
+#: mod/settings.php:1146 mod/settings.php:1147
+msgid "No"
+msgstr "Nie"
 
-#: src/Module/Admin/Site.php:639
-msgid "Maximum table size for optimization"
-msgstr "Maksymalny rozmiar stołu do optymalizacji"
+#: src/Module/Register.php:111
+msgid "Note for the admin"
+msgstr "Uwaga dla administratora"
 
-#: src/Module/Admin/Site.php:639
-msgid ""
-"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
-"disable it."
-msgstr "Maksymalny rozmiar tablicy (w MB) do automatycznej optymalizacji. Wprowadź -1, aby go wyłączyć."
+#: src/Module/Register.php:111
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła"
 
-#: src/Module/Admin/Site.php:640
-msgid "Minimum level of fragmentation"
-msgstr "Minimalny poziom fragmentacji"
+#: src/Module/Register.php:112
+msgid "Membership on this site is by invitation only."
+msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."
 
-#: src/Module/Admin/Site.php:640
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%."
+#: src/Module/Register.php:113
+msgid "Your invitation code: "
+msgstr "Twój kod zaproszenia: "
 
-#: src/Module/Admin/Site.php:642
-msgid "Periodical check of global contacts"
-msgstr "Okresowa kontrola kontaktów globalnych"
+#: src/Module/Register.php:121
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Twoje imię i nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe): "
 
-#: src/Module/Admin/Site.php:642
+#: src/Module/Register.php:122
 msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."
 
-#: src/Module/Admin/Site.php:643
-msgid "Days between requery"
-msgstr "Dni między żądaniem"
+#: src/Module/Register.php:124 mod/settings.php:1186
+msgid "New Password:"
+msgstr "Nowe hasło:"
 
-#: src/Module/Admin/Site.php:643
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów."
+#: src/Module/Register.php:124
+msgid "Leave empty for an auto generated password."
+msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła."
 
-#: src/Module/Admin/Site.php:644
-msgid "Discover contacts from other servers"
-msgstr "Odkryj kontakty z innych serwerów"
+#: src/Module/Register.php:125 mod/settings.php:1187
+msgid "Confirm:"
+msgstr "Potwierdź:"
 
-#: src/Module/Admin/Site.php:644
+#: src/Module/Register.php:126
+#, php-format
 msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"\"Users\": the users on the remote system, \"Global Contacts\": active "
-"contacts that are known on the system. The fallback is meant for Redmatrix "
-"servers and older friendica servers, where global contacts weren't "
-"available. The fallback increases the server load, so the recommended "
-"setting is \"Users, Global Contacts\"."
-msgstr "Okresowo sprawdzaj kontakty z innymi serwerami. Możesz wybrać „Użytkownicy”: użytkownicy systemu zdalnego, „Kontakty globalne”: aktywne kontakty znane w systemie. Rozwiązanie awaryjne jest przeznaczone dla serwerów Redmatrix i starszych serwerów friendica, gdzie globalne kontakty nie były dostępne. Powrót awaryjny zwiększa obciążenie serwera, więc zalecane ustawienie to „Użytkownicy, kontakty globalne”."
-
-#: src/Module/Admin/Site.php:645
-msgid "Timeframe for fetching global contacts"
-msgstr "Czas pobierania globalnych kontaktów"
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be \"<strong>nickname@%s</strong>\"."
+msgstr "Wybierz pseudonim profilu. Musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie to \"<strong>nickname@%s</strong>\"."
 
-#: src/Module/Admin/Site.php:645
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów."
+#: src/Module/Register.php:127
+msgid "Choose a nickname: "
+msgstr "Wybierz pseudonim: "
 
-#: src/Module/Admin/Site.php:646
-msgid "Search the local directory"
-msgstr "Wyszukaj w lokalnym katalogu"
+#: src/Module/Register.php:135 mod/uimport.php:46
+msgid "Import"
+msgstr "Import"
 
-#: src/Module/Admin/Site.php:646
-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 "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane."
+#: src/Module/Register.php:136
+msgid "Import your profile to this friendica instance"
+msgstr "Zaimportuj swój profil do tej instancji friendica"
 
-#: src/Module/Admin/Site.php:648
-msgid "Publish server information"
-msgstr "Publikuj informacje o serwerze"
+#: src/Module/Register.php:143
+msgid "Note: This node explicitly contains adult content"
+msgstr "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych"
 
-#: src/Module/Admin/Site.php:648
+#: src/Module/Register.php:238
 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 <a"
-" href=\"http://the-federation.info/\">the-federation.info</a> for details."
-msgstr "Jeśli ta opcja jest włączona, ogólne dane dotyczące serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów i aktywowane protokoły i złącza. Szczegółowe informacje można znaleźć na <a href=\"http://the-federation.info/\">the-federation.info</a>."
-
-#: src/Module/Admin/Site.php:650
-msgid "Check upstream version"
-msgstr "Sprawdź wersję powyżej"
+"Registration successful. Please check your email for further instructions."
+msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."
 
-#: src/Module/Admin/Site.php:650
+#: src/Module/Register.php:242
+#, php-format
 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 "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym."
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:<br> login: %s<br>hasło: %s<br><br>Możesz zmienić swoje hasło po zalogowaniu."
 
-#: src/Module/Admin/Site.php:651
-msgid "Suppress Tags"
-msgstr "Ukryj tagi"
+#: src/Module/Register.php:248
+msgid "Registration successful."
+msgstr "Rejestracja udana."
 
-#: src/Module/Admin/Site.php:651
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu."
+#: src/Module/Register.php:253 src/Module/Register.php:260
+msgid "Your registration can not be processed."
+msgstr "Nie można przetworzyć Twojej rejestracji."
 
-#: src/Module/Admin/Site.php:652
-msgid "Clean database"
-msgstr "Wyczyść bazę danych"
+#: src/Module/Register.php:259
+msgid "You have to leave a request note for the admin."
+msgstr ""
 
-#: src/Module/Admin/Site.php:652
-msgid ""
-"Remove old remote items, orphaned database records and old content from some"
-" other helper tables."
-msgstr "Usuń stare zdalne pozycje, osierocone rekordy bazy danych i starą zawartość z innych tabel pomocników."
+#: src/Module/Register.php:266
+msgid "You have entered too much information."
+msgstr ""
 
-#: src/Module/Admin/Site.php:653
-msgid "Lifespan of remote items"
-msgstr "Żywotność odległych przedmiotów"
+#: src/Module/Register.php:312
+msgid "Your registration is pending approval by the site owner."
+msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."
 
-#: src/Module/Admin/Site.php:653
-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 "Po włączeniu czyszczenia bazy danych określa dni, po których zdalne elementy zostaną usunięte. Własne przedmioty oraz oznaczone lub wypełnione pozycje są zawsze przechowywane. 0 wyłącza to zachowanie."
+#: src/Module/Search/Saved.php:29
+msgid "Search term successfully saved."
+msgstr ""
 
-#: src/Module/Admin/Site.php:654
-msgid "Lifespan of unclaimed items"
-msgstr "Żywotność nieodebranych przedmiotów"
+#: src/Module/Search/Saved.php:31
+msgid "Search term already saved."
+msgstr ""
 
-#: src/Module/Admin/Site.php:654
-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 "Po włączeniu czyszczenia bazy danych określa się dni, po których usunięte zostaną nieodebrane zdalne elementy (głównie zawartość z przekaźnika). Wartość domyślna to 90 dni. Wartość domyślna dla ogólnej długości życia zdalnych pozycji, jeśli jest ustawiona na 0."
+#: src/Module/Search/Saved.php:37
+msgid "Search term successfully removed."
+msgstr ""
 
-#: src/Module/Admin/Site.php:655
-msgid "Lifespan of raw conversation data"
-msgstr "Trwałość nieprzetworzonych danych konwersacji"
+#: src/Module/Search/Index.php:35
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać."
 
-#: src/Module/Admin/Site.php:655
-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 "Dane konwersacji są używane do ActivityPub i OStatus, a także do celów debugowania. Powinno być bezpieczne usunięcie go po 14 dniach, domyślnie jest to 90 dni."
+#: src/Module/Search/Index.php:57
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."
 
-#: src/Module/Admin/Site.php:656
-msgid "Path to item cache"
-msgstr "Ścieżka do pamięci podręcznej"
+#: src/Module/Search/Index.php:178 mod/community.php:155
+msgid "No results."
+msgstr "Brak wyników."
 
-#: src/Module/Admin/Site.php:656
-msgid "The item caches buffers generated bbcode and external images."
-msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne."
+#: src/Module/Search/Index.php:183
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Przedmioty oznaczone tagiem: %s"
 
-#: src/Module/Admin/Site.php:657
-msgid "Cache duration in seconds"
-msgstr "Czas trwania w sekundach"
+#: src/Module/Search/Acl.php:37
+msgid "You must be logged in to use this module."
+msgstr ""
 
-#: src/Module/Admin/Site.php:657
+#: src/BaseModule.php:133
 msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1."
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."
 
-#: src/Module/Admin/Site.php:658
-msgid "Maximum numbers of comments per post"
-msgstr "Maksymalna liczba komentarzy na post"
+#: src/App/Page.php:228
+msgid "Delete this item?"
+msgstr "Usunąć ten element?"
 
-#: src/Module/Admin/Site.php:658
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100."
+#: src/App/Page.php:276
+msgid "toggle mobile"
+msgstr "przełącz na mobilny"
 
-#: src/Module/Admin/Site.php:659
-msgid "Temp path"
-msgstr "Ścieżka do Temp"
+#: src/App/Router.php:184
+#, php-format
+msgid "Method not allowed for this module. Allowed method(s): %s"
+msgstr ""
 
-#: src/Module/Admin/Site.php:659
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę."
+#: src/App/Module.php:221
+msgid "You must be logged in to use addons. "
+msgstr "Musisz być zalogowany(-a), aby korzystać z dodatków. "
 
-#: src/Module/Admin/Site.php:660
-msgid "Disable picture proxy"
-msgstr "Wyłącz obraz proxy"
+#: src/Util/Temporal.php:79 src/Util/Temporal.php:81 mod/profiles.php:581
+msgid "Miscellaneous"
+msgstr "Różny"
 
-#: src/Module/Admin/Site.php:660
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwidth."
-msgstr "Serwer proxy zwiększa wydajność i prywatność. Nie powinno być używane w systemach o bardzo niskiej przepustowości."
+#: src/Util/Temporal.php:148 mod/profiles.php:604
+msgid "Age: "
+msgstr "Wiek: "
 
-#: src/Module/Admin/Site.php:661
-msgid "Only search in tags"
-msgstr "Szukaj tylko w tagach"
+#: src/Util/Temporal.php:150
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "RRRR-MM-DD lub MM-DD"
 
-#: src/Module/Admin/Site.php:661
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system."
+#: src/Util/Temporal.php:297
+msgid "never"
+msgstr "nigdy"
 
-#: src/Module/Admin/Site.php:663
-msgid "New base url"
-msgstr "Nowy bazowy adres url"
+#: src/Util/Temporal.php:304
+msgid "less than a second ago"
+msgstr "mniej niż sekundę temu"
 
-#: src/Module/Admin/Site.php:663
-msgid ""
-"Change base url for this server. Sends relocate message to all Friendica and"
-" Diaspora* contacts of all users."
-msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników."
+#: src/Util/Temporal.php:312
+msgid "year"
+msgstr "rok"
 
-#: src/Module/Admin/Site.php:665
-msgid "RINO Encryption"
-msgstr "Szyfrowanie RINO"
+#: src/Util/Temporal.php:312
+msgid "years"
+msgstr "lata"
 
-#: src/Module/Admin/Site.php:665
-msgid "Encryption layer between nodes."
-msgstr "Warstwa szyfrowania między węzłami."
+#: src/Util/Temporal.php:313
+msgid "months"
+msgstr "miesiące"
 
-#: src/Module/Admin/Site.php:665
-msgid "Enabled"
-msgstr "Włącz"
+#: src/Util/Temporal.php:314
+msgid "weeks"
+msgstr "tygodnie"
 
-#: src/Module/Admin/Site.php:667
-msgid "Maximum number of parallel workers"
-msgstr "Maksymalna liczba równoległych pracowników"
+#: src/Util/Temporal.php:315
+msgid "days"
+msgstr "dni"
 
-#: src/Module/Admin/Site.php:667
-#, php-format
-msgid ""
-"On shared hosters set this to %d. On larger systems, values of %d are great."
-" Default value is %d."
-msgstr "Na udostępnionych usługach hostingowych ustaw tę opcję %d. W większych systemach wartości %dsą świetne . Wartość domyślna to %d."
+#: src/Util/Temporal.php:316
+msgid "hour"
+msgstr "godzina"
 
-#: src/Module/Admin/Site.php:668
-msgid "Don't use \"proc_open\" with the worker"
-msgstr ""
+#: src/Util/Temporal.php:316
+msgid "hours"
+msgstr "godziny"
 
-#: src/Module/Admin/Site.php:668
-msgid ""
-"Enable this if your system doesn't allow the use of \"proc_open\". This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of worker calls in your crontab."
-msgstr "Włącz to, jeśli twój system nie zezwala na użycie „proc_open”. Może się tak zdarzyć na współdzielonych hostach. Jeśli to jest włączone, powinieneś zwiększyć częstotliwość wywołań roboczych w crontabie."
+#: src/Util/Temporal.php:317
+msgid "minute"
+msgstr "minuta"
 
-#: src/Module/Admin/Site.php:669
-msgid "Enable fastlane"
-msgstr "Włącz Fastlane"
+#: src/Util/Temporal.php:317
+msgid "minutes"
+msgstr "minuty"
 
-#: src/Module/Admin/Site.php:669
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."
+#: src/Util/Temporal.php:318
+msgid "second"
+msgstr "sekunda"
 
-#: src/Module/Admin/Site.php:670
-msgid "Enable frontend worker"
-msgstr "Włącz pracownika frontend"
+#: src/Util/Temporal.php:318
+msgid "seconds"
+msgstr "sekundy"
 
-#: src/Module/Admin/Site.php:670
+#: src/Util/Temporal.php:328
 #, php-format
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed (e.g. messages being delivered). On smaller sites you might want "
-"to call %s/worker on a regular basis via an external cron job. You should "
-"only enable this option if you cannot utilize cron/scheduled jobs on your "
-"server."
-msgstr ""
-
-#: src/Module/Admin/Site.php:672
-msgid "Subscribe to relay"
-msgstr "Subskrybuj przekaźnik"
+msgid "in %1$d %2$s"
+msgstr "w %1$d %2$s"
 
-#: src/Module/Admin/Site.php:672
-msgid ""
-"Enables the receiving of public posts from the relay. They will be included "
-"in the search, subscribed tags and on the global community page."
-msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."
+#: src/Util/Temporal.php:331
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s temu"
 
-#: src/Module/Admin/Site.php:673
-msgid "Relay server"
-msgstr "Serwer przekazujący"
+#: src/Worker/Delivery.php:532
+msgid "(no subject)"
+msgstr "(bez tematu)"
 
-#: src/Module/Admin/Site.php:673
-msgid ""
-"Address of the relay server where public posts should be send to. For "
-"example https://relay.diasp.org"
-msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org"
+#: src/Console/PostUpdate.php:73
+#, php-format
+msgid "Post update version number has been set to %s."
+msgstr "Numer wersji aktualizacji posta został ustawiony na %s."
 
-#: src/Module/Admin/Site.php:674
-msgid "Direct relay transfer"
-msgstr "Bezpośredni transfer przekaźników"
+#: src/Console/PostUpdate.php:81
+msgid "Check for pending update actions."
+msgstr "Sprawdź oczekujące działania aktualizacji."
 
-#: src/Module/Admin/Site.php:674
-msgid ""
-"Enables the direct transfer to other servers without using the relay servers"
-msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących"
+#: src/Console/PostUpdate.php:83
+msgid "Done."
+msgstr "Gotowe."
 
-#: src/Module/Admin/Site.php:675
-msgid "Relay scope"
-msgstr "Zakres przekaźnika"
+#: src/Console/PostUpdate.php:85
+msgid "Execute pending post updates."
+msgstr "Wykonaj oczekujące aktualizacje postów."
 
-#: src/Module/Admin/Site.php:675
-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 "Mogą to być „wszystkie” lub „tagi”. „wszystkie” oznacza, że ​​każdy publiczny post powinien zostać odebrany. „Tagi” oznaczają, że powinny być odbierane tylko posty z wybranymi tagami."
+#: src/Console/PostUpdate.php:91
+msgid "All pending post updates are done."
+msgstr "Wszystkie oczekujące aktualizacje postów są gotowe."
 
-#: src/Module/Admin/Site.php:675
-msgid "all"
-msgstr "wszystko"
+#: src/Console/NewPassword.php:93
+msgid "Enter new password: "
+msgstr "Wprowadź nowe hasło: "
 
-#: src/Module/Admin/Site.php:675
-msgid "tags"
-msgstr "tagi"
+#: src/Console/NewPassword.php:101 mod/settings.php:443
+msgid "Password update failed. Please try again."
+msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."
 
-#: src/Module/Admin/Site.php:676
-msgid "Server tags"
-msgstr "Serwer tagów"
+#: src/Console/NewPassword.php:104 mod/settings.php:446
+msgid "Password changed."
+msgstr "Hasło zostało zmienione."
 
-#: src/Module/Admin/Site.php:676
-msgid "Comma separated list of tags for the \"tags\" subscription."
-msgstr "Rozdzielana przecinkami lista tagów dla subskrypcji „tagi”."
+#: src/Console/ArchiveContact.php:86
+#, php-format
+msgid "Could not find any unarchived contact entry for this URL (%s)"
+msgstr "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)"
 
-#: src/Module/Admin/Site.php:677
-msgid "Allow user tags"
-msgstr "Pozwól na tagi użytkowników"
+#: src/Console/ArchiveContact.php:89
+msgid "The contact entries have been archived"
+msgstr "Wpisy kontaktów zostały zarchiwizowane"
 
-#: src/Module/Admin/Site.php:677
-msgid ""
-"If enabled, the tags from the saved searches will used for the \"tags\" "
-"subscription in addition to the \"relay_server_tags\"."
-msgstr "Jeśli ta opcja jest włączona, tagi z zapisanych wyszukiwań będą używane jako subskrypcja „tagów” jako uzupełnienie do \"relay_server_tags\"."
+#: mod/lostpass.php:27
+msgid "No valid account found."
+msgstr "Nie znaleziono ważnego konta."
 
-#: src/Module/Admin/Site.php:680
-msgid "Start Relocation"
-msgstr "Rozpocznij przenoszenie"
+#: mod/lostpass.php:39
+msgid "Password reset request issued. Check your email."
+msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."
 
-#: src/Module/Admin/Summary.php:32
+#: mod/lostpass.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 <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"bin/console.php dbstructure toinnodb</tt> of your Friendica installation for"
-" an automatic conversion.<br />"
-msgstr "Twoja baza danych nadal używa tabel MyISAM. Powinieneś(-naś) zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać w przyszłości wyłącznie funkcji InnoDB, powinieneś(-naś) to zmienić! Zobacz <a href=\"%s\">tutaj</a> przewodnik, który może być pomocny w konwersji silników tabel. Możesz także użyć polecenia <tt>php bin/console.php dbstructure toinnodb</tt> instalacji Friendica, aby dokonać automatycznej konwersji.<br />"
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\n\t\tSzanowny Użytkowniku %1$s, \n\t\t\tOtrzymano prośbę o ''%2$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie."
 
-#: src/Module/Admin/Summary.php:40
+#: mod/lostpass.php:56
 #, php-format
 msgid ""
-"There is a new version of Friendica available for download. Your current "
-"version is %1$s, upstream version is %2$s"
-msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s"
+"\n"
+"\t\tFollow this link soon to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s"
 
-#: src/Module/Admin/Summary.php:49
-msgid ""
-"The database update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."
+#: mod/lostpass.php:75
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Prośba o reset hasła na %s"
 
-#: src/Module/Admin/Summary.php:53
+#: mod/lostpass.php:90
 msgid ""
-"The last update failed. Please run \"php bin/console.php dbstructure "
-"update\" from the command line and have a look at the errors that might "
-"appear. (Some of the errors are possibly inside the logfile.)"
-msgstr "Ostatnia aktualizacja nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i spójrz na błędy, które mogą się pojawić. (Niektóre błędy są prawdopodobnie w pliku dziennika)."
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."
 
-#: src/Module/Admin/Summary.php:58
-msgid "The worker was never executed. Please check your database structure!"
-msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!"
+#: mod/lostpass.php:103
+msgid "Request has expired, please make a new one."
+msgstr "Żądanie wygasło. Zrób nowe."
 
-#: src/Module/Admin/Summary.php:60
-#, php-format
-msgid ""
-"The last worker execution was on %s UTC. This is older than one hour. Please"
-" check your crontab settings."
-msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."
+#: mod/lostpass.php:118
+msgid "Forgot your Password?"
+msgstr "Zapomniałeś hasła?"
 
-#: src/Module/Admin/Summary.php:65
-#, php-format
+#: mod/lostpass.php:119
 msgid ""
-"Friendica's configuration now is stored in config/local.config.php, please "
-"copy config/local-sample.config.php and move your config from "
-"<code>.htconfig.php</code>. See <a href=\"%s\">the Config help page</a> for "
-"help with the transition."
-msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś swoją konfigurację z <code>.htconfig.php</code>. Zobacz <a href=\"%s\">stronę pomocy Config</a>, aby uzyskać pomoc dotyczącą przejścia."
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."
 
-#: src/Module/Admin/Summary.php:69
-#, 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 "
-"<code>config/local.ini.php</code>. See <a href=\"%s\">the Config help "
-"page</a> for help with the transition."
-msgstr "Konfiguracja Friendiki jest teraz przechowywana w config/local.config.php, skopiuj config/local-sample.config.php i przenieś konfigurację z <code>config/local.ini.php</code>. Zobacz <a href=\"%s\">stronę pomocy Config</a>, aby uzyskać pomoc dotyczącą przejścia."
+#: mod/lostpass.php:121
+msgid "Reset"
+msgstr "Zresetuj"
 
-#: src/Module/Admin/Summary.php:75
-#, php-format
-msgid ""
-"<a href=\"%s\">%s</a> is not reachable on your system. This is a severe "
-"configuration issue that prevents server to server communication. See <a "
-"href=\"%s\">the installation page</a> for help."
-msgstr "<a href=\"%s\">%s</a> nie jest osiągalny w twoim systemie. Jest to poważny problem z konfiguracją, który uniemożliwia komunikację między serwerami. Zobacz pomoc na <a href=\"%s\">stronie instalacji</a>."
+#: mod/lostpass.php:137
+msgid "Your password has been reset as requested."
+msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem."
 
-#: src/Module/Admin/Summary.php:94
-#, php-format
-msgid "The logfile '%s' is not usable. No logging possible (error: '%s')"
-msgstr ""
+#: mod/lostpass.php:138
+msgid "Your new password is"
+msgstr "Twoje nowe hasło to"
 
-#: src/Module/Admin/Summary.php:109
-#, php-format
+#: mod/lostpass.php:139
+msgid "Save or copy your new password - and then"
+msgstr "Zapisz lub skopiuj nowe hasło - a następnie"
+
+#: mod/lostpass.php:140
+msgid "click here to login"
+msgstr "naciśnij tutaj, aby zalogować się"
+
+#: mod/lostpass.php:141
 msgid ""
-"The debug logfile '%s' is not usable. No logging possible (error: '%s')"
-msgstr ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu."
 
-#: src/Module/Admin/Summary.php:125
+#: mod/lostpass.php:148
 #, 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 "System.basepath Friendiki został zaktualizowany z '%s' do '%s'. Usuń system.basepath z bazy danych, aby uniknąć różnic."
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\tsomething that you will remember).\n"
+"\t\t"
+msgstr "\n\t\t\tSzanowny Użytkowniku %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"
 
-#: src/Module/Admin/Summary.php:133
+#: mod/lostpass.php:154
 #, php-format
 msgid ""
-"Friendica's current system.basepath '%s' is wrong and the config file '%s' "
-"isn't used."
-msgstr "Obecny system.basepath Friendiki '%s' jest nieprawidłowy i plik konfiguracyjny '%s' nie jest używany."
+"\n"
+"\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t%2$s\n"
+"\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t"
+msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"
 
-#: src/Module/Admin/Summary.php:141
+#: mod/lostpass.php:170
 #, php-format
-msgid ""
-"Friendica's current system.basepath '%s' is not equal to the config file "
-"'%s'. Please fix your configuration."
-msgstr "Obecny system.basepath Friendiki '%s' nie jest równy plikowi konfiguracyjnemu '%s'. Napraw konfigurację."
+msgid "Your password has been changed at %s"
+msgstr "Twoje hasło zostało zmienione na %s"
 
-#: src/Module/Admin/Summary.php:148
-msgid "Normal Account"
-msgstr "Konto normalne"
+#: mod/update_contact.php:23 mod/update_profile.php:34 mod/update_notes.php:36
+#: mod/update_community.php:23 mod/update_display.php:24
+#: mod/update_network.php:33
+msgid "[Embedded content - reload page to view]"
+msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"
 
-#: src/Module/Admin/Summary.php:149
-msgid "Automatic Follower Account"
-msgstr "Automatyczne konto obserwatora"
+#: mod/uimport.php:30
+msgid "User imports on closed servers can only be done by an administrator."
+msgstr "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora."
 
-#: src/Module/Admin/Summary.php:150
-msgid "Public Forum Account"
-msgstr "Publiczne konto na forum"
+#: mod/uimport.php:48
+msgid "Move account"
+msgstr "Przenieś konto"
 
-#: src/Module/Admin/Summary.php:151
-msgid "Automatic Friend Account"
-msgstr "Automatyczny przyjaciel konta"
+#: mod/uimport.php:49
+msgid "You can import an account from another Friendica server."
+msgstr "Możesz zaimportować konto z innego serwera Friendica."
 
-#: src/Module/Admin/Summary.php:152
-msgid "Blog Account"
-msgstr "Konto Bloga"
+#: mod/uimport.php:50
+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 "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś."
 
-#: src/Module/Admin/Summary.php:153
-msgid "Private Forum Account"
-msgstr "Prywatne konto na forum"
+#: mod/uimport.php:51
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory"
 
-#: src/Module/Admin/Summary.php:173
-msgid "Message queues"
-msgstr "Wiadomości"
+#: mod/uimport.php:52
+msgid "Account file"
+msgstr "Pliki konta"
 
-#: src/Module/Admin/Summary.php:179
-msgid "Server Settings"
-msgstr "Ustawienia serwera"
+#: mod/uimport.php:52
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\""
 
-#: src/Module/Admin/Summary.php:193
-msgid "Summary"
-msgstr "Podsumowanie"
+#: mod/community.php:68
+msgid "Community option not available."
+msgstr "Opcja wspólnotowa jest niedostępna."
 
-#: src/Module/Admin/Summary.php:195
-msgid "Registered users"
-msgstr "Zarejestrowani użytkownicy"
+#: mod/community.php:85
+msgid "Not available."
+msgstr "Niedostępne."
 
-#: src/Module/Admin/Summary.php:197
-msgid "Pending registrations"
-msgstr "Oczekujące rejestracje"
+#: mod/community.php:95
+msgid "Local Community"
+msgstr "Lokalna społeczność"
 
-#: src/Module/Admin/Summary.php:198
-msgid "Version"
-msgstr "Wersja"
+#: mod/community.php:98
+msgid "Posts from local users on this server"
+msgstr "Wpisy od lokalnych użytkowników na tym serwerze"
 
-#: src/Module/Admin/Summary.php:202
-msgid "Active addons"
-msgstr "Aktywne dodatki"
+#: mod/community.php:106
+msgid "Global Community"
+msgstr "Globalna społeczność"
 
-#: src/Module/Admin/Users.php:48
-#, php-format
+#: mod/community.php:109
+msgid "Posts from users of the whole federated network"
+msgstr "Wpisy od użytkowników całej sieci stowarzyszonej"
+
+#: mod/community.php:207
 msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr "\n\t\t\tSzanowny Użytkowniku %1$s, \n\t\t\t\tadministrator %2$s założył dla ciebie konto."
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła."
 
-#: src/Module/Admin/Users.php:51
+#: mod/fsuggest.php:44
+msgid "Suggested contact not found."
+msgstr "Nie znaleziono sugerowanego kontaktu."
+
+#: mod/fsuggest.php:57
+msgid "Friend suggestion sent."
+msgstr "Wysłana propozycja dodania do znajomych."
+
+#: mod/fsuggest.php:79
+msgid "Suggest Friends"
+msgstr "Zaproponuj znajomych"
+
+#: mod/fsuggest.php:81
 #, php-format
+msgid "Suggest a friend for %s"
+msgstr "Zaproponuj znajomych dla %s"
+
+#: mod/common.php:90
+msgid "No contacts in common."
+msgstr "Brak wspólnych kontaktów."
+
+#: mod/ping.php:272
+msgid "{0} wants to be your friend"
+msgstr "{0} chce być Twoim znajomym"
+
+#: mod/ping.php:288
+msgid "{0} requested registration"
+msgstr "{0} wymagana rejestracja"
+
+#: mod/lockview.php:49 mod/lockview.php:60
+msgid "Remote privacy information not available."
+msgstr "Nie są dostępne zdalne informacje o prywatności."
+
+#: mod/lockview.php:72
+msgid "Visible to:"
+msgstr "Widoczne dla:"
+
+#: mod/events.php:121 mod/events.php:123
+msgid "Event can not end before it has started."
+msgstr "Wydarzenie nie może się zakończyć przed jego rozpoczęciem."
+
+#: mod/events.php:130 mod/events.php:132
+msgid "Event title and start time are required."
+msgstr "Wymagany tytuł wydarzenia i czas rozpoczęcia."
+
+#: mod/events.php:397 mod/cal.php:262
+msgid "View"
+msgstr "Widok"
+
+#: mod/events.php:398
+msgid "Create New Event"
+msgstr "Stwórz nowe wydarzenie"
+
+#: mod/events.php:399 mod/cal.php:263
+msgid "Previous"
+msgstr "Poprzedni"
+
+#: mod/events.php:409 mod/cal.php:271
+msgid "list"
+msgstr "lista"
+
+#: mod/events.php:514
+msgid "Event details"
+msgstr "Szczegóły wydarzenia"
+
+#: mod/events.php:515
+msgid "Starting date and Title are required."
+msgstr "Data rozpoczęcia i tytuł są wymagane."
+
+#: mod/events.php:516 mod/events.php:521
+msgid "Event Starts:"
+msgstr "Rozpoczęcie wydarzenia:"
+
+#: mod/events.php:516 mod/events.php:548 mod/profiles.php:592
+msgid "Required"
+msgstr "Wymagany"
+
+#: mod/events.php:529 mod/events.php:554
+msgid "Finish date/time is not known or not relevant"
+msgstr "Data/czas zakończenia nie jest znana lub jest nieistotna"
+
+#: mod/events.php:531 mod/events.php:536
+msgid "Event Finishes:"
+msgstr "Zakończenie wydarzenia:"
+
+#: mod/events.php:542 mod/events.php:555
+msgid "Adjust for viewer timezone"
+msgstr "Dopasuj dla strefy czasowej widza"
+
+#: mod/events.php:544
+msgid "Description:"
+msgstr "Opis:"
+
+#: mod/events.php:548 mod/events.php:550
+msgid "Title:"
+msgstr "Tytuł:"
+
+#: mod/events.php:551 mod/events.php:552
+msgid "Share this event"
+msgstr "Udostępnij te wydarzenie"
+
+#: mod/events.php:561 mod/photos.php:974 mod/photos.php:1348
+msgid "Permissions"
+msgstr "Uprawnienia"
+
+#: mod/events.php:577
+msgid "Failed to remove event"
+msgstr "Nie udało się usunąć wydarzenia"
+
+#: mod/events.php:579
+msgid "Event removed"
+msgstr "Wydarzenie zostało usunięte"
+
+#: mod/api.php:85 mod/api.php:107
+msgid "Authorize application connection"
+msgstr "Autoryzacja połączenia aplikacji"
+
+#: mod/api.php:86
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"
+
+#: mod/api.php:109
 msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tIf you ever want to delete your account, you can do so at %1$s/removeme\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:%2$s\n\t\t\tHasło:%3$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc,\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %1$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do%4$s"
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"
 
-#: src/Module/Admin/Users.php:96
+#: mod/dfrn_poll.php:127 mod/dfrn_poll.php:530
 #, php-format
-msgid "%s user blocked"
-msgid_plural "%s users blocked"
-msgstr[0] "%s użytkownik zablokowany"
-msgstr[1] "%s użytkowników zablokowanych"
-msgstr[2] "%s użytkowników zablokowanych"
-msgstr[3] "%s użytkownicy zablokowani"
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s witamy %2$s"
 
-#: src/Module/Admin/Users.php:102
-#, php-format
-msgid "%s user unblocked"
-msgid_plural "%s users unblocked"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: mod/cal.php:300
+msgid "This calendar format is not supported"
+msgstr "Ten format kalendarza nie jest obsługiwany"
 
-#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160
-msgid "You can't remove yourself"
-msgstr "Nie możesz usunąć siebie"
+#: mod/cal.php:302
+msgid "No exportable data found"
+msgstr "Nie znaleziono danych do eksportu"
 
-#: src/Module/Admin/Users.php:114
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "usunięto %s użytkownika"
-msgstr[1] "usunięto %s użytkowników"
-msgstr[2] "usunięto %s użytkowników"
-msgstr[3] "%s usuniętych użytkowników"
+#: mod/cal.php:319
+msgid "calendar"
+msgstr "kalendarz"
 
-#: src/Module/Admin/Users.php:158
-#, php-format
-msgid "User \"%s\" deleted"
-msgstr "Użytkownik \"%s\" usunięty"
+#: mod/display.php:224 mod/display.php:301
+msgid "The requested item doesn't exist or has been deleted."
+msgstr "Żądany element nie istnieje lub został usunięty."
 
-#: src/Module/Admin/Users.php:167
-#, php-format
-msgid "User \"%s\" blocked"
-msgstr "Użytkownik \"%s\" zablokowany"
+#: mod/display.php:379
+msgid "The feed for this item is unavailable."
+msgstr "Kanał dla tego elementu jest niedostępny."
 
-#: src/Module/Admin/Users.php:173
+#: mod/dfrn_request.php:100
+msgid "This introduction has already been accepted."
+msgstr "To wprowadzenie zostało już zaakceptowane."
+
+#: mod/dfrn_request.php:118 mod/dfrn_request.php:356
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu."
+
+#: mod/dfrn_request.php:122 mod/dfrn_request.php:360
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."
+
+#: mod/dfrn_request.php:125 mod/dfrn_request.php:363
+msgid "Warning: profile location has no profile photo."
+msgstr "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."
+
+#: mod/dfrn_request.php:129 mod/dfrn_request.php:367
 #, php-format
-msgid "User \"%s\" unblocked"
-msgstr "Użytkownik \"%s\" odblokowany"
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "%d wymagany parametr nie został znaleziony w podanej lokacji"
+msgstr[1] "%d wymagane parametry nie zostały znalezione w podanej lokacji"
+msgstr[2] "%d wymagany parametr nie został znaleziony w podanej lokacji"
+msgstr[3] "%d wymagany parametr nie został znaleziony w podanej lokacji"
 
-#: src/Module/Admin/Users.php:226
-msgid "Private Forum"
-msgstr "Prywatne forum"
+#: mod/dfrn_request.php:167
+msgid "Introduction complete."
+msgstr "Wprowadzanie zakończone."
 
-#: src/Module/Admin/Users.php:233
-msgid "Relay"
-msgstr ""
+#: mod/dfrn_request.php:203
+msgid "Unrecoverable protocol error."
+msgstr "Nieodwracalny błąd protokołu."
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Register date"
-msgstr "Data rejestracji"
+#: mod/dfrn_request.php:230
+msgid "Profile unavailable."
+msgstr "Profil niedostępny."
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Last login"
-msgstr "Ostatnie logowanie"
+#: mod/dfrn_request.php:251
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s otrzymał dziś zbyt wiele żądań połączeń."
 
-#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
-msgid "Last item"
-msgstr "Ostatni element"
+#: mod/dfrn_request.php:252
+msgid "Spam protection measures have been invoked."
+msgstr "Wprowadzono zabezpieczenia przed spamem."
 
-#: src/Module/Admin/Users.php:272
-msgid "Type"
-msgstr "Typu"
+#: mod/dfrn_request.php:253
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Przyjaciele namawiają do spróbowania za 24h."
 
-#: src/Module/Admin/Users.php:279
-msgid "Add User"
-msgstr "Dodaj użytkownika"
+#: mod/dfrn_request.php:277
+msgid "Invalid locator"
+msgstr "Nieprawidłowy lokalizator"
 
-#: src/Module/Admin/Users.php:281
-msgid "User registrations waiting for confirm"
-msgstr "Zarejestrowani użytkownicy czekający na potwierdzenie"
+#: mod/dfrn_request.php:313
+msgid "You have already introduced yourself here."
+msgstr "Już się tu przedstawiłeś."
 
-#: src/Module/Admin/Users.php:282
-msgid "User waiting for permanent deletion"
-msgstr "Użytkownik czekający na trwałe usunięcie"
+#: mod/dfrn_request.php:316
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Wygląda na to, że już jesteście znajomymi z %s."
 
-#: src/Module/Admin/Users.php:283
-msgid "Request date"
-msgstr "Data prośby"
+#: mod/dfrn_request.php:336
+msgid "Invalid profile URL."
+msgstr "Nieprawidłowy adres URL profilu."
 
-#: src/Module/Admin/Users.php:284
-msgid "No registrations."
-msgstr "Brak rejestracji."
+#: mod/dfrn_request.php:435
+msgid "Your introduction has been sent."
+msgstr "Twoje dane zostały wysłane."
 
-#: src/Module/Admin/Users.php:285
-msgid "Note from the user"
-msgstr "Uwaga od użytkownika"
+#: mod/dfrn_request.php:473
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."
 
-#: src/Module/Admin/Users.php:287
-msgid "Deny"
-msgstr "Odmów"
+#: mod/dfrn_request.php:489
+msgid "Please login to confirm introduction."
+msgstr "Zaloguj się, aby potwierdzić wprowadzenie."
 
-#: src/Module/Admin/Users.php:290
-msgid "User blocked"
-msgstr "Użytkownik zablokowany"
+#: mod/dfrn_request.php:497
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na <strong>tego</strong> użytkownika. "
 
-#: src/Module/Admin/Users.php:292
-msgid "Site admin"
-msgstr "Administracja stroną"
+#: mod/dfrn_request.php:511 mod/dfrn_request.php:526
+msgid "Confirm"
+msgstr "Potwierdź"
 
-#: src/Module/Admin/Users.php:293
-msgid "Account expired"
-msgstr "Konto wygasło"
+#: mod/dfrn_request.php:522
+msgid "Hide this contact"
+msgstr "Ukryj kontakt"
 
-#: src/Module/Admin/Users.php:296
-msgid "New User"
-msgstr "Nowy użytkownik"
+#: mod/dfrn_request.php:524
+#, php-format
+msgid "Welcome home %s."
+msgstr "Witaj na stronie domowej %s."
 
-#: src/Module/Admin/Users.php:297
-msgid "Permanent deletion"
-msgstr "Trwałe usunięcie"
+#: mod/dfrn_request.php:525
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."
 
-#: src/Module/Admin/Users.php:302
+#: mod/dfrn_request.php:634
 msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:"
 
-#: src/Module/Admin/Users.php:303
+#: mod/dfrn_request.php:636
+#, php-format
 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 "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"
-
-#: src/Module/Admin/Users.php:313
-msgid "Name of the new user."
-msgstr "Nazwa nowego użytkownika."
-
-#: src/Module/Admin/Users.php:314
-msgid "Nickname"
-msgstr "Pseudonim"
+"If you are not yet a member of the free social web, <a href=\"%s\">follow "
+"this link to find a public Friendica site and join us today</a>."
+msgstr "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, <a href=\"%s\">kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś</a>."
 
-#: src/Module/Admin/Users.php:314
-msgid "Nickname of the new user."
-msgstr "Pseudonim nowego użytkownika."
+#: mod/dfrn_request.php:639
+msgid "Friend/Connection Request"
+msgstr "Przyjaciel/Prośba o połączenie"
 
-#: src/Module/Admin/Users.php:315
-msgid "Email address of the new user."
-msgstr "Adres email nowego użytkownika."
+#: mod/dfrn_request.php:640
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
 
-#: src/Module/Attach.php:36 src/Module/Attach.php:48
-msgid "Item was not found."
-msgstr "Element nie znaleziony."
+#: mod/dfrn_request.php:641 mod/follow.php:162
+msgid "Please answer the following:"
+msgstr "Proszę odpowiedzieć na następujące pytania:"
 
-#: src/Module/BaseAdminModule.php:62
-msgid ""
-"Submanaged account can't access the administation pages. Please log back in "
-"as the master account."
-msgstr "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne."
+#: mod/dfrn_request.php:642 mod/follow.php:163
+#, php-format
+msgid "Does %s know you?"
+msgstr "Czy %s Cię zna?"
 
-#: src/Module/BaseAdminModule.php:76
-msgid "Overview"
-msgstr "Przegląd"
+#: mod/dfrn_request.php:643 mod/follow.php:164
+msgid "Add a personal note:"
+msgstr "Dodaj osobistą notkę:"
 
-#: src/Module/BaseAdminModule.php:79
-msgid "Configuration"
-msgstr "Konfiguracja"
+#: mod/dfrn_request.php:645
+msgid "Friendica"
+msgstr "Friendica"
 
-#: src/Module/BaseAdminModule.php:87
-msgid "Database"
-msgstr "Baza danych"
+#: mod/dfrn_request.php:646
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr "GNU Social (Pleroma, Mastodon)"
 
-#: src/Module/BaseAdminModule.php:88
-msgid "DB updates"
-msgstr "Aktualizacje DB"
+#: mod/dfrn_request.php:647
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr "Diaspora (Socialhome, Hubzilla)"
 
-#: src/Module/BaseAdminModule.php:89
-msgid "Inspect Deferred Workers"
-msgstr "Sprawdź Odroczonych Pracowników"
+#: mod/dfrn_request.php:648
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory."
 
-#: src/Module/BaseAdminModule.php:90
-msgid "Inspect worker Queue"
-msgstr "Sprawdź kolejkę pracowników"
+#: mod/dfrn_request.php:649 mod/follow.php:170 mod/unfollow.php:128
+msgid "Your Identity Address:"
+msgstr "Twój adres tożsamości:"
 
-#: src/Module/BaseAdminModule.php:92
-msgid "Tools"
-msgstr "Narzędzia"
+#: mod/dfrn_request.php:651 mod/follow.php:76 mod/unfollow.php:131
+msgid "Submit Request"
+msgstr "Wyślij zgłoszenie"
 
-#: src/Module/BaseAdminModule.php:93
-msgid "Contact Blocklist"
-msgstr "Lista zablokowanych kontaktów"
+#: mod/crepair.php:79
+msgid "Contact settings applied."
+msgstr "Ustawienia kontaktu zaktualizowane."
 
-#: src/Module/BaseAdminModule.php:94
-msgid "Server Blocklist"
-msgstr "Lista zablokowanych serwerów"
+#: mod/crepair.php:81
+msgid "Contact update failed."
+msgstr "Nie udało się zaktualizować kontaktu."
 
-#: src/Module/BaseAdminModule.php:101
-msgid "Diagnostics"
-msgstr "Diagnostyka"
+#: mod/crepair.php:115
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>OSTRZEŻENIE: Jest to bardzo zaawansowane</strong> i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać."
 
-#: src/Module/BaseAdminModule.php:102
-msgid "PHP Info"
-msgstr "Informacje o PHP"
+#: mod/crepair.php:116
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj <strong>teraz</strong> przycisku 'powrót' na swojej przeglądarce."
 
-#: src/Module/BaseAdminModule.php:103
-msgid "probe address"
-msgstr "adres sondy"
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "No mirroring"
+msgstr "Bez dublowania"
 
-#: src/Module/BaseAdminModule.php:104
-msgid "check webfinger"
-msgstr "sprawdź webfinger"
+#: mod/crepair.php:130
+msgid "Mirror as forwarded posting"
+msgstr "Przesłany lustrzany post"
 
-#: src/Module/BaseAdminModule.php:105
-msgid "Item Source"
-msgstr "Źródło elementu"
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "Mirror as my own posting"
+msgstr "Lustro mojego własnego komentarza"
 
-#: src/Module/BaseAdminModule.php:106
-msgid "Babel"
-msgstr ""
+#: mod/crepair.php:145
+msgid "Return to contact editor"
+msgstr "Wróć do edytora kontaktów"
 
-#: src/Module/BaseAdminModule.php:115
-msgid "Addon Features"
-msgstr "Funkcje dodatkowe"
+#: mod/crepair.php:147
+msgid "Refetch contact data"
+msgstr "Odśwież dane kontaktowe"
 
-#: src/Module/BaseAdminModule.php:116
-msgid "User registrations waiting for confirmation"
-msgstr "Rejestracje użytkowników czekające na potwierdzenie"
+#: mod/crepair.php:150
+msgid "Remote Self"
+msgstr "Zdalny Self"
 
-#: src/Module/Debug/Babel.php:32
-msgid "Source input"
-msgstr "Źródło wejściowe"
+#: mod/crepair.php:153
+msgid "Mirror postings from this contact"
+msgstr "Publikacje lustrzane od tego kontaktu"
 
-#: src/Module/Debug/Babel.php:38
-msgid "BBCode::toPlaintext"
-msgstr "BBCode::na prosty tekst"
+#: mod/crepair.php:155
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu."
 
-#: src/Module/Debug/Babel.php:44
-msgid "BBCode::convert (raw HTML)"
-msgstr "BBCode:: konwersjia (raw HTML)"
+#: mod/crepair.php:160
+msgid "Account Nickname"
+msgstr "Nazwa konta"
 
-#: src/Module/Debug/Babel.php:49
-msgid "BBCode::convert"
-msgstr "BBCode::przekształć"
+#: mod/crepair.php:161
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tagname - zastępuje Imię/Pseudonim"
 
-#: src/Module/Debug/Babel.php:55
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr "BBCode::przekształć => HTML::toBBCode"
+#: mod/crepair.php:162
+msgid "Account URL"
+msgstr "Adres URL konta"
 
-#: src/Module/Debug/Babel.php:61
-msgid "BBCode::toMarkdown"
-msgstr "BBCode::toMarkdown"
+#: mod/crepair.php:163
+msgid "Account URL Alias"
+msgstr ""
 
-#: src/Module/Debug/Babel.php:67
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr "BBCode::toMarkdown => Markdown::przekształć"
+#: mod/crepair.php:164
+msgid "Friend Request URL"
+msgstr "Adres URL żądający znajomości"
 
-#: src/Module/Debug/Babel.php:73
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::toBBCode"
+#: mod/crepair.php:165
+msgid "Friend Confirm URL"
+msgstr "URL potwierdzający znajomość"
 
-#: src/Module/Debug/Babel.php:79
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode"
+#: mod/crepair.php:166
+msgid "Notification Endpoint URL"
+msgstr "Zgłoszenie Punktu Końcowego URL"
 
-#: src/Module/Debug/Babel.php:90
-msgid "Item Body"
-msgstr "Element Body"
+#: mod/crepair.php:167
+msgid "Poll/Feed URL"
+msgstr "Adres Ankiety/RSS"
 
-#: src/Module/Debug/Babel.php:94
-msgid "Item Tags"
-msgstr "Element Tagów"
+#: mod/crepair.php:168
+msgid "New photo from this URL"
+msgstr "Nowe zdjęcie z tego adresu URL"
 
-#: src/Module/Debug/Babel.php:101
-msgid "Source input (Diaspora format)"
-msgstr "Źródło wejściowe (format Diaspora)"
+#: mod/openid.php:32
+msgid "OpenID protocol error. No ID returned."
+msgstr "Błąd protokołu OpenID. Nie znaleziono identyfikatora."
 
-#: src/Module/Debug/Babel.php:107
-msgid "Markdown::convert (raw HTML)"
-msgstr "Markdown::convert (raw HTML)"
+#: mod/openid.php:71
+msgid ""
+"Account not found. Please login to your existing account to add the OpenID "
+"to it."
+msgstr ""
 
-#: src/Module/Debug/Babel.php:112
-msgid "Markdown::convert"
-msgstr "Markdown::convert"
+#: mod/openid.php:73
+msgid ""
+"Account not found. Please register a new account or login to your existing "
+"account to add the OpenID to it."
+msgstr ""
 
-#: src/Module/Debug/Babel.php:118
-msgid "Markdown::toBBCode"
-msgstr "Markdown::toBBCode"
+#: mod/notifications.php:39
+msgid "Invalid request identifier."
+msgstr "Nieprawidłowe żądanie identyfikatora."
 
-#: src/Module/Debug/Babel.php:125
-msgid "Raw HTML input"
-msgstr "Surowe wejście HTML"
+#: mod/notifications.php:48 mod/notifications.php:202
+#: mod/notifications.php:258 mod/message.php:110
+msgid "Discard"
+msgstr "Odrzuć"
 
-#: src/Module/Debug/Babel.php:130
-msgid "HTML Input"
-msgstr "Wejście HTML"
+#: mod/notifications.php:119
+msgid "Network Notifications"
+msgstr "Powiadomienia sieciowe"
 
-#: src/Module/Debug/Babel.php:136
-msgid "HTML::toBBCode"
-msgstr "HTML::toBBCode"
+#: mod/notifications.php:124
+msgid "System Notifications"
+msgstr "Powiadomienia systemowe"
 
-#: src/Module/Debug/Babel.php:142
-msgid "HTML::toBBCode => BBCode::convert"
-msgstr "HTML::toBBCode => BBCode::convert"
+#: mod/notifications.php:129
+msgid "Personal Notifications"
+msgstr "Prywatne powiadomienia"
 
-#: src/Module/Debug/Babel.php:147
-msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
-msgstr "HTML::toBBCode => BBCode::convert (raw HTML)"
+#: mod/notifications.php:134
+msgid "Home Notifications"
+msgstr "Powiadomienia domowe"
 
-#: src/Module/Debug/Babel.php:153
-msgid "HTML::toBBCode => BBCode::toPlaintext"
-msgstr ""
+#: mod/notifications.php:157
+msgid "Show unread"
+msgstr "Pokaż nieprzeczytane"
 
-#: src/Module/Debug/Babel.php:159
-msgid "HTML::toMarkdown"
-msgstr "HTML::toMarkdown"
+#: mod/notifications.php:157
+msgid "Show all"
+msgstr "Pokaż wszystko"
 
-#: src/Module/Debug/Babel.php:165
-msgid "HTML::toPlaintext"
-msgstr "HTML::toPlaintext"
+#: mod/notifications.php:168
+msgid "Show Ignored Requests"
+msgstr "Pokaż ignorowane żądania"
 
-#: src/Module/Debug/Babel.php:171
-msgid "HTML::toPlaintext (compact)"
-msgstr ""
+#: mod/notifications.php:168
+msgid "Hide Ignored Requests"
+msgstr "Ukryj zignorowane prośby"
 
-#: src/Module/Debug/Babel.php:179
-msgid "Source text"
-msgstr "Tekst źródłowy"
+#: mod/notifications.php:181 mod/notifications.php:266
+msgid "Notification type:"
+msgstr "Typ powiadomienia:"
 
-#: src/Module/Debug/Babel.php:180
-msgid "BBCode"
-msgstr "BBCode"
+#: mod/notifications.php:184
+msgid "Suggested by:"
+msgstr "Sugerowany przez:"
 
-#: src/Module/Debug/Babel.php:181
-msgid "Markdown"
-msgstr "Markdown"
+#: mod/notifications.php:218
+msgid "Claims to be known to you: "
+msgstr "Twierdzi, że go/ją znasz: "
 
-#: src/Module/Debug/Babel.php:182
-msgid "HTML"
-msgstr "HTML"
+#: mod/notifications.php:219
+msgid "yes"
+msgstr "tak"
 
-#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
-msgid "You must be logged in to use this module"
-msgstr "Musisz być zalogowany, aby korzystać z tego modułu"
+#: mod/notifications.php:219
+msgid "no"
+msgstr "nie"
 
-#: src/Module/Debug/Feed.php:49
-msgid "Source URL"
-msgstr "Źródłowy adres URL"
+#: mod/notifications.php:220 mod/notifications.php:224
+msgid "Shall your connection be bidirectional or not?"
+msgstr "Czy twoje połączenie ma być dwukierunkowe, czy nie?"
 
-#: src/Module/Debug/Localtime.php:30
-msgid "Time Conversion"
-msgstr "Zmiana czasu"
+#: mod/notifications.php:221 mod/notifications.php:225
+#, 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 "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości."
 
-#: src/Module/Debug/Localtime.php:31
+#: mod/notifications.php:222
+#, php-format
 msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych."
+"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 "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
 
-#: src/Module/Debug/Localtime.php:32
+#: mod/notifications.php:226
 #, php-format
-msgid "UTC time: %s"
-msgstr "Czas UTC %s"
+msgid ""
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości."
 
-#: src/Module/Debug/Localtime.php:35
+#: mod/notifications.php:237
+msgid "Friend"
+msgstr "Znajomy"
+
+#: mod/notifications.php:238
+msgid "Sharer"
+msgstr "Udostępniający/a"
+
+#: mod/notifications.php:238
+msgid "Subscriber"
+msgstr "Subskrybent"
+
+#: mod/notifications.php:303
+msgid "No introductions."
+msgstr "Brak dostępu."
+
+#: mod/notifications.php:337
 #, php-format
-msgid "Current timezone: %s"
-msgstr "Obecna strefa czasowa: %s"
+msgid "No more %s notifications."
+msgstr "Brak kolejnych %s powiadomień."
 
-#: src/Module/Debug/Localtime.php:39
+#: mod/wallmessage.php:52 mod/wallmessage.php:115
 #, php-format
-msgid "Converted localtime: %s"
-msgstr "Zmień strefę czasową: %s"
-
-#: src/Module/Debug/Localtime.php:43
-msgid "Please select your timezone:"
-msgstr "Wybierz swoją strefę czasową:"
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona."
 
-#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."
+#: mod/wallmessage.php:60 mod/message.php:70
+msgid "No recipient selected."
+msgstr "Nie wybrano odbiorcy."
 
-#: src/Module/Debug/Probe.php:35
-msgid "Lookup address"
-msgstr "Wyszukaj adres"
+#: mod/wallmessage.php:63
+msgid "Unable to check your home location."
+msgstr "Nie można sprawdzić twojej lokalizacji."
 
-#: src/Module/Filer/SaveTag.php:39
-#, php-format
-msgid "Filetag %s saved to item"
-msgstr ""
+#: mod/wallmessage.php:66 mod/message.php:77
+msgid "Message could not be sent."
+msgstr "Nie udało się wysłać wiadomości."
 
-#: src/Module/Filer/SaveTag.php:48
-msgid "- select -"
-msgstr "- wybierz -"
+#: mod/wallmessage.php:69 mod/message.php:80
+msgid "Message collection failure."
+msgstr "Błąd zbierania komunikatów."
 
-#: src/Module/Friendica.php:40
-msgid "Installed addons/apps:"
-msgstr "Zainstalowane dodatki/aplikacje:"
+#: mod/wallmessage.php:72 mod/message.php:83
+msgid "Message sent."
+msgstr "Wysłano."
 
-#: src/Module/Friendica.php:45
-msgid "No installed addons/apps"
-msgstr "Brak zainstalowanych dodatków/aplikacji"
+#: mod/wallmessage.php:89 mod/wallmessage.php:98
+msgid "No recipient."
+msgstr "Brak odbiorcy."
 
-#: src/Module/Friendica.php:50
-#, php-format
-msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
-msgstr "Przeczytaj o <a href=\"%1$s/tos\">Warunkach świadczenia usług</a> tego węzła."
+#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360
+msgid "Please enter a link URL:"
+msgstr "Proszę wpisać adres URL:"
 
-#: src/Module/Friendica.php:57
-msgid "On this server the following remote servers are blocked."
-msgstr "Na tym serwerze następujące serwery zdalne są blokowane."
+#: mod/wallmessage.php:128 mod/message.php:246
+msgid "Send Private Message"
+msgstr "Wyślij prywatną wiadomość"
 
-#: src/Module/Friendica.php:75
+#: mod/wallmessage.php:129
 #, 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 "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s."
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców."
 
-#: src/Module/Friendica.php:80
-msgid ""
-"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
-"about the Friendica project."
-msgstr "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica."
+#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430
+msgid "To:"
+msgstr "Do:"
 
-#: src/Module/Friendica.php:81
-msgid "Bug reports and issues: please visit"
-msgstr "Raporty o błędach i problemy: odwiedź stronę"
+#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432
+msgid "Subject:"
+msgstr "Temat:"
 
-#: src/Module/Friendica.php:81
-msgid "the bugtracker at github"
-msgstr "śledzenie błędów na github"
+#: mod/wallmessage.php:140 mod/editpost.php:77 mod/message.php:259
+#: mod/message.php:440
+msgid "Insert web link"
+msgstr "Wstaw link"
 
-#: src/Module/Friendica.php:82
-msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
-msgstr "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”"
+#: mod/ostatus_subscribe.php:23
+msgid "Subscribing to OStatus contacts"
+msgstr "Subskrybowanie kontaktów OStatus"
 
-#: src/Module/Group.php:42
-msgid "Group created."
-msgstr "Grupa utworzona."
+#: mod/ostatus_subscribe.php:35
+msgid "No contact provided."
+msgstr "Brak kontaktu."
 
-#: src/Module/Group.php:48
-msgid "Could not create group."
-msgstr "Nie można utworzyć grupy."
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch information for contact."
+msgstr "Nie można pobrać informacji o kontakcie."
 
-#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233
-msgid "Group not found."
-msgstr "Nie znaleziono grupy."
+#: mod/ostatus_subscribe.php:52
+msgid "Couldn't fetch friends for contact."
+msgstr "Nie można pobrać znajomych do kontaktu."
 
-#: src/Module/Group.php:65
-msgid "Group name changed."
-msgstr "Zmieniono nazwę grupy."
+#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
+msgid "Done"
+msgstr "Gotowe"
 
-#: src/Module/Group.php:87
-msgid "Unknown group."
-msgstr "Nieznana grupa."
+#: mod/ostatus_subscribe.php:84
+msgid "success"
+msgstr "powodzenie"
 
-#: src/Module/Group.php:96
-msgid "Contact is unavailable."
-msgstr "Kontakt jest niedostępny."
+#: mod/ostatus_subscribe.php:86
+msgid "failed"
+msgstr "nie powiodło się"
 
-#: src/Module/Group.php:100
-msgid "Contact is deleted."
-msgstr "Kontakt został usunięty."
+#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
+msgid "Keep this window open until done."
+msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe."
 
-#: src/Module/Group.php:106
-msgid "Contact is blocked, unable to add it to a group."
-msgstr "Kontakt jest zablokowany, nie można go dodać do grupy."
+#: mod/follow.php:46
+msgid "The contact could not be added."
+msgstr "Nie można dodać kontaktu."
 
-#: src/Module/Group.php:110
-msgid "Unable to add the contact to the group."
-msgstr "Nie można dodać kontaktu do grupy."
+#: mod/follow.php:87
+msgid "You already added this contact."
+msgstr "Już dodałeś ten kontakt."
 
-#: src/Module/Group.php:112
-msgid "Contact successfully added to group."
-msgstr "Kontakt został pomyślnie dodany do grupy."
+#: mod/follow.php:99
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany."
 
-#: src/Module/Group.php:116
-msgid "Unable to remove the contact from the group."
-msgstr "Nie można usunąć kontaktu z grupy."
+#: mod/follow.php:106
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."
 
-#: src/Module/Group.php:118
-msgid "Contact successfully removed from group."
-msgstr "Kontakt został pomyślnie usunięty z grupy."
+#: mod/follow.php:113
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."
 
-#: src/Module/Group.php:121
-msgid "Unknown group command."
-msgstr "Nieznane polecenie grupy."
+#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247
+msgid "Upload"
+msgstr "Załaduj"
 
-#: src/Module/Group.php:124
-msgid "Bad request."
-msgstr "Błędne żądanie."
+#: mod/fbrowser.php:136
+msgid "Files"
+msgstr "Pliki"
 
-#: src/Module/Group.php:163
-msgid "Save Group"
-msgstr "Zapisz grupę"
+#: mod/network.php:525
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych."
+msgstr[1] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
+msgstr[2] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
+msgstr[3] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
 
-#: src/Module/Group.php:164
-msgid "Filter"
-msgstr "Filtr"
+#: mod/network.php:528
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."
 
-#: src/Module/Group.php:170
-msgid "Create a group of contacts/friends."
-msgstr "Stwórz grupę znajomych."
+#: mod/network.php:595
+msgid "No such group"
+msgstr "Nie ma takiej grupy"
 
-#: src/Module/Group.php:212
-msgid "Group removed."
-msgstr "Grupa usunięta."
+#: mod/network.php:620
+#, php-format
+msgid "Group: %s"
+msgstr "Grupa: %s"
 
-#: src/Module/Group.php:214
-msgid "Unable to remove group."
-msgstr "Nie można usunąć grupy."
+#: mod/network.php:646
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Prywatne wiadomości do tej osoby mogą być widoczne publicznie."
 
-#: src/Module/Group.php:265
-msgid "Delete Group"
-msgstr "Usuń grupę"
+#: mod/network.php:928
+msgid "Latest Activity"
+msgstr ""
 
-#: src/Module/Group.php:275
-msgid "Edit Group Name"
-msgstr "Edytuj nazwę grupy"
+#: mod/network.php:931
+msgid "Sort by latest activity"
+msgstr ""
 
-#: src/Module/Group.php:285
-msgid "Members"
-msgstr "Członkowie"
+#: mod/network.php:936
+msgid "Latest Posts"
+msgstr ""
 
-#: src/Module/Group.php:301
-msgid "Remove contact from group"
-msgstr "Usuń kontakt z grupy"
+#: mod/network.php:939
+msgid "Sort by post received date"
+msgstr ""
 
-#: src/Module/Group.php:335
-msgid "Add contact to group"
-msgstr "Dodaj kontakt do grupy"
+#: mod/network.php:946 mod/profiles.php:579
+msgid "Personal"
+msgstr "Osobiste"
 
-#: src/Module/Help.php:43
-msgid "Help:"
-msgstr "Pomoc:"
+#: mod/network.php:949
+msgid "Posts that mention or involve you"
+msgstr "Posty, które wspominają lub angażują Ciebie"
 
-#: src/Module/Invite.php:37
-msgid "Total invitation limit exceeded."
-msgstr "Przekroczono limit zaproszeń ogółem."
+#: mod/network.php:956
+msgid "New"
+msgstr "Nowy"
+
+#: mod/network.php:959
+msgid "Activity Stream - by date"
+msgstr "Strumień aktywności - według daty"
+
+#: mod/network.php:967
+msgid "Shared Links"
+msgstr "Udostępnione łącza"
 
-#: src/Module/Invite.php:60
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Nieprawidłowy adres e-mail."
+#: mod/network.php:970
+msgid "Interesting Links"
+msgstr "Interesujące linki"
 
-#: src/Module/Invite.php:87
-msgid "Please join us on Friendica"
-msgstr "Dołącz do nas na Friendica"
+#: mod/network.php:977
+msgid "Starred"
+msgstr "Ulubione"
 
-#: src/Module/Invite.php:96
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny."
+#: mod/network.php:980
+msgid "Favourite Posts"
+msgstr "Ulubione posty"
 
-#: src/Module/Invite.php:100
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Nie udało się dostarczyć wiadomości."
+#: mod/unfollow.php:36 mod/unfollow.php:92
+msgid "You aren't following this contact."
+msgstr "Nie obserwujesz tego kontaktu."
 
-#: src/Module/Invite.php:104
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d wiadomość wysłana."
-msgstr[1] "%d wiadomości wysłane."
-msgstr[2] "%d wysłano ."
-msgstr[3] "%d wiadomość wysłano."
+#: mod/unfollow.php:46 mod/unfollow.php:98
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."
 
-#: src/Module/Invite.php:122
-msgid "You have no more invitations available"
-msgstr "Nie masz już dostępnych zaproszeń"
+#: mod/unfollow.php:67
+msgid "Contact unfollowed"
+msgstr "Skontaktuj się z obserwowanym"
 
-#: src/Module/Invite.php:129
-#, php-format
-msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych."
+#: mod/unfollow.php:118
+msgid "Disconnect/Unfollow"
+msgstr "Rozłącz/Nie obserwuj"
 
-#: src/Module/Invite.php:131
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica."
+#: mod/profile_photo.php:58
+msgid "Image uploaded but image cropping failed."
+msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."
 
-#: src/Module/Invite.php:132
+#: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
+#: mod/profile_photo.php:311
 #, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć."
+msgid "Image size reduction [%s] failed."
+msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się."
 
-#: src/Module/Invite.php:136
+#: mod/profile_photo.php:125
 msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków."
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."
 
-#: src/Module/Invite.php:139
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks."
-msgstr "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi."
+#: mod/profile_photo.php:133
+msgid "Unable to process image"
+msgstr "Nie udało się przetworzyć obrazu"
 
-#: src/Module/Invite.php:138
+#: mod/profile_photo.php:152 mod/photos.php:674 mod/photos.php:677
+#: mod/photos.php:706 mod/wall_upload.php:186
 #, php-format
-msgid "To accept this invitation, please visit and register at %s."
-msgstr "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s."
+msgid "Image exceeds size limit of %s"
+msgstr "Obraz przekracza limit rozmiaru wynoszący %s"
 
-#: src/Module/Invite.php:146
-msgid "Send invitations"
-msgstr "Wyślij zaproszenie"
+#: mod/profile_photo.php:161 mod/photos.php:729 mod/wall_upload.php:200
+msgid "Unable to process image."
+msgstr "Przetwarzanie obrazu nie powiodło się."
 
-#: src/Module/Invite.php:147
-msgid "Enter email addresses, one per line:"
-msgstr "Wprowadź adresy e-mail, po jednym w wierszu:"
+#: mod/profile_photo.php:244
+msgid "Upload File:"
+msgstr "Wyślij plik:"
 
-#: src/Module/Invite.php:151
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową."
+#: mod/profile_photo.php:245
+msgid "Select a profile:"
+msgstr "Wybierz profil:"
 
-#: src/Module/Invite.php:153
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Musisz podać ten kod zaproszenia: $invite_code"
+#: mod/profile_photo.php:250
+msgid "or"
+msgstr "lub"
 
-#: src/Module/Invite.php:153
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:"
+#: mod/profile_photo.php:251
+msgid "skip this step"
+msgstr "pomiń ten krok"
 
-#: src/Module/Invite.php:155
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendi.ca"
-msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"
+#: mod/profile_photo.php:251
+msgid "select a photo from your photo albums"
+msgstr "wybierz zdjęcie z twojego albumu"
 
-#: src/Module/Item/Compose.php:31
-msgid "Please enter a post body."
-msgstr "Wpisz treść postu."
+#: mod/profile_photo.php:264
+msgid "Crop Image"
+msgstr "Przytnij zdjęcie"
 
-#: src/Module/Item/Compose.php:44
-msgid "This feature is only available with the frio theme."
-msgstr "Ta funkcja jest dostępna tylko z motywem Frio."
+#: mod/profile_photo.php:265
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."
 
-#: src/Module/Item/Compose.php:67
-msgid "Compose new personal note"
-msgstr "Utwórz nową notatkę osobistą"
+#: mod/profile_photo.php:267
+msgid "Done Editing"
+msgstr "Zakończono edycję"
 
-#: src/Module/Item/Compose.php:74
-msgid "Compose new post"
-msgstr "Utwórz nowy post"
+#: mod/profile_photo.php:301
+msgid "Image uploaded successfully."
+msgstr "Pomyślnie wysłano zdjęcie."
 
-#: src/Module/Item/Compose.php:194
-msgid "Clear the location"
-msgstr "Wyczyść lokalizację"
+#: mod/profile_photo.php:303 mod/photos.php:758 mod/wall_upload.php:239
+msgid "Image upload failed."
+msgstr "Przesyłanie obrazu nie powiodło się."
 
-#: src/Module/Item/Compose.php:195
-msgid "Location services are unavailable on your device"
-msgstr "Usługi lokalizacyjne są niedostępne na twoim urządzeniu"
+#: mod/poke.php:178
+msgid "Poke/Prod"
+msgstr "Zaczepić"
 
-#: src/Module/Item/Compose.php:196
-msgid ""
-"Location services are disabled. Please check the website's permissions on "
-"your device"
-msgstr "Usługi lokalizacyjne są wyłączone. Sprawdź uprawnienia strony internetowej na swoim urządzeniu"
+#: mod/poke.php:179
+msgid "poke, prod or do other things to somebody"
+msgstr "szturchać, zaczepić lub robić inne rzeczy"
 
-#: src/Module/Item/Compose.php:200
-msgid "Public"
-msgstr "Publiczny"
+#: mod/poke.php:180
+msgid "Recipient"
+msgstr "Odbiorca"
 
-#: src/Module/Item/Compose.php:201
-msgid ""
-"This post will be sent to all your followers and can be seen in the "
-"community pages and by anyone with its link."
-msgstr "Ten post zostanie wysłany do wszystkich obserwujących i będzie widoczny na stronach społeczności oraz przez każdego z jego linkiem."
+#: mod/poke.php:181
+msgid "Choose what you wish to do to recipient"
+msgstr "Wybierz, co chcesz zrobić"
 
-#: src/Module/Item/Compose.php:202
-msgid "Limited/Private"
-msgstr "Ograniczony/Prywatny"
+#: mod/poke.php:184
+msgid "Make this post private"
+msgstr "Ustaw ten post jako prywatny"
 
-#: src/Module/Item/Compose.php:203
-msgid ""
-"This post will be sent only to the people in the first box, to the exception"
-" of the people mentioned in the second box. It won't appear anywhere public."
-msgstr "Ten post zostanie wysłany tylko do osób w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie."
+#: mod/photos.php:113 mod/photos.php:1609
+msgid "Recent Photos"
+msgstr "Ostatnio dodane zdjęcia"
 
-#: src/Module/Maintenance.php:29
-msgid "System down for maintenance"
-msgstr "System wyłączony w celu konserwacji"
+#: mod/photos.php:115 mod/photos.php:1117 mod/photos.php:1611
+msgid "Upload New Photos"
+msgstr "Wyślij nowe zdjęcie"
 
-#: src/Module/Photo.php:87
-#, php-format
-msgid "Invalid photo with id %s."
-msgstr "Nieprawidłowe zdjęcie z identyfikatorem %s."
+#: mod/photos.php:170
+msgid "Contact information unavailable"
+msgstr "Informacje o kontakcie są niedostępne"
 
-#: src/Module/Profile/Contacts.php:24 src/Module/Profile/Contacts.php:37
-msgid "User not found."
-msgstr "Użytkownik nie znaleziony."
+#: mod/photos.php:192
+msgid "Album not found."
+msgstr "Nie znaleziono albumu."
 
-#: src/Module/Profile/Contacts.php:78
-msgid "No contacts."
-msgstr "Brak kontaktów."
+#: mod/photos.php:250
+msgid "Album successfully deleted"
+msgstr "Album został pomyślnie usunięty"
 
-#: src/Module/Profile/Contacts.php:93 src/Module/Contact.php:590
-#: src/Module/Contact.php:1029
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Obejrzyj %s's profil [%s]"
+#: mod/photos.php:252
+msgid "Album was empty."
+msgstr "Album był pusty."
 
-#: src/Module/Profile/Contacts.php:112
+#: mod/photos.php:578
+msgid "a photo"
+msgstr "zdjęcie"
+
+#: mod/photos.php:578
 #, php-format
-msgid "Follower (%s)"
-msgid_plural "Followers (%s)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$szostał oznaczony tagiem %2$s przez %3$s"
+
+#: mod/photos.php:680
+msgid "Image upload didn't complete, please try again"
+msgstr "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie"
+
+#: mod/photos.php:683
+msgid "Image file is missing"
+msgstr "Brak pliku obrazu"
+
+#: mod/photos.php:688
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem"
 
-#: src/Module/Profile/Contacts.php:113
-#, php-format
-msgid "Following (%s)"
-msgid_plural "Following (%s)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: mod/photos.php:714
+msgid "Image file is empty."
+msgstr "Plik obrazka jest pusty."
 
-#: src/Module/Profile/Contacts.php:114
-#, php-format
-msgid "Mutual friend (%s)"
-msgid_plural "Mutual friends (%s)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: mod/photos.php:846
+msgid "No photos selected"
+msgstr "Nie zaznaczono zdjęć"
 
-#: src/Module/Profile/Contacts.php:116
-#, php-format
-msgid "Contact (%s)"
-msgid_plural "Contacts (%s)"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+#: mod/photos.php:912 mod/videos.php:168
+msgid "Access to this item is restricted."
+msgstr "Dostęp do tego obiektu jest ograniczony."
 
-#: src/Module/Profile/Contacts.php:125
-msgid "All contacts"
-msgstr "Wszystkie kontakty"
+#: mod/photos.php:966
+msgid "Upload Photos"
+msgstr "Prześlij zdjęcia"
 
-#: src/Module/Search/Acl.php:37
-msgid "You must be logged in to use this module."
-msgstr ""
+#: mod/photos.php:970 mod/photos.php:1062
+msgid "New album name: "
+msgstr "Nazwa nowego albumu: "
 
-#: src/Module/Search/Index.php:35
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać."
+#: mod/photos.php:971
+msgid "or select existing album:"
+msgstr "lub wybierz istniejący album:"
 
-#: src/Module/Search/Index.php:57
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."
+#: mod/photos.php:972
+msgid "Do not show a status post for this upload"
+msgstr "Nie pokazuj statusu postów dla tego wysłania"
 
-#: src/Module/Search/Index.php:183
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Przedmioty oznaczone tagiem: %s"
+#: mod/photos.php:988 mod/photos.php:1356 mod/settings.php:1215
+msgid "Show to Groups"
+msgstr "Pokaż Grupy"
 
-#: src/Module/Search/Index.php:185 src/Module/Contact.php:815
-#, php-format
-msgid "Results for: %s"
-msgstr "Wyniki dla: %s"
+#: mod/photos.php:989 mod/photos.php:1357 mod/settings.php:1216
+msgid "Show to Contacts"
+msgstr "Pokaż kontakty"
 
-#: src/Module/Search/Saved.php:29
-msgid "Search term successfully saved."
-msgstr ""
+#: mod/photos.php:1044
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"
 
-#: src/Module/Search/Saved.php:31
-msgid "Search term already saved."
-msgstr ""
+#: mod/photos.php:1046 mod/photos.php:1067
+msgid "Delete Album"
+msgstr "Usuń album"
 
-#: src/Module/Search/Saved.php:37
-msgid "Search term successfully removed."
-msgstr ""
+#: mod/photos.php:1073
+msgid "Edit Album"
+msgstr "Edytuj album"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:36
-#: src/Module/Settings/TwoFactor/Recovery.php:34
-#: src/Module/Settings/TwoFactor/Verify.php:41
-msgid "Please enter your password to access this page."
-msgstr "Wprowadź hasło, aby uzyskać dostęp do tej strony."
+#: mod/photos.php:1074
+msgid "Drop Album"
+msgstr "Upuść Album"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:54
-msgid "App-specific password generation failed: The description is empty."
-msgstr "Generowanie hasła aplikacji nie powiodło się: Opis jest pusty."
+#: mod/photos.php:1079
+msgid "Show Newest First"
+msgstr "Pokaż najpierw najnowsze"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:57
-msgid ""
-"App-specific password generation failed: This description already exists."
-msgstr "Generowanie hasła aplikacji nie powiodło się: Opis ten już istnieje."
+#: mod/photos.php:1081
+msgid "Show Oldest First"
+msgstr "Pokaż najpierw najstarsze"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:61
-msgid "New app-specific password generated."
-msgstr "Nowe hasło specyficzne dla aplikacji."
+#: mod/photos.php:1102 mod/photos.php:1594
+msgid "View Photo"
+msgstr "Zobacz zdjęcie"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:67
-msgid "App-specific passwords successfully revoked."
-msgstr "Hasła specyficzne dla aplikacji zostały pomyślnie cofnięte."
+#: mod/photos.php:1139
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Odmowa dostępu. Dostęp do tych danych może być ograniczony."
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:77
-msgid "App-specific password successfully revoked."
-msgstr "Hasło specyficzne dla aplikacji zostało pomyślnie odwołane."
+#: mod/photos.php:1141
+msgid "Photo not available"
+msgstr "Zdjęcie niedostępne"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:98
-msgid "Two-factor app-specific passwords"
-msgstr "Dwuskładnikowe hasła aplikacji"
+#: mod/photos.php:1151
+msgid "Do you really want to delete this photo?"
+msgstr "Czy na pewno chcesz usunąć to zdjęcie ?"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:100
-msgid ""
-"<p>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.</p>"
-msgstr ""
+#: mod/photos.php:1153 mod/photos.php:1353
+msgid "Delete Photo"
+msgstr "Usuń zdjęcie"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:101
-msgid ""
-"Make sure to copy your new app-specific password now. You won’t be able to "
-"see it again!"
-msgstr ""
+#: mod/photos.php:1244
+msgid "View photo"
+msgstr "Zobacz zdjęcie"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:104
-msgid "Description"
-msgstr "Opis"
+#: mod/photos.php:1246
+msgid "Edit photo"
+msgstr "Edytuj zdjęcie"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:105
-msgid "Last Used"
-msgstr "Ostatnio używane"
+#: mod/photos.php:1247
+msgid "Delete photo"
+msgstr "Usuń zdjęcie"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:106
-msgid "Revoke"
-msgstr "Unieważnij"
+#: mod/photos.php:1248
+msgid "Use as profile photo"
+msgstr "Ustaw jako zdjęcie profilowe"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:107
-msgid "Revoke All"
-msgstr "Unieważnij wszyskie"
+#: mod/photos.php:1255
+msgid "Private Photo"
+msgstr "Prywatne zdjęcie"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:110
-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 ""
+#: mod/photos.php:1261
+msgid "View Full Size"
+msgstr "Zobacz w pełnym rozmiarze"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:111
-msgid "Generate new app-specific password"
-msgstr "Wygeneruj nowe hasło specyficzne dla aplikacji"
+#: mod/photos.php:1321
+msgid "Tags: "
+msgstr "Tagi: "
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:112
-msgid "Friendiqa on my Fairphone 2..."
-msgstr "Friendiqa na moim Fairphone 2..."
+#: mod/photos.php:1324
+msgid "[Select tags to remove]"
+msgstr "[Wybierz tagi do usunięcia]"
 
-#: src/Module/Settings/TwoFactor/AppSpecific.php:113
-msgid "Generate"
-msgstr ""
+#: mod/photos.php:1339
+msgid "New album name"
+msgstr "Nazwa nowego albumu"
 
-#: src/Module/Settings/TwoFactor/Recovery.php:50
-msgid "New recovery codes successfully generated."
-msgstr "Wygenerowano nowe kody odzyskiwania."
+#: mod/photos.php:1340
+msgid "Caption"
+msgstr "Zawartość"
 
-#: src/Module/Settings/TwoFactor/Recovery.php:76
-msgid "Two-factor recovery codes"
-msgstr "Dwuskładnikowe kody odzyskiwania"
+#: mod/photos.php:1341
+msgid "Add a Tag"
+msgstr "Dodaj tag"
 
-#: src/Module/Settings/TwoFactor/Recovery.php:78
+#: mod/photos.php:1341
 msgid ""
-"<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your "
-"device and don’t have the recovery codes you will lose access to your "
-"account.</p>"
-msgstr ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
 
-#: src/Module/Settings/TwoFactor/Recovery.php:80
-msgid ""
-"When you generate new recovery codes, you must copy the new codes. Your old "
-"codes won’t work anymore."
-msgstr "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać."
+#: mod/photos.php:1342
+msgid "Do not rotate"
+msgstr "Nie obracaj"
 
-#: src/Module/Settings/TwoFactor/Recovery.php:81
-msgid "Generate new recovery codes"
-msgstr "Wygeneruj nowe kody odzyskiwania"
+#: mod/photos.php:1343
+msgid "Rotate CW (right)"
+msgstr "Obróć CW (w prawo)"
 
-#: src/Module/Settings/TwoFactor/Recovery.php:83
-msgid "Next: Verification"
-msgstr "Następny: Weryfikacja"
+#: mod/photos.php:1344
+msgid "Rotate CCW (left)"
+msgstr "Obróć CCW (w lewo)"
 
-#: src/Module/Settings/TwoFactor/Index.php:51
-msgid "Two-factor authentication successfully disabled."
-msgstr "Autoryzacja dwuskładnikowa została pomyślnie wyłączona."
+#: mod/photos.php:1529
+msgid "Map"
+msgstr "Mapa"
+
+#: mod/photos.php:1600 mod/videos.php:245
+msgid "View Album"
+msgstr "Zobacz album"
+
+#: mod/profiles.php:43 mod/profiles.php:152 mod/profiles.php:196
+#: mod/profiles.php:511 mod/dfrn_confirm.php:71
+msgid "Profile not found."
+msgstr "Nie znaleziono profilu."
+
+#: mod/profiles.php:62
+msgid "Profile deleted."
+msgstr "Konto usunięte."
 
-#: src/Module/Settings/TwoFactor/Index.php:92
-msgid ""
-"<p>Use an application on a mobile device to get two-factor authentication "
-"codes when prompted on login.</p>"
-msgstr "<p>Użyj aplikacji na urządzeniu mobilnym, aby uzyskać dwuskładnikowe kody uwierzytelniające po wyświetleniu monitu o zalogowanie.</p>"
+#: mod/profiles.php:78 mod/profiles.php:114
+msgid "Profile-"
+msgstr "Profil-"
 
-#: src/Module/Settings/TwoFactor/Index.php:96
-msgid "Authenticator app"
-msgstr "Aplikacja Authenticator"
+#: mod/profiles.php:97 mod/profiles.php:135
+msgid "New profile created."
+msgstr "Utworzono nowy profil."
 
-#: src/Module/Settings/TwoFactor/Index.php:97
-msgid "Configured"
-msgstr "Skonfigurowane"
+#: mod/profiles.php:120
+msgid "Profile unavailable to clone."
+msgstr "Nie można powielić profilu."
 
-#: src/Module/Settings/TwoFactor/Index.php:97
-msgid "Not Configured"
-msgstr "Nie skonfigurowane"
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Nazwa profilu jest wymagana."
 
-#: src/Module/Settings/TwoFactor/Index.php:98
-msgid "<p>You haven't finished configuring your authenticator app.</p>"
-msgstr "<p>Nie zakończyłeś konfigurowania aplikacji uwierzytelniającej.</p>"
+#: mod/profiles.php:346
+msgid "Marital Status"
+msgstr "Stan cywilny"
 
-#: src/Module/Settings/TwoFactor/Index.php:99
-msgid "<p>Your authenticator app is correctly configured.</p>"
-msgstr "<p>Twoja aplikacja uwierzytelniająca jest poprawnie skonfigurowana.</p>"
+#: mod/profiles.php:349
+msgid "Romantic Partner"
+msgstr "Romantyczny partner"
 
-#: src/Module/Settings/TwoFactor/Index.php:101
-msgid "Recovery codes"
-msgstr "Kody odzyskiwania"
+#: mod/profiles.php:358
+msgid "Work/Employment"
+msgstr "Praca/Zatrudnienie"
 
-#: src/Module/Settings/TwoFactor/Index.php:102
-msgid "Remaining valid codes"
-msgstr "Pozostałe ważne kody"
+#: mod/profiles.php:361
+msgid "Religion"
+msgstr "Religia"
 
-#: src/Module/Settings/TwoFactor/Index.php:104
-msgid ""
-"<p>These one-use codes can replace an authenticator app code in case you "
-"have lost access to it.</p>"
-msgstr "<p>Te jednorazowe kody mogą zastąpić kod aplikacji uwierzytelniającej w przypadku utraty dostępu do niej.</p>"
+#: mod/profiles.php:364
+msgid "Political Views"
+msgstr "Poglądy polityczne"
 
-#: src/Module/Settings/TwoFactor/Index.php:106
-msgid "App-specific passwords"
-msgstr "Hasła specyficzne dla aplikacji"
+#: mod/profiles.php:367
+msgid "Gender"
+msgstr "Płeć"
 
-#: src/Module/Settings/TwoFactor/Index.php:107
-msgid "Generated app-specific passwords"
-msgstr "Wygenerowane hasła specyficzne dla aplikacji"
+#: mod/profiles.php:370
+msgid "Sexual Preference"
+msgstr "Orientacja seksualna"
 
-#: src/Module/Settings/TwoFactor/Index.php:109
-msgid ""
-"<p>These randomly generated passwords allow you to authenticate on apps not "
-"supporting two-factor authentication.</p>"
-msgstr "<p>Losowo generowane hasła umożliwiają uwierzytelnianie w aplikacjach nie obsługujących uwierzytelniania dwuskładnikowego.</p>"
+#: mod/profiles.php:373
+msgid "XMPP"
+msgstr "XMPP"
 
-#: src/Module/Settings/TwoFactor/Index.php:111 src/Module/Contact.php:635
-msgid "Actions"
-msgstr "Akcja"
+#: mod/profiles.php:376
+msgid "Homepage"
+msgstr "Strona Główna"
 
-#: src/Module/Settings/TwoFactor/Index.php:112
-msgid "Current password:"
-msgstr "Aktualne hasło:"
+#: mod/profiles.php:379 mod/profiles.php:578
+msgid "Interests"
+msgstr "Zainteresowania"
 
-#: src/Module/Settings/TwoFactor/Index.php:112
-msgid ""
-"You need to provide your current password to change two-factor "
-"authentication settings."
-msgstr "Musisz podać swoje aktualne hasło, aby zmienić ustawienia uwierzytelniania dwuskładnikowego."
+#: mod/profiles.php:382
+msgid "Address"
+msgstr "Adres"
 
-#: src/Module/Settings/TwoFactor/Index.php:113
-msgid "Enable two-factor authentication"
-msgstr "Włącz uwierzytelnianie dwuskładnikowe"
+#: mod/profiles.php:389 mod/profiles.php:574
+msgid "Location"
+msgstr "Lokalizacja"
 
-#: src/Module/Settings/TwoFactor/Index.php:114
-msgid "Disable two-factor authentication"
-msgstr "Wyłącz uwierzytelnianie dwuskładnikowe"
+#: mod/profiles.php:469
+msgid "Profile updated."
+msgstr "Profil zaktualizowany."
 
-#: src/Module/Settings/TwoFactor/Index.php:115
-msgid "Show recovery codes"
-msgstr "Pokaż kody odzyskiwania"
+#: mod/profiles.php:523
+msgid "Hide contacts and friends:"
+msgstr "Ukryj kontakty i znajomych:"
 
-#: src/Module/Settings/TwoFactor/Index.php:116
-msgid "Manage app-specific passwords"
-msgstr "Zarządzaj hasłami specyficznymi dla aplikacji"
+#: mod/profiles.php:528
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?"
 
-#: src/Module/Settings/TwoFactor/Index.php:117
-msgid "Finish app configuration"
-msgstr "Zakończ konfigurację aplikacji"
+#: mod/profiles.php:548
+msgid "Show more profile fields:"
+msgstr "Pokaż więcej pól profilu:"
 
-#: src/Module/Settings/TwoFactor/Verify.php:63
-msgid "Two-factor authentication successfully activated."
-msgstr "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane."
+#: mod/profiles.php:560
+msgid "Profile Actions"
+msgstr "Akcje profilowe"
 
-#: src/Module/Settings/TwoFactor/Verify.php:67
-#: src/Module/TwoFactor/Verify.php:43 src/Module/TwoFactor/Recovery.php:46
-msgid "Invalid code, please retry."
-msgstr "Nieprawidłowy kod, spróbuj ponownie."
+#: mod/profiles.php:561
+msgid "Edit Profile Details"
+msgstr "Edytuj informacje o profilu"
 
-#: src/Module/Settings/TwoFactor/Verify.php:96
-#, php-format
-msgid ""
-"<p>Or you can submit the authentication settings manually:</p>\n"
-"<dl>\n"
-"\t<dt>Issuer</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Account Name</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Secret Key</dt>\n"
-"\t<dd>%s</dd>\n"
-"\t<dt>Type</dt>\n"
-"\t<dd>Time-based</dd>\n"
-"\t<dt>Number of digits</dt>\n"
-"\t<dd>6</dd>\n"
-"\t<dt>Hashing algorithm</dt>\n"
-"\t<dd>SHA-1</dd>\n"
-"</dl>"
-msgstr "<p>Możesz przesłać ustawienia uwierzytelniania ręcznie:</p>\n<dl>\n\t<dt>Wystawc</dt>\n\t<dd>%s</dd>\n\t<dt>Nazwa konta</dt>\n\t<dd>%s</dd>\n\t<dt>Sekretny klucz</dt>\n\t<dd>%s</dd>\n\t<dt>Typ</dt>\n\t<dd>Oparte na czasie</dd>\n\t<dt>Liczba cyfr</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorytmu</dt>\n\t<dd>SHA-1</dd>\n</dl>"
+#: mod/profiles.php:563
+msgid "Change Profile Photo"
+msgstr "Zmień zdjęcie profilowe"
 
-#: src/Module/Settings/TwoFactor/Verify.php:116
-msgid "Two-factor code verification"
-msgstr "Weryfikacja kodu dwuskładnikowego"
+#: mod/profiles.php:565
+msgid "View this profile"
+msgstr "Wyświetl ten profil"
 
-#: src/Module/Settings/TwoFactor/Verify.php:118
-msgid ""
-"<p>Please scan this QR Code with your authenticator app and submit the "
-"provided code.</p>"
-msgstr "<p>Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.</p>"
+#: mod/profiles.php:566
+msgid "View all profiles"
+msgstr "Wyświetl wszystkie profile"
 
-#: src/Module/Settings/TwoFactor/Verify.php:120
-#, php-format
-msgid ""
-"<p>Or you can open the following URL in your mobile devicde:</p><p><a "
-"href=\"%s\">%s</a></p>"
-msgstr "<p>Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:</p><p><a href=\"%s\">%s</a></p>"
+#: mod/profiles.php:568
+msgid "Create a new profile using these settings"
+msgstr "Stwórz nowy profil wykorzystując te ustawienia"
 
-#: src/Module/Settings/TwoFactor/Verify.php:126
-#: src/Module/TwoFactor/Verify.php:67
-msgid "Please enter a code from your authentication app"
-msgstr "Wprowadź kod z aplikacji uwierzytelniającej"
+#: mod/profiles.php:569
+msgid "Clone this profile"
+msgstr "Sklonuj ten profil"
 
-#: src/Module/Settings/TwoFactor/Verify.php:127
-msgid "Verify code and enable two-factor authentication"
-msgstr "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe"
+#: mod/profiles.php:570
+msgid "Delete this profile"
+msgstr "Usuń ten profil"
 
-#: src/Module/Settings/Delegation.php:37
-msgid "Delegation successfully granted."
-msgstr ""
+#: mod/profiles.php:572
+msgid "Basic information"
+msgstr "Podstawowe informacje"
 
-#: src/Module/Settings/Delegation.php:39
-msgid "Parent user not found, unavailable or password doesn't match."
-msgstr ""
+#: mod/profiles.php:573
+msgid "Profile picture"
+msgstr "Zdjęcie profilowe"
 
-#: src/Module/Settings/Delegation.php:43
-msgid "Delegation successfully revoked."
-msgstr ""
+#: mod/profiles.php:575
+msgid "Preferences"
+msgstr "Preferencje"
 
-#: src/Module/Settings/Delegation.php:66 src/Module/Settings/Delegation.php:88
-msgid ""
-"Delegated administrators can view but not change delegation permissions."
-msgstr ""
+#: mod/profiles.php:576
+msgid "Status information"
+msgstr "Informacje o stanie"
 
-#: src/Module/Settings/Delegation.php:80
-msgid "Delegate user not found."
-msgstr ""
+#: mod/profiles.php:577
+msgid "Additional information"
+msgstr "Dodatkowe informacje"
 
-#: src/Module/Settings/Delegation.php:137
-msgid "No parent user"
-msgstr "Brak nadrzędnego użytkownika"
+#: mod/profiles.php:580
+msgid "Relation"
+msgstr "Relacje"
 
-#: src/Module/Settings/Delegation.php:149
-msgid "Parent Password:"
-msgstr "Hasło nadrzędne:"
+#: mod/profiles.php:584
+msgid "Your Gender:"
+msgstr "Płeć:"
 
-#: src/Module/Settings/Delegation.php:149
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."
+#: mod/profiles.php:585
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Stan cywilny:"
 
-#: src/Module/Settings/Delegation.php:154
-msgid "Parent User"
-msgstr "Użytkownik nadrzędny"
+#: mod/profiles.php:587
+msgid "Example: fishing photography software"
+msgstr "Przykład: oprogramowanie do fotografowania ryb"
+
+#: mod/profiles.php:592
+msgid "Profile Name:"
+msgstr "Nazwa profilu:"
 
-#: src/Module/Settings/Delegation.php:157
+#: mod/profiles.php:594
 msgid ""
-"Parent users have total control about this account, including the account "
-"settings. Please double check whom you give this access."
-msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu."
 
-#: src/Module/Settings/Delegation.php:159
-msgid "Delegate Page Management"
-msgstr "Deleguj zarządzanie stronami"
+#: mod/profiles.php:595
+msgid "Your Full Name:"
+msgstr "Imię i nazwisko:"
 
-#: src/Module/Settings/Delegation.php:160
-msgid "Delegates"
-msgstr "Oddeleguj"
+#: mod/profiles.php:596
+msgid "Title/Description:"
+msgstr "Tytuł/Opis:"
 
-#: src/Module/Settings/Delegation.php:162
-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 "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."
+#: mod/profiles.php:599
+msgid "Street Address:"
+msgstr "Ulica:"
 
-#: src/Module/Settings/Delegation.php:163
-msgid "Existing Page Delegates"
-msgstr "Obecni delegaci stron"
+#: mod/profiles.php:600
+msgid "Locality/City:"
+msgstr "Miasto:"
 
-#: src/Module/Settings/Delegation.php:165
-msgid "Potential Delegates"
-msgstr "Potencjalni delegaci"
+#: mod/profiles.php:601
+msgid "Region/State:"
+msgstr "Województwo/Stan:"
 
-#: src/Module/Settings/Delegation.php:168
-msgid "Add"
-msgstr "Dodaj"
+#: mod/profiles.php:602
+msgid "Postal/Zip Code:"
+msgstr "Kod Pocztowy:"
 
-#: src/Module/Settings/Delegation.php:169
-msgid "No entries."
-msgstr "Brak wpisów."
+#: mod/profiles.php:603
+msgid "Country:"
+msgstr "Kraj:"
 
-#: src/Module/Settings/UserExport.php:44
-msgid "Export account"
-msgstr "Eksportuj konto"
+#: mod/profiles.php:607
+msgid "Who: (if applicable)"
+msgstr "Kto: (jeśli dotyczy)"
 
-#: src/Module/Settings/UserExport.php:44
-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 "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer."
+#: mod/profiles.php:607
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Przykłady: cathy123, Cathy Williams, cathy@example.com"
 
-#: src/Module/Settings/UserExport.php:45
-msgid "Export all"
-msgstr "Eksportuj wszystko"
+#: mod/profiles.php:608
+msgid "Since [date]:"
+msgstr "Od [data]:"
 
-#: src/Module/Settings/UserExport.php:45
-msgid ""
-"Export your accout 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 "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)"
+#: mod/profiles.php:610
+msgid "Tell us about yourself..."
+msgstr "Napisz o sobie…"
 
-#: src/Module/Settings/UserExport.php:46
-msgid "Export Contacts to CSV"
-msgstr ""
+#: mod/profiles.php:611
+msgid "XMPP (Jabber) address:"
+msgstr "Adres XMPP (Jabber):"
 
-#: src/Module/Settings/UserExport.php:46
+#: mod/profiles.php:611
 msgid ""
-"Export the list of the accounts you are following as CSV file. Compatible to"
-" e.g. Mastodon."
-msgstr ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić."
 
-#: src/Module/Special/HTTPException.php:32
-msgid "Bad Request"
-msgstr "Nieprawidłowe żądanie"
+#: mod/profiles.php:612
+msgid "Homepage URL:"
+msgstr "Adres URL strony domowej:"
 
-#: src/Module/Special/HTTPException.php:33
-msgid "Unauthorized"
-msgstr "Nieautoryzowane"
+#: mod/profiles.php:615
+msgid "Religious Views:"
+msgstr "Poglądy religijne:"
 
-#: src/Module/Special/HTTPException.php:34
-msgid "Forbidden"
-msgstr "Zabronione"
+#: mod/profiles.php:616
+msgid "Public Keywords:"
+msgstr "Publiczne słowa kluczowe:"
 
-#: src/Module/Special/HTTPException.php:35
-msgid "Not Found"
-msgstr "Nie znaleziono"
+#: mod/profiles.php:616
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)"
 
-#: src/Module/Special/HTTPException.php:36
-msgid "Internal Server Error"
-msgstr "Wewnętrzny błąd serwera"
+#: mod/profiles.php:617
+msgid "Private Keywords:"
+msgstr "Prywatne słowa kluczowe:"
 
-#: src/Module/Special/HTTPException.php:37
-msgid "Service Unavailable"
-msgstr "Usługa Niedostępna "
+#: mod/profiles.php:617
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Używany do wyszukiwania profili, niepokazywany innym)"
 
-#: src/Module/Special/HTTPException.php:44
-msgid ""
-"The server cannot or will not process the request due to an apparent client "
-"error."
-msgstr "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta."
+#: mod/profiles.php:620
+msgid "Musical interests"
+msgstr "Muzyka"
 
-#: src/Module/Special/HTTPException.php:45
-msgid ""
-"Authentication is required and has failed or has not yet been provided."
-msgstr "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone."
+#: mod/profiles.php:621
+msgid "Books, literature"
+msgstr "Literatura"
 
-#: src/Module/Special/HTTPException.php:46
-msgid ""
-"The request was valid, but the server is refusing action. The user might not"
-" have the necessary permissions for a resource, or may need an account."
-msgstr "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta."
+#: mod/profiles.php:622
+msgid "Television"
+msgstr "Telewizja"
 
-#: src/Module/Special/HTTPException.php:47
-msgid ""
-"The requested resource could not be found but may be available in the "
-"future."
-msgstr "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości."
+#: mod/profiles.php:623
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/taniec/kultura/rozrywka"
 
-#: src/Module/Special/HTTPException.php:48
-msgid ""
-"An unexpected condition was encountered and no more specific message is "
-"suitable."
-msgstr "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat."
+#: mod/profiles.php:624
+msgid "Hobbies/Interests"
+msgstr "Zainteresowania"
 
-#: src/Module/Special/HTTPException.php:49
-msgid ""
-"The server is currently unavailable (because it is overloaded or down for "
-"maintenance). Please try again later."
-msgstr "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później."
+#: mod/profiles.php:625
+msgid "Love/romance"
+msgstr "Miłość/romans"
 
-#: src/Module/Special/HTTPException.php:55
-msgid "Go back"
-msgstr "Wróć"
+#: mod/profiles.php:626
+msgid "Work/employment"
+msgstr "Praca/zatrudnienie"
 
-#: src/Module/TwoFactor/Verify.php:63
-msgid ""
-"<p>Open the two-factor authentication app on your device to get an "
-"authentication code and verify your identity.</p>"
-msgstr "<p>Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.</p>"
+#: mod/profiles.php:627
+msgid "School/education"
+msgstr "Szkoła/edukacja"
 
-#: src/Module/TwoFactor/Verify.php:66 src/Module/TwoFactor/Recovery.php:67
-#, php-format
-msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
-msgstr "Nie masz telefonu? <a href=\"%s\">Wprowadzić dwuetapowy kod przywracania </a>"
+#: mod/profiles.php:628
+msgid "Contact information and Social Networks"
+msgstr "Dane kontaktowe i Sieci społecznościowe"
 
-#: src/Module/TwoFactor/Verify.php:68
-msgid "Verify code and complete login"
-msgstr "Zweryfikuj kod i zakończ logowanie"
+#: mod/profiles.php:668
+msgid "Edit/Manage Profiles"
+msgstr "Edycja/Zarządzanie profilami"
 
-#: src/Module/TwoFactor/Recovery.php:41
-#, php-format
-msgid "Remaining recovery codes: %d"
-msgstr "Pozostałe kody odzyskiwania: %d"
+#: mod/wall_attach.php:27 mod/wall_attach.php:34 mod/wall_attach.php:72
+#: mod/wall_upload.php:43 mod/wall_upload.php:59 mod/wall_upload.php:104
+#: mod/wall_upload.php:155 mod/wall_upload.php:158
+msgid "Invalid request."
+msgstr "Nieprawidłowe żądanie."
 
-#: src/Module/TwoFactor/Recovery.php:65
-msgid "Two-factor recovery"
-msgstr "Odzyskiwanie dwuczynnikowe"
+#: mod/wall_attach.php:90
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP"
 
-#: src/Module/TwoFactor/Recovery.php:66
-msgid ""
-"<p>You can enter one of your one-time recovery codes in case you lost access"
-" to your mobile device.</p>"
-msgstr "<p>Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.</p>"
+#: mod/wall_attach.php:90
+msgid "Or - did you try to upload an empty file?"
+msgstr "Lub - czy próbowałeś załadować pusty plik?"
 
-#: src/Module/TwoFactor/Recovery.php:68
-msgid "Please enter a recovery code"
-msgstr "Wprowadź kod odzyskiwania"
+#: mod/wall_attach.php:101
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "Plik przekracza limit rozmiaru wynoszący %s"
 
-#: src/Module/TwoFactor/Recovery.php:69
-msgid "Submit recovery code and complete login"
-msgstr "Prześlij kod odzyskiwania i pełne logowanie"
+#: mod/wall_attach.php:116
+msgid "File upload failed."
+msgstr "Przesyłanie pliku nie powiodło się."
 
-#: src/Module/Welcome.php:25
-msgid "Welcome to Friendica"
-msgstr "Witamy na Friendica"
+#: mod/item.php:127
+msgid "Unable to locate original post."
+msgstr "Nie można zlokalizować oryginalnej wiadomości."
 
-#: src/Module/Welcome.php:26
-msgid "New Member Checklist"
-msgstr "Lista nowych członków"
+#: mod/item.php:330
+msgid "Empty post discarded."
+msgstr "Pusty wpis został odrzucony."
+
+#: mod/item.php:804
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica."
 
-#: src/Module/Welcome.php:27
+#: mod/item.php:806
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Możesz odwiedzić ich online pod adresem %s"
+
+#: mod/item.php:807
 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 "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."
 
-#: src/Module/Welcome.php:29
-msgid "Getting Started"
-msgstr "Pierwsze kroki"
+#: mod/item.php:811
+#, php-format
+msgid "%s posted an update."
+msgstr "%s zaktualizował wpis."
 
-#: src/Module/Welcome.php:30
-msgid "Friendica Walk-Through"
-msgstr "Friendica Przejdź-Przez"
+#: mod/oexchange.php:32
+msgid "Post successful."
+msgstr "Pomyślnie opublikowano."
 
-#: src/Module/Welcome.php:31
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "Na stronie <em>Szybki start</em> - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."
+#: mod/regmod.php:53
+msgid "Account approved."
+msgstr "Konto zatwierdzone."
 
-#: src/Module/Welcome.php:34
-msgid "Go to Your Settings"
-msgstr "Idź do swoich ustawień"
+#: mod/regmod.php:77
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Rejestracja odwołana dla %s"
 
-#: src/Module/Welcome.php:35
-msgid ""
-"On your <em>Settings</em> 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 "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."
+#: mod/regmod.php:84
+msgid "Please login."
+msgstr "Proszę się zalogować."
 
-#: src/Module/Welcome.php:36
-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 "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."
+#: mod/match.php:49
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."
 
-#: src/Module/Welcome.php:40
-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 "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."
+#: mod/match.php:135
+msgid "Profile Match"
+msgstr "Dopasowanie profilu"
 
-#: src/Module/Welcome.php:41
-msgid "Edit Your Profile"
-msgstr "Edytuj własny profil"
+#: mod/settings.php:192
+msgid "Missing some important data!"
+msgstr "Brakuje ważnych danych!"
 
-#: src/Module/Welcome.php:42
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."
+#: mod/settings.php:302
+msgid "Failed to connect with email account using the settings provided."
+msgstr "Połączenie z kontem email używając wybranych ustawień nie powiodło się."
 
-#: src/Module/Welcome.php:43
-msgid "Profile Keywords"
-msgstr "Słowa kluczowe profilu"
+#: mod/settings.php:307
+msgid "Email settings updated."
+msgstr "Zaktualizowano ustawienia email."
 
-#: src/Module/Welcome.php:44
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Ustaw kilka publicznych słów kluczowych dla swojego domyślnego profilu, które opisują Twoje zainteresowania. Możemy znaleźć inne osoby o podobnych zainteresowaniach i zaproponować przyjaźnie."
+#: mod/settings.php:323
+msgid "Features updated"
+msgstr "Funkcje zaktualizowane"
 
-#: src/Module/Welcome.php:46
-msgid "Connecting"
-msgstr "Łączenie"
+#: mod/settings.php:384
+msgid "The theme you chose isn't available."
+msgstr "Wybrany motyw jest niedostępny."
 
-#: src/Module/Welcome.php:48
-msgid "Importing Emails"
-msgstr "Importowanie e-maili"
+#: mod/settings.php:400
+msgid "Contact CSV file upload error"
+msgstr ""
 
-#: src/Module/Welcome.php:49
-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 "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX"
+#: mod/settings.php:414
+msgid "Importing Contacts done"
+msgstr ""
 
-#: src/Module/Welcome.php:50
-msgid "Go to Your Contacts Page"
-msgstr "Idź do strony z Twoimi kontaktami"
+#: mod/settings.php:423
+msgid "Relocate message has been send to your contacts"
+msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"
 
-#: src/Module/Welcome.php:51
-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 <em>Add New Contact</em> dialog."
-msgstr "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym <em>Dodaj nowy kontakt</em>."
+#: mod/settings.php:435
+msgid "Passwords do not match."
+msgstr "Hasła nie pasują do siebie."
 
-#: src/Module/Welcome.php:52
-msgid "Go to Your Site's Directory"
-msgstr "Idż do twojej strony"
+#: mod/settings.php:449
+msgid "Password unchanged."
+msgstr "Hasło niezmienione."
 
-#: src/Module/Welcome.php:53
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza <em>Połącz</em> lub <em>Śledź</em> na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."
+#: mod/settings.php:531
+msgid " Please use a shorter name."
+msgstr " Proszę użyć krótszej nazwy."
 
-#: src/Module/Welcome.php:54
-msgid "Finding New People"
-msgstr "Znajdowanie nowych osób"
+#: mod/settings.php:534
+msgid " Name too short."
+msgstr " Nazwa jest zbyt krótka."
 
-#: src/Module/Welcome.php:55
-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 "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"
+#: mod/settings.php:546
+msgid "Invalid email."
+msgstr "Niepoprawny e-mail."
 
-#: src/Module/Welcome.php:58
-msgid "Group Your Contacts"
-msgstr "Grupy kontaktów"
+#: mod/settings.php:552
+msgid "Cannot change to that email."
+msgstr "Nie można zmienić tego e-maila."
 
-#: src/Module/Welcome.php:59
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć."
+#: mod/settings.php:590
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."
 
-#: src/Module/Welcome.php:61
-msgid "Why Aren't My Posts Public?"
-msgstr "Dlaczego moje posty nie są publiczne?"
+#: mod/settings.php:593
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."
 
-#: src/Module/Welcome.php:62
-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 "Friendica szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu."
+#: mod/settings.php:610
+msgid "Settings updated."
+msgstr "Zaktualizowano ustawienia."
 
-#: src/Module/Welcome.php:64
-msgid "Getting Help"
-msgstr "Otrzymaj pomoc"
+#: mod/settings.php:669 mod/settings.php:695 mod/settings.php:729
+msgid "Add application"
+msgstr "Dodaj aplikację"
 
-#: src/Module/Welcome.php:65
-msgid "Go to the Help Section"
-msgstr "Przejdź do sekcji pomocy"
+#: mod/settings.php:673 mod/settings.php:699
+msgid "Consumer Key"
+msgstr "Klucz klienta"
 
-#: src/Module/Welcome.php:66
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Na naszych stronach <strong>pomocy</strong> można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."
+#: mod/settings.php:674 mod/settings.php:700
+msgid "Consumer Secret"
+msgstr "Tajny klucz klienta"
 
-#: src/Module/AllFriends.php:55
-msgid "No friends to display."
-msgstr "Brak znajomych do wyświetlenia."
+#: mod/settings.php:675 mod/settings.php:701
+msgid "Redirect"
+msgstr "Przekierowanie"
 
-#: src/Module/BaseSearchModule.php:54
-#, php-format
-msgid "People Search - %s"
-msgstr "Szukaj osób - %s"
+#: mod/settings.php:676 mod/settings.php:702
+msgid "Icon url"
+msgstr "Adres Url ikony"
 
-#: src/Module/BaseSearchModule.php:64
-#, php-format
-msgid "Forum Search - %s"
-msgstr "Przeszukiwanie forum - %s"
+#: mod/settings.php:687
+msgid "You can't edit this application."
+msgstr "Nie możesz edytować tej aplikacji."
 
-#: src/Module/Bookmarklet.php:35
-msgid "This page is missing a url parameter."
-msgstr "Na tej stronie brakuje parametru url."
+#: mod/settings.php:728
+msgid "Connected Apps"
+msgstr "Powiązane aplikacje"
 
-#: src/Module/Bookmarklet.php:57
-msgid "The post was created"
-msgstr "Post został utworzony"
+#: mod/settings.php:732
+msgid "Client key starts with"
+msgstr "Klucz klienta zaczyna się od"
 
-#: src/Module/Contact.php:72
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "Zedytowano %d kontakt."
-msgstr[1] "Zedytowano %d kontakty."
-msgstr[2] "Zedytowano %d kontaktów."
-msgstr[3] "%dedytuj kontakty."
+#: mod/settings.php:733
+msgid "No name"
+msgstr "Bez nazwy"
 
-#: src/Module/Contact.php:99
-msgid "Could not access contact record."
-msgstr "Nie można uzyskać dostępu do rejestru kontaktów."
+#: mod/settings.php:734
+msgid "Remove authorization"
+msgstr "Odwołaj upoważnienie"
 
-#: src/Module/Contact.php:109
-msgid "Could not locate selected profile."
-msgstr "Nie można znaleźć wybranego profilu."
+#: mod/settings.php:745
+msgid "No Addon settings configured"
+msgstr "Brak skonfigurowanych ustawień dodatków"
+
+#: mod/settings.php:754
+msgid "Addon Settings"
+msgstr "Ustawienia Dodatków"
+
+#: mod/settings.php:775
+msgid "Additional Features"
+msgstr "Dodatkowe funkcje"
 
-#: src/Module/Contact.php:141
-msgid "Contact updated."
-msgstr "Zaktualizowano kontakt."
+#: mod/settings.php:800 mod/settings.php:801
+msgid "enabled"
+msgstr "włączone"
 
-#: src/Module/Contact.php:376
-msgid "Contact not found"
-msgstr "Nie znaleziono kontaktu"
+#: mod/settings.php:800 mod/settings.php:801
+msgid "disabled"
+msgstr "wyłączone"
 
-#: src/Module/Contact.php:395
-msgid "Contact has been blocked"
-msgstr "Kontakt został zablokowany"
+#: mod/settings.php:800 mod/settings.php:801
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "Wbudowane wsparcie dla połączenia z %s jest %s"
 
-#: src/Module/Contact.php:395
-msgid "Contact has been unblocked"
-msgstr "Kontakt został odblokowany"
+#: mod/settings.php:801
+msgid "GNU Social (OStatus)"
+msgstr "GNU Soocial (OStatus)"
 
-#: src/Module/Contact.php:405
-msgid "Contact has been ignored"
-msgstr "Kontakt jest ignorowany"
+#: mod/settings.php:832
+msgid "Email access is disabled on this site."
+msgstr "Dostęp do e-maila jest wyłączony na tej stronie."
 
-#: src/Module/Contact.php:405
-msgid "Contact has been unignored"
-msgstr "Kontakt nie jest ignorowany"
+#: mod/settings.php:837 mod/settings.php:873
+msgid "None"
+msgstr "Brak"
 
-#: src/Module/Contact.php:415
-msgid "Contact has been archived"
-msgstr "Kontakt został zarchiwizowany"
+#: mod/settings.php:848
+msgid "General Social Media Settings"
+msgstr "Ogólne ustawienia mediów społecznościowych"
 
-#: src/Module/Contact.php:415
-msgid "Contact has been unarchived"
-msgstr "Kontakt został przywrócony"
+#: mod/settings.php:849
+msgid "Accept only top level posts by contacts you follow"
+msgstr "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz"
 
-#: src/Module/Contact.php:439
-msgid "Drop contact"
-msgstr "Usuń kontakt"
+#: mod/settings.php:849
+msgid ""
+"The system does an auto completion of threads when a comment arrives. This "
+"has got the side effect that you can receive posts that had been started by "
+"a non-follower but had been commented by someone you follow. This setting "
+"deactivates this behaviour. When activated, you strictly only will receive "
+"posts from people you really do follow."
+msgstr "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz."
 
-#: src/Module/Contact.php:442 src/Module/Contact.php:819
-msgid "Do you really want to delete this contact?"
-msgstr "Czy na pewno chcesz usunąć ten kontakt?"
+#: mod/settings.php:850
+msgid "Disable Content Warning"
+msgstr "Wyłącz ostrzeżenie o treści"
 
-#: src/Module/Contact.php:456
-msgid "Contact has been removed."
-msgstr "Kontakt został usunięty."
+#: mod/settings.php:850
+msgid ""
+"Users on networks like Mastodon or Pleroma are able to set a content warning"
+" field which collapse their post by default. This disables the automatic "
+"collapsing and sets the content warning as the post title. Doesn't affect "
+"any other content filtering you eventually set up."
+msgstr "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś."
 
-#: src/Module/Contact.php:486
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Jesteś już znajomym z %s"
+#: mod/settings.php:851
+msgid "Disable intelligent shortening"
+msgstr "Wyłącz inteligentne skracanie"
 
-#: src/Module/Contact.php:491
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Współdzielisz z %s"
+#: mod/settings.php:851
+msgid ""
+"Normally the system tries to find the best link to add to shortened posts. "
+"If this option is enabled then every shortened post will always point to the"
+" original friendica post."
+msgstr "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."
 
-#: src/Module/Contact.php:496
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s współdzieli z tobą"
+#: mod/settings.php:852
+msgid "Attach the link title"
+msgstr ""
 
-#: src/Module/Contact.php:520
-msgid "Private communications are not available for this contact."
-msgstr "Nie można nawiązać prywatnej rozmowy z tym kontaktem."
+#: mod/settings.php:852
+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/Contact.php:522
-msgid "Never"
-msgstr "Nigdy"
+#: mod/settings.php:853
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"
 
-#: src/Module/Contact.php:525
-msgid "(Update was successful)"
-msgstr "(Aktualizacja przebiegła pomyślnie)"
+#: mod/settings.php:853
+msgid ""
+"If you receive a message from an unknown OStatus user, this option decides "
+"what to do. If it is checked, a new contact will be created for every "
+"unknown user."
+msgstr "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."
 
-#: src/Module/Contact.php:525
-msgid "(Update was not successful)"
-msgstr "(Aktualizacja nie powiodła się)"
+#: mod/settings.php:854
+msgid "Default group for OStatus contacts"
+msgstr "Domyślna grupa dla kontaktów OStatus"
 
-#: src/Module/Contact.php:527 src/Module/Contact.php:1063
-msgid "Suggest friends"
-msgstr "Osoby, które możesz znać"
+#: mod/settings.php:855
+msgid "Your legacy GNU Social account"
+msgstr "Twoje starsze konto społecznościowe GNU"
 
-#: src/Module/Contact.php:531
-#, php-format
-msgid "Network type: %s"
-msgstr "Typ sieci: %s"
+#: mod/settings.php:855
+msgid ""
+"If you enter your old 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 "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu."
 
-#: src/Module/Contact.php:536
-msgid "Communications lost with this contact!"
-msgstr "Utracono komunikację z tym kontaktem!"
+#: mod/settings.php:858
+msgid "Repair OStatus subscriptions"
+msgstr "Napraw subskrypcje OStatus"
 
-#: src/Module/Contact.php:542
-msgid "Fetch further information for feeds"
-msgstr "Pobierz dalsze informacje dla kanałów"
+#: mod/settings.php:862
+msgid "Email/Mailbox Setup"
+msgstr "Ustawienia  emaila/skrzynki mailowej"
 
-#: src/Module/Contact.php:544
+#: mod/settings.php:863
 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 "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
+msgstr "Jeśli chcesz komunikować się z kontaktami e-mail za pomocą tej usługi (opcjonalnie), określ sposób łączenia się ze skrzynką pocztową."
 
-#: src/Module/Contact.php:547
-msgid "Fetch information"
-msgstr "Pobierz informacje"
+#: mod/settings.php:864
+msgid "Last successful email check:"
+msgstr "Ostatni sprawdzony e-mail:"
 
-#: src/Module/Contact.php:548
-msgid "Fetch keywords"
-msgstr "Pobierz słowa kluczowe"
+#: mod/settings.php:866
+msgid "IMAP server name:"
+msgstr "Nazwa serwera IMAP:"
 
-#: src/Module/Contact.php:549
-msgid "Fetch information and keywords"
-msgstr "Pobierz informacje i słowa kluczowe"
+#: mod/settings.php:867
+msgid "IMAP port:"
+msgstr "Port IMAP:"
 
-#: src/Module/Contact.php:568
-msgid "Profile Visibility"
-msgstr "Widoczność profilu"
+#: mod/settings.php:868
+msgid "Security:"
+msgstr "Ochrona:"
 
-#: src/Module/Contact.php:569
-msgid "Contact Information / Notes"
-msgstr "Informacje kontaktowe/Notatki"
+#: mod/settings.php:869
+msgid "Email login name:"
+msgstr "Nazwa logowania e-mail:"
 
-#: src/Module/Contact.php:570
-msgid "Contact Settings"
-msgstr "Ustawienia kontaktów"
+#: mod/settings.php:870
+msgid "Email password:"
+msgstr "E-mail hasło:"
 
-#: src/Module/Contact.php:579
-msgid "Contact"
-msgstr "Kontakt"
+#: mod/settings.php:871
+msgid "Reply-to address:"
+msgstr "Adres zwrotny:"
 
-#: src/Module/Contact.php:583
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"
+#: mod/settings.php:872
+msgid "Send public posts to all email contacts:"
+msgstr "Wyślij publiczny wpis do wszystkich kontaktów e-mail:"
 
-#: src/Module/Contact.php:585
-msgid "Their personal note"
-msgstr "Ich osobista uwaga"
+#: mod/settings.php:873
+msgid "Action after import:"
+msgstr "Akcja po zaimportowaniu:"
 
-#: src/Module/Contact.php:587
-msgid "Edit contact notes"
-msgstr "Edytuj notatki kontaktu"
+#: mod/settings.php:873
+msgid "Move to folder"
+msgstr "Przenieś do folderu"
 
-#: src/Module/Contact.php:591
-msgid "Block/Unblock contact"
-msgstr "Zablokuj/odblokuj kontakt"
+#: mod/settings.php:874
+msgid "Move to folder:"
+msgstr "Przenieś do folderu:"
 
-#: src/Module/Contact.php:592
-msgid "Ignore contact"
-msgstr "Ignoruj kontakt"
+#: mod/settings.php:906
+#, php-format
+msgid "%s - (Unsupported)"
+msgstr "%s - (Nieobsługiwane)"
 
-#: src/Module/Contact.php:593
-msgid "Repair URL settings"
-msgstr "Napraw ustawienia adresów URL"
+#: mod/settings.php:952
+msgid "Display Settings"
+msgstr "Ustawienia wyglądu"
 
-#: src/Module/Contact.php:594
-msgid "View conversations"
-msgstr "Wyświetl rozmowy"
+#: mod/settings.php:958
+msgid "Display Theme:"
+msgstr "Wyświetl motyw:"
 
-#: src/Module/Contact.php:599
-msgid "Last update:"
-msgstr "Ostatnia aktualizacja:"
+#: mod/settings.php:959
+msgid "Mobile Theme:"
+msgstr "Motyw dla urządzeń mobilnych:"
 
-#: src/Module/Contact.php:601
-msgid "Update public posts"
-msgstr "Zaktualizuj publiczne posty"
+#: mod/settings.php:960
+msgid "Suppress warning of insecure networks"
+msgstr "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"
 
-#: src/Module/Contact.php:603 src/Module/Contact.php:1073
-msgid "Update now"
-msgstr "Aktualizuj teraz"
+#: mod/settings.php:960
+msgid ""
+"Should the system suppress the warning that the current group contains "
+"members of networks that can't receive non public postings."
+msgstr "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"
+
+#: mod/settings.php:961
+msgid "Update browser every xx seconds"
+msgstr "Odświeżaj stronę co xx sekund"
+
+#: mod/settings.php:961
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
+msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."
 
-#: src/Module/Contact.php:607 src/Module/Contact.php:824
-#: src/Module/Contact.php:1090
-msgid "Unignore"
-msgstr "Odblokuj"
+#: mod/settings.php:962
+msgid "Number of items to display per page:"
+msgstr "Liczba elementów do wyświetlenia na stronie:"
 
-#: src/Module/Contact.php:611
-msgid "Currently blocked"
-msgstr "Obecnie zablokowany"
+#: mod/settings.php:962 mod/settings.php:963
+msgid "Maximum of 100 items"
+msgstr "Maksymalnie 100 elementów"
 
-#: src/Module/Contact.php:612
-msgid "Currently ignored"
-msgstr "Obecnie zignorowany"
+#: mod/settings.php:963
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"
 
-#: src/Module/Contact.php:613
-msgid "Currently archived"
-msgstr "Obecnie zarchiwizowany"
+#: mod/settings.php:964
+msgid "Don't show emoticons"
+msgstr "Nie pokazuj emotikonek"
 
-#: src/Module/Contact.php:614
-msgid "Awaiting connection acknowledge"
-msgstr "Oczekiwanie na potwierdzenie połączenia"
+#: mod/settings.php:965
+msgid "Calendar"
+msgstr "Kalendarz"
 
-#: src/Module/Contact.php:615
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal <strong>mogą</strong> być widoczne"
+#: mod/settings.php:966
+msgid "Beginning of week:"
+msgstr "Początek tygodnia:"
 
-#: src/Module/Contact.php:616
-msgid "Notification for new posts"
-msgstr "Powiadomienie o nowych postach"
+#: mod/settings.php:967
+msgid "Don't show notices"
+msgstr "Nie pokazuj powiadomień"
 
-#: src/Module/Contact.php:616
-msgid "Send a notification of every new post of this contact"
-msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu"
+#: mod/settings.php:968
+msgid "Infinite scroll"
+msgstr "Nieskończone przewijanie"
 
-#: src/Module/Contact.php:618
-msgid "Blacklisted keywords"
-msgstr "Słowa kluczowe na czarnej liście"
+#: mod/settings.php:969
+msgid "Automatic updates only at the top of the network page"
+msgstr "Automatyczne aktualizacje tylko w górnej części strony sieci"
 
-#: src/Module/Contact.php:618
+#: mod/settings.php:969
 msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"
-
-#: src/Module/Contact.php:684
-msgid "Show all contacts"
-msgstr "Pokaż wszystkie kontakty"
+"When disabled, the network page is updated all the time, which could be "
+"confusing while reading."
+msgstr "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania."
 
-#: src/Module/Contact.php:689 src/Module/Contact.php:799
-msgid "Pending"
-msgstr "Oczekujące"
+#: mod/settings.php:970
+msgid "Bandwidth Saver Mode"
+msgstr "Tryb oszczędzania przepustowości"
 
-#: src/Module/Contact.php:692
-msgid "Only show pending contacts"
-msgstr "Pokaż tylko oczekujące kontakty"
+#: mod/settings.php:970
+msgid ""
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
+msgstr "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony."
 
-#: src/Module/Contact.php:697 src/Module/Contact.php:800
-msgid "Blocked"
-msgstr "Zablokowane"
+#: mod/settings.php:971
+msgid "Disable Smart Threading"
+msgstr ""
 
-#: src/Module/Contact.php:700
-msgid "Only show blocked contacts"
-msgstr "Pokaż tylko zablokowane kontakty"
+#: mod/settings.php:971
+msgid "Disable the automatic suppression of extraneous thread indentation."
+msgstr ""
 
-#: src/Module/Contact.php:705 src/Module/Contact.php:802
-msgid "Ignored"
-msgstr "Ignorowane"
+#: mod/settings.php:973
+msgid "General Theme Settings"
+msgstr "Ogólne ustawienia motywu"
 
-#: src/Module/Contact.php:708
-msgid "Only show ignored contacts"
-msgstr "Pokaż tylko ignorowane kontakty"
+#: mod/settings.php:974
+msgid "Custom Theme Settings"
+msgstr "Niestandardowe ustawienia motywów"
 
-#: src/Module/Contact.php:713 src/Module/Contact.php:803
-msgid "Archived"
-msgstr "Zarchiwizowane"
+#: mod/settings.php:975
+msgid "Content Settings"
+msgstr "Ustawienia zawartości"
 
-#: src/Module/Contact.php:716
-msgid "Only show archived contacts"
-msgstr "Pokaż tylko zarchiwizowane kontakty"
+#: mod/settings.php:990
+msgid "Unable to find your profile. Please contact your admin."
+msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."
 
-#: src/Module/Contact.php:721 src/Module/Contact.php:801
-msgid "Hidden"
-msgstr "Ukryte"
+#: mod/settings.php:1029
+msgid "Account Types"
+msgstr "Rodzaje kont"
 
-#: src/Module/Contact.php:724
-msgid "Only show hidden contacts"
-msgstr "Pokaż tylko ukryte kontakty"
+#: mod/settings.php:1030
+msgid "Personal Page Subtypes"
+msgstr "Podtypy osobistych stron"
 
-#: src/Module/Contact.php:732
-msgid "Organize your contact groups"
-msgstr "Uporządkuj swoje grupy kontaktów"
+#: mod/settings.php:1031
+msgid "Community Forum Subtypes"
+msgstr "Podtypy społeczności forum"
 
-#: src/Module/Contact.php:814
-msgid "Search your contacts"
-msgstr "Wyszukaj w kontaktach"
+#: mod/settings.php:1039
+msgid "Account for a personal profile."
+msgstr "Konto dla profilu osobistego."
 
-#: src/Module/Contact.php:825 src/Module/Contact.php:1099
-msgid "Archive"
-msgstr "Archiwum"
+#: mod/settings.php:1043
+msgid ""
+"Account for an organisation that automatically approves contact requests as "
+"\"Followers\"."
+msgstr "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
 
-#: src/Module/Contact.php:825 src/Module/Contact.php:1099
-msgid "Unarchive"
-msgstr "Przywróć z archiwum"
+#: mod/settings.php:1047
+msgid ""
+"Account for a news reflector that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
 
-#: src/Module/Contact.php:828
-msgid "Batch Actions"
-msgstr "Akcje wsadowe"
+#: mod/settings.php:1051
+msgid "Account for community discussions."
+msgstr "Konto do dyskusji w społeczności."
 
-#: src/Module/Contact.php:855
-msgid "Conversations started by this contact"
-msgstr "Rozmowy rozpoczęły się od tego kontaktu"
+#: mod/settings.php:1055
+msgid ""
+"Account for a regular personal profile that requires manual approval of "
+"\"Friends\" and \"Followers\"."
+msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."
 
-#: src/Module/Contact.php:860
-msgid "Posts and Comments"
-msgstr "Posty i komentarze"
+#: mod/settings.php:1059
+msgid ""
+"Account for a public profile that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
 
-#: src/Module/Contact.php:883
-msgid "View all contacts"
-msgstr "Zobacz wszystkie kontakty"
+#: mod/settings.php:1063
+msgid "Automatically approves all contact requests."
+msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt."
 
-#: src/Module/Contact.php:894
-msgid "View all common friends"
-msgstr "Zobacz wszystkich popularnych znajomych"
+#: mod/settings.php:1067
+msgid ""
+"Account for a popular profile that automatically approves contact requests "
+"as \"Friends\"."
+msgstr "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"."
 
-#: src/Module/Contact.php:904
-msgid "Advanced Contact Settings"
-msgstr "Zaawansowane ustawienia kontaktów"
+#: mod/settings.php:1070
+msgid "Private Forum [Experimental]"
+msgstr "Prywatne Forum [Eksperymentalne]"
 
-#: src/Module/Contact.php:987
-msgid "Mutual Friendship"
-msgstr "Wzajemna przyjaźń"
+#: mod/settings.php:1071
+msgid "Requires manual approval of contact requests."
+msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów."
 
-#: src/Module/Contact.php:992
-msgid "is a fan of yours"
-msgstr "jest twoim fanem"
+#: mod/settings.php:1082
+msgid "OpenID:"
+msgstr "OpenID:"
 
-#: src/Module/Contact.php:997
-msgid "you are a fan of"
-msgstr "jesteś fanem"
+#: mod/settings.php:1082
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID."
 
-#: src/Module/Contact.php:1015
-msgid "Pending outgoing contact request"
-msgstr "Oczekujące żądanie kontaktu wychodzącego"
+#: mod/settings.php:1090
+msgid "Publish your default profile in your local site directory?"
+msgstr "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?"
 
-#: src/Module/Contact.php:1017
-msgid "Pending incoming contact request"
-msgstr "Oczekujące żądanie kontaktu przychodzącego"
+#: mod/settings.php:1090
+#, php-format
+msgid ""
+"Your profile will be published in this node's <a href=\"%s\">local "
+"directory</a>. Your profile details may be publicly visible depending on the"
+" system settings."
+msgstr "Twój profil zostanie opublikowany w lokalnym katalogu tego <a href=\"%s\">węzła</a>. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu."
 
-#: src/Module/Contact.php:1030
-msgid "Edit contact"
-msgstr "Edytuj kontakt"
+#: mod/settings.php:1096
+msgid "Publish your default profile in the global social directory?"
+msgstr "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?"
 
-#: src/Module/Contact.php:1084
-msgid "Toggle Blocked status"
-msgstr "Przełącz status na Zablokowany"
+#: mod/settings.php:1096
+#, php-format
+msgid ""
+"Your profile will be published in the global friendica directories (e.g. <a "
+"href=\"%s\">%s</a>). Your profile will be visible in public."
+msgstr "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.<a href=\"%s\">%s</a>). Twój profil będzie widoczny publicznie."
 
-#: src/Module/Contact.php:1092
-msgid "Toggle Ignored status"
-msgstr "Przełącz status na Ignorowany"
+#: mod/settings.php:1096
+msgid ""
+"This setting also determines whether Friendica will inform search engines "
+"that your profile should be indexed or not. Third-party search engines may "
+"or may not respect this setting."
+msgstr "To ustawienie określa również, czy Friendica poinformuje wyszukiwarki, że Twój profil powinien być indeksowany, czy nie. Wyszukiwarki innych firm mogą, ale nie muszą przestrzegać tego ustawienia."
 
-#: src/Module/Contact.php:1101
-msgid "Toggle Archive status"
-msgstr "Przełącz  status na Archiwalny"
+#: mod/settings.php:1103
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "Ukryć listę znajomych przed odwiedzającymi Twój profil?"
 
-#: src/Module/Contact.php:1109
-msgid "Delete contact"
-msgstr "Usuń kontakt"
+#: mod/settings.php:1103
+msgid ""
+"Your contact list won't be shown in your default profile page. You can "
+"decide to show your contact list separately for each additional profile you "
+"create"
+msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu."
 
-#: src/Module/Delegation.php:127
-msgid "Manage Identities and/or Pages"
-msgstr "Zarządzaj tożsamościami i/lub stronami"
+#: mod/settings.php:1107
+msgid "Hide your profile details from anonymous viewers?"
+msgstr "Ukryć dane Twojego profilu przed anonimowymi widzami?"
 
-#: src/Module/Delegation.php:128
+#: mod/settings.php:1107
 msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""
+"Anonymous visitors will only see your profile picture, your display name and"
+" the nickname you are using on your profile page. Your public posts and "
+"replies will still be accessible by other means."
+msgstr "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Twoje publiczne posty i odpowiedzi będą nadal dostępne w inny sposób."
 
-#: src/Module/Delegation.php:129
-msgid "Select an identity to manage: "
-msgstr "Wybierz tożsamość do zarządzania: "
+#: mod/settings.php:1111
+msgid "Allow friends to post to your profile page?"
+msgstr "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?"
+
+#: mod/settings.php:1111
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
+msgstr "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów."
 
-#: src/Module/Directory.php:59
-msgid "No entries (some entries may be hidden)."
-msgstr "Brak odwiedzin (niektóre odwiedziny mogą być ukryte)."
+#: mod/settings.php:1115
+msgid "Allow friends to tag your posts?"
+msgstr "Zezwolić na oznaczanie Twoich postów przez znajomych?"
 
-#: src/Module/Directory.php:78
-msgid "Find on this site"
-msgstr "Znajdź na tej stronie"
+#: mod/settings.php:1115
+msgid "Your contacts can add additional tags to your posts."
+msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe posty."
 
-#: src/Module/Directory.php:80
-msgid "Results for:"
-msgstr "Wyniki dla:"
+#: mod/settings.php:1119
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?"
 
-#: src/Module/Directory.php:82
-msgid "Site Directory"
-msgstr "Katalog Witryny"
+#: mod/settings.php:1119
+msgid ""
+"If you like, Friendica may suggest new members to add you as a contact."
+msgstr "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt."
 
-#: src/Module/FollowConfirm.php:37
-msgid "No given contact."
-msgstr "Brak kontaktu."
+#: mod/settings.php:1123
+msgid "Permit unknown people to send you private mail?"
+msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"
 
-#: src/Module/HTTPException/MethodNotAllowed.php:13
-msgid "Method Not Allowed."
-msgstr ""
+#: mod/settings.php:1123
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
+msgstr "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."
 
-#: src/Module/HTTPException/PageNotFound.php:13 src/App/Router.php:182
-msgid "Page not found."
-msgstr "Strona nie znaleziona."
+#: mod/settings.php:1127
+msgid "Profile is <strong>not published</strong>."
+msgstr "Profil <strong>nie jest opublikowany</strong>."
 
-#: src/Module/Home.php:34
+#: mod/settings.php:1133
 #, php-format
-msgid "Welcome to %s"
-msgstr "Witamy w %s"
-
-#: src/Module/Install.php:159
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica Communications Server - Instalator"
-
-#: src/Module/Install.php:170
-msgid "System check"
-msgstr "Sprawdzanie systemu"
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+msgstr "Twój adres tożsamości to <strong>'%s'</strong> lub '%s'."
 
-#: src/Module/Install.php:175
-msgid "Check again"
-msgstr "Sprawdź ponownie"
+#: mod/settings.php:1140
+msgid "Automatically expire posts after this many days:"
+msgstr "Posty wygasną automatycznie po następującej liczbie dni:"
 
-#: src/Module/Install.php:190
-msgid "Base settings"
-msgstr "Ustawienia bazy"
+#: mod/settings.php:1140
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."
 
-#: src/Module/Install.php:197
-msgid "Host name"
-msgstr "Nazwa hosta"
+#: mod/settings.php:1141
+msgid "Advanced expiration settings"
+msgstr "Zaawansowane ustawienia wygaszania"
 
-#: src/Module/Install.php:199
-msgid ""
-"Overwrite this field in case the determinated hostname isn't right, "
-"otherweise leave it as is."
-msgstr "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian."
+#: mod/settings.php:1142
+msgid "Advanced Expiration"
+msgstr "Zaawansowane wygaszanie"
 
-#: src/Module/Install.php:202
-msgid "Base path to installation"
-msgstr "Podstawowa ścieżka do instalacji"
+#: mod/settings.php:1143
+msgid "Expire posts:"
+msgstr "Wygasające posty:"
 
-#: src/Module/Install.php:204
-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 "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."
+#: mod/settings.php:1144
+msgid "Expire personal notes:"
+msgstr "Wygaszanie osobistych notatek:"
 
-#: src/Module/Install.php:207
-msgid "Sub path of the URL"
-msgstr "Ścieżka podrzędna adresu URL"
+#: mod/settings.php:1145
+msgid "Expire starred posts:"
+msgstr "Wygaszaj posty oznaczone gwiazdką:"
 
-#: src/Module/Install.php:209
-msgid ""
-"Overwrite this field in case the sub path determination isn't right, "
-"otherwise leave it as is. Leaving this field blank means the installation is"
-" at the base URL without sub path."
-msgstr "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki."
+#: mod/settings.php:1146
+msgid "Expire photos:"
+msgstr "Wygasanie zdjęć:"
 
-#: src/Module/Install.php:220
-msgid "Database connection"
-msgstr "Połączenie z bazą danych"
+#: mod/settings.php:1147
+msgid "Only expire posts by others:"
+msgstr "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:"
 
-#: src/Module/Install.php:221
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych."
+#: mod/settings.php:1177
+msgid "Account Settings"
+msgstr "Ustawienia konta"
 
-#: src/Module/Install.php:222
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień ."
+#: mod/settings.php:1185
+msgid "Password Settings"
+msgstr "Ustawienia hasła"
 
-#: src/Module/Install.php:223
+#: mod/settings.php:1186
 msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją."
-
-#: src/Module/Install.php:230
-msgid "Database Server Name"
-msgstr "Nazwa serwera bazy danych"
+"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
+"spaces, accentuated letters and colon (:)."
+msgstr "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:)."
 
-#: src/Module/Install.php:235
-msgid "Database Login Name"
-msgstr "Nazwa użytkownika bazy danych"
+#: mod/settings.php:1187
+msgid "Leave password fields blank unless changing"
+msgstr "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić."
 
-#: src/Module/Install.php:241
-msgid "Database Login Password"
-msgstr "Hasło logowania do bazy danych"
+#: mod/settings.php:1188
+msgid "Current Password:"
+msgstr "Aktualne hasło:"
 
-#: src/Module/Install.php:243
-msgid "For security reasons the password must not be empty"
-msgstr "Ze względów bezpieczeństwa hasło nie może być puste"
+#: mod/settings.php:1188 mod/settings.php:1189
+msgid "Your current password to confirm the changes"
+msgstr "Wpisz aktualne hasło, aby potwierdzić zmiany"
 
-#: src/Module/Install.php:246
-msgid "Database Name"
-msgstr "Nazwa bazy danych"
+#: mod/settings.php:1189
+msgid "Password:"
+msgstr "Hasło:"
 
-#: src/Module/Install.php:250 src/Module/Install.php:279
-msgid "Please select a default timezone for your website"
-msgstr "Proszę wybrać domyślną strefę czasową dla swojej strony"
+#: mod/settings.php:1192
+msgid "Delete OpenID URL"
+msgstr ""
 
-#: src/Module/Install.php:264
-msgid "Site settings"
-msgstr "Ustawienia strony"
+#: mod/settings.php:1194
+msgid "Basic Settings"
+msgstr "Ustawienia podstawowe"
 
-#: src/Module/Install.php:274
-msgid "Site administrator email address"
-msgstr "Adres e-mail administratora strony"
+#: mod/settings.php:1196
+msgid "Email Address:"
+msgstr "Adres email:"
 
-#: src/Module/Install.php:276
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego."
+#: mod/settings.php:1197
+msgid "Your Timezone:"
+msgstr "Twoja strefa czasowa:"
 
-#: src/Module/Install.php:283
-msgid "System Language:"
-msgstr "Język systemu:"
+#: mod/settings.php:1198
+msgid "Your Language:"
+msgstr "Twój język:"
 
-#: src/Module/Install.php:285
+#: mod/settings.php:1198
 msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile."
-
-#: src/Module/Install.php:297
-msgid "Your Friendica site database has been installed."
-msgstr "Twoja baza danych witryny Friendica została zainstalowana."
-
-#: src/Module/Install.php:305
-msgid "Installation finished"
-msgstr "Instalacja zakończona"
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr "Wybierz język, ktory bedzie używany do wyświetlania użytkownika friendica i wysłania Ci e-maili"
 
-#: src/Module/Install.php:327
-msgid "<h1>What next</h1>"
-msgstr "<h1>Co dalej</h1>"
+#: mod/settings.php:1199
+msgid "Default Post Location:"
+msgstr "Domyślna lokalizacja wiadomości:"
 
-#: src/Module/Install.php:328
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"worker."
-msgstr "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika."
+#: mod/settings.php:1200
+msgid "Use Browser Location:"
+msgstr "Używaj lokalizacji przeglądarki:"
 
-#: src/Module/Install.php:331
-#, php-format
-msgid ""
-"Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
-"and register as new user. Remember to use the same email you have entered as"
-" administrator email. This will allow you to enter the site admin panel."
-msgstr "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny."
+#: mod/settings.php:1203
+msgid "Security and Privacy Settings"
+msgstr "Ustawienia bezpieczeństwa i prywatności"
 
-#: src/Module/Login.php:312
-msgid "Create a New Account"
-msgstr "Załóż nowe konto"
+#: mod/settings.php:1205
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:"
 
-#: src/Module/Login.php:337
-msgid "Your OpenID: "
-msgstr ""
+#: mod/settings.php:1205 mod/settings.php:1234
+msgid "(to prevent spam abuse)"
+msgstr "(aby zapobiec spamowaniu)"
 
-#: src/Module/Login.php:340
-msgid ""
-"Please enter your username and password to add the OpenID to your existing "
-"account."
-msgstr ""
+#: mod/settings.php:1206
+msgid "Default Post Permissions"
+msgstr "Domyślne prawa dostępu wiadomości"
 
-#: src/Module/Login.php:342
-msgid "Or login using OpenID: "
-msgstr "Lub zaloguj się za pośrednictwem OpenID: "
+#: mod/settings.php:1207
+msgid "(click to open/close)"
+msgstr "(kliknij by otworzyć/zamknąć)"
 
-#: src/Module/Login.php:356
-msgid "Password: "
-msgstr "Hasło: "
+#: mod/settings.php:1217
+msgid "Default Private Post"
+msgstr "Domyślny Prywatny Wpis"
 
-#: src/Module/Login.php:357
-msgid "Remember me"
-msgstr "Zapamiętaj mnie"
+#: mod/settings.php:1218
+msgid "Default Public Post"
+msgstr "Domyślny Publiczny Post"
 
-#: src/Module/Login.php:366
-msgid "Forgot your password?"
-msgstr "Zapomniałeś swojego hasła?"
+#: mod/settings.php:1222
+msgid "Default Permissions for New Posts"
+msgstr "Uprawnienia domyślne dla nowych postów"
 
-#: src/Module/Login.php:369
-msgid "Website Terms of Service"
-msgstr "Warunki korzystania z witryny"
+#: mod/settings.php:1234
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:"
 
-#: src/Module/Login.php:370
-msgid "terms of service"
-msgstr "warunki użytkowania"
+#: mod/settings.php:1237
+msgid "Notification Settings"
+msgstr "Ustawienia powiadomień"
 
-#: src/Module/Login.php:372
-msgid "Website Privacy Policy"
-msgstr "Polityka Prywatności Witryny"
+#: mod/settings.php:1238
+msgid "Send a notification email when:"
+msgstr "Wysyłaj powiadmonienia na email, kiedy:"
 
-#: src/Module/Login.php:373
-msgid "privacy policy"
-msgstr "polityka prywatności"
+#: mod/settings.php:1239
+msgid "You receive an introduction"
+msgstr "Otrzymałeś zaproszenie"
 
-#: src/Module/Logout.php:40
-msgid "Logged out."
-msgstr "Wylogowano."
+#: mod/settings.php:1240
+msgid "Your introductions are confirmed"
+msgstr "Twoje zaproszenie jest potwierdzone"
 
-#: src/Module/Register.php:77
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking \"Register\"."
-msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając \"Register\"."
+#: mod/settings.php:1241
+msgid "Someone writes on your profile wall"
+msgstr "Ktoś pisze na twoim profilu"
 
-#: src/Module/Register.php:78
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."
+#: mod/settings.php:1242
+msgid "Someone writes a followup comment"
+msgstr "Ktoś pisze komentarz nawiązujący."
 
-#: src/Module/Register.php:79
-msgid "Your OpenID (optional): "
-msgstr "Twój OpenID (opcjonalnie): "
+#: mod/settings.php:1243
+msgid "You receive a private message"
+msgstr "Otrzymałeś prywatną wiadomość"
 
-#: src/Module/Register.php:88
-msgid "Include your profile in member directory?"
-msgstr "Czy dołączyć twój profil do katalogu członków?"
+#: mod/settings.php:1244
+msgid "You receive a friend suggestion"
+msgstr "Otrzymałeś propozycję od znajomych"
 
-#: src/Module/Register.php:111
-msgid "Note for the admin"
-msgstr "Uwaga dla administratora"
+#: mod/settings.php:1245
+msgid "You are tagged in a post"
+msgstr "Jesteś oznaczony tagiem w poście"
 
-#: src/Module/Register.php:111
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła"
+#: mod/settings.php:1246
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Jesteś zaczepiony/zaczepiona/itp. w poście"
 
-#: src/Module/Register.php:112
-msgid "Membership on this site is by invitation only."
-msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."
+#: mod/settings.php:1248
+msgid "Activate desktop notifications"
+msgstr "Aktywuj powiadomienia na pulpicie"
 
-#: src/Module/Register.php:113
-msgid "Your invitation code: "
-msgstr "Twój kod zaproszenia: "
+#: mod/settings.php:1248
+msgid "Show desktop popup on new notifications"
+msgstr "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie"
 
-#: src/Module/Register.php:121
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Twoje imię i nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe): "
+#: mod/settings.php:1250
+msgid "Text-only notification emails"
+msgstr "E-maile z powiadomieniami tekstowymi"
 
-#: src/Module/Register.php:122
-msgid ""
-"Your Email Address: (Initial information will be send there, so this has to "
-"be an existing address.)"
-msgstr "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."
+#: mod/settings.php:1252
+msgid "Send text only notification emails, without the html part"
+msgstr "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html"
 
-#: src/Module/Register.php:124
-msgid "Leave empty for an auto generated password."
-msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła."
+#: mod/settings.php:1254
+msgid "Show detailled notifications"
+msgstr "Pokazuj szczegółowe powiadomienia"
 
-#: src/Module/Register.php:126
-#, php-format
+#: mod/settings.php:1256
 msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be \"<strong>nickname@%s</strong>\"."
-msgstr "Wybierz pseudonim profilu. Musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie to \"<strong>nickname@%s</strong>\"."
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
+msgstr "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie."
 
-#: src/Module/Register.php:127
-msgid "Choose a nickname: "
-msgstr "Wybierz pseudonim: "
+#: mod/settings.php:1258
+msgid "Advanced Account/Page Type Settings"
+msgstr "Zaawansowane ustawienia konta/rodzaju strony"
 
-#: src/Module/Register.php:136
-msgid "Import your profile to this friendica instance"
-msgstr "Zaimportuj swój profil do tej instancji friendica"
+#: mod/settings.php:1259
+msgid "Change the behaviour of this account for special situations"
+msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych"
 
-#: src/Module/Register.php:143
-msgid "Note: This node explicitly contains adult content"
-msgstr "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych"
+#: mod/settings.php:1262
+msgid "Import Contacts"
+msgstr ""
 
-#: src/Module/Register.php:238
+#: mod/settings.php:1263
 msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."
+"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/Register.php:242
-#, php-format
-msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:<br> login: %s<br>hasło: %s<br><br>Możesz zmienić swoje hasło po zalogowaniu."
+#: mod/settings.php:1264
+msgid "Upload File"
+msgstr ""
 
-#: src/Module/Register.php:248
-msgid "Registration successful."
-msgstr "Rejestracja udana."
+#: mod/settings.php:1266
+msgid "Relocate"
+msgstr "Przeniesienie"
 
-#: src/Module/Register.php:253 src/Module/Register.php:260
-msgid "Your registration can not be processed."
-msgstr "Nie można przetworzyć Twojej rejestracji."
+#: mod/settings.php:1267
+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 "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."
 
-#: src/Module/Register.php:259
-msgid "You have to leave a request note for the admin."
-msgstr ""
+#: mod/settings.php:1268
+msgid "Resend relocate message to contacts"
+msgstr "Wyślij ponownie przenieść wiadomości do kontaktów"
 
-#: src/Module/Register.php:307
-msgid "Your registration is pending approval by the site owner."
-msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."
+#: mod/suggest.php:28
+msgid "Contact suggestion successfully ignored."
+msgstr "Sugestia kontaktu została zignorowana."
 
-#: src/Module/Tos.php:35 src/Module/Tos.php:77
+#: mod/suggest.php:52
 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 "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji."
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny."
 
-#: src/Module/Tos.php:36 src/Module/Tos.php:78
-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 "Te dane są wymagane do komunikacji i są przekazywane do węzłów partnerów komunikacyjnych i są tam przechowywane. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych."
+#: mod/suggest.php:71
+msgid "Do you really want to delete this suggestion?"
+msgstr "Czy na pewno chcesz usunąć te sugestie ?"
 
-#: src/Module/Tos.php:37 src/Module/Tos.php:79
-#, php-format
+#: mod/suggest.php:89 mod/suggest.php:109
+msgid "Ignore/Hide"
+msgstr "Ignoruj/Ukryj"
+
+#: mod/dfrn_confirm.php:127
 msgid ""
-"At any point in time a logged in user can export their account data from the"
-" <a href=\"%1$s/settings/userexport\">account settings</a>. If the user "
-"wants to delete their account they can do so at <a "
-"href=\"%1$s/removeme\">%1$s/removeme</a>. The deletion of the account will "
-"be permanent. Deletion of the data will also be requested from the nodes of "
-"the communication partners."
-msgstr ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."
 
-#: src/Module/Tos.php:40 src/Module/Tos.php:76
-msgid "Privacy Statement"
-msgstr "Oświadczenie o prywatności"
+#: mod/dfrn_confirm.php:228
+msgid "Response from remote site was not understood."
+msgstr "Odpowiedź do zdalnej strony nie została zrozumiana"
 
-#: src/Object/Post.php:135
-msgid "This entry was edited"
-msgstr "Ten wpis został zedytowany"
+#: mod/dfrn_confirm.php:235 mod/dfrn_confirm.php:241
+msgid "Unexpected response from remote site: "
+msgstr "Nieoczekiwana odpowiedź od strony zdalnej:"
 
-#: src/Object/Post.php:155
-msgid "Private Message"
-msgstr "Wiadomość prywatna"
+#: mod/dfrn_confirm.php:250
+msgid "Confirmation completed successfully."
+msgstr "Potwierdzenie zostało pomyślnie zakończone."
 
-#: src/Object/Post.php:197
-msgid "Delete locally"
-msgstr "Usuń lokalnie"
+#: mod/dfrn_confirm.php:262
+msgid "Temporary failure. Please wait and try again."
+msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."
 
-#: src/Object/Post.php:200
-msgid "Delete globally"
-msgstr "Usuń globalnie"
+#: mod/dfrn_confirm.php:265
+msgid "Introduction failed or was revoked."
+msgstr "Wprowadzenie nie powiodło się lub zostało odwołane."
 
-#: src/Object/Post.php:200
-msgid "Remove locally"
-msgstr "Usuń lokalnie"
+#: mod/dfrn_confirm.php:270
+msgid "Remote site reported: "
+msgstr "Zgłoszona zdana strona:"
 
-#: src/Object/Post.php:214
-msgid "save to folder"
-msgstr "zapisz w folderze"
+#: mod/dfrn_confirm.php:375
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "Nie znaleziono użytkownika dla '%s'"
 
-#: src/Object/Post.php:249
-msgid "I will attend"
-msgstr "Będę uczestniczyć"
+#: mod/dfrn_confirm.php:385
+msgid "Our site encryption key is apparently messed up."
+msgstr "Klucz kodujący jest najwyraźniej uszkodzony."
 
-#: src/Object/Post.php:249
-msgid "I will not attend"
-msgstr "Nie będę uczestniczyć"
+#: mod/dfrn_confirm.php:396
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować."
 
-#: src/Object/Post.php:249
-msgid "I might attend"
-msgstr "Mogę wziąć udział"
+#: mod/dfrn_confirm.php:412
+msgid "Contact record was not found for you on our site."
+msgstr "Nie znaleziono kontaktu na naszej stronie"
 
-#: src/Object/Post.php:277
-msgid "ignore thread"
-msgstr "zignoruj ​​wątek"
+#: mod/dfrn_confirm.php:426
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"
+
+#: mod/dfrn_confirm.php:442
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."
+
+#: mod/dfrn_confirm.php:453
+msgid "Unable to set your contact credentials on our system."
+msgstr "Nie można ustawić danych kontaktowych w naszym systemie."
 
-#: src/Object/Post.php:278
-msgid "unignore thread"
-msgstr "odignoruj ​​wątek"
+#: mod/dfrn_confirm.php:509
+msgid "Unable to update your contact profile details on our system"
+msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"
 
-#: src/Object/Post.php:279
-msgid "toggle ignore status"
-msgstr "przełącz status ignorowania"
+#: mod/removeme.php:46
+msgid "User deleted their account"
+msgstr "Użytkownik usunął swoje konto"
 
-#: src/Object/Post.php:290
-msgid "add star"
-msgstr "dodaj gwiazdkę"
+#: mod/removeme.php:47
+msgid ""
+"On your Friendica node an user deleted their account. Please ensure that "
+"their data is removed from the backups."
+msgstr "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych."
 
-#: src/Object/Post.php:291
-msgid "remove star"
-msgstr "anuluj gwiazdkę"
+#: mod/removeme.php:48
+#, php-format
+msgid "The user id is %d"
+msgstr "Identyfikatorem użytkownika jest %d"
 
-#: src/Object/Post.php:292
-msgid "toggle star status"
-msgstr "włącz status gwiazdy"
+#: mod/removeme.php:84 mod/removeme.php:87
+msgid "Remove My Account"
+msgstr "Usuń moje konto"
 
-#: src/Object/Post.php:295
-msgid "starred"
-msgstr "gwiazdką"
+#: mod/removeme.php:85
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."
 
-#: src/Object/Post.php:299
-msgid "add tag"
-msgstr "dodaj tag"
+#: mod/removeme.php:86
+msgid "Please enter your password for verification:"
+msgstr "Wprowadź hasło w celu weryfikacji:"
 
-#: src/Object/Post.php:310
-msgid "like"
-msgstr "lubię to"
+#: mod/wall_upload.php:231
+msgid "Wall Photos"
+msgstr "Tablica zdjęć"
 
-#: src/Object/Post.php:311
-msgid "dislike"
-msgstr "nie lubię tego"
+#: mod/editpost.php:29 mod/editpost.php:39
+msgid "Item not found"
+msgstr "Nie znaleziono elementu"
 
-#: src/Object/Post.php:314
-msgid "Share this"
-msgstr "Udostępnij to"
+#: mod/editpost.php:46
+msgid "Edit post"
+msgstr "Edytuj post"
 
-#: src/Object/Post.php:314
-msgid "share"
-msgstr "udostępnij"
+#: mod/editpost.php:78
+msgid "web link"
+msgstr "odnośnik sieciowy"
 
-#: src/Object/Post.php:385
-msgid "to"
-msgstr "do"
+#: mod/editpost.php:79
+msgid "Insert video link"
+msgstr "Wstaw link do filmu"
 
-#: src/Object/Post.php:386
-msgid "via"
-msgstr "przez"
+#: mod/editpost.php:80
+msgid "video link"
+msgstr "link do filmu"
 
-#: src/Object/Post.php:387
-msgid "Wall-to-Wall"
-msgstr "Wall-to-Wall"
+#: mod/editpost.php:81
+msgid "Insert audio link"
+msgstr "Wstaw link do audio"
 
-#: src/Object/Post.php:388
-msgid "via Wall-To-Wall:"
-msgstr "via Wall-To-Wall:"
+#: mod/editpost.php:82
+msgid "audio link"
+msgstr "link do audio"
 
-#: src/Object/Post.php:421
+#: mod/subthread.php:107
 #, php-format
-msgid "Reply to %s"
-msgstr "Odpowiedź %s"
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s śledzi %3$s %2$s"
 
-#: src/Object/Post.php:437
-msgid "Notifier task is pending"
-msgstr "Zadanie Notifier jest w toku"
+#: mod/message.php:74
+msgid "Unable to locate contact information."
+msgstr "Nie można znaleźć informacji kontaktowych."
 
-#: src/Object/Post.php:438
-msgid "Delivery to remote servers is pending"
-msgstr "Trwa przesyłanie do serwerów zdalnych"
+#: mod/message.php:148
+msgid "Do you really want to delete this message?"
+msgstr "Czy na pewno chcesz usunąć tę wiadomość?"
 
-#: src/Object/Post.php:439
-msgid "Delivery to remote servers is underway"
-msgstr "Trwa dostawa do serwerów zdalnych"
+#: mod/message.php:166
+msgid "Conversation not found."
+msgstr "Nie znaleziono rozmowy."
 
-#: src/Object/Post.php:440
-msgid "Delivery to remote servers is mostly done"
-msgstr "Dostawa do zdalnych serwerów jest w większości wykonywana"
+#: mod/message.php:171
+msgid "Message deleted."
+msgstr "Wiadomość usunięta."
 
-#: src/Object/Post.php:441
-msgid "Delivery to remote servers is done"
-msgstr "Trwa dostarczanie do zdalnych serwerów"
+#: mod/message.php:176 mod/message.php:190
+msgid "Conversation removed."
+msgstr "Rozmowa usunięta."
 
-#: src/Object/Post.php:461
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d komentarz"
-msgstr[1] "%d komentarze"
-msgstr[2] "%d komentarzy"
-msgstr[3] "%d komentarzy"
+#: mod/message.php:289
+msgid "No messages."
+msgstr "Brak wiadomości."
 
-#: src/Object/Post.php:462
-msgid "Show more"
-msgstr "Pokaż więcej"
+#: mod/message.php:352
+msgid "Message not available."
+msgstr "Wiadomość nie jest dostępna."
 
-#: src/Object/Post.php:463
-msgid "Show fewer"
-msgstr "Pokaż mniej"
+#: mod/message.php:406
+msgid "Delete message"
+msgstr "Usuń wiadomość"
 
-#: src/App/Module.php:205
-msgid "You must be logged in to use addons. "
-msgstr "Musisz być zalogowany(-a), aby korzystać z dodatków. "
+#: mod/message.php:408 mod/message.php:540
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:m A"
 
-#: src/App/Page.php:229
-msgid "Delete this item?"
-msgstr "Usunąć ten element?"
+#: mod/message.php:423 mod/message.php:537
+msgid "Delete conversation"
+msgstr "Usuń rozmowę"
 
-#: src/App/Page.php:277
-msgid "toggle mobile"
-msgstr "przełącz na mobilny"
+#: mod/message.php:425
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Brak bezpiecznej komunikacji. <strong>Możesz</strong> odpowiedzieć na stronie profilu nadawcy."
+
+#: mod/message.php:429
+msgid "Send Reply"
+msgstr "Odpowiedz"
 
-#: src/App/Router.php:180
+#: mod/message.php:512
 #, php-format
-msgid "Method not allowed for this module. Allowed method(s): %s"
-msgstr ""
+msgid "Unknown sender - %s"
+msgstr "Nieznany nadawca - %s"
 
-#: src/LegacyModule.php:30
+#: mod/message.php:514
 #, php-format
-msgid "Legacy module file not found: %s"
-msgstr "Nie znaleziono pliku modułu: %s"
+msgid "You and %s"
+msgstr "Ty i %s"
 
-#: src/Console/ArchiveContact.php:86
+#: mod/message.php:516
 #, php-format
-msgid "Could not find any unarchived contact entry for this URL (%s)"
-msgstr "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)"
+msgid "%s and You"
+msgstr "%s i ty"
 
-#: src/Console/ArchiveContact.php:89
-msgid "The contact entries have been archived"
-msgstr "Wpisy kontaktów zostały zarchiwizowane"
+#: mod/message.php:543
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d wiadomość"
+msgstr[1] "%d wiadomości"
+msgstr[2] "%d wiadomości"
+msgstr[3] "%d wiadomości"
 
-#: src/Console/NewPassword.php:93
-msgid "Enter new password: "
-msgstr "Wprowadź nowe hasło: "
+#: mod/repair_ostatus.php:21
+msgid "Resubscribing to OStatus contacts"
+msgstr "Ponowne subskrybowanie kontaktów OStatus"
 
-#: src/Console/PostUpdate.php:73
-#, php-format
-msgid "Post update version number has been set to %s."
-msgstr "Numer wersji aktualizacji posta został ustawiony na %s."
+#: mod/hcard.php:21
+msgid "No profile"
+msgstr "Brak profilu"
 
-#: src/Console/PostUpdate.php:81
-msgid "Check for pending update actions."
-msgstr "Sprawdź oczekujące działania aktualizacji."
+#: mod/profperm.php:30
+msgid "Permission denied"
+msgstr "Odmowa dostępu"
 
-#: src/Console/PostUpdate.php:83
-msgid "Done."
-msgstr "Gotowe."
+#: mod/profperm.php:36 mod/profperm.php:69
+msgid "Invalid profile identifier."
+msgstr "Nieprawidłowa nazwa użytkownika."
 
-#: src/Console/PostUpdate.php:85
-msgid "Execute pending post updates."
-msgstr "Wykonaj oczekujące aktualizacje postów."
+#: mod/profperm.php:115
+msgid "Profile Visibility Editor"
+msgstr "Ustawienia widoczności profilu"
 
-#: src/Console/PostUpdate.php:91
-msgid "All pending post updates are done."
-msgstr "Wszystkie oczekujące aktualizacje postów są gotowe."
+#: mod/profperm.php:128
+msgid "Visible To"
+msgstr "Widoczne dla"
 
-#: src/App.php:519
-msgid "No system theme config value set."
-msgstr "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego."
+#: mod/profperm.php:144
+msgid "All Contacts (with secure profile access)"
+msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"
 
-#: src/BaseModule.php:134
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."
+#: mod/tagrm.php:31
+msgid "Tag(s) removed"
+msgstr "Usunięty Tag(i) "
 
-#: update.php:218
-#, php-format
-msgid "%s: Updating author-id and owner-id in item and thread table. "
-msgstr "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. "
+#: mod/tagrm.php:101
+msgid "Remove Item Tag"
+msgstr "Usuń pozycję Tag"
 
-#: update.php:273
-#, php-format
-msgid "%s: Updating post-type."
-msgstr "%s: Aktualizowanie typu postu."
+#: mod/tagrm.php:103
+msgid "Select a tag to remove: "
+msgstr "Wybierz tag do usunięcia: "
+
+#: mod/videos.php:120
+msgid "No videos selected"
+msgstr "Nie zaznaczono filmów"
+
+#: mod/videos.php:253
+msgid "Recent Videos"
+msgstr "Ostatnio dodane filmy"
+
+#: mod/videos.php:255
+msgid "Upload New Videos"
+msgstr "Wstaw nowe filmy"
index 33008e75ce0a881b7bf664b31a3b5f9889dc82ac..49a5819fcc694d9802191476b85ef15174e9a031 100644 (file)
@@ -20,6 +20,69 @@ $a->strings["Weekly posting limit of %d post reached. The post was rejected."] =
 ];
 $a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "Miesięczny limit %d wysyłania postów. Post został odrzucony.";
 $a->strings["Profile Photos"] = "Zdjęcie profilowe";
+$a->strings["Friendica Notification"] = "Powiadomienia Friendica";
+$a->strings["Thank You,"] = "Dziękuję,";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator";
+$a->strings["%s Administrator"] = "%s Administrator";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s wysłał(-a) ci nową prywatną wiadomość na %2\$s.";
+$a->strings["a private message"] = "prywatna wiadomość";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s wysłał(-a) ci %2\$s.";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości.";
+$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s oznaczył(-a) Cię w [url=%2\$s]%3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s otagowałem Cię [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$sskomentował [url=%2\$s]%3\$s %4\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s] twój %3\$s[/ url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s oznaczył(-a) Cię w [url=%2\$s]swoim %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%1\$d przez %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s skomentował(-a) rozmowę którą śledzisz.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s opublikował(-a) wpis na twojej ścianie o %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s opublikował(-a) na [url=%2\$s]twojej ścianie[/url]";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s udostępnił(-a) nowy wpis na %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s[url=%2\$s]udostępnił wpis[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s zaczepia Cię";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s zaczepił Cię %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s] zaczepił Cię[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Powiadomienie] %s otagował Twój post";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s oznaczył(-a) twój wpis na %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$soznacz [url=%2\$s]twój post[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Powiadomienie] Zapoznanie odebrane";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Otrzymałeś wstęp od '%1\$s' z %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Zostałeś [url=%1\$s] przyjęty [/ url] z %2\$s.";
+$a->strings["You may visit their profile at %s"] = "Możesz odwiedzić ich profil na stronie %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s dzieli się z tobą w %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Powiadomienie] Masz nowego obserwatora";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Masz nowego obserwatora na %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Powiadomienie] Otrzymano sugestię znajomego";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Otrzymałeś od znajomego sugestię '%1\$s' na %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Otrzymałeś [url=%1\$s] sugestię znajomego [/url] dla %2\$s od %3\$s.";
+$a->strings["Name:"] = "Imię:";
+$a->strings["Photo:"] = "Zdjęcie:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' zaakceptował Twoją prośbę o połączenie na %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s zaakceptował twoją [url=%1\$s] prośbę o połączenie [/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku.";
+$a->strings["'%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."] = "'%1\$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' możesz zdecydować o przedłużeniu tego w dwukierunkową lub bardziej ścisłą relację w przyszłości. ";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji.";
+$a->strings["[Friendica System Notify]"] = "[Powiadomienie Systemu Friendica]";
+$a->strings["registration request"] = "prośba o rejestrację";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Otrzymałeś wniosek rejestracyjny od '%1\$s' na %2\$s";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s.";
+$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek.";
 $a->strings["event"] = "wydarzenie";
 $a->strings["status"] = "status";
 $a->strings["photo"] = "zdjęcie";
@@ -145,903 +208,481 @@ $a->strings["Undecided"] = [
        2 => "Niezdecydowani",
        3 => "Niezdecydowani",
 ];
-$a->strings["Friendica Notification"] = "Powiadomienia Friendica";
-$a->strings["Thank You,"] = "Dziękuję,";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s,%2\$sAdministrator";
-$a->strings["%s Administrator"] = "%s Administrator";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Powiadomienie] Nowa wiadomość otrzymana od %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s wysłał(-a) ci nową prywatną wiadomość na %2\$s.";
-$a->strings["a private message"] = "prywatna wiadomość";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s wysłał(-a) ci %2\$s.";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości.";
-$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s oznaczył(-a) Cię w [url=%2\$s]%3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s otagowałem Cię [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$sskomentował [url=%2\$s]%3\$s %4\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s] twój %3\$s[/ url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s oznaczył(-a) Cię w [url=%2\$s]swoim %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%1\$d przez %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s skomentował(-a) rozmowę którą śledzisz.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s opublikował(-a) wpis na twojej ścianie o %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s opublikował(-a) na [url=%2\$s]twojej ścianie[/url]";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s udostępnił(-a) nowy wpis na %2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s[url=%2\$s]udostępnił wpis[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica: Powiadomienie] %1\$s zaczepia Cię";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s zaczepił Cię %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s[url=%2\$s] zaczepił Cię[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Powiadomienie] %s otagował Twój post";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s oznaczył(-a) twój wpis na %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$soznacz [url=%2\$s]twój post[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Powiadomienie] Zapoznanie odebrane";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Otrzymałeś wstęp od '%1\$s' z %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Zostałeś [url=%1\$s] przyjęty [/ url] z %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Możesz odwiedzić ich profil na stronie %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s dzieli się z tobą w %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Powiadomienie] Masz nowego obserwatora";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "Masz nowego obserwatora na %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica: Powiadomienie] Otrzymano sugestię znajomego";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Otrzymałeś od znajomego sugestię '%1\$s' na %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Otrzymałeś [url=%1\$s] sugestię znajomego [/url] dla %2\$s od %3\$s.";
-$a->strings["Name:"] = "Imię:";
-$a->strings["Photo:"] = "Zdjęcie:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' zaakceptował Twoją prośbę o połączenie na %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s zaakceptował twoją [url=%1\$s] prośbę o połączenie [/url].";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku.";
-$a->strings["'%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."] = "'%1\$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' możesz zdecydować o przedłużeniu tego w dwukierunkową lub bardziej ścisłą relację w przyszłości. ";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji.";
-$a->strings["[Friendica System Notify]"] = "[Powiadomienie Systemu Friendica]";
-$a->strings["registration request"] = "prośba o rejestrację";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Otrzymałeś wniosek rejestracyjny od '%1\$s' na %2\$s";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Otrzymałeś [url=%1\$s] żądanie rejestracji [/url] od %2\$s.";
-$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek.";
 $a->strings["Item not found."] = "Element nie znaleziony.";
 $a->strings["Do you really want to delete this item?"] = "Czy na pewno chcesz usunąć ten element?";
 $a->strings["Yes"] = "Tak";
 $a->strings["Permission denied."] = "Brak uprawnień.";
-$a->strings["Post successful."] = "Pomyślnie opublikowano.";
-$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus";
-$a->strings["No contact provided."] = "Brak kontaktu.";
-$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie.";
-$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu.";
-$a->strings["Done"] = "Gotowe";
-$a->strings["success"] = "powodzenie";
-$a->strings["failed"] = "nie powiodło się";
-$a->strings["ignored"] = "ignorowany(-a)";
-$a->strings["Keep this window open until done."] = "Pozostaw to okno otwarte, dopóki nie będzie gotowe.";
-$a->strings["Permission denied"] = "Odmowa dostępu";
-$a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika.";
-$a->strings["Profile Visibility Editor"] = "Ustawienia widoczności profilu";
-$a->strings["Profile"] = "Profil użytkownika";
-$a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu dodania lub usunięcia.";
-$a->strings["Visible To"] = "Widoczne dla";
-$a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)";
-$a->strings["User deleted their account"] = "Użytkownik usunął swoje konto";
-$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych.";
-$a->strings["The user id is %d"] = "Identyfikatorem użytkownika jest %d";
-$a->strings["Remove My Account"] = "Usuń moje konto";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć.";
-$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji:";
-$a->strings["Resubscribing to OStatus contacts"] = "Ponowne subskrybowanie kontaktów OStatus";
-$a->strings["Error"] = [
-       0 => "Błąd",
-       1 => "Błędów",
-       2 => "Błędy",
-       3 => "Błędów",
-];
-$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]";
-$a->strings["Personal Notes"] = "Notatki";
-$a->strings["Save"] = "Zapisz";
-$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym";
-$a->strings["{0} requested registration"] = "{0} wymagana rejestracja";
-$a->strings["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się.";
-$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast.";
-$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu";
-$a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru wynoszący %s";
-$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się.";
-$a->strings["Upload File:"] = "Wyślij plik:";
-$a->strings["Select a profile:"] = "Wybierz profil:";
-$a->strings["Upload Profile Photo"] = "Wyślij zdjęcie profilowe";
-$a->strings["Upload"] = "Załaduj";
-$a->strings["or"] = "lub";
-$a->strings["skip this step"] = "pomiń ten krok";
-$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu";
-$a->strings["Crop Image"] = "Przytnij zdjęcie";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz.";
-$a->strings["Done Editing"] = "Zakończono edycję";
-$a->strings["Image uploaded successfully."] = "Pomyślnie wysłano zdjęcie.";
-$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się.";
-$a->strings["Contact suggestion successfully ignored."] = "Sugestia kontaktu została zignorowana.";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny.";
-$a->strings["Do you really want to delete this suggestion?"] = "Czy na pewno chcesz usunąć te sugestie ?";
-$a->strings["Ignore/Hide"] = "Ignoruj/Ukryj";
-$a->strings["Connect"] = "Połącz";
+$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. ";
+$a->strings["%s: Updating post-type."] = "%s: Aktualizowanie typu postu.";
+$a->strings["Community Profiles"] = "Profile społeczności";
+$a->strings["Last users"] = "Ostatni użytkownicy";
+$a->strings["Find People"] = "Znajdź ludzi";
+$a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykład: Jan Kowalski, Wędkarstwo";
+$a->strings["Find"] = "Znajdź";
 $a->strings["Friend Suggestions"] = "Osoby, które możesz znać";
-$a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji";
-$a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:";
-$a->strings["Please login to continue."] = "Zaloguj się aby kontynuować.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?";
-$a->strings["No"] = "Nie";
-$a->strings["Access denied."] = "Brak dostępu.";
-$a->strings["Access to this profile has been restricted."] = "Dostęp do tego profilu został ograniczony.";
-$a->strings["Events"] = "Wydarzenia";
-$a->strings["View"] = "Widok";
-$a->strings["Previous"] = "Poprzedni";
-$a->strings["Next"] = "Następny";
-$a->strings["today"] = "dzisiaj";
-$a->strings["month"] = "miesiąc";
-$a->strings["week"] = "tydzień";
-$a->strings["day"] = "dzień";
-$a->strings["list"] = "lista";
-$a->strings["User not found"] = "Użytkownik nie znaleziony";
-$a->strings["This calendar format is not supported"] = "Ten format kalendarza nie jest obsługiwany";
-$a->strings["No exportable data found"] = "Nie znaleziono danych do eksportu";
-$a->strings["calendar"] = "kalendarz";
-$a->strings["No contacts in common."] = "Brak wspólnych kontaktów.";
-$a->strings["Common Friends"] = "Wspólni znajomi";
-$a->strings["Public access denied."] = "Publiczny dostęp zabroniony.";
-$a->strings["Community option not available."] = "Opcja wspólnotowa jest niedostępna.";
-$a->strings["Not available."] = "Niedostępne.";
-$a->strings["Local Community"] = "Lokalna społeczność";
-$a->strings["Posts from local users on this server"] = "Wpisy od lokalnych użytkowników na tym serwerze";
-$a->strings["Global Community"] = "Globalna społeczność";
-$a->strings["Posts from users of the whole federated network"] = "Wpisy od użytkowników całej sieci stowarzyszonej";
-$a->strings["No results."] = "Brak wyników.";
-$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła.";
-$a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane.";
-$a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu.";
-$a->strings["Contact not found."] = "Nie znaleziono kontaktu.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>OSTRZEŻENIE: Jest to bardzo zaawansowane</strong> i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj <strong>teraz</strong> przycisku 'powrót' na swojej przeglądarce.";
-$a->strings["No mirroring"] = "Bez dublowania";
-$a->strings["Mirror as forwarded posting"] = "Przesłany lustrzany post";
-$a->strings["Mirror as my own posting"] = "Lustro mojego własnego komentarza";
-$a->strings["Return to contact editor"] = "Wróć do edytora kontaktów";
-$a->strings["Refetch contact data"] = "Odśwież dane kontaktowe";
+$a->strings["Similar Interests"] = "Podobne zainteresowania";
+$a->strings["Random Profile"] = "Domyślny profil";
+$a->strings["Invite Friends"] = "Zaproś znajomych";
+$a->strings["Global Directory"] = "Katalog globalny";
+$a->strings["Local Directory"] = "Katalog lokalny";
+$a->strings["Forums"] = "Fora";
+$a->strings["External link to forum"] = "Zewnętrzny link do forum";
+$a->strings["show more"] = "pokaż więcej";
+$a->strings["Quick Start"] = "Szybki start";
+$a->strings["Help"] = "Pomoc";
+$a->strings["Connect Services"] = "Połączone serwisy";
+$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami";
+$a->strings["don't show"] = "nie pokazuj";
+$a->strings["show"] = "pokaż";
 $a->strings["Submit"] = "Potwierdź";
-$a->strings["Remote Self"] = "Zdalny Self";
-$a->strings["Mirror postings from this contact"] = "Publikacje lustrzane od tego kontaktu";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu.";
-$a->strings["Name"] = "Nazwa";
-$a->strings["Account Nickname"] = "Nazwa konta";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - zastępuje Imię/Pseudonim";
-$a->strings["Account URL"] = "Adres URL konta";
-$a->strings["Account URL Alias"] = "";
-$a->strings["Friend Request URL"] = "Adres URL żądający znajomości";
-$a->strings["Friend Confirm URL"] = "URL potwierdzający znajomość";
-$a->strings["Notification Endpoint URL"] = "Zgłoszenie Punktu Końcowego URL";
-$a->strings["Poll/Feed URL"] = "Adres Ankiety/RSS";
-$a->strings["New photo from this URL"] = "Nowe zdjęcie z tego adresu URL";
-$a->strings["Profile not found."] = "Nie znaleziono profilu.";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony.";
-$a->strings["Response from remote site was not understood."] = "Odpowiedź do zdalnej strony nie została zrozumiana";
-$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej:";
-$a->strings["Confirmation completed successfully."] = "Potwierdzenie zostało pomyślnie zakończone.";
-$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowa awaria. Proszę czekać i spróbuj ponownie.";
-$a->strings["Introduction failed or was revoked."] = "Wprowadzenie nie powiodło się lub zostało odwołane.";
-$a->strings["Remote site reported: "] = "Zgłoszona zdana strona:";
-$a->strings["No user record found for '%s' "] = "Nie znaleziono użytkownika dla '%s'";
-$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej uszkodzony.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został podany pusty adres URL witryny lub nie można go odszyfrować.";
-$a->strings["Contact record was not found for you on our site."] = "Nie znaleziono kontaktu na naszej stronie";
-$a->strings["Site public key not available in contact record for URL %s."] = "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie.";
-$a->strings["Unable to set your contact credentials on our system."] = "Nie można ustawić danych kontaktowych w naszym systemie.";
-$a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie";
-$a->strings["[Name Withheld]"] = "[Nazwa zastrzeżona]";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s";
-$a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik.";
-$a->strings["Warning: profile location has no profile photo."] = "Ostrzeżenie: położenie profilu nie zawiera zdjęcia.";
-$a->strings["%d required parameter was not found at the given location"] = [
-       0 => "%d wymagany parametr nie został znaleziony w podanej lokacji",
-       1 => "%d wymagane parametry nie zostały znalezione w podanej lokacji",
-       2 => "%d wymagany parametr nie został znaleziony w podanej lokacji",
-       3 => "%d wymagany parametr nie został znaleziony w podanej lokacji",
-];
-$a->strings["Introduction complete."] = "Wprowadzanie zakończone.";
-$a->strings["Unrecoverable protocol error."] = "Nieodwracalny błąd protokołu.";
-$a->strings["Profile unavailable."] = "Profil niedostępny.";
-$a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń.";
-$a->strings["Spam protection measures have been invoked."] = "Wprowadzono zabezpieczenia przed spamem.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h.";
-$a->strings["Invalid locator"] = "Nieprawidłowy lokalizator";
-$a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś.";
-$a->strings["Apparently you are already friends with %s."] = "Wygląda na to, że już jesteście znajomymi z %s.";
-$a->strings["Invalid profile URL."] = "Nieprawidłowy adres URL profilu.";
-$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu.";
-$a->strings["Blocked domain"] = "Zablokowana domena";
-$a->strings["Failed to update contact record."] = "Aktualizacja rekordu kontaktu nie powiodła się.";
-$a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie.";
-$a->strings["Please login to confirm introduction."] = "Zaloguj się, aby potwierdzić wprowadzenie.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na <strong>tego</strong> użytkownika. ";
-$a->strings["Confirm"] = "Potwierdź";
-$a->strings["Hide this contact"] = "Ukryj kontakt";
-$a->strings["Welcome home %s."] = "Witaj na stronie domowej %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, <a href=\"%s\">kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś</a>.";
-$a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de";
-$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na następujące pytania:";
-$a->strings["Does %s know you?"] = "Czy %s Cię zna?";
-$a->strings["Add a personal note:"] = "Dodaj osobistą notkę:";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
-$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory.";
-$a->strings["Your Identity Address:"] = "Twój adres tożsamości:";
-$a->strings["Submit Request"] = "Wyślij zgłoszenie";
-$a->strings["The requested item doesn't exist or has been deleted."] = "Żądany element nie istnieje lub został usunięty.";
-$a->strings["The feed for this item is unavailable."] = "Kanał dla tego elementu jest niedostępny.";
-$a->strings["Item not found"] = "Nie znaleziono elementu";
-$a->strings["Edit post"] = "Edytuj post";
-$a->strings["Insert web link"] = "Wstaw link";
-$a->strings["web link"] = "odnośnik sieciowy";
-$a->strings["Insert video link"] = "Wstaw link do filmu";
-$a->strings["video link"] = "link do filmu";
-$a->strings["Insert audio link"] = "Wstaw link do audio";
-$a->strings["audio link"] = "link do audio";
-$a->strings["CC: email addresses"] = "CC: adresy e-mail";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com";
-$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem.";
-$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia.";
-$a->strings["Create New Event"] = "Stwórz nowe wydarzenie";
-$a->strings["Event details"] = "Szczegóły wydarzenia";
-$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane.";
-$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:";
-$a->strings["Required"] = "Wymagany";
-$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna";
-$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:";
-$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza";
-$a->strings["Description:"] = "Opis:";
-$a->strings["Location:"] = "Lokalizacja:";
-$a->strings["Title:"] = "Tytuł:";
-$a->strings["Share this event"] = "Udostępnij te wydarzenie";
-$a->strings["Basic"] = "Podstawowy";
-$a->strings["Advanced"] = "Zaawansowany";
-$a->strings["Permissions"] = "Uprawnienia";
-$a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia";
-$a->strings["Event removed"] = "Wydarzenie zostało usunięte";
+$a->strings["Theme settings"] = "Ustawienia motywu";
+$a->strings["Set style"] = "Ustaw styl";
+$a->strings["Community Pages"] = "Strony społeczności";
+$a->strings["Help or @NewHere ?"] = "Pomóż lub @NowyTutaj?";
+$a->strings["Find Friends"] = "Znajdź znajomych";
+$a->strings["default"] = "standardowe";
+$a->strings["greenzero"] = "zielone zero";
+$a->strings["purplezero"] = "fioletowe zero";
+$a->strings["easterbunny"] = "zajączek wielkanocny";
+$a->strings["darkzero"] = "ciemne zero";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "luźny";
+$a->strings["Variations"] = "Zmiana";
+$a->strings["Top Banner"] = "Górny Baner";
+$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Zmień rozmiar obrazu na szerokość ekranu i pokaż kolor tła poniżej na długich stronach.";
+$a->strings["Full screen"] = "Pełny ekran";
+$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Zmień rozmiar obrazu, aby wypełnić cały ekran, przycinając prawy lub dolny.";
+$a->strings["Single row mosaic"] = "Mozaika jednorzędowa";
+$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Zmień rozmiar obrazu, aby powtórzyć go w jednym wierszu, w pionie lub w poziomie.";
+$a->strings["Mosaic"] = "Mozaika";
+$a->strings["Repeat image to fill the screen."] = "Powtórz obraz, aby wypełnić ekran.";
+$a->strings["Guest"] = "Gość";
+$a->strings["Visitor"] = "Odwiedzający";
+$a->strings["Status"] = "Status";
+$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy";
+$a->strings["Profile"] = "Profil użytkownika";
+$a->strings["Your profile page"] = "Twoja strona profilowa";
 $a->strings["Photos"] = "Zdjęcia";
-$a->strings["Contact Photos"] = "Zdjęcia kontaktu";
-$a->strings["Files"] = "Pliki";
-$a->strings["The contact could not be added."] = "Nie można dodać kontaktu.";
-$a->strings["You already added this contact."] = "Już dodałeś ten kontakt.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "Nie można wykryć typu sieci. Kontakt nie może zostać dodany.";
-$a->strings["Profile URL"] = "Adres URL profilu";
-$a->strings["Tags:"] = "Tagi:";
-$a->strings["Status Messages and Posts"] = "Status wiadomości i postów";
-$a->strings["Suggested contact not found."] = "Nie znaleziono sugerowanego kontaktu.";
-$a->strings["Friend suggestion sent."] = "Wysłana propozycja dodania do znajomych.";
-$a->strings["Suggest Friends"] = "Zaproponuj znajomych";
-$a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s";
-$a->strings["No profile"] = "Brak profilu";
-$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości.";
-$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica.";
-$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości.";
-$a->strings["%s posted an update."] = "%s zaktualizował wpis.";
-$a->strings["Remote privacy information not available."] = "Nie są dostępne zdalne informacje o prywatności.";
-$a->strings["Visible to:"] = "Widoczne dla:";
-$a->strings["Followers"] = "";
-$a->strings["Mutuals"] = "";
-$a->strings["No valid account found."] = "Nie znaleziono ważnego konta.";
-$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tSzanowny Użytkowniku %1\$s, \n\t\t\tOtrzymano prośbę o ''%2\$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie.";
-$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s";
-$a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się.";
-$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe.";
-$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji.";
-$a->strings["Nickname or Email: "] = "Pseudonim lub e-mail: ";
-$a->strings["Reset"] = "Zresetuj";
-$a->strings["Password Reset"] = "Zresetuj hasło";
-$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem.";
-$a->strings["Your new password is"] = "Twoje nowe hasło to";
-$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie";
-$a->strings["click here to login"] = "naciśnij tutaj, aby zalogować się";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu.";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t";
-$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t";
-$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu.";
-$a->strings["first"] = "pierwszy";
-$a->strings["next"] = "następny";
-$a->strings["No matches"] = "Brak wyników";
-$a->strings["Profile Match"] = "Dopasowanie profilu";
-$a->strings["New Message"] = "Nowa wiadomość";
-$a->strings["No recipient selected."] = "Nie wybrano odbiorcy.";
-$a->strings["Unable to locate contact information."] = "Nie można znaleźć informacji kontaktowych.";
-$a->strings["Message could not be sent."] = "Nie udało się wysłać wiadomości.";
-$a->strings["Message collection failure."] = "Błąd zbierania komunikatów.";
-$a->strings["Message sent."] = "Wysłano.";
-$a->strings["Discard"] = "Odrzuć";
+$a->strings["Your photos"] = "Twoje zdjęcia";
+$a->strings["Videos"] = "Filmy";
+$a->strings["Your videos"] = "Twoje filmy";
+$a->strings["Events"] = "Wydarzenia";
+$a->strings["Your events"] = "Twoje wydarzenia";
+$a->strings["Network"] = "Sieć";
+$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół";
+$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz";
 $a->strings["Messages"] = "Wiadomości";
-$a->strings["Do you really want to delete this message?"] = "Czy na pewno chcesz usunąć tę wiadomość?";
-$a->strings["Conversation not found."] = "Nie znaleziono rozmowy.";
-$a->strings["Message deleted."] = "Wiadomość usunięta.";
-$a->strings["Conversation removed."] = "Rozmowa usunięta.";
-$a->strings["Please enter a link URL:"] = "Proszę wpisać adres URL:";
-$a->strings["Send Private Message"] = "Wyślij prywatną wiadomość";
-$a->strings["To:"] = "Do:";
-$a->strings["Subject:"] = "Temat:";
-$a->strings["Your message:"] = "Twoja wiadomość:";
-$a->strings["No messages."] = "Brak wiadomości.";
-$a->strings["Message not available."] = "Wiadomość nie jest dostępna.";
-$a->strings["Delete message"] = "Usuń wiadomość";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:m A";
-$a->strings["Delete conversation"] = "Usuń rozmowę";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Brak bezpiecznej komunikacji. <strong>Możesz</strong> odpowiedzieć na stronie profilu nadawcy.";
-$a->strings["Send Reply"] = "Odpowiedz";
-$a->strings["Unknown sender - %s"] = "Nieznany nadawca - %s";
-$a->strings["You and %s"] = "Ty i %s";
-$a->strings["%s and You"] = "%s i ty";
-$a->strings["%d message"] = [
-       0 => "%d wiadomość",
-       1 => "%d wiadomości",
-       2 => "%d wiadomości",
-       3 => "%d wiadomości",
-];
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
-       0 => "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych.",
-       1 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.",
-       2 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.",
-       3 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.",
-];
-$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców.";
-$a->strings["No such group"] = "Nie ma takiej grupy";
-$a->strings["Group is empty"] = "Grupa jest pusta";
-$a->strings["Group: %s"] = "Grupa: %s";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą być widoczne publicznie.";
-$a->strings["Invalid contact."] = "Nieprawidłowy kontakt.";
-$a->strings["Latest Activity"] = "";
-$a->strings["Sort by latest activity"] = "";
-$a->strings["Latest Posts"] = "";
-$a->strings["Sort by post received date"] = "";
-$a->strings["Personal"] = "Osobiste";
-$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie";
-$a->strings["New"] = "Nowy";
-$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty";
-$a->strings["Shared Links"] = "Udostępnione łącza";
-$a->strings["Interesting Links"] = "Interesujące linki";
-$a->strings["Starred"] = "Ulubione";
-$a->strings["Favourite Posts"] = "Ulubione posty";
-$a->strings["Invalid request identifier."] = "Nieprawidłowe żądanie identyfikatora.";
-$a->strings["Notifications"] = "Powiadomienia";
-$a->strings["Network Notifications"] = "Powiadomienia sieciowe";
-$a->strings["System Notifications"] = "Powiadomienia systemowe";
-$a->strings["Personal Notifications"] = "Prywatne powiadomienia";
-$a->strings["Home Notifications"] = "Powiadomienia domowe";
-$a->strings["Show unread"] = "Pokaż nieprzeczytane";
-$a->strings["Show all"] = "Pokaż wszystko";
-$a->strings["Show Ignored Requests"] = "Pokaż ignorowane żądania";
-$a->strings["Hide Ignored Requests"] = "Ukryj zignorowane prośby";
-$a->strings["Notification type:"] = "Typ powiadomienia:";
-$a->strings["Suggested by:"] = "Sugerowany przez:";
-$a->strings["Hide this contact from others"] = "Ukryj ten kontakt przed innymi";
-$a->strings["Approve"] = "Zatwierdź";
-$a->strings["Claims to be known to you: "] = "Twierdzi, że go/ją znasz: ";
-$a->strings["yes"] = "tak";
-$a->strings["no"] = "nie";
-$a->strings["Shall your connection be bidirectional or not?"] = "Czy twoje połączenie ma być dwukierunkowe, czy nie?";
-$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości.";
-$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości.";
-$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości.";
-$a->strings["Friend"] = "Znajomy";
-$a->strings["Sharer"] = "Udostępniający/a";
-$a->strings["Subscriber"] = "Subskrybent";
-$a->strings["About:"] = "O:";
-$a->strings["Gender:"] = "Płeć:";
-$a->strings["Network:"] = "Sieć:";
-$a->strings["No introductions."] = "Brak dostępu.";
-$a->strings["No more %s notifications."] = "Brak kolejnych %s powiadomień.";
-$a->strings["OpenID protocol error. No ID returned."] = "Błąd protokołu OpenID. Nie znaleziono identyfikatora.";
-$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "";
-$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "";
-$a->strings["Login failed."] = "Logowanie nieudane.";
-$a->strings["Photo Albums"] = "Albumy zdjęć";
-$a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia";
-$a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie";
-$a->strings["everybody"] = "wszyscy";
-$a->strings["Contact information unavailable"] = "Informacje o kontakcie są niedostępne";
-$a->strings["Album not found."] = "Nie znaleziono albumu.";
-$a->strings["Album successfully deleted"] = "Album został pomyślnie usunięty";
-$a->strings["Album was empty."] = "Album był pusty.";
-$a->strings["a photo"] = "zdjęcie";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$szostał oznaczony tagiem %2\$s przez %3\$s";
-$a->strings["Image upload didn't complete, please try again"] = "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie";
-$a->strings["Image file is missing"] = "Brak pliku obrazu";
-$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem";
-$a->strings["Image file is empty."] = "Plik obrazka jest pusty.";
-$a->strings["No photos selected"] = "Nie zaznaczono zdjęć";
-$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony.";
-$a->strings["Upload Photos"] = "Prześlij zdjęcia";
-$a->strings["New album name: "] = "Nazwa nowego albumu: ";
-$a->strings["or select existing album:"] = "lub wybierz istniejący album:";
-$a->strings["Do not show a status post for this upload"] = "Nie pokazuj statusu postów dla tego wysłania";
-$a->strings["Show to Groups"] = "Pokaż Grupy";
-$a->strings["Show to Contacts"] = "Pokaż kontakty";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?";
-$a->strings["Delete Album"] = "Usuń album";
-$a->strings["Edit Album"] = "Edytuj album";
-$a->strings["Drop Album"] = "Upuść Album";
-$a->strings["Show Newest First"] = "Pokaż najpierw najnowsze";
-$a->strings["Show Oldest First"] = "Pokaż najpierw najstarsze";
-$a->strings["View Photo"] = "Zobacz zdjęcie";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Odmowa dostępu. Dostęp do tych danych może być ograniczony.";
-$a->strings["Photo not available"] = "Zdjęcie niedostępne";
-$a->strings["Do you really want to delete this photo?"] = "Czy na pewno chcesz usunąć to zdjęcie ?";
-$a->strings["Delete Photo"] = "Usuń zdjęcie";
-$a->strings["View photo"] = "Zobacz zdjęcie";
-$a->strings["Edit photo"] = "Edytuj zdjęcie";
-$a->strings["Delete photo"] = "Usuń zdjęcie";
-$a->strings["Use as profile photo"] = "Ustaw jako zdjęcie profilowe";
-$a->strings["Private Photo"] = "Prywatne zdjęcie";
-$a->strings["View Full Size"] = "Zobacz w pełnym rozmiarze";
-$a->strings["Tags: "] = "Tagi: ";
-$a->strings["[Select tags to remove]"] = "[Wybierz tagi do usunięcia]";
-$a->strings["New album name"] = "Nazwa nowego albumu";
-$a->strings["Caption"] = "Zawartość";
-$a->strings["Add a Tag"] = "Dodaj tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
-$a->strings["Do not rotate"] = "Nie obracaj";
-$a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)";
-$a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)";
+$a->strings["Private mail"] = "Prywatne maile";
+$a->strings["Settings"] = "Ustawienia";
+$a->strings["Account settings"] = "Ustawienia konta";
+$a->strings["Contacts"] = "Kontakty";
+$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami";
+$a->strings["Custom"] = "Niestandardowe";
+$a->strings["Note"] = "Uwaga";
+$a->strings["Check image permissions if all users are allowed to see the image"] = "Sprawdź uprawnienia do zdjęć, jeśli wszyscy użytkownicy mogą zobaczyć obraz";
+$a->strings["Select color scheme"] = "Wybierz schemat kolorów";
+$a->strings["Copy or paste schemestring"] = "Skopiuj lub wklej schemat";
+$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "Możesz skopiować ten ciąg, aby podzielić się swoim motywem z innymi. Wklejanie tutaj stosuje schemat";
+$a->strings["Navigation bar background color"] = "Kolor tła paska nawigacyjnego";
+$a->strings["Navigation bar icon color "] = "Kolor ikon na pasku nawigacyjnym ";
+$a->strings["Link color"] = "Kolor łączy";
+$a->strings["Set the background color"] = "Ustaw kolor tła";
+$a->strings["Content background opacity"] = "Nieprzezroczystość tła treści";
+$a->strings["Set the background image"] = "Ustaw obraz tła";
+$a->strings["Background image style"] = "Styl tła";
+$a->strings["Enable Compose page"] = "Włącz stronę edycji";
+$a->strings["This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."] = "";
+$a->strings["Login page background image"] = "Obraz tła strony logowania";
+$a->strings["Login page background color"] = "Kolor tła strony logowania";
+$a->strings["Leave background image and color empty for theme defaults"] = "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji";
+$a->strings["Alignment"] = "Wyrównanie";
+$a->strings["Left"] = "Lewo";
+$a->strings["Center"] = "Środek";
+$a->strings["Color scheme"] = "Zestaw kolorów";
+$a->strings["Posts font size"] = "Rozmiar czcionki postów";
+$a->strings["Textareas font size"] = "Rozmiar czcionki Textareas";
+$a->strings["There are no tables on MyISAM."] = "W MyISAM nie ma tabel.";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n";
+$a->strings["Errors encountered performing database changes: "] = "Błędy napotkane podczas dokonywania zmian w bazie danych: ";
+$a->strings["%s: Database update"] = "%s: Aktualizacja bazy danych";
+$a->strings["%s: updating %s table."] = "%s: aktualizowanie %s tabeli.";
+$a->strings["This entry was edited"] = "Ten wpis został zedytowany";
+$a->strings["Private Message"] = "Wiadomość prywatna";
+$a->strings["Edit"] = "Edytuj";
+$a->strings["pinned item"] = "";
+$a->strings["Delete locally"] = "Usuń lokalnie";
+$a->strings["Delete globally"] = "Usuń globalnie";
+$a->strings["Remove locally"] = "Usuń lokalnie";
+$a->strings["save to folder"] = "zapisz w folderze";
+$a->strings["I will attend"] = "Będę uczestniczyć";
+$a->strings["I will not attend"] = "Nie będę uczestniczyć";
+$a->strings["I might attend"] = "Mogę wziąć udział";
+$a->strings["ignore thread"] = "zignoruj ​​wątek";
+$a->strings["unignore thread"] = "odignoruj ​​wątek";
+$a->strings["toggle ignore status"] = "przełącz status ignorowania";
+$a->strings["ignored"] = "ignorowany(-a)";
+$a->strings["pin"] = "przypnij";
+$a->strings["unpin"] = "odepnij";
+$a->strings["toggle pin status"] = "";
+$a->strings["pinned"] = "Przypięte";
+$a->strings["add star"] = "dodaj gwiazdkę";
+$a->strings["remove star"] = "anuluj gwiazdkę";
+$a->strings["toggle star status"] = "włącz status gwiazdy";
+$a->strings["starred"] = "gwiazdką";
+$a->strings["add tag"] = "dodaj tag";
 $a->strings["I like this (toggle)"] = "Lubię to (zmień)";
+$a->strings["like"] = "lubię to";
 $a->strings["I don't like this (toggle)"] = "Nie lubię tego (zmień)";
-$a->strings["This is you"] = "To jesteś ty";
+$a->strings["dislike"] = "nie lubię tego";
+$a->strings["Share this"] = "Udostępnij to";
+$a->strings["share"] = "udostępnij";
+$a->strings["%s (Received %s)"] = "";
+$a->strings["to"] = "do";
+$a->strings["via"] = "przez";
+$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
+$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
 $a->strings["Comment"] = "Komentarz";
-$a->strings["Map"] = "Mapa";
-$a->strings["View Album"] = "Zobacz album";
-$a->strings["Poke/Prod"] = "Zaczepić";
-$a->strings["poke, prod or do other things to somebody"] = "szturchać, zaczepić lub robić inne rzeczy";
-$a->strings["Recipient"] = "Odbiorca";
-$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić";
-$a->strings["Make this post private"] = "Ustaw ten post jako prywatny";
-$a->strings["Profile deleted."] = "Konto usunięte.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Utworzono nowy profil.";
-$a->strings["Profile unavailable to clone."] = "Nie można powielić profilu.";
-$a->strings["Profile Name is required."] = "Nazwa profilu jest wymagana.";
-$a->strings["Marital Status"] = "Stan cywilny";
-$a->strings["Romantic Partner"] = "Romantyczny partner";
-$a->strings["Work/Employment"] = "Praca/Zatrudnienie";
-$a->strings["Religion"] = "Religia";
-$a->strings["Political Views"] = "Poglądy polityczne";
-$a->strings["Gender"] = "Płeć";
-$a->strings["Sexual Preference"] = "Orientacja seksualna";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Strona Główna";
-$a->strings["Interests"] = "Zainteresowania";
-$a->strings["Address"] = "Adres";
-$a->strings["Location"] = "Lokalizacja";
-$a->strings["Profile updated."] = "Profil zaktualizowany.";
-$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?";
-$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:";
-$a->strings["Profile Actions"] = "Akcje profilowe";
-$a->strings["Edit Profile Details"] = "Edytuj informacje o profilu";
-$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe";
-$a->strings["View this profile"] = "Wyświetl ten profil";
-$a->strings["View all profiles"] = "Wyświetl wszystkie profile";
-$a->strings["Edit visibility"] = "Edytuj widoczność";
-$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia";
-$a->strings["Clone this profile"] = "Sklonuj ten profil";
-$a->strings["Delete this profile"] = "Usuń ten profil";
-$a->strings["Basic information"] = "Podstawowe informacje";
-$a->strings["Profile picture"] = "Zdjęcie profilowe";
-$a->strings["Preferences"] = "Preferencje";
-$a->strings["Status information"] = "Informacje o stanie";
-$a->strings["Additional information"] = "Dodatkowe informacje";
-$a->strings["Relation"] = "Relacje";
-$a->strings["Miscellaneous"] = "Różny";
-$a->strings["Your Gender:"] = "Płeć:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stan cywilny:";
-$a->strings["Sexual Preference:"] = "Preferencje seksualne:";
-$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb";
-$a->strings["Profile Name:"] = "Nazwa profilu:";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu.";
-$a->strings["Your Full Name:"] = "Imię i nazwisko:";
-$a->strings["Title/Description:"] = "Tytuł/Opis:";
-$a->strings["Street Address:"] = "Ulica:";
-$a->strings["Locality/City:"] = "Miasto:";
-$a->strings["Region/State:"] = "Województwo/Stan:";
-$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:";
-$a->strings["Country:"] = "Kraj:";
-$a->strings["Age: "] = "Wiek: ";
-$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com";
-$a->strings["Since [date]:"] = "Od [data]:";
-$a->strings["Tell us about yourself..."] = "Napisz o sobie…";
-$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić.";
-$a->strings["Homepage URL:"] = "Adres URL strony domowej:";
-$a->strings["Hometown:"] = "Miasto rodzinne:";
-$a->strings["Political Views:"] = "Poglądy polityczne:";
-$a->strings["Religious Views:"] = "Poglądy religijne:";
-$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)";
-$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)";
-$a->strings["Likes:"] = "Lubię to:";
-$a->strings["Dislikes:"] = "Nie lubię tego:";
-$a->strings["Musical interests"] = "Muzyka";
-$a->strings["Books, literature"] = "Literatura";
-$a->strings["Television"] = "Telewizja";
-$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka";
-$a->strings["Hobbies/Interests"] = "Zainteresowania";
-$a->strings["Love/romance"] = "Miłość/romans";
-$a->strings["Work/employment"] = "Praca/zatrudnienie";
-$a->strings["School/education"] = "Szkoła/edukacja";
-$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe";
-$a->strings["Profile Image"] = "Zdjęcie profilowe";
-$a->strings["visible to everybody"] = "widoczne dla wszystkich";
-$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami";
-$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe";
-$a->strings["Create New Profile"] = "Utwórz nowy profil";
-$a->strings["Account approved."] = "Konto zatwierdzone.";
-$a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s";
-$a->strings["Please login."] = "Proszę się zalogować.";
-$a->strings["Account"] = "Konto";
-$a->strings["Two-factor authentication"] = "Uwierzytelnianie dwuskładnikowe";
-$a->strings["Profiles"] = "Profile";
-$a->strings["Additional features"] = "Dodatkowe funkcje";
-$a->strings["Display"] = "Wygląd";
-$a->strings["Social Networks"] = "Portale społecznościowe";
-$a->strings["Addons"] = "Dodatki";
-$a->strings["Delegations"] = "Delegowanie";
-$a->strings["Connected apps"] = "Powiązane aplikacje";
-$a->strings["Export personal data"] = "Eksportuj dane osobiste";
-$a->strings["Remove account"] = "Usuń konto";
-$a->strings["Settings"] = "Ustawienia";
-$a->strings["Missing some important data!"] = "Brakuje ważnych danych!";
-$a->strings["Update"] = "Zaktualizuj";
-$a->strings["Failed to connect with email account using the settings provided."] = "Połączenie z kontem email używając wybranych ustawień nie powiodło się.";
-$a->strings["Email settings updated."] = "Zaktualizowano ustawienia email.";
-$a->strings["Features updated"] = "Funkcje zaktualizowane";
-$a->strings["The theme you chose isn't available."] = "Wybrany motyw jest niedostępny.";
-$a->strings["Contact CSV file upload error"] = "";
-$a->strings["Importing Contacts done"] = "";
-$a->strings["Relocate message has been send to your contacts"] = "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów";
-$a->strings["Passwords do not match."] = "Hasła nie pasują do siebie.";
-$a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie.";
-$a->strings["Password changed."] = "Hasło zostało zmienione.";
-$a->strings["Password unchanged."] = "Hasło niezmienione.";
-$a->strings[" Please use a shorter name."] = " Proszę użyć krótszej nazwy.";
-$a->strings[" Name too short."] = " Nazwa jest zbyt krótka.";
-$a->strings["Wrong Password"] = "Złe hasło";
-$a->strings["Invalid email."] = "Niepoprawny e-mail.";
-$a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila.";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej.";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności.";
-$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
-$a->strings["Add application"] = "Dodaj aplikację";
-$a->strings["Save Settings"] = "Zapisz ustawienia";
-$a->strings["Consumer Key"] = "Klucz klienta";
-$a->strings["Consumer Secret"] = "Tajny klucz klienta";
-$a->strings["Redirect"] = "Przekierowanie";
-$a->strings["Icon url"] = "Adres Url ikony";
-$a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji.";
-$a->strings["Connected Apps"] = "Powiązane aplikacje";
-$a->strings["Edit"] = "Edytuj";
-$a->strings["Client key starts with"] = "Klucz klienta zaczyna się od";
-$a->strings["No name"] = "Bez nazwy";
-$a->strings["Remove authorization"] = "Odwołaj upoważnienie";
-$a->strings["No Addon settings configured"] = "Brak skonfigurowanych ustawień dodatków";
-$a->strings["Addon Settings"] = "Ustawienia Dodatków";
-$a->strings["Off"] = "Wyłącz";
-$a->strings["On"] = "Włącz";
-$a->strings["Additional Features"] = "Dodatkowe funkcje";
+$a->strings["Reply to %s"] = "Odpowiedź %s";
+$a->strings["Notifier task is pending"] = "Zadanie Notifier jest w toku";
+$a->strings["Delivery to remote servers is pending"] = "Trwa przesyłanie do serwerów zdalnych";
+$a->strings["Delivery to remote servers is underway"] = "Trwa dostawa do serwerów zdalnych";
+$a->strings["Delivery to remote servers is mostly done"] = "Dostawa do zdalnych serwerów jest w większości wykonywana";
+$a->strings["Delivery to remote servers is done"] = "Trwa dostarczanie do zdalnych serwerów";
+$a->strings["%d comment"] = [
+       0 => "%d komentarz",
+       1 => "%d komentarze",
+       2 => "%d komentarzy",
+       3 => "%d komentarzy",
+];
+$a->strings["Show more"] = "Pokaż więcej";
+$a->strings["Show fewer"] = "Pokaż mniej";
+$a->strings["comment"] = [
+       0 => "komentarz",
+       1 => "komentarze",
+       2 => "komentarze",
+       3 => "komentarz",
+];
+$a->strings["This is you"] = "To jesteś ty";
+$a->strings["No system theme config value set."] = "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego.";
+$a->strings["view full size"] = "zobacz pełny rozmiar";
+$a->strings["Image/photo"] = "Obrazek/zdjęcie";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a>%3\$s";
+$a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć";
+$a->strings["$1 wrote:"] = "$1 napisał:";
+$a->strings["Encrypted content"] = "Szyfrowana treść";
+$a->strings["Invalid source protocol"] = "Nieprawidłowy protokół źródłowy";
+$a->strings["Invalid link protocol"] = "Niepoprawny link protokołu";
+$a->strings["Loading more entries..."] = "Ładuję więcej wpisów...";
+$a->strings["The end"] = "Koniec";
+$a->strings["Save"] = "Zapisz";
+$a->strings["Follow"] = "Śledź";
+$a->strings["Search"] = "Szukaj";
+$a->strings["@name, !forum, #tags, content"] = "@imię, !forum, #tagi, treść";
+$a->strings["Full Text"] = "Pełny tekst";
+$a->strings["Tags"] = "Tagi";
+$a->strings["Frequently"] = "Często";
+$a->strings["Hourly"] = "Co godzinę";
+$a->strings["Twice daily"] = "Dwa razy dziennie";
+$a->strings["Daily"] = "Codziennie";
+$a->strings["Weekly"] = "Co tydzień";
+$a->strings["Monthly"] = "Miesięczne";
+$a->strings["DFRN"] = "DFRN";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "E-mail";
 $a->strings["Diaspora"] = "Diaspora";
-$a->strings["enabled"] = "włączone";
-$a->strings["disabled"] = "wyłączone";
-$a->strings["Built-in support for %s connectivity is %s"] = "Wbudowane wsparcie dla połączenia z %s jest %s";
-$a->strings["GNU Social (OStatus)"] = "GNU Soocial (OStatus)";
-$a->strings["Email access is disabled on this site."] = "Dostęp do e-maila jest wyłączony na tej stronie.";
-$a->strings["General Social Media Settings"] = "Ogólne ustawienia mediów społecznościowych";
-$a->strings["Accept only top level posts by contacts you follow"] = "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz";
-$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz.";
-$a->strings["Disable Content Warning"] = "Wyłącz ostrzeżenie o treści";
-$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś.";
-$a->strings["Disable intelligent shortening"] = "Wyłącz inteligentne skracanie";
-$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby.";
-$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)";
-$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt.";
-$a->strings["Default group for OStatus contacts"] = "Domyślna grupa dla kontaktów OStatus";
-$a->strings["Your legacy GNU Social account"] = "Twoje starsze konto społecznościowe GNU";
-$a->strings["If you enter your old 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."] = "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu.";
-$a->strings["Repair OStatus subscriptions"] = "Napraw subskrypcje OStatus";
-$a->strings["Email/Mailbox Setup"] = "Ustawienia  emaila/skrzynki mailowej";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeśli chcesz komunikować się z kontaktami e-mail za pomocą tej usługi (opcjonalnie), określ sposób łączenia się ze skrzynką pocztową.";
-$a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:";
-$a->strings["IMAP server name:"] = "Nazwa serwera IMAP:";
-$a->strings["IMAP port:"] = "Port IMAP:";
-$a->strings["Security:"] = "Ochrona:";
-$a->strings["None"] = "Brak";
-$a->strings["Email login name:"] = "Nazwa logowania e-mail:";
-$a->strings["Email password:"] = "E-mail hasło:";
-$a->strings["Reply-to address:"] = "Adres zwrotny:";
-$a->strings["Send public posts to all email contacts:"] = "Wyślij publiczny wpis do wszystkich kontaktów e-mail:";
-$a->strings["Action after import:"] = "Akcja po zaimportowaniu:";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Discourse"] = "";
+$a->strings["Diaspora Connector"] = "Łącze Diaspora";
+$a->strings["GNU Social Connector"] = "Łącze GNU Social";
+$a->strings["ActivityPub"] = "Pub aktywności";
+$a->strings["pnut"] = "orzech";
+$a->strings["No answer"] = "Brak odpowiedzi";
+$a->strings["Male"] = "Mężczyzna";
+$a->strings["Female"] = "Kobieta";
+$a->strings["Currently Male"] = "Obecnie mężczyzna";
+$a->strings["Currently Female"] = "Obecnie Kobieta";
+$a->strings["Mostly Male"] = "Najczęściej męskie";
+$a->strings["Mostly Female"] = "Najczęściej żeńskie";
+$a->strings["Transgender"] = "Transseksualny";
+$a->strings["Intersex"] = "Interseksualne";
+$a->strings["Transsexual"] = "Transseksualny";
+$a->strings["Hermaphrodite"] = "Hermafrodyta";
+$a->strings["Neuter"] = "Rodzaj nijaki";
+$a->strings["Non-specific"] = "Niespecyficzne";
+$a->strings["Other"] = "Inne";
+$a->strings["Males"] = "Mężczyźni";
+$a->strings["Females"] = "Kobiety";
+$a->strings["Gay"] = "Gej";
+$a->strings["Lesbian"] = "Lesbijka";
+$a->strings["No Preference"] = "Brak preferencji";
+$a->strings["Bisexual"] = "Biseksualny(-a)";
+$a->strings["Autosexual"] = "Autoseksualny(-a)";
+$a->strings["Abstinent"] = "Abstynent";
+$a->strings["Virgin"] = "Dziewica";
+$a->strings["Deviant"] = "Zboczeniec";
+$a->strings["Fetish"] = "Fetysz";
+$a->strings["Oodles"] = "Nadmiar";
+$a->strings["Nonsexual"] = "Nieseksualny(-a)";
+$a->strings["Single"] = "Singiel";
+$a->strings["Lonely"] = "Samotny(-a)";
+$a->strings["In a relation"] = "W relacji";
+$a->strings["Has crush"] = "Ma sympatię";
+$a->strings["Infatuated"] = "Zakochany(-a)";
+$a->strings["Dating"] = "Randki";
+$a->strings["Unfaithful"] = "Niewierny(-a)";
+$a->strings["Sex Addict"] = "Uzależniony(-a) od seksu";
+$a->strings["Friends"] = "Przyjaciele";
+$a->strings["Friends/Benefits"] = "Przyjaciele/Korzyści";
+$a->strings["Casual"] = "Przypadkowy";
+$a->strings["Engaged"] = "Zaręczony(-a)";
+$a->strings["Married"] = "W związku małżeńskim";
+$a->strings["Imaginarily married"] = "Fikcyjnie w związku małżeńskim";
+$a->strings["Partners"] = "Partnerzy";
+$a->strings["Cohabiting"] = "Konkubinat";
+$a->strings["Common law"] = "Prawo zwyczajowe";
+$a->strings["Happy"] = "Szczęśliwy(-a)";
+$a->strings["Not looking"] = "Nie szukam";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Zdradzony(-a)";
+$a->strings["Separated"] = "W separacji";
+$a->strings["Unstable"] = "Niestabilny";
+$a->strings["Divorced"] = "Rozwiedziony(-a)";
+$a->strings["Imaginarily divorced"] = "Fikcyjnie rozwiedziony(-a)";
+$a->strings["Widowed"] = "Wdowiec";
+$a->strings["Uncertain"] = "Nieokreślony(-a)";
+$a->strings["It's complicated"] = "To skomplikowane";
+$a->strings["Don't care"] = "Nie przejmuj się";
+$a->strings["Ask me"] = "Zapytaj mnie";
+$a->strings["Add New Contact"] = "Dodaj nowy kontakt";
+$a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara";
+$a->strings["Connect"] = "Połącz";
+$a->strings["%d invitation available"] = [
+       0 => "%d zaproszenie dostępne",
+       1 => "%d zaproszeń dostępnych",
+       2 => "%d zaproszenia dostępne",
+       3 => "%d zaproszenia dostępne",
+];
+$a->strings["Followers"] = "";
+$a->strings["Following"] = "";
+$a->strings["Mutual friends"] = "Wspólni znajomi";
+$a->strings["Relationships"] = "Relacje";
+$a->strings["All Contacts"] = "Wszystkie kontakty";
+$a->strings["Protocols"] = "Protokoły";
+$a->strings["All Protocols"] = "Wszystkie protokoły";
+$a->strings["Saved Folders"] = "Zapisz w folderach";
+$a->strings["Everything"] = "Wszystko";
+$a->strings["Categories"] = "Kategorie";
+$a->strings["%d contact in common"] = [
+       0 => "%d wspólny kontakt",
+       1 => "%d wspólne kontakty",
+       2 => "%d wspólnych kontaktów",
+       3 => "%dwspólnych kontaktów",
+];
+$a->strings["Archives"] = "Archiwum";
+$a->strings["Embedding disabled"] = "Osadzanie wyłączone";
+$a->strings["Embedded content"] = "Osadzona zawartość";
+$a->strings["General Features"] = "Funkcje ogólne";
+$a->strings["Multiple Profiles"] = "Wiele profili";
+$a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wielu profili";
+$a->strings["Photo Location"] = "Lokalizacja zdjęcia";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą.";
+$a->strings["Export Public Calendar"] = "Eksportowanie publicznego kalendarza";
+$a->strings["Ability for visitors to download the public calendar"] = "Umożliwia pobieranie kalendarza publicznego przez odwiedzających";
+$a->strings["Trending Tags"] = "Popularne tagi";
+$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Pokaż widżet strony społeczności z listą najpopularniejszych tagów w ostatnich postach publicznych.";
+$a->strings["Post Composition Features"] = "Ustawienia funkcji postów";
+$a->strings["Auto-mention Forums"] = "Automatyczne wymienianie forów";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL.";
+$a->strings["Explicit Mentions"] = "";
+$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Dodaj wyraźne wzmianki do pola komentarza, aby ręcznie kontrolować, kto zostanie wymieniony w odpowiedziach.";
+$a->strings["Network Sidebar"] = "Sieć Pasek Boczny";
+$a->strings["Ability to select posts by date ranges"] = "Wybierz wpisy według zakresów dat";
+$a->strings["Protocol Filter"] = "Filtr protokołu";
+$a->strings["Enable widget to display Network posts only from selected protocols"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranych protokołów";
+$a->strings["Network Tabs"] = "Etykiety sieciowe";
+$a->strings["Network New Tab"] = "Etykieta Nowe Posty Sieciowe";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Włącza etykietę wyświetlającą tylko nowe posty sieciowe (z ostatnich 12 godzin)";
+$a->strings["Network Shared Links Tab"] = "Etykieta Udostępnianie Łącz Sieciowych";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Włącza etykietę wyświetlającą tylko posty sieciowe z łączami do nich";
+$a->strings["Post/Comment Tools"] = "Narzędzia post/komentarz";
+$a->strings["Post Categories"] = "Kategorie postów";
+$a->strings["Add categories to your posts"] = "Umożliwia dodawanie kategorii do twoich postów";
+$a->strings["Advanced Profile Settings"] = "Zaawansowane ustawienia profilu";
+$a->strings["List Forums"] = "Lista forów";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Wyświetla publiczne fora społeczności na stronie profilu zaawansowanego";
+$a->strings["Tag Cloud"] = "Chmura tagów";
+$a->strings["Provide a personal tag cloud on your profile page"] = "Podaj osobistą chmurę tagów na stronie profilu";
+$a->strings["Display Membership Date"] = "Wyświetl datę członkostwa";
+$a->strings["Display membership date in profile"] = "Wyświetla datę członkostwa w profilu";
+$a->strings["Nothing new here"] = "Brak nowych zdarzeń";
+$a->strings["Clear notifications"] = "Wyczyść powiadomienia";
+$a->strings["Logout"] = "Wyloguj";
+$a->strings["End this session"] = "Zakończ sesję";
+$a->strings["Login"] = "Zaloguj się";
+$a->strings["Sign in"] = "Zaloguj się";
+$a->strings["Personal notes"] = "Notatki";
+$a->strings["Your personal notes"] = "Twoje prywatne notatki";
+$a->strings["Home"] = "Strona domowa";
+$a->strings["Home Page"] = "Strona startowa";
+$a->strings["Register"] = "Zarejestruj";
+$a->strings["Create an account"] = "Załóż konto";
+$a->strings["Help and documentation"] = "Pomoc i dokumentacja";
+$a->strings["Apps"] = "Aplikacje";
+$a->strings["Addon applications, utilities, games"] = "Wtyczki, aplikacje, narzędzia, gry";
+$a->strings["Search site content"] = "Przeszukaj zawartość strony";
+$a->strings["Community"] = "Społeczność";
+$a->strings["Conversations on this and other servers"] = "Rozmowy na tym i innych serwerach";
+$a->strings["Directory"] = "Katalog";
+$a->strings["People directory"] = "Katalog osób";
+$a->strings["Information"] = "Informacje";
+$a->strings["Information about this friendica instance"] = "Informacje o tej instancji friendica";
+$a->strings["Terms of Service"] = "Warunki usługi";
+$a->strings["Terms of Service of this Friendica instance"] = "Warunki świadczenia usług tej instancji Friendica";
+$a->strings["Network Reset"] = "Resetowanie sieci";
+$a->strings["Load Network page with no filters"] = "Załaduj stronę sieci bez filtrów";
+$a->strings["Introductions"] = "Zapoznanie";
+$a->strings["Friend Requests"] = "Prośba o przyjęcie do grona znajomych";
+$a->strings["Notifications"] = "Powiadomienia";
+$a->strings["See all notifications"] = "Zobacz wszystkie powiadomienia";
 $a->strings["Mark as seen"] = "Oznacz jako przeczytane";
-$a->strings["Move to folder"] = "Przenieś do folderu";
-$a->strings["Move to folder:"] = "Przenieś do folderu:";
-$a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych";
-$a->strings["%s - (Unsupported)"] = "%s - (Nieobsługiwane)";
-$a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)";
-$a->strings["Sunday"] = "Niedziela";
-$a->strings["Monday"] = "Poniedziałek";
-$a->strings["Display Settings"] = "Ustawienia wyglądu";
-$a->strings["Display Theme:"] = "Wyświetl motyw:";
-$a->strings["Mobile Theme:"] = "Motyw dla urządzeń mobilnych:";
-$a->strings["Suppress warning of insecure networks"] = "Ukryj ostrzeżenie przed niebezpiecznymi sieciami";
-$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych";
-$a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund";
-$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć.";
-$a->strings["Number of items to display per page:"] = "Liczba elementów do wyświetlenia na stronie:";
-$a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:";
-$a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek";
-$a->strings["Calendar"] = "Kalendarz";
-$a->strings["Beginning of week:"] = "Początek tygodnia:";
-$a->strings["Don't show notices"] = "Nie pokazuj powiadomień";
-$a->strings["Infinite scroll"] = "Nieskończone przewijanie";
-$a->strings["Automatic updates only at the top of the network page"] = "Automatyczne aktualizacje tylko w górnej części strony sieci";
-$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania.";
-$a->strings["Bandwidth Saver Mode"] = "Tryb oszczędzania przepustowości";
-$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony.";
-$a->strings["Smart Threading"] = "Inteligentne wątki";
-$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "Włączenie tej opcji powoduje pomijanie wcięcia wątków zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone.";
-$a->strings["General Theme Settings"] = "Ogólne ustawienia motywu";
-$a->strings["Custom Theme Settings"] = "Niestandardowe ustawienia motywów";
-$a->strings["Content Settings"] = "Ustawienia zawartości";
-$a->strings["Theme settings"] = "Ustawienia motywu";
-$a->strings["Unable to find your profile. Please contact your admin."] = "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem.";
-$a->strings["Account Types"] = "Rodzaje kont";
-$a->strings["Personal Page Subtypes"] = "Podtypy osobistych stron";
-$a->strings["Community Forum Subtypes"] = "Podtypy społeczności forum";
-$a->strings["Personal Page"] = "Strona osobista";
-$a->strings["Account for a personal profile."] = "Konto dla profilu osobistego.";
-$a->strings["Organisation Page"] = "Strona Organizacji";
-$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\".";
-$a->strings["News Page"] = "Strona Wiadomości";
-$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\".";
-$a->strings["Community Forum"] = "Forum społecznościowe";
-$a->strings["Account for community discussions."] = "Konto do dyskusji w społeczności.";
-$a->strings["Normal Account Page"] = "Normalna strona konta";
-$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\".";
-$a->strings["Soapbox Page"] = "Strona Soapbox";
-$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\".";
-$a->strings["Public Forum"] = "Forum publiczne";
-$a->strings["Automatically approves all contact requests."] = "Automatycznie zatwierdza wszystkie prośby o kontakt.";
-$a->strings["Automatic Friend Page"] = "Automatyczna strona znajomego";
-$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\".";
-$a->strings["Private Forum [Experimental]"] = "Prywatne Forum [Eksperymentalne]";
-$a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego zatwierdzania żądań kontaktów.";
-$a->strings["OpenID:"] = "OpenID:";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID.";
-$a->strings["Publish your default profile in your local site directory?"] = "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?";
-$a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Twój profil zostanie opublikowany w lokalnym katalogu tego <a href=\"%s\">węzła</a>. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu.";
-$a->strings["Publish your default profile in the global social directory?"] = "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?";
-$a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.<a href=\"%s\">%s</a>). Twój profil będzie widoczny publicznie.";
-$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "To ustawienie określa również, czy Friendica poinformuje wyszukiwarki, że Twój profil powinien być indeksowany, czy nie. Wyszukiwarki innych firm mogą, ale nie muszą przestrzegać tego ustawienia.";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?";
-$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu.";
-$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryć dane Twojego profilu przed anonimowymi widzami?";
-$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Twoje publiczne posty i odpowiedzi będą nadal dostępne w inny sposób.";
-$a->strings["Allow friends to post to your profile page?"] = "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?";
-$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów.";
-$a->strings["Allow friends to tag your posts?"] = "Zezwolić na oznaczanie Twoich postów przez znajomych?";
-$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe posty.";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?";
-$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt.";
-$a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?";
-$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów.";
-$a->strings["Profile is <strong>not published</strong>."] = "Profil <strong>nie jest opublikowany</strong>.";
-$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "Twój adres tożsamości to <strong>'%s'</strong> lub '%s'.";
-$a->strings["Automatically expire posts after this many days:"] = "Posty wygasną automatycznie po następującej liczbie dni:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte.";
-$a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygaszania";
-$a->strings["Advanced Expiration"] = "Zaawansowane wygaszanie";
-$a->strings["Expire posts:"] = "Wygasające posty:";
-$a->strings["Expire personal notes:"] = "Wygaszanie osobistych notatek:";
-$a->strings["Expire starred posts:"] = "Wygaszaj posty oznaczone gwiazdką:";
-$a->strings["Expire photos:"] = "Wygasanie zdjęć:";
-$a->strings["Only expire posts by others:"] = "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:";
-$a->strings["Account Settings"] = "Ustawienia konta";
-$a->strings["Password Settings"] = "Ustawienia hasła";
-$a->strings["New Password:"] = "Nowe hasło:";
-$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:).";
-$a->strings["Confirm:"] = "Potwierdź:";
-$a->strings["Leave password fields blank unless changing"] = "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić.";
-$a->strings["Current Password:"] = "Aktualne hasło:";
-$a->strings["Your current password to confirm the changes"] = "Wpisz aktualne hasło, aby potwierdzić zmiany";
-$a->strings["Password:"] = "Hasło:";
-$a->strings["Delete OpenID URL"] = "";
-$a->strings["Basic Settings"] = "Ustawienia podstawowe";
+$a->strings["Mark all system notifications seen"] = "Oznacz wszystkie powiadomienia systemu jako przeczytane";
+$a->strings["Inbox"] = "Odebrane";
+$a->strings["Outbox"] = "Wysłane";
+$a->strings["New Message"] = "Nowa wiadomość";
+$a->strings["Delegation"] = "";
+$a->strings["Manage other pages"] = "Zarządzaj innymi stronami";
+$a->strings["Profiles"] = "Profile";
+$a->strings["Manage/Edit Profiles"] = "Zarządzaj/Edytuj profile";
+$a->strings["Admin"] = "Administator";
+$a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji";
+$a->strings["Navigation"] = "Nawigacja";
+$a->strings["Site map"] = "Mapa strony";
+$a->strings["Remove term"] = "Usuń wpis";
+$a->strings["Saved Searches"] = "Zapisywanie wyszukiwania";
+$a->strings["Export"] = "Eksport";
+$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical";
+$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv";
+$a->strings["Trending Tags (last %d hour)"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["More Trending Tags"] = "Więcej popularnych tagów";
+$a->strings["No contacts"] = "Brak kontaktów";
+$a->strings["%d Contact"] = [
+       0 => "%d kontakt",
+       1 => "%d kontaktów",
+       2 => "%d kontakty",
+       3 => "%d Kontakty",
+];
+$a->strings["View Contacts"] = "Widok kontaktów";
+$a->strings["newer"] = "nowsze";
+$a->strings["older"] = "starsze";
+$a->strings["first"] = "pierwszy";
+$a->strings["prev"] = "poprzedni";
+$a->strings["next"] = "następny";
+$a->strings["last"] = "ostatni";
+$a->strings["Edit profile"] = "Edytuj profil";
+$a->strings["Manage/edit profiles"] = "Zarządzaj profilami";
+$a->strings["Change profile photo"] = "Zmień zdjęcie profilowe";
+$a->strings["Create New Profile"] = "Utwórz nowy profil";
+$a->strings["Profile Image"] = "Zdjęcie profilowe";
+$a->strings["visible to everybody"] = "widoczne dla wszystkich";
+$a->strings["Edit visibility"] = "Edytuj widoczność";
+$a->strings["Location:"] = "Lokalizacja:";
+$a->strings["Gender:"] = "Płeć:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Strona główna:";
+$a->strings["About:"] = "O:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["Unfollow"] = "";
+$a->strings["Atom feed"] = "Kanał Atom";
+$a->strings["Network:"] = "Sieć:";
+$a->strings["g A l F d"] = "g A I F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[dziś]";
+$a->strings["Birthday Reminders"] = "Przypomnienia o urodzinach";
+$a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:";
+$a->strings["[No description]"] = "[Brak opisu]";
+$a->strings["Event Reminders"] = "Przypominacze wydarzeń";
+$a->strings["Upcoming events the next 7 days:"] = "Nadchodzące wydarzenia w ciągu następnych 7 dni:";
 $a->strings["Full Name:"] = "Imię i nazwisko:";
-$a->strings["Email Address:"] = "Adres email:";
-$a->strings["Your Timezone:"] = "Twoja strefa czasowa:";
-$a->strings["Your Language:"] = "Twój język:";
-$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Wybierz język, ktory bedzie używany do wyświetlania użytkownika friendica i wysłania Ci e-maili";
-$a->strings["Default Post Location:"] = "Domyślna lokalizacja wiadomości:";
-$a->strings["Use Browser Location:"] = "Używaj lokalizacji przeglądarki:";
-$a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności";
-$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:";
-$a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)";
-$a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości";
-$a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)";
-$a->strings["Default Private Post"] = "Domyślny Prywatny Wpis";
-$a->strings["Default Public Post"] = "Domyślny Publiczny Post";
-$a->strings["Default Permissions for New Posts"] = "Uprawnienia domyślne dla nowych postów";
-$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:";
-$a->strings["Notification Settings"] = "Ustawienia powiadomień";
-$a->strings["Send a notification email when:"] = "Wysyłaj powiadmonienia na email, kiedy:";
-$a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie";
-$a->strings["Your introductions are confirmed"] = "Twoje zaproszenie jest potwierdzone";
-$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twoim profilu";
-$a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący.";
-$a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość";
-$a->strings["You receive a friend suggestion"] = "Otrzymałeś propozycję od znajomych";
-$a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście";
-$a->strings["You are poked/prodded/etc. in a post"] = "Jesteś zaczepiony/zaczepiona/itp. w poście";
-$a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie";
-$a->strings["Show desktop popup on new notifications"] = "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie";
-$a->strings["Text-only notification emails"] = "E-maile z powiadomieniami tekstowymi";
-$a->strings["Send text only notification emails, without the html part"] = "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html";
-$a->strings["Show detailled notifications"] = "Pokazuj szczegółowe powiadomienia";
-$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie.";
-$a->strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/rodzaju strony";
-$a->strings["Change the behaviour of this account for special situations"] = "Zmień zachowanie tego konta w sytuacjach specjalnych";
-$a->strings["Import Contacts"] = "";
-$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "";
-$a->strings["Upload File"] = "";
-$a->strings["Relocate"] = "Przeniesienie";
-$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk.";
-$a->strings["Resend relocate message to contacts"] = "Wyślij ponownie przenieść wiadomości do kontaktów";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s śledzi %3\$s %2\$s";
-$a->strings["Tag(s) removed"] = "Usunięty Tag(i) ";
-$a->strings["Remove Item Tag"] = "Usuń pozycję Tag";
-$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia: ";
-$a->strings["Remove"] = "Usuń";
-$a->strings["User imports on closed servers can only be done by an administrator."] = "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro.";
-$a->strings["Import"] = "Import";
-$a->strings["Move account"] = "Przenieś konto";
-$a->strings["You can import an account from another Friendica server."] = "Możesz zaimportować konto z innego serwera Friendica.";
-$a->strings["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."] = "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory";
-$a->strings["Account file"] = "Pliki konta";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\"";
-$a->strings["You aren't following this contact."] = "Nie obserwujesz tego kontaktu.";
-$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć.";
-$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym";
-$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj";
-$a->strings["No videos selected"] = "Nie zaznaczono filmów";
-$a->strings["View Video"] = "Zobacz film";
-$a->strings["Recent Videos"] = "Ostatnio dodane filmy";
-$a->strings["Upload New Videos"] = "Wstaw nowe filmy";
-$a->strings["Invalid request."] = "Nieprawidłowe żądanie.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP";
-$a->strings["Or - did you try to upload an empty file?"] = "Lub - czy próbowałeś załadować pusty plik?";
-$a->strings["File exceeds size limit of %s"] = "Plik przekracza limit rozmiaru wynoszący %s";
-$a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się.";
-$a->strings["Wall Photos"] = "Tablica zdjęć";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona.";
-$a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji.";
-$a->strings["No recipient."] = "Brak odbiorcy.";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców.";
-$a->strings["default"] = "standardowe";
-$a->strings["greenzero"] = "zielone zero";
-$a->strings["purplezero"] = "fioletowe zero";
-$a->strings["easterbunny"] = "zajączek wielkanocny";
-$a->strings["darkzero"] = "ciemne zero";
-$a->strings["comix"] = "comix";
-$a->strings["slackr"] = "luźny";
-$a->strings["Variations"] = "Zmiana";
-$a->strings["Top Banner"] = "Górny Baner";
-$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Zmień rozmiar obrazu na szerokość ekranu i pokaż kolor tła poniżej na długich stronach.";
-$a->strings["Full screen"] = "Pełny ekran";
-$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Zmień rozmiar obrazu, aby wypełnić cały ekran, przycinając prawy lub dolny.";
-$a->strings["Single row mosaic"] = "Mozaika jednorzędowa";
-$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Zmień rozmiar obrazu, aby powtórzyć go w jednym wierszu, w pionie lub w poziomie.";
-$a->strings["Mosaic"] = "Mozaika";
-$a->strings["Repeat image to fill the screen."] = "Powtórz obraz, aby wypełnić ekran.";
-$a->strings["Guest"] = "Gość";
-$a->strings["Visitor"] = "Odwiedzający";
-$a->strings["Status"] = "Status";
-$a->strings["Your posts and conversations"] = "Twoje posty i rozmowy";
-$a->strings["Your profile page"] = "Twoja strona profilowa";
-$a->strings["Your photos"] = "Twoje zdjęcia";
-$a->strings["Videos"] = "Filmy";
-$a->strings["Your videos"] = "Twoje filmy";
-$a->strings["Your events"] = "Twoje wydarzenia";
-$a->strings["Network"] = "Sieć";
-$a->strings["Conversations from your friends"] = "Rozmowy Twoich przyjaciół";
-$a->strings["Events and Calendar"] = "Wydarzenia i kalendarz";
-$a->strings["Private mail"] = "Prywatne maile";
-$a->strings["Account settings"] = "Ustawienia konta";
-$a->strings["Contacts"] = "Kontakty";
-$a->strings["Manage/edit friends and contacts"] = "Zarządzaj listą przyjaciół i kontaktami";
-$a->strings["Custom"] = "Niestandardowe";
-$a->strings["Note"] = "Uwaga";
-$a->strings["Check image permissions if all users are allowed to see the image"] = "Sprawdź uprawnienia do zdjęć, jeśli wszyscy użytkownicy mogą zobaczyć obraz";
-$a->strings["Select color scheme"] = "Wybierz schemat kolorów";
-$a->strings["Copy or paste schemestring"] = "Skopiuj lub wklej schemat";
-$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "Możesz skopiować ten ciąg, aby podzielić się swoim motywem z innymi. Wklejanie tutaj stosuje schemat";
-$a->strings["Navigation bar background color"] = "Kolor tła paska nawigacyjnego";
-$a->strings["Navigation bar icon color "] = "Kolor ikon na pasku nawigacyjnym ";
-$a->strings["Link color"] = "Kolor łączy";
-$a->strings["Set the background color"] = "Ustaw kolor tła";
-$a->strings["Content background opacity"] = "Nieprzezroczystość tła treści";
-$a->strings["Set the background image"] = "Ustaw obraz tła";
-$a->strings["Background image style"] = "Styl tła";
-$a->strings["Enable Compose page"] = "Włącz stronę edycji";
-$a->strings["This replaces the jot modal window for writing new posts with a link to <a href=\"compose\">the new Compose page</a>."] = "";
-$a->strings["Login page background image"] = "Obraz tła strony logowania";
-$a->strings["Login page background color"] = "Kolor tła strony logowania";
-$a->strings["Leave background image and color empty for theme defaults"] = "Pozostaw obraz tła i kolor pusty dla domyślnych ustawień kompozycji";
-$a->strings["Alignment"] = "Wyrównanie";
-$a->strings["Left"] = "Lewo";
-$a->strings["Center"] = "Środek";
-$a->strings["Color scheme"] = "Zestaw kolorów";
-$a->strings["Posts font size"] = "Rozmiar czcionki postów";
-$a->strings["Textareas font size"] = "Rozmiar czcionki Textareas";
-$a->strings["Comma separated list of helper forums"] = "Lista pomocników oddzielona przecinkami";
-$a->strings["don't show"] = "nie pokazuj";
-$a->strings["show"] = "pokaż";
-$a->strings["Set style"] = "Ustaw styl";
-$a->strings["Community Pages"] = "Strony społeczności";
-$a->strings["Community Profiles"] = "Profile społeczności";
-$a->strings["Help or @NewHere ?"] = "Pomóż lub @NowyTutaj?";
-$a->strings["Connect Services"] = "Połączone serwisy";
-$a->strings["Find Friends"] = "Znajdź znajomych";
-$a->strings["Last users"] = "Ostatni użytkownicy";
-$a->strings["Find People"] = "Znajdź ludzi";
-$a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykład: Jan Kowalski, Wędkarstwo";
-$a->strings["Find"] = "Znajdź";
-$a->strings["Similar Interests"] = "Podobne zainteresowania";
-$a->strings["Random Profile"] = "Domyślny profil";
-$a->strings["Invite Friends"] = "Zaproś znajomych";
-$a->strings["Global Directory"] = "Katalog globalny";
-$a->strings["Local Directory"] = "Katalog lokalny";
-$a->strings["Forums"] = "Fora";
-$a->strings["External link to forum"] = "Zewnętrzny link do forum";
-$a->strings["show more"] = "pokaż więcej";
-$a->strings["Quick Start"] = "Szybki start";
-$a->strings["Help"] = "Pomoc";
+$a->strings["Member since:"] = "Członek od:";
+$a->strings["j F, Y"] = "d M, R";
+$a->strings["j F"] = "d M";
+$a->strings["Birthday:"] = "Urodziny:";
+$a->strings["Age:"] = "Wiek:";
+$a->strings["for %1\$d %2\$s"] = "od %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Preferencje seksualne:";
+$a->strings["Hometown:"] = "Miasto rodzinne:";
+$a->strings["Tags:"] = "Tagi:";
+$a->strings["Political Views:"] = "Poglądy polityczne:";
+$a->strings["Religion:"] = "Religia:";
+$a->strings["Hobbies/Interests:"] = "Hobby/Zainteresowania:";
+$a->strings["Likes:"] = "Lubię to:";
+$a->strings["Dislikes:"] = "Nie lubię tego:";
+$a->strings["Contact information and Social Networks:"] = "Informacje kontaktowe i sieci społecznościowe:";
+$a->strings["Musical interests:"] = "Zainteresowania muzyczne:";
+$a->strings["Books, literature:"] = "Książki, literatura:";
+$a->strings["Television:"] = "Telewizja:";
+$a->strings["Film/dance/culture/entertainment:"] = "Film/taniec/kultura/rozrywka:";
+$a->strings["Love/Romance:"] = "Miłość/Romans:";
+$a->strings["Work/employment:"] = "Praca/zatrudnienie:";
+$a->strings["School/education:"] = "Szkoła/edukacja:";
+$a->strings["Forums:"] = "Fora:";
+$a->strings["Basic"] = "Podstawowy";
+$a->strings["Advanced"] = "Zaawansowany";
+$a->strings["Status Messages and Posts"] = "Status wiadomości i postów";
+$a->strings["Profile Details"] = "Szczegóły profilu";
+$a->strings["Photo Albums"] = "Albumy zdjęć";
+$a->strings["Personal Notes"] = "Notatki";
+$a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć";
+$a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników";
+$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s wita %2\$s";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Rozpoczęcie:";
+$a->strings["Finishes:"] = "Zakończenie:";
+$a->strings["all-day"] = "cały dzień";
+$a->strings["Sun"] = "Niedz";
+$a->strings["Mon"] = "Pon";
+$a->strings["Tue"] = "Wt";
+$a->strings["Wed"] = "Śr";
+$a->strings["Thu"] = "Czw";
+$a->strings["Fri"] = "Pt";
+$a->strings["Sat"] = "Sob";
+$a->strings["Sunday"] = "Niedziela";
+$a->strings["Monday"] = "Poniedziałek";
 $a->strings["Tuesday"] = "Wtorek";
 $a->strings["Wednesday"] = "Środa";
 $a->strings["Thursday"] = "Czwartek";
 $a->strings["Friday"] = "Piątek";
 $a->strings["Saturday"] = "Sobota";
+$a->strings["Jan"] = "Sty";
+$a->strings["Feb"] = "Lut";
+$a->strings["Mar"] = "Mar";
+$a->strings["Apr"] = "Kwi";
+$a->strings["May"] = "Maj";
+$a->strings["Jun"] = "Cze";
+$a->strings["Jul"] = "Lip";
+$a->strings["Aug"] = "Sie";
+$a->strings["Sept"] = "Wrz";
+$a->strings["Oct"] = "Paź";
+$a->strings["Nov"] = "Lis";
+$a->strings["Dec"] = "Gru";
 $a->strings["January"] = "Styczeń";
 $a->strings["February"] = "Luty";
 $a->strings["March"] = "Marzec";
 $a->strings["April"] = "Kwiecień";
-$a->strings["May"] = "Maj";
 $a->strings["June"] = "Czerwiec";
 $a->strings["July"] = "Lipiec";
 $a->strings["August"] = "Sierpień";
@@ -1049,24 +690,141 @@ $a->strings["September"] = "Wrzesień";
 $a->strings["October"] = "Październik";
 $a->strings["November"] = "Listopad";
 $a->strings["December"] = "Grudzień";
-$a->strings["Mon"] = "Pon";
-$a->strings["Tue"] = "Wt";
-$a->strings["Wed"] = "Śr";
-$a->strings["Thu"] = "Czw";
-$a->strings["Fri"] = "Pt";
-$a->strings["Sat"] = "Sob";
-$a->strings["Sun"] = "Niedz";
-$a->strings["Jan"] = "Sty";
-$a->strings["Feb"] = "Lut";
-$a->strings["Mar"] = "Mar";
-$a->strings["Apr"] = "Kwi";
-$a->strings["Jun"] = "Cze";
-$a->strings["Jul"] = "Lip";
-$a->strings["Aug"] = "Sie";
+$a->strings["today"] = "dzisiaj";
+$a->strings["month"] = "miesiąc";
+$a->strings["week"] = "tydzień";
+$a->strings["day"] = "dzień";
+$a->strings["No events to display"] = "Brak wydarzeń do wyświetlenia";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Edytuj wydarzenie";
+$a->strings["Duplicate event"] = "Zduplikowane zdarzenie";
+$a->strings["Delete event"] = "Usuń wydarzenie";
+$a->strings["link to source"] = "link do źródła";
+$a->strings["D g:i A"] = "D g:i A";
+$a->strings["g:i A"] = "g:i A";
+$a->strings["Show map"] = "Pokaż mapę";
+$a->strings["Hide map"] = "Ukryj mapę";
+$a->strings["%s's birthday"] = "%s urodzin";
+$a->strings["Happy Birthday %s"] = "Urodziny %s";
+$a->strings["Contact Photos"] = "Zdjęcia kontaktu";
+$a->strings["Login failed"] = "Logowanie nieudane";
+$a->strings["Not enough information to authenticate"] = "Za mało informacji do uwierzytelnienia";
+$a->strings["User not found"] = "Użytkownik nie znaleziony";
+$a->strings["Password can't be empty"] = "Hasło nie może być puste";
+$a->strings["Empty passwords are not allowed."] = "Puste hasła są niedozwolone.";
+$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne.";
+$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "Hasło nie może zawierać podkreślonych liter, białych spacji ani dwukropków (:)";
+$a->strings["Passwords do not match. Password unchanged."] = "Hasła nie pasują do siebie. Hasło niezmienione.";
+$a->strings["An invitation is required."] = "Wymagane zaproszenie.";
+$a->strings["Invitation could not be verified."] = "Zaproszenie niezweryfikowane.";
+$a->strings["Invalid OpenID url"] = "Nieprawidłowy adres url OpenID";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora.";
+$a->strings["The error message was:"] = "Komunikat o błędzie:";
+$a->strings["Please enter the required information."] = "Wprowadź wymagane informacje.";
+$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) i system.username_max_length (%s) wykluczają się nawzajem, zamieniając wartości.";
+$a->strings["Username should be at least %s character."] = [
+       0 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
+       1 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
+       2 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
+       3 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
+];
+$a->strings["Username should be at most %s character."] = [
+       0 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
+       1 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
+       2 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
+       3 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
+];
+$a->strings["That doesn't appear to be your full (First Last) name."] = "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Twoja domena internetowa nie jest obsługiwana na tej stronie.";
+$a->strings["Not a valid email address."] = "Niepoprawny adres e mail..";
+$a->strings["The nickname was blocked from registration by the nodes admin."] = "Pseudonim został zablokowany przed rejestracją przez administratora węzłów.";
+$a->strings["Cannot use that email."] = "Nie można użyć tego e-maila.";
+$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Twój pseudonim może zawierać tylko a-z, 0-9 i _.";
+$a->strings["Nickname is already registered. Please choose another."] = "Ten login jest zajęty. Wybierz inny.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń.";
+$a->strings["An error occurred during registration. Please try again."] = "Wystąpił bład podczas rejestracji, Spróbuj ponownie.";
+$a->strings["An error occurred creating your default profile. Please try again."] = "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie.";
+$a->strings["An error occurred creating your self contact. Please try again."] = "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie.";
+$a->strings["An error occurred creating your default contact group. Please try again."] = "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie.";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tSzanowny Użytkowniku %1\$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto czeka na zatwierdzenie przez administratora.\n\n\t\t\tTwoje dane do logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%4\$s\n\t\t\tHasło:\t\t%5\$s\n\t\t";
+$a->strings["Registration at %s"] = "Rejestracja w %s";
+$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "\n\t\t\t\tSzanowna/y %1\$s,\n\t\t\t\tDziękujemy za rejestrację w %2\$s. Twoje konto zostało utworzone.\n\t\t\t";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%1\$s\n\t\t\tHasło:\t\t%5\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %3\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do %2\$s.";
+$a->strings["Registration details for %s"] = "Szczegóły rejestracji dla %s";
+$a->strings["[no subject]"] = "[bez tematu]";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie.";
+$a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów";
+$a->strings["Everybody"] = "Wszyscy";
+$a->strings["edit"] = "edytuj";
+$a->strings["add"] = "dodaj";
+$a->strings["Groups"] = "Grupy";
+$a->strings["Edit group"] = "Edytuj grupy";
+$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie";
+$a->strings["Create a new group"] = "Stwórz nową grupę";
+$a->strings["Group Name: "] = "Nazwa grupy: ";
+$a->strings["Edit groups"] = "Edytuj grupy";
+$a->strings["Item filed"] = "Element złożony";
+$a->strings["UnFollow"] = "";
+$a->strings["Drop Contact"] = "Zakończ znajomość";
+$a->strings["Approve"] = "Zatwierdź";
+$a->strings["Organisation"] = "Organizacja";
+$a->strings["News"] = "Aktualności";
+$a->strings["Forum"] = "Forum";
+$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu.";
+$a->strings["Blocked domain"] = "Zablokowana domena";
+$a->strings["Connect URL missing."] = "Brak adresu URL połączenia.";
+$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe.";
+$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł.";
+$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji.";
+$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione.";
+$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail.";
+$a->strings["Use mailto: in front of address to force email check."] = "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie.";
+$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych";
+$a->strings["[Name Withheld]"] = "[Nazwa zastrzeżona]";
+$a->strings["activity"] = "aktywność";
+$a->strings["post"] = "post";
+$a->strings["Content warning: %s"] = "Ostrzeżenie o treści: %s";
+$a->strings["View Video"] = "Zobacz film";
+$a->strings["bytes"] = "bajty";
+$a->strings["View on separate page"] = "Zobacz na oddzielnej stronie";
+$a->strings["view on separate page"] = "zobacz na oddzielnej stronie";
+$a->strings["Database storage failed to update %s"] = "Przechowywanie bazy danych nie powiodło się %s";
+$a->strings["Database storage failed to insert data"] = "Magazyn bazy danych nie mógł wstawić danych";
+$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu.";
+$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu";
+$a->strings["Storage base path"] = "Ścieżka bazy pamięci masowej";
+$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW";
+$a->strings["Enter a valid existing folder"] = "Wprowadź poprawny istniejący folder";
+$a->strings["%s commented on %s's post"] = "%s skomentował wpis %s";
+$a->strings["%s created a new post"] = "%s dodał nowy wpis";
+$a->strings["%s liked %s's post"] = "%s polubił wpis %s";
+$a->strings["%s disliked %s's post"] = "%s nie lubi tych %s postów";
+$a->strings["%s is attending %s's event"] = "%s uczestniczy w wydarzeniu %s";
+$a->strings["%s is not attending %s's event"] = "%s nie uczestniczy w wydarzeniu %s";
+$a->strings["%s may attend %s's event"] = "%s może uczestniczyć %s w wydarzeniu";
+$a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s";
+$a->strings["Friend Suggestion"] = "Propozycja znajomych";
+$a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych";
+$a->strings["New Follower"] = "Nowy obserwujący";
+$a->strings["%s's timeline"] = "oś czasu %s";
+$a->strings["%s's posts"] = "wpisy %s";
+$a->strings["%s's comments"] = "komentarze %s";
+$a->strings["%s is now following %s."] = "%s zaczął(-ęła) obserwować %s.";
+$a->strings["following"] = "następujący";
+$a->strings["%s stopped following %s."] = "%s przestał(a) obserwować %s.";
+$a->strings["stopped following"] = "przestał śledzić";
+$a->strings["Attachments:"] = "Załączniki:";
+$a->strings["Legacy module file not found: %s"] = "Nie znaleziono pliku modułu: %s";
+$a->strings["Update %s failed. See error logs."] = "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów.";
+$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]";
+$a->strings["[Friendica Notify] Database update"] = "[Powiadomienie Friendica] Aktualizacja bazy danych";
+$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s.";
 $a->strings["Sep"] = "Wrz";
-$a->strings["Oct"] = "Paź";
-$a->strings["Nov"] = "Lis";
-$a->strings["Dec"] = "Gru";
 $a->strings["poke"] = "zaczep";
 $a->strings["poked"] = "zaczepił Cię";
 $a->strings["ping"] = "ping";
@@ -1079,12 +837,25 @@ $a->strings["finger"] = "wskaż";
 $a->strings["fingered"] = "dotknięty";
 $a->strings["rebuff"] = "odrzuć";
 $a->strings["rebuffed"] = "odrzucony";
-$a->strings["Update %s failed. See error logs."] = "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów.";
-$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa.";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]";
-$a->strings["[Friendica Notify] Database update"] = "[Powiadomienie Friendica] Aktualizacja bazy danych";
-$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s.";
-$a->strings["Error decoding account file"] = "Błąd podczas odczytu pliku konta";
+$a->strings["Login failed."] = "Logowanie nieudane.";
+$a->strings["Login failed. Please check your credentials."] = "Logowanie nie powiodło się. Sprawdź swoje dane uwierzytelniające.";
+$a->strings["Welcome %s"] = "Witaj %s";
+$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe.";
+$a->strings["Welcome back %s"] = "Witaj ponownie %s";
+$a->strings["Mutuals"] = "";
+$a->strings["Post to Email"] = "Prześlij e-mailem";
+$a->strings["Public"] = "Publiczny";
+$a->strings["This content will be shown to all your followers and can be seen in the community pages and by anyone with its link."] = "Ta treść zostanie wyświetlona wszystkim Twoim obserwatorom i będzie widoczna na stronach społeczności oraz przez każdego z jej linkiem.";
+$a->strings["Limited/Private"] = "Ograniczony/Prywatny";
+$a->strings["This content will be shown only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "Ta zawartość będzie wyświetlana tylko osobom w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie.";
+$a->strings["Show to:"] = "Pokaż na:";
+$a->strings["Except to:"] = "Z wyjątkiem:";
+$a->strings["CC: email addresses"] = "CC: adresy e-mail";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com";
+$a->strings["Connectors"] = "Wtyczki";
+$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone.";
+$a->strings["Error decoding account file"] = "Błąd podczas odczytu pliku konta";
 $a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?";
 $a->strings["User '%s' already exists on this server!"] = "Użytkownik '%s' już istnieje na tym serwerze!";
 $a->strings["User creation error"] = "Błąd tworzenia użytkownika";
@@ -1096,12 +867,6 @@ $a->strings["%d contact not imported"] = [
        3 => "%d kontakty nie zostały zaimportowane ",
 ];
 $a->strings["Done. You can now login with your username and password"] = "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła";
-$a->strings["Post to Email"] = "Prześlij e-mailem";
-$a->strings["Visible to everybody"] = "Widoczny dla wszystkich";
-$a->strings["Connectors"] = "Wtyczki";
-$a->strings["Hide your profile details from unknown viewers?"] = "Ukryć szczegóły twojego profilu przed nieznajomymi?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone.";
-$a->strings["Close"] = "Zamknij";
 $a->strings["The database configuration file \"config/local.config.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Plik konfiguracyjny bazy danych \"config/local.config.php\" nie mógł zostać zapisany. Proszę użyć załączonego tekstu, aby utworzyć plik konfiguracyjny w katalogu głównym serwera.";
 $a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Może być konieczne zaimportowanie pliku \"database.sql\" ręcznie, używając phpmyadmin lub mysql.";
 $a->strings["Please see the file \"INSTALL.txt\"."] = "Proszę przejrzeć plik \"INSTALL.txt\".";
@@ -1160,554 +925,279 @@ $a->strings["ImageMagick PHP extension is installed"] = "Rozszerzenie PHP ImageM
 $a->strings["ImageMagick supports GIF"] = "ImageMagick obsługuje GIF";
 $a->strings["Database already in use."] = "Baza danych jest już w użyciu.";
 $a->strings["Could not connect to database."] = "Nie można połączyć się z bazą danych.";
-$a->strings["Welcome %s"] = "Witaj %s";
-$a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe.";
-$a->strings["Welcome back %s"] = "Witaj ponownie %s";
-$a->strings["Birthday:"] = "Urodziny:";
-$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD lub MM-DD";
-$a->strings["never"] = "nigdy";
-$a->strings["less than a second ago"] = "mniej niż sekundę temu";
-$a->strings["year"] = "rok";
-$a->strings["years"] = "lata";
-$a->strings["months"] = "miesiące";
-$a->strings["weeks"] = "tygodnie";
-$a->strings["days"] = "dni";
-$a->strings["hour"] = "godzina";
-$a->strings["hours"] = "godziny";
-$a->strings["minute"] = "minuta";
-$a->strings["minutes"] = "minuty";
-$a->strings["second"] = "sekunda";
-$a->strings["seconds"] = "sekundy";
-$a->strings["in %1\$d %2\$s"] = "w %1\$d %2\$s";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s temu";
-$a->strings["view full size"] = "zobacz pełny rozmiar";
-$a->strings["Image/photo"] = "Obrazek/zdjęcie";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a>%3\$s";
-$a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć";
-$a->strings["$1 wrote:"] = "$1 napisał:";
-$a->strings["Encrypted content"] = "Szyfrowana treść";
-$a->strings["Invalid source protocol"] = "Nieprawidłowy protokół źródłowy";
-$a->strings["Invalid link protocol"] = "Niepoprawny link protokołu";
-$a->strings["Loading more entries..."] = "Ładuję więcej wpisów...";
-$a->strings["The end"] = "Koniec";
-$a->strings["Follow"] = "Śledź";
-$a->strings["Search"] = "Szukaj";
-$a->strings["@name, !forum, #tags, content"] = "@imię, !forum, #tagi, treść";
-$a->strings["Full Text"] = "Pełny tekst";
-$a->strings["Tags"] = "Tagi";
-$a->strings["Trending Tags (last %d hour)"] = [
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
+$a->strings["Public access denied."] = "Publiczny dostęp zabroniony.";
+$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte).";
+$a->strings["Find on this site"] = "Znajdź na tej stronie";
+$a->strings["Results for:"] = "Wyniki dla:";
+$a->strings["Site Directory"] = "Katalog Witryny";
+$a->strings["Bad Request"] = "Nieprawidłowe żądanie";
+$a->strings["Unauthorized"] = "Nieautoryzowane";
+$a->strings["Forbidden"] = "Zabronione";
+$a->strings["Not Found"] = "Nie znaleziono";
+$a->strings["Internal Server Error"] = "Wewnętrzny błąd serwera";
+$a->strings["Service Unavailable"] = "Usługa Niedostępna ";
+$a->strings["The server cannot or will not process the request due to an apparent client error."] = "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta.";
+$a->strings["Authentication is required and has failed or has not yet been provided."] = "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone.";
+$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta.";
+$a->strings["The requested resource could not be found but may be available in the future."] = "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości.";
+$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat.";
+$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później.";
+$a->strings["Go back"] = "Wróć";
+$a->strings["Help:"] = "Pomoc:";
+$a->strings["Manage Identities and/or Pages"] = "Zarządzaj tożsamościami i/lub stronami";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\"";
+$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania: ";
+$a->strings["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."] = "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji.";
+$a->strings["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."] = "Te dane są wymagane do komunikacji i są przekazywane do węzłów partnerów komunikacyjnych i są tam przechowywane. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych.";
+$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "";
+$a->strings["Privacy Statement"] = "Oświadczenie o prywatności";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Instalator";
+$a->strings["System check"] = "Sprawdzanie systemu";
+$a->strings["Next"] = "Następny";
+$a->strings["Check again"] = "Sprawdź ponownie";
+$a->strings["No SSL policy, links will track page SSL state"] = "Brak SSL, linki będą śledzić stan SSL";
+$a->strings["Force all links to use SSL"] = "Wymuś używanie SSL na wszystkich odnośnikach";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . ";
+$a->strings["Base settings"] = "Ustawienia bazy";
+$a->strings["SSL link policy"] = "Polityka odnośników SSL";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "Określa, czy generowane odnośniki będą obowiązkowo używały SSL";
+$a->strings["Host name"] = "Nazwa hosta";
+$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian.";
+$a->strings["Base path to installation"] = "Podstawowa ścieżka do instalacji";
+$a->strings["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."] = "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota.";
+$a->strings["Sub path of the URL"] = "Ścieżka podrzędna adresu URL";
+$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki.";
+$a->strings["Database connection"] = "Połączenie z bazą danych";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień .";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją.";
+$a->strings["Database Server Name"] = "Nazwa serwera bazy danych";
+$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych";
+$a->strings["Database Login Password"] = "Hasło logowania do bazy danych";
+$a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste";
+$a->strings["Database Name"] = "Nazwa bazy danych";
+$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony";
+$a->strings["Site settings"] = "Ustawienia strony";
+$a->strings["Site administrator email address"] = "Adres e-mail administratora strony";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego.";
+$a->strings["System Language:"] = "Język systemu:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile.";
+$a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana.";
+$a->strings["Installation finished"] = "Instalacja zakończona";
+$a->strings["<h1>What next</h1>"] = "<h1>Co dalej</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika.";
+$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny.";
+$a->strings["Please login to continue."] = "Zaloguj się aby kontynuować.";
+$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne.";
+$a->strings["Overview"] = "Przegląd";
+$a->strings["Federation Statistics"] = "Statystyki Organizacji";
+$a->strings["Configuration"] = "Konfiguracja";
+$a->strings["Site"] = "Strona";
+$a->strings["Users"] = "Użytkownicy";
+$a->strings["Addons"] = "Dodatki";
+$a->strings["Themes"] = "Wygląd";
+$a->strings["Additional features"] = "Dodatkowe funkcje";
+$a->strings["Database"] = "Baza danych";
+$a->strings["DB updates"] = "Aktualizacje DB";
+$a->strings["Inspect Deferred Workers"] = "Sprawdź Odroczonych Pracowników";
+$a->strings["Inspect worker Queue"] = "Sprawdź kolejkę pracowników";
+$a->strings["Tools"] = "Narzędzia";
+$a->strings["Contact Blocklist"] = "Lista zablokowanych kontaktów";
+$a->strings["Server Blocklist"] = "Lista zablokowanych serwerów";
+$a->strings["Delete Item"] = "Usuń przedmiot";
+$a->strings["Logs"] = "Logi";
+$a->strings["View Logs"] = "Zobacz rejestry";
+$a->strings["Diagnostics"] = "Diagnostyka";
+$a->strings["PHP Info"] = "Informacje o PHP";
+$a->strings["probe address"] = "adres sondy";
+$a->strings["check webfinger"] = "sprawdź webfinger";
+$a->strings["Item Source"] = "Źródło elementu";
+$a->strings["Babel"] = "";
+$a->strings["Addon Features"] = "Funkcje dodatkowe";
+$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkowników czekające na potwierdzenie";
+$a->strings["Create a New Account"] = "Załóż nowe konto";
+$a->strings["Your OpenID: "] = "";
+$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "";
+$a->strings["Or login using OpenID: "] = "Lub zaloguj się za pośrednictwem OpenID: ";
+$a->strings["Nickname or Email: "] = "Pseudonim lub e-mail: ";
+$a->strings["Password: "] = "Hasło: ";
+$a->strings["Remember me"] = "Zapamiętaj mnie";
+$a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?";
+$a->strings["Password Reset"] = "Zresetuj hasło";
+$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny";
+$a->strings["terms of service"] = "warunki użytkowania";
+$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny";
+$a->strings["privacy policy"] = "polityka prywatności";
+$a->strings["Access to this profile has been restricted."] = "Dostęp do tego profilu został ograniczony.";
+$a->strings["Invalid code, please retry."] = "Nieprawidłowy kod, spróbuj ponownie.";
+$a->strings["Two-factor authentication"] = "Uwierzytelnianie dwuskładnikowe";
+$a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.</p>";
+$a->strings["Error"] = [
+       0 => "Błąd",
+       1 => "Błędów",
+       2 => "Błędy",
+       3 => "Błędów",
 ];
-$a->strings["More Trending Tags"] = "Więcej popularnych tagów";
-$a->strings["Export"] = "Eksport";
-$a->strings["Export calendar as ical"] = "Wyeksportuj kalendarz jako ical";
-$a->strings["Export calendar as csv"] = "Eksportuj kalendarz jako csv";
-$a->strings["No contacts"] = "Brak kontaktów";
-$a->strings["%d Contact"] = [
-       0 => "%d kontakt",
-       1 => "%d kontaktów",
-       2 => "%d kontakty",
-       3 => "%d Kontakty",
+$a->strings["Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "Nie masz telefonu? <a href=\"%s\">Wprowadzić dwuetapowy kod przywracania </a>";
+$a->strings["Please enter a code from your authentication app"] = "Wprowadź kod z aplikacji uwierzytelniającej";
+$a->strings["Verify code and complete login"] = "Zweryfikuj kod i zakończ logowanie";
+$a->strings["Remaining recovery codes: %d"] = "Pozostałe kody odzyskiwania: %d";
+$a->strings["Two-factor recovery"] = "Odzyskiwanie dwuczynnikowe";
+$a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.</p>";
+$a->strings["Please enter a recovery code"] = "Wprowadź kod odzyskiwania";
+$a->strings["Submit recovery code and complete login"] = "Prześlij kod odzyskiwania i pełne logowanie";
+$a->strings["System down for maintenance"] = "System wyłączony w celu konserwacji";
+$a->strings["This page is missing a url parameter."] = "Na tej stronie brakuje parametru url.";
+$a->strings["The post was created"] = "Post został utworzony";
+$a->strings["Invalid photo with id %s."] = "Nieprawidłowe zdjęcie z identyfikatorem %s.";
+$a->strings["Item was not found."] = "Element nie znaleziony.";
+$a->strings["Server domain pattern added to blocklist."] = "Wzorzec domeny serwera dodano do listy bloków.";
+$a->strings["Site blocklist updated."] = "Zaktualizowano listę bloków witryny.";
+$a->strings["Blocked server domain pattern"] = "Zablokowany wzorzec domeny serwera";
+$a->strings["Reason for the block"] = "Powód blokowania";
+$a->strings["Delete server domain pattern"] = "Usuń wzorzec domeny serwera";
+$a->strings["Check to delete this entry from the blocklist"] = "Zaznacz, aby usunąć ten wpis z listy bloków";
+$a->strings["Administration"] = "Administracja";
+$a->strings["Server Domain Pattern Blocklist"] = "Lista bloków wzorców domen serwerów";
+$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "Ta strona może zostać użyta do zdefiniowania czarnej listy wzorców domen serwera z sieci stowarzyszonej, które nie mogą współdziałać z twoim węzłem. Dla każdego wzorca domeny należy również podać powód zablokowania go.";
+$a->strings["The list of blocked server domain patterns will be made publically available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."] = "";
+$a->strings["<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"] = "";
+$a->strings["Add new entry to block list"] = "Dodaj nowy wpis do listy bloków";
+$a->strings["Server Domain Pattern"] = "Wzorzec domeny serwera";
+$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "Wzorzec domeny nowego serwera do dodania do listy bloków. Nie dołączaj protokołu.";
+$a->strings["Block reason"] = "Powód zablokowania";
+$a->strings["The reason why you blocked this server domain pattern."] = "Powód zablokowania wzorca domeny serwera.";
+$a->strings["Add Entry"] = "Dodaj wpis";
+$a->strings["Save changes to the blocklist"] = "Zapisz zmiany w liście zablokowanych";
+$a->strings["Current Entries in the Blocklist"] = "Aktualne wpisy na liście zablokowanych";
+$a->strings["Delete entry from blocklist"] = "Usuń wpis z listy zablokowanych";
+$a->strings["Delete entry from blocklist?"] = "Usunąć wpis z listy zablokowanych?";
+$a->strings["The contact has been blocked from the node"] = "Kontakt został zablokowany w węźle";
+$a->strings["Could not find any contact entry for this URL (%s)"] = "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)";
+$a->strings["%s contact unblocked"] = [
+       0 => "%s kontakt odblokowany",
+       1 => "%s kontakty odblokowane",
+       2 => "%s kontaktów odblokowanych",
+       3 => "%s kontaktów odblokowanych",
 ];
-$a->strings["View Contacts"] = "Widok kontaktów";
-$a->strings["Remove term"] = "Usuń wpis";
-$a->strings["Saved Searches"] = "Zapisywanie wyszukiwania";
-$a->strings["General Features"] = "Funkcje ogólne";
-$a->strings["Multiple Profiles"] = "Wiele profili";
-$a->strings["Ability to create multiple profiles"] = "Możliwość tworzenia wielu profili";
-$a->strings["Photo Location"] = "Lokalizacja zdjęcia";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadane zdjęć są zwykle usuwane. Wyodrębnia to położenie (jeśli jest obecne) przed usunięciem metadanych i łączy je z mapą.";
-$a->strings["Export Public Calendar"] = "Eksportowanie publicznego kalendarza";
-$a->strings["Ability for visitors to download the public calendar"] = "Umożliwia pobieranie kalendarza publicznego przez odwiedzających";
-$a->strings["Trending Tags"] = "Popularne tagi";
-$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "Pokaż widżet strony społeczności z listą najpopularniejszych tagów w ostatnich postach publicznych.";
-$a->strings["Post Composition Features"] = "Ustawienia funkcji postów";
-$a->strings["Auto-mention Forums"] = "Automatyczne wymienianie forów";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Dodaj/usuń wzmiankę, gdy strona forum zostanie wybrana/cofnięta w oknie ACL.";
-$a->strings["Explicit Mentions"] = "";
-$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Dodaj wyraźne wzmianki do pola komentarza, aby ręcznie kontrolować, kto zostanie wymieniony w odpowiedziach.";
-$a->strings["Network Sidebar"] = "Sieć Pasek Boczny";
-$a->strings["Archives"] = "Archiwum";
-$a->strings["Ability to select posts by date ranges"] = "Wybierz wpisy według zakresów dat";
-$a->strings["Protocol Filter"] = "Filtr protokołu";
-$a->strings["Enable widget to display Network posts only from selected protocols"] = "Włącz widżet, aby wyświetlać posty sieciowe tylko z wybranych protokołów";
-$a->strings["Network Tabs"] = "Etykiety sieciowe";
-$a->strings["Network New Tab"] = "Etykieta Nowe Posty Sieciowe";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Włącza etykietę wyświetlającą tylko nowe posty sieciowe (z ostatnich 12 godzin)";
-$a->strings["Network Shared Links Tab"] = "Etykieta Udostępnianie Łącz Sieciowych";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Włącza etykietę wyświetlającą tylko posty sieciowe z łączami do nich";
-$a->strings["Post/Comment Tools"] = "Narzędzia post/komentarz";
-$a->strings["Post Categories"] = "Kategorie postów";
-$a->strings["Add categories to your posts"] = "Umożliwia dodawanie kategorii do twoich postów";
-$a->strings["Advanced Profile Settings"] = "Zaawansowane ustawienia profilu";
-$a->strings["List Forums"] = "Lista forów";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Wyświetla publiczne fora społeczności na stronie profilu zaawansowanego";
-$a->strings["Tag Cloud"] = "Chmura tagów";
-$a->strings["Provide a personal tag cloud on your profile page"] = "Podaj osobistą chmurę tagów na stronie profilu";
-$a->strings["Display Membership Date"] = "Wyświetl datę członkostwa";
-$a->strings["Display membership date in profile"] = "Wyświetla datę członkostwa w profilu";
-$a->strings["Embedding disabled"] = "Osadzanie wyłączone";
-$a->strings["Embedded content"] = "Osadzona zawartość";
-$a->strings["Frequently"] = "Często";
-$a->strings["Hourly"] = "Co godzinę";
-$a->strings["Twice daily"] = "Dwa razy dziennie";
-$a->strings["Daily"] = "Codziennie";
-$a->strings["Weekly"] = "Co tydzień";
-$a->strings["Monthly"] = "Miesięczne";
-$a->strings["DFRN"] = "DFRN";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "E-mail";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "Łącze Diaspora";
-$a->strings["GNU Social Connector"] = "Łącze GNU Social";
-$a->strings["ActivityPub"] = "Pub aktywności";
-$a->strings["pnut"] = "orzech";
-$a->strings["No answer"] = "Brak odpowiedzi";
-$a->strings["Male"] = "Mężczyzna";
-$a->strings["Female"] = "Kobieta";
-$a->strings["Currently Male"] = "Obecnie mężczyzna";
-$a->strings["Currently Female"] = "Obecnie Kobieta";
-$a->strings["Mostly Male"] = "Najczęściej męskie";
-$a->strings["Mostly Female"] = "Najczęściej żeńskie";
-$a->strings["Transgender"] = "Transseksualny";
-$a->strings["Intersex"] = "Interseksualne";
-$a->strings["Transsexual"] = "Transseksualny";
-$a->strings["Hermaphrodite"] = "Hermafrodyta";
-$a->strings["Neuter"] = "Rodzaj nijaki";
-$a->strings["Non-specific"] = "Niespecyficzne";
-$a->strings["Other"] = "Inne";
-$a->strings["Males"] = "Mężczyźni";
-$a->strings["Females"] = "Kobiety";
-$a->strings["Gay"] = "Gej";
-$a->strings["Lesbian"] = "Lesbijka";
-$a->strings["No Preference"] = "Brak preferencji";
-$a->strings["Bisexual"] = "Biseksualny(-a)";
-$a->strings["Autosexual"] = "Autoseksualny(-a)";
-$a->strings["Abstinent"] = "Abstynent";
-$a->strings["Virgin"] = "Dziewica";
-$a->strings["Deviant"] = "Zboczeniec";
-$a->strings["Fetish"] = "Fetysz";
-$a->strings["Oodles"] = "Nadmiar";
-$a->strings["Nonsexual"] = "Nieseksualny(-a)";
-$a->strings["Single"] = "Singiel";
-$a->strings["Lonely"] = "Samotny(-a)";
-$a->strings["In a relation"] = "W relacji";
-$a->strings["Has crush"] = "Ma sympatię";
-$a->strings["Infatuated"] = "Zakochany(-a)";
-$a->strings["Dating"] = "Randki";
-$a->strings["Unfaithful"] = "Niewierny(-a)";
-$a->strings["Sex Addict"] = "Uzależniony(-a) od seksu";
-$a->strings["Friends"] = "Przyjaciele";
-$a->strings["Friends/Benefits"] = "Przyjaciele/Korzyści";
-$a->strings["Casual"] = "Przypadkowy";
-$a->strings["Engaged"] = "Zaręczony(-a)";
-$a->strings["Married"] = "W związku małżeńskim";
-$a->strings["Imaginarily married"] = "Fikcyjnie w związku małżeńskim";
-$a->strings["Partners"] = "Partnerzy";
-$a->strings["Cohabiting"] = "Konkubinat";
-$a->strings["Common law"] = "Prawo zwyczajowe";
-$a->strings["Happy"] = "Szczęśliwy(-a)";
-$a->strings["Not looking"] = "Nie szukam";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Zdradzony(-a)";
-$a->strings["Separated"] = "W separacji";
-$a->strings["Unstable"] = "Niestabilny";
-$a->strings["Divorced"] = "Rozwiedziony(-a)";
-$a->strings["Imaginarily divorced"] = "Fikcyjnie rozwiedziony(-a)";
-$a->strings["Widowed"] = "Wdowiec";
-$a->strings["Uncertain"] = "Nieokreślony(-a)";
-$a->strings["It's complicated"] = "To skomplikowane";
-$a->strings["Don't care"] = "Nie przejmuj się";
-$a->strings["Ask me"] = "Zapytaj mnie";
-$a->strings["Nothing new here"] = "Brak nowych zdarzeń";
-$a->strings["Clear notifications"] = "Wyczyść powiadomienia";
-$a->strings["Logout"] = "Wyloguj";
-$a->strings["End this session"] = "Zakończ sesję";
-$a->strings["Login"] = "Zaloguj się";
-$a->strings["Sign in"] = "Zaloguj się";
-$a->strings["Personal notes"] = "Notatki";
-$a->strings["Your personal notes"] = "Twoje prywatne notatki";
-$a->strings["Home"] = "Strona domowa";
-$a->strings["Home Page"] = "Strona startowa";
-$a->strings["Register"] = "Zarejestruj";
-$a->strings["Create an account"] = "Załóż konto";
-$a->strings["Help and documentation"] = "Pomoc i dokumentacja";
-$a->strings["Apps"] = "Aplikacje";
-$a->strings["Addon applications, utilities, games"] = "Wtyczki, aplikacje, narzędzia, gry";
-$a->strings["Search site content"] = "Przeszukaj zawartość strony";
-$a->strings["Community"] = "Społeczność";
-$a->strings["Conversations on this and other servers"] = "Rozmowy na tym i innych serwerach";
-$a->strings["Directory"] = "Katalog";
-$a->strings["People directory"] = "Katalog osób";
-$a->strings["Information"] = "Informacje";
-$a->strings["Information about this friendica instance"] = "Informacje o tej instancji friendica";
-$a->strings["Terms of Service"] = "Warunki usługi";
-$a->strings["Terms of Service of this Friendica instance"] = "Warunki świadczenia usług tej instancji Friendica";
-$a->strings["Network Reset"] = "Resetowanie sieci";
-$a->strings["Load Network page with no filters"] = "Załaduj stronę sieci bez filtrów";
-$a->strings["Introductions"] = "Zapoznanie";
-$a->strings["Friend Requests"] = "Prośba o przyjęcie do grona znajomych";
-$a->strings["See all notifications"] = "Zobacz wszystkie powiadomienia";
-$a->strings["Mark all system notifications seen"] = "Oznacz wszystkie powiadomienia systemu jako przeczytane";
-$a->strings["Inbox"] = "Odebrane";
-$a->strings["Outbox"] = "Wysłane";
-$a->strings["Delegation"] = "";
-$a->strings["Manage other pages"] = "Zarządzaj innymi stronami";
-$a->strings["Manage/Edit Profiles"] = "Zarządzaj/Edytuj profile";
-$a->strings["Admin"] = "Administator";
-$a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji";
-$a->strings["Navigation"] = "Nawigacja";
-$a->strings["Site map"] = "Mapa strony";
-$a->strings["newer"] = "nowsze";
-$a->strings["older"] = "starsze";
-$a->strings["prev"] = "poprzedni";
-$a->strings["last"] = "ostatni";
-$a->strings["Add New Contact"] = "Dodaj nowy kontakt";
-$a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara";
-$a->strings["%d invitation available"] = [
-       0 => "%d zaproszenie dostępne",
-       1 => "%d zaproszeń dostępnych",
-       2 => "%d zaproszenia dostępne",
-       3 => "%d zaproszenia dostępne",
+$a->strings["Remote Contact Blocklist"] = "Lista zablokowanych kontaktów zdalnych";
+$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego.";
+$a->strings["Block Remote Contact"] = "Zablokuj kontakt zdalny";
+$a->strings["select all"] = "zaznacz wszystko";
+$a->strings["select none"] = "wybierz brak";
+$a->strings["Unblock"] = "Odblokuj";
+$a->strings["No remote contact is blocked from this node."] = "Z tego węzła nie jest blokowany kontakt zdalny.";
+$a->strings["Blocked Remote Contacts"] = "Zablokowane kontakty zdalne";
+$a->strings["Block New Remote Contact"] = "Zablokuj nowy kontakt zdalny";
+$a->strings["Photo"] = "Zdjęcie";
+$a->strings["Name"] = "Nazwa";
+$a->strings["Reason"] = "";
+$a->strings["%s total blocked contact"] = [
+       0 => "łącznie %s zablokowany kontakt",
+       1 => "łącznie %s zablokowane kontakty",
+       2 => "łącznie %s zablokowanych kontaktów",
+       3 => "%s całkowicie zablokowane kontakty",
 ];
-$a->strings["Following"] = "";
-$a->strings["Mutual friends"] = "Wspólni znajomi";
-$a->strings["Relationships"] = "Relacje";
-$a->strings["All Contacts"] = "Wszystkie kontakty";
-$a->strings["Protocols"] = "Protokoły";
-$a->strings["All Protocols"] = "Wszystkie protokoły";
-$a->strings["Saved Folders"] = "Zapisz w folderach";
-$a->strings["Everything"] = "Wszystko";
-$a->strings["Categories"] = "Kategorie";
-$a->strings["%d contact in common"] = [
-       0 => "%d wspólny kontakt",
-       1 => "%d wspólne kontakty",
-       2 => "%d wspólnych kontaktów",
-       3 => "%dwspólnych kontaktów",
+$a->strings["Profile URL"] = "Adres URL profilu";
+$a->strings["URL of the remote contact to block."] = "Adres URL kontaktu zdalnego do zablokowania.";
+$a->strings["Block Reason"] = "";
+$a->strings["The Terms of Service settings have been updated."] = "Ustawienia Warunków korzystania z usługi zostały zaktualizowane.";
+$a->strings["Display Terms of Service"] = "Wyświetl Warunki korzystania z usługi";
+$a->strings["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."] = "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi.";
+$a->strings["Display Privacy Statement"] = "Wyświetl oświadczenie o prywatności";
+$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do <a href=\"%s\" target=\"_blank\">EU-GDPR</a>.";
+$a->strings["Privacy Statement Preview"] = "Podgląd oświadczenia o prywatności";
+$a->strings["The Terms of Service"] = "Warunki świadczenia usług";
+$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej.";
+$a->strings["Save Settings"] = "Zapisz ustawienia";
+$a->strings["Addon not found."] = "Nie znaleziono dodatku.";
+$a->strings["Addon %s disabled."] = "Dodatek %s wyłączony.";
+$a->strings["Addon %s enabled."] = "Dodatek %s włączony.";
+$a->strings["Disable"] = "Wyłącz";
+$a->strings["Enable"] = "Zezwól";
+$a->strings["Toggle"] = "Włącz";
+$a->strings["Author: "] = "Autor: ";
+$a->strings["Maintainer: "] = "Opiekun: ";
+$a->strings["Addon %s failed to install."] = "Instalacja dodatku %s nie powiodła się.";
+$a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki";
+$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1\$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2\$s";
+$a->strings["Theme settings updated."] = "Zaktualizowano ustawienia motywów.";
+$a->strings["Unknown theme."] = "Nieznany motyw.";
+$a->strings["Theme %s disabled."] = "Motyw %s wyłączony.";
+$a->strings["Theme %s successfully enabled."] = "Motyw %s został pomyślnie włączony.";
+$a->strings["Theme %s failed to install."] = "Nie udało się zainstalować motywu %s.";
+$a->strings["Screenshot"] = "Zrzut ekranu";
+$a->strings["Reload active themes"] = "Przeładuj aktywne motywy";
+$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1\$s";
+$a->strings["[Experimental]"] = "[Eksperymentalne]";
+$a->strings["[Unsupported]"] = "[Niewspieralne]";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tadministrator %2\$s założył dla ciebie konto.";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:%2\$s\n\t\t\tHasło:%3\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc,\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %1\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do%4\$s";
+$a->strings["%s user blocked"] = [
+       0 => "%s użytkownik zablokowany",
+       1 => "%s użytkowników zablokowanych",
+       2 => "%s użytkowników zablokowanych",
+       3 => "%s użytkownicy zablokowani",
 ];
-$a->strings["There are no tables on MyISAM."] = "W MyISAM nie ma tabel.";
-$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n";
-$a->strings["Errors encountered performing database changes: "] = "Błędy napotkane podczas dokonywania zmian w bazie danych: ";
-$a->strings["%s: Database update"] = "%s: Aktualizacja bazy danych";
-$a->strings["%s: updating %s table."] = "%s: aktualizowanie %s tabeli.";
-$a->strings["Database storage failed to update %s"] = "Przechowywanie bazy danych nie powiodło się %s";
-$a->strings["Database storage failed to insert data"] = "Magazyn bazy danych nie mógł wstawić danych";
-$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Nie można utworzyć magazynu systemu plików \"%s\". Sprawdź, czy masz uprawnienia do zapisu.";
-$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Nie udało się zapisać danych w pamięci systemu plików \"%s\". Sprawdź swoje uprawnienia do zapisu";
-$a->strings["Storage base path"] = "Ścieżka bazy pamięci masowej";
-$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Folder, w którym zapisywane są przesłane pliki. Dla maksymalnego bezpieczeństwa, powinna to być ścieżka poza drzewem folderów serwera WWW";
-$a->strings["Enter a valid existing folder"] = "Wprowadź poprawny istniejący folder";
-$a->strings["Item filed"] = "Element złożony";
-$a->strings["UnFollow"] = "";
-$a->strings["Drop Contact"] = "Zakończ znajomość";
-$a->strings["Organisation"] = "Organizacja";
-$a->strings["News"] = "Aktualności";
-$a->strings["Forum"] = "Forum";
-$a->strings["Connect URL missing."] = "Brak adresu URL połączenia.";
-$a->strings["The contact could not be added. Please check the relevant network credentials in your Settings -> Social Networks page."] = "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe.";
-$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł.";
-$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji.";
-$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione.";
-$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail.";
-$a->strings["Use mailto: in front of address to force email check."] = "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie.";
-$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Rozpoczęcie:";
-$a->strings["Finishes:"] = "Zakończenie:";
-$a->strings["all-day"] = "cały dzień";
-$a->strings["Sept"] = "Wrz";
-$a->strings["No events to display"] = "Brak wydarzeń do wyświetlenia";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Edytuj wydarzenie";
-$a->strings["Duplicate event"] = "Zduplikowane zdarzenie";
-$a->strings["Delete event"] = "Usuń wydarzenie";
-$a->strings["link to source"] = "link do źródła";
-$a->strings["D g:i A"] = "D g:i A";
-$a->strings["g:i A"] = "g:i A";
-$a->strings["Show map"] = "Pokaż mapę";
-$a->strings["Hide map"] = "Ukryj mapę";
-$a->strings["%s's birthday"] = "%s urodzin";
-$a->strings["Happy Birthday %s"] = "Urodziny %s";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji <strong>mogą</strong> dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie.";
-$a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów";
-$a->strings["Everybody"] = "Wszyscy";
-$a->strings["edit"] = "edytuj";
-$a->strings["add"] = "dodaj";
-$a->strings["Groups"] = "Grupy";
-$a->strings["Edit group"] = "Edytuj grupy";
-$a->strings["Contacts not in any group"] = "Kontakt nie jest w żadnej grupie";
-$a->strings["Create a new group"] = "Stwórz nową grupę";
-$a->strings["Group Name: "] = "Nazwa grupy: ";
-$a->strings["Edit groups"] = "Edytuj grupy";
-$a->strings["activity"] = "aktywność";
-$a->strings["comment"] = [
-       0 => "komentarz",
-       1 => "komentarze",
-       2 => "komentarze",
-       3 => "komentarz",
-];
-$a->strings["post"] = "post";
-$a->strings["Content warning: %s"] = "Ostrzeżenie o treści: %s";
-$a->strings["bytes"] = "bajty";
-$a->strings["View on separate page"] = "Zobacz na oddzielnej stronie";
-$a->strings["view on separate page"] = "zobacz na oddzielnej stronie";
-$a->strings["[no subject]"] = "[bez tematu]";
-$a->strings["%s commented on %s's post"] = "%s skomentował wpis %s";
-$a->strings["%s created a new post"] = "%s dodał nowy wpis";
-$a->strings["%s liked %s's post"] = "%s polubił wpis %s";
-$a->strings["%s disliked %s's post"] = "%s nie lubi tych %s postów";
-$a->strings["%s is attending %s's event"] = "%s uczestniczy w wydarzeniu %s";
-$a->strings["%s is not attending %s's event"] = "%s nie uczestniczy w wydarzeniu %s";
-$a->strings["%s may attend %s's event"] = "%s może uczestniczyć %s w wydarzeniu";
-$a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s";
-$a->strings["Friend Suggestion"] = "Propozycja znajomych";
-$a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych";
-$a->strings["New Follower"] = "Nowy obserwujący";
-$a->strings["Edit profile"] = "Edytuj profil";
-$a->strings["Manage/edit profiles"] = "Zarządzaj profilami";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Strona główna:";
-$a->strings["XMPP:"] = "XMPP:";
-$a->strings["Unfollow"] = "";
-$a->strings["Atom feed"] = "Kanał Atom";
-$a->strings["g A l F d"] = "g A I F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[dziś]";
-$a->strings["Birthday Reminders"] = "Przypomnienia o urodzinach";
-$a->strings["Birthdays this week:"] = "Urodziny w tym tygodniu:";
-$a->strings["[No description]"] = "[Brak opisu]";
-$a->strings["Event Reminders"] = "Przypominacze wydarzeń";
-$a->strings["Upcoming events the next 7 days:"] = "Nadchodzące wydarzenia w ciągu następnych 7 dni:";
-$a->strings["Member since:"] = "Członek od:";
-$a->strings["j F, Y"] = "d M, R";
-$a->strings["j F"] = "d M";
-$a->strings["Age:"] = "Wiek:";
-$a->strings["for %1\$d %2\$s"] = "od %1\$d %2\$s";
-$a->strings["Religion:"] = "Religia:";
-$a->strings["Hobbies/Interests:"] = "Hobby/Zainteresowania:";
-$a->strings["Contact information and Social Networks:"] = "Informacje kontaktowe i sieci społecznościowe:";
-$a->strings["Musical interests:"] = "Zainteresowania muzyczne:";
-$a->strings["Books, literature:"] = "Książki, literatura:";
-$a->strings["Television:"] = "Telewizja:";
-$a->strings["Film/dance/culture/entertainment:"] = "Film/taniec/kultura/rozrywka:";
-$a->strings["Love/Romance:"] = "Miłość/Romans:";
-$a->strings["Work/employment:"] = "Praca/zatrudnienie:";
-$a->strings["School/education:"] = "Szkoła/edukacja:";
-$a->strings["Forums:"] = "Fora:";
-$a->strings["Profile Details"] = "Szczegóły profilu";
-$a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć";
-$a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników";
-$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s wita %2\$s";
-$a->strings["Login failed"] = "Logowanie nieudane";
-$a->strings["Not enough information to authenticate"] = "Za mało informacji do uwierzytelnienia";
-$a->strings["Password can't be empty"] = "Hasło nie może być puste";
-$a->strings["Empty passwords are not allowed."] = "Puste hasła są niedozwolone.";
-$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne.";
-$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "Hasło nie może zawierać podkreślonych liter, białych spacji ani dwukropków (:)";
-$a->strings["Passwords do not match. Password unchanged."] = "Hasła nie pasują do siebie. Hasło niezmienione.";
-$a->strings["An invitation is required."] = "Wymagane zaproszenie.";
-$a->strings["Invitation could not be verified."] = "Zaproszenie niezweryfikowane.";
-$a->strings["Invalid OpenID url"] = "Nieprawidłowy adres url OpenID";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora.";
-$a->strings["The error message was:"] = "Komunikat o błędzie:";
-$a->strings["Please enter the required information."] = "Wprowadź wymagane informacje.";
-$a->strings["system.username_min_length (%s) and system.username_max_length (%s) are excluding each other, swapping values."] = "system.username_min_length (%s) i system.username_max_length (%s) wykluczają się nawzajem, zamieniając wartości.";
-$a->strings["Username should be at least %s character."] = [
-       0 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
-       1 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
-       2 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
-       3 => "Nazwa użytkownika powinna wynosić co najmniej %s znaków.",
-];
-$a->strings["Username should be at most %s character."] = [
-       0 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
-       1 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
-       2 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
-       3 => "Nazwa użytkownika nie może mieć więcej niż %s znaków.",
-];
-$a->strings["That doesn't appear to be your full (First Last) name."] = "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Twoja domena internetowa nie jest obsługiwana na tej stronie.";
-$a->strings["Not a valid email address."] = "Niepoprawny adres e mail..";
-$a->strings["The nickname was blocked from registration by the nodes admin."] = "Pseudonim został zablokowany przed rejestracją przez administratora węzłów.";
-$a->strings["Cannot use that email."] = "Nie można użyć tego e-maila.";
-$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Twój pseudonim może zawierać tylko a-z, 0-9 i _.";
-$a->strings["Nickname is already registered. Please choose another."] = "Ten login jest zajęty. Wybierz inny.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń.";
-$a->strings["An error occurred during registration. Please try again."] = "Wystąpił bład podczas rejestracji, Spróbuj ponownie.";
-$a->strings["An error occurred creating your default profile. Please try again."] = "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie.";
-$a->strings["An error occurred creating your self contact. Please try again."] = "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie.";
-$a->strings["An error occurred creating your default contact group. Please try again."] = "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie.";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%4\$s\n\t\t\tPassword:\t\t%5\$s\n\t\t"] = "\n\t\t\tSzanowny Użytkowniku %1\$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto czeka na zatwierdzenie przez administratora.\n\n\t\t\tTwoje dane do logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%4\$s\n\t\t\tHasło:\t\t%5\$s\n\t\t";
-$a->strings["Registration at %s"] = "Rejestracja w %s";
-$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t\t\t"] = "";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%1\$s\n\t\t\tHasło:\t\t%5\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %3\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do %2\$s.";
-$a->strings["Registration details for %s"] = "Szczegóły rejestracji dla %s";
-$a->strings["Attachments:"] = "Załączniki:";
-$a->strings["%s's timeline"] = "oś czasu %s";
-$a->strings["%s's posts"] = "wpisy %s";
-$a->strings["%s's comments"] = "komentarze %s";
-$a->strings["%s is now following %s."] = "%s zaczął(-ęła) obserwować %s.";
-$a->strings["following"] = "następujący";
-$a->strings["%s stopped following %s."] = "%s przestał(a) obserwować %s.";
-$a->strings["stopped following"] = "przestał śledzić";
-$a->strings["(no subject)"] = "(bez tematu)";
-$a->strings["No installed applications."] = "Brak zainstalowanych aplikacji.";
-$a->strings["Applications"] = "Aplikacje";
-$a->strings["Credits"] = "Zaufany";
-$a->strings["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!"] = "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!";
-$a->strings["Addon not found."] = "Nie znaleziono dodatku.";
-$a->strings["Addon %s disabled."] = "Dodatek %s wyłączony.";
-$a->strings["Addon %s enabled."] = "Dodatek %s włączony.";
-$a->strings["Disable"] = "Wyłącz";
-$a->strings["Enable"] = "Zezwól";
-$a->strings["Administration"] = "Administracja";
-$a->strings["Toggle"] = "Włącz";
-$a->strings["Author: "] = "Autor: ";
-$a->strings["Maintainer: "] = "Opiekun: ";
-$a->strings["Addon %s failed to install."] = "Instalacja dodatku %s nie powiodła się.";
-$a->strings["Reload active addons"] = "Załaduj ponownie aktywne dodatki";
-$a->strings["There are currently no addons available on your node. You can find the official addon repository at %1\$s and might find other interesting addons in the open addon registry at %2\$s"] = "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1\$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2\$s";
-$a->strings["Server domain pattern added to blocklist."] = "Wzorzec domeny serwera dodano do listy bloków.";
-$a->strings["Site blocklist updated."] = "Zaktualizowano listę bloków witryny.";
-$a->strings["Blocked server domain pattern"] = "Zablokowany wzorzec domeny serwera";
-$a->strings["Reason for the block"] = "Powód blokowania";
-$a->strings["Delete server domain pattern"] = "Usuń wzorzec domeny serwera";
-$a->strings["Check to delete this entry from the blocklist"] = "Zaznacz, aby usunąć ten wpis z listy bloków";
-$a->strings["Server Domain Pattern Blocklist"] = "Lista bloków wzorców domen serwerów";
-$a->strings["This page can be used to define a blacklist of server domain patterns from the federated network that are not allowed to interact with your node. For each domain pattern you should also provide the reason why you block it."] = "Ta strona może zostać użyta do zdefiniowania czarnej listy wzorców domen serwera z sieci stowarzyszonej, które nie mogą współdziałać z twoim węzłem. Dla każdego wzorca domeny należy również podać powód zablokowania go.";
-$a->strings["The list of blocked server domain patterns will be made publically available on the <a href=\"/friendica\">/friendica</a> page so that your users and people investigating communication problems can find the reason easily."] = "";
-$a->strings["<p>The server domain pattern syntax is case-insensitive shell wildcard, comprising the following special characters:</p>\n<ul>\n\t<li><code>*</code>: Any number of characters</li>\n\t<li><code>?</code>: Any single character</li>\n\t<li><code>[&lt;char1&gt;&lt;char2&gt;...]</code>: char1 or char2</li>\n</ul>"] = "";
-$a->strings["Add new entry to block list"] = "Dodaj nowy wpis do listy bloków";
-$a->strings["Server Domain Pattern"] = "Wzorzec domeny serwera";
-$a->strings["The domain pattern of the new server to add to the block list. Do not include the protocol."] = "Wzorzec domeny nowego serwera do dodania do listy bloków. Nie dołączaj protokołu.";
-$a->strings["Block reason"] = "Powód zablokowania";
-$a->strings["The reason why you blocked this server domain pattern."] = "Powód zablokowania wzorca domeny serwera.";
-$a->strings["Add Entry"] = "Dodaj wpis";
-$a->strings["Save changes to the blocklist"] = "Zapisz zmiany w liście zablokowanych";
-$a->strings["Current Entries in the Blocklist"] = "Aktualne wpisy na liście zablokowanych";
-$a->strings["Delete entry from blocklist"] = "Usuń wpis z listy zablokowanych";
-$a->strings["Delete entry from blocklist?"] = "Usunąć wpis z listy zablokowanych?";
-$a->strings["The contact has been blocked from the node"] = "Kontakt został zablokowany w węźle";
-$a->strings["Could not find any contact entry for this URL (%s)"] = "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)";
-$a->strings["%s contact unblocked"] = [
-       0 => "%s kontakt odblokowany",
-       1 => "%s kontakty odblokowane",
-       2 => "%s kontaktów odblokowanych",
-       3 => "%s kontaktów odblokowanych",
+$a->strings["%s user unblocked"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
 ];
-$a->strings["Remote Contact Blocklist"] = "Lista zablokowanych kontaktów zdalnych";
-$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego.";
-$a->strings["Block Remote Contact"] = "Zablokuj kontakt zdalny";
-$a->strings["select all"] = "zaznacz wszystko";
-$a->strings["select none"] = "wybierz brak";
-$a->strings["Unblock"] = "Odblokuj";
-$a->strings["No remote contact is blocked from this node."] = "Z tego węzła nie jest blokowany kontakt zdalny.";
-$a->strings["Blocked Remote Contacts"] = "Zablokowane kontakty zdalne";
-$a->strings["Block New Remote Contact"] = "Zablokuj nowy kontakt zdalny";
-$a->strings["Photo"] = "Zdjęcie";
-$a->strings["Reason"] = "";
-$a->strings["%s total blocked contact"] = [
-       0 => "łącznie %s zablokowany kontakt",
-       1 => "łącznie %s zablokowane kontakty",
-       2 => "łącznie %s zablokowanych kontaktów",
-       3 => "%s całkowicie zablokowane kontakty",
+$a->strings["You can't remove yourself"] = "Nie możesz usunąć siebie";
+$a->strings["%s user deleted"] = [
+       0 => "usunięto %s użytkownika",
+       1 => "usunięto %s użytkowników",
+       2 => "usunięto %s użytkowników",
+       3 => "%s usuniętych użytkowników",
 ];
-$a->strings["URL of the remote contact to block."] = "Adres URL kontaktu zdalnego do zablokowania.";
-$a->strings["Block Reason"] = "";
-$a->strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako udana";
-$a->strings["Database structure update %s was successfully applied."] = "Pomyślnie zastosowano aktualizację %s struktury bazy danych.";
-$a->strings["Executing of database structure update %s failed with error: %s"] = "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s";
-$a->strings["Executing %s failed with error: %s"] = "Wykonanie %s nie powiodło się z powodu błędu:%s";
-$a->strings["Update %s was successfully applied."] = "Aktualizacja %s została pomyślnie zastosowana.";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało.";
-$a->strings["There was no additional update function %s that needed to be called."] = "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana.";
-$a->strings["No failed updates."] = "Brak błędów aktualizacji.";
-$a->strings["Check database structure"] = "Sprawdź strukturę bazy danych";
-$a->strings["Failed Updates"] = "Błąd aktualizacji";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu.";
-$a->strings["Mark success (if update was manually applied)"] = "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)";
-$a->strings["Attempt to execute this update step automatically"] = "Spróbuj automatycznie wykonać ten krok aktualizacji";
-$a->strings["Lock feature %s"] = "Funkcja blokady %s";
-$a->strings["Manage Additional Features"] = "Zarządzanie dodatkowymi funkcjami";
-$a->strings["unknown"] = "nieznany";
-$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł.";
-$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "Funkcja <em>Katalog kontaktów automatycznie odkrytych</em> nie jest włączona, poprawi ona wyświetlane tutaj dane.";
-$a->strings["Federation Statistics"] = "Statystyki Organizacji";
-$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:";
-$a->strings["Item marked for deletion."] = "Przedmiot oznaczony do usunięcia.";
-$a->strings["Delete Item"] = "Usuń przedmiot";
-$a->strings["Delete this Item"] = "Usuń ten przedmiot";
-$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty.";
-$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456.";
-$a->strings["GUID"] = "GUID";
-$a->strings["The GUID of the item you want to delete."] = "Identyfikator elementu GUID, który chcesz usunąć.";
-$a->strings["Item Guid"] = "Element Guid";
-$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "Błąd podczas próby otwarcia <strong>%1\$s</strong> pliku dziennika. \\r\\n <br/>Sprawdź, czy plik %1\$s istnieje i czy można go odczytać.";
-$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "Nie można otworzyć <strong>%1\$s</strong>pliku dziennika. \\r\\n<br/>Sprawdź, czy plik %1\$s jest czytelny.";
-$a->strings["View Logs"] = "Zobacz rejestry";
-$a->strings["The logfile '%s' is not writable. No logging possible"] = "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania";
-$a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów.";
-$a->strings["PHP log currently enabled."] = "Dziennik PHP jest obecnie włączony.";
-$a->strings["PHP log currently disabled."] = "Dziennik PHP jest obecnie wyłączony.";
-$a->strings["Logs"] = "Logi";
-$a->strings["Clear"] = "Wyczyść";
-$a->strings["Enable Debugging"] = "Włącz debugowanie";
-$a->strings["Log file"] = "Plik logów";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica.";
-$a->strings["Log level"] = "Poziom logów";
-$a->strings["PHP logging"] = "Logowanie w PHP";
-$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć.";
-$a->strings["Theme settings updated."] = "Zaktualizowano ustawienia motywów.";
-$a->strings["Theme %s disabled."] = "Motyw %s wyłączony.";
-$a->strings["Theme %s successfully enabled."] = "Motyw %s został pomyślnie włączony.";
-$a->strings["Theme %s failed to install."] = "Nie udało się zainstalować motywu %s.";
-$a->strings["Screenshot"] = "Zrzut ekranu";
-$a->strings["Themes"] = "Wygląd";
-$a->strings["Unknown theme."] = "Nieznany motyw.";
-$a->strings["Reload active themes"] = "Przeładuj aktywne motywy";
-$a->strings["No themes found on the system. They should be placed in %1\$s"] = "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1\$s";
-$a->strings["[Experimental]"] = "[Eksperymentalne]";
-$a->strings["[Unsupported]"] = "[Niewspieralne]";
-$a->strings["The Terms of Service settings have been updated."] = "Ustawienia Warunków korzystania z usługi zostały zaktualizowane.";
-$a->strings["Display Terms of Service"] = "Wyświetl Warunki korzystania z usługi";
-$a->strings["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."] = "Włącz stronę Warunki świadczenia usług. Jeśli ta opcja jest włączona, link do warunków zostanie dodany do formularza rejestracyjnego i strony z informacjami ogólnymi.";
-$a->strings["Display Privacy Statement"] = "Wyświetl oświadczenie o prywatności";
-$a->strings["Show some informations regarding the needed information to operate the node according e.g. to <a href=\"%s\" target=\"_blank\">EU-GDPR</a>."] = "Pokaż niektóre informacje dotyczące potrzebnych informacji do obsługi węzła zgodnie np. do <a href=\"%s\" target=\"_blank\">EU-GDPR</a>.";
-$a->strings["Privacy Statement Preview"] = "Podgląd oświadczenia o prywatności";
-$a->strings["The Terms of Service"] = "Warunki świadczenia usług";
-$a->strings["Enter the Terms of Service for your node here. You can use BBCode. Headers of sections should be [h2] and below."] = "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej.";
-$a->strings["Inspect Deferred Worker Queue"] = "Sprawdź kolejkę odroczonych pracowników";
-$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy.";
-$a->strings["Inspect Worker Queue"] = "Sprawdź Kolejkę Pracowników";
-$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji.";
-$a->strings["ID"] = "ID";
-$a->strings["Job Parameters"] = "Parametry zadania";
-$a->strings["Created"] = "Utwórz";
-$a->strings["Priority"] = "Priorytet";
+$a->strings["User \"%s\" deleted"] = "Użytkownik \"%s\" usunięty";
+$a->strings["User \"%s\" blocked"] = "Użytkownik \"%s\" zablokowany";
+$a->strings["User \"%s\" unblocked"] = "Użytkownik \"%s\" odblokowany";
+$a->strings["Normal Account Page"] = "Normalna strona konta";
+$a->strings["Soapbox Page"] = "Strona Soapbox";
+$a->strings["Public Forum"] = "Forum publiczne";
+$a->strings["Automatic Friend Page"] = "Automatyczna strona znajomego";
+$a->strings["Private Forum"] = "Prywatne forum";
+$a->strings["Personal Page"] = "Strona osobista";
+$a->strings["Organisation Page"] = "Strona Organizacji";
+$a->strings["News Page"] = "Strona Wiadomości";
+$a->strings["Community Forum"] = "Forum społecznościowe";
+$a->strings["Relay"] = "";
+$a->strings["Register date"] = "Data rejestracji";
+$a->strings["Last login"] = "Ostatnie logowanie";
+$a->strings["Last item"] = "Ostatni element";
+$a->strings["Type"] = "Typu";
+$a->strings["Add User"] = "Dodaj użytkownika";
+$a->strings["User registrations waiting for confirm"] = "Zarejestrowani użytkownicy czekający na potwierdzenie";
+$a->strings["User waiting for permanent deletion"] = "Użytkownik czekający na trwałe usunięcie";
+$a->strings["Request date"] = "Data prośby";
+$a->strings["No registrations."] = "Brak rejestracji.";
+$a->strings["Note from the user"] = "Uwaga od użytkownika";
+$a->strings["Deny"] = "Odmów";
+$a->strings["User blocked"] = "Użytkownik zablokowany";
+$a->strings["Site admin"] = "Administracja stroną";
+$a->strings["Account expired"] = "Konto wygasło";
+$a->strings["New User"] = "Nowy użytkownik";
+$a->strings["Permanent deletion"] = "Trwałe usunięcie";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?";
+$a->strings["Name of the new user."] = "Nazwa nowego użytkownika.";
+$a->strings["Nickname"] = "Pseudonim";
+$a->strings["Nickname of the new user."] = "Pseudonim nowego użytkownika.";
+$a->strings["Email address of the new user."] = "Adres email nowego użytkownika.";
 $a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej <scheme>: //<domain>";
 $a->strings["Invalid storage backend setting value."] = "Nieprawidłowa wartość ustawienia magazynu pamięci.";
 $a->strings["Site settings updated."] = "Zaktualizowano ustawienia strony.";
+$a->strings["No special theme for mobile devices"] = "Brak specialnego motywu dla urządzeń mobilnych";
+$a->strings["%s - (Experimental)"] = "%s- (Eksperymentalne)";
 $a->strings["No community page for local users"] = "Brak strony społeczności dla użytkowników lokalnych";
 $a->strings["No community page"] = "Brak strony społeczności";
 $a->strings["Public postings from users of this site"] = "Publikacje publiczne od użytkowników tej strony";
 $a->strings["Public postings from the federated network"] = "Publikacje wpisy ze sfederowanej sieci";
 $a->strings["Public postings from local users and the federated network"] = "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej";
 $a->strings["Disabled"] = "Wyłączony";
-$a->strings["Users"] = "Użytkownicy";
 $a->strings["Users, Global Contacts"] = "Użytkownicy, kontakty globalne";
 $a->strings["Users, Global Contacts/fallback"] = "Użytkownicy, kontakty globalne/awaryjne";
 $a->strings["One month"] = "Miesiąc";
@@ -1718,14 +1208,10 @@ $a->strings["Multi user instance"] = "Tryb wielu użytkowników";
 $a->strings["Closed"] = "Zamknięte";
 $a->strings["Requires approval"] = "Wymaga zatwierdzenia";
 $a->strings["Open"] = "Otwarta";
-$a->strings["No SSL policy, links will track page SSL state"] = "Brak SSL, linki będą śledzić stan SSL";
-$a->strings["Force all links to use SSL"] = "Wymuś używanie SSL na wszystkich odnośnikach";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . ";
 $a->strings["Don't check"] = "Nie sprawdzaj";
 $a->strings["check the stable version"] = "sprawdź wersję stabilną";
 $a->strings["check the development version"] = "sprawdź wersję rozwojową";
 $a->strings["Database (legacy)"] = "Baza danych (legacy)";
-$a->strings["Site"] = "Strona";
 $a->strings["Republish users to directory"] = "Ponownie opublikuj użytkowników w katalogu";
 $a->strings["Registration"] = "Rejestracja";
 $a->strings["File upload"] = "Przesyłanie plików";
@@ -1751,8 +1237,6 @@ $a->strings["System theme"] = "Motyw systemowy";
 $a->strings["Default system theme - may be over-ridden by user profiles - <a href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"] = "Domyślny motyw systemu - może być nadpisywany przez profile użytkowników - <a href=\"/admin/themes\" id=\"cnftheme\">Zmień domyślne ustawienia motywu</a>";
 $a->strings["Mobile system theme"] = "Motyw systemu mobilnego";
 $a->strings["Theme for mobile devices"] = "Motyw na urządzenia mobilne";
-$a->strings["SSL link policy"] = "Polityka odnośników SSL";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "Określa, czy generowane odnośniki będą obowiązkowo używały SSL";
 $a->strings["Force SSL"] = "Wymuś SSL";
 $a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli.";
 $a->strings["Hide help entry from navigation menu"] = "Ukryj pomoc w menu nawigacyjnym";
@@ -1901,6 +1385,42 @@ $a->strings["Comma separated list of tags for the \"tags\" subscription."] = "Ro
 $a->strings["Allow user tags"] = "Pozwól na tagi użytkowników";
 $a->strings["If enabled, the tags from the saved searches will used for the \"tags\" subscription in addition to the \"relay_server_tags\"."] = "Jeśli ta opcja jest włączona, tagi z zapisanych wyszukiwań będą używane jako subskrypcja „tagów” jako uzupełnienie do \"relay_server_tags\".";
 $a->strings["Start Relocation"] = "Rozpocznij przenoszenie";
+$a->strings["unknown"] = "nieznany";
+$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł.";
+$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "Funkcja <em>Katalog kontaktów automatycznie odkrytych</em> nie jest włączona, poprawi ona wyświetlane tutaj dane.";
+$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:";
+$a->strings["Off"] = "Wyłącz";
+$a->strings["On"] = "Włącz";
+$a->strings["Lock feature %s"] = "Funkcja blokady %s";
+$a->strings["Manage Additional Features"] = "Zarządzanie dodatkowymi funkcjami";
+$a->strings["Inspect Deferred Worker Queue"] = "Sprawdź kolejkę odroczonych pracowników";
+$a->strings["This page lists the deferred worker jobs. This are jobs that couldn't be executed at the first time."] = "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy.";
+$a->strings["Inspect Worker Queue"] = "Sprawdź Kolejkę Pracowników";
+$a->strings["This page lists the currently queued worker jobs. These jobs are handled by the worker cronjob you've set up during install."] = "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji.";
+$a->strings["ID"] = "ID";
+$a->strings["Job Parameters"] = "Parametry zadania";
+$a->strings["Created"] = "Utwórz";
+$a->strings["Priority"] = "Priorytet";
+$a->strings["Item marked for deletion."] = "Przedmiot oznaczony do usunięcia.";
+$a->strings["Delete this Item"] = "Usuń ten przedmiot";
+$a->strings["On this page you can delete an item from your node. If the item is a top level posting, the entire thread will be deleted."] = "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty.";
+$a->strings["You need to know the GUID of the item. You can find it e.g. by looking at the display URL. The last part of http://example.com/display/123456 is the GUID, here 123456."] = "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456.";
+$a->strings["GUID"] = "GUID";
+$a->strings["The GUID of the item you want to delete."] = "Identyfikator elementu GUID, który chcesz usunąć.";
+$a->strings["Item Guid"] = "Element Guid";
+$a->strings["The logfile '%s' is not writable. No logging possible"] = "Plik dziennika '%s' nie jest zapisywalny. Brak możliwości logowania";
+$a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów.";
+$a->strings["PHP log currently enabled."] = "Dziennik PHP jest obecnie włączony.";
+$a->strings["PHP log currently disabled."] = "Dziennik PHP jest obecnie wyłączony.";
+$a->strings["Clear"] = "Wyczyść";
+$a->strings["Enable Debugging"] = "Włącz debugowanie";
+$a->strings["Log file"] = "Plik logów";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica.";
+$a->strings["Log level"] = "Poziom logów";
+$a->strings["PHP logging"] = "Logowanie w PHP";
+$a->strings["To temporarily enable logging of PHP errors and warnings you can prepend the following to the index.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć.";
+$a->strings["Error trying to open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s exist and is readable."] = "Błąd podczas próby otwarcia <strong>%1\$s</strong> pliku dziennika. \\r\\n <br/>Sprawdź, czy plik %1\$s istnieje i czy można go odczytać.";
+$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "Nie można otworzyć <strong>%1\$s</strong>pliku dziennika. \\r\\n<br/>Sprawdź, czy plik %1\$s jest czytelny.";
 $a->strings["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 <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php bin/console.php dbstructure toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "Twoja baza danych nadal używa tabel MyISAM. Powinieneś(-naś) zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać w przyszłości wyłącznie funkcji InnoDB, powinieneś(-naś) to zmienić! Zobacz <a href=\"%s\">tutaj</a> przewodnik, który może być pomocny w konwersji silników tabel. Możesz także użyć polecenia <tt>php bin/console.php dbstructure toinnodb</tt> instalacji Friendica, aby dokonać automatycznej konwersji.<br />";
 $a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1\$s wyższa wersja to %2\$s";
 $a->strings["The database update failed. Please run \"php bin/console.php dbstructure update\" from the command line and have a look at the errors that might appear."] = "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić.";
@@ -1928,221 +1448,51 @@ $a->strings["Registered users"] = "Zarejestrowani użytkownicy";
 $a->strings["Pending registrations"] = "Oczekujące rejestracje";
 $a->strings["Version"] = "Wersja";
 $a->strings["Active addons"] = "Aktywne dodatki";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tadministrator %2\$s założył dla ciebie konto.";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %1\$s/removeme\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:%2\$s\n\t\t\tHasło:%3\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc,\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %1\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do%4\$s";
-$a->strings["%s user blocked"] = [
-       0 => "%s użytkownik zablokowany",
-       1 => "%s użytkowników zablokowanych",
-       2 => "%s użytkowników zablokowanych",
-       3 => "%s użytkownicy zablokowani",
-];
-$a->strings["%s user unblocked"] = [
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-];
-$a->strings["You can't remove yourself"] = "Nie możesz usunąć siebie";
-$a->strings["%s user deleted"] = [
-       0 => "usunięto %s użytkownika",
-       1 => "usunięto %s użytkowników",
-       2 => "usunięto %s użytkowników",
-       3 => "%s usuniętych użytkowników",
-];
-$a->strings["User \"%s\" deleted"] = "Użytkownik \"%s\" usunięty";
-$a->strings["User \"%s\" blocked"] = "Użytkownik \"%s\" zablokowany";
-$a->strings["User \"%s\" unblocked"] = "Użytkownik \"%s\" odblokowany";
-$a->strings["Private Forum"] = "Prywatne forum";
-$a->strings["Relay"] = "";
-$a->strings["Register date"] = "Data rejestracji";
-$a->strings["Last login"] = "Ostatnie logowanie";
-$a->strings["Last item"] = "Ostatni element";
-$a->strings["Type"] = "Typu";
-$a->strings["Add User"] = "Dodaj użytkownika";
-$a->strings["User registrations waiting for confirm"] = "Zarejestrowani użytkownicy czekający na potwierdzenie";
-$a->strings["User waiting for permanent deletion"] = "Użytkownik czekający na trwałe usunięcie";
-$a->strings["Request date"] = "Data prośby";
-$a->strings["No registrations."] = "Brak rejestracji.";
-$a->strings["Note from the user"] = "Uwaga od użytkownika";
-$a->strings["Deny"] = "Odmów";
-$a->strings["User blocked"] = "Użytkownik zablokowany";
-$a->strings["Site admin"] = "Administracja stroną";
-$a->strings["Account expired"] = "Konto wygasło";
-$a->strings["New User"] = "Nowy użytkownik";
-$a->strings["Permanent deletion"] = "Trwałe usunięcie";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?";
-$a->strings["Name of the new user."] = "Nazwa nowego użytkownika.";
-$a->strings["Nickname"] = "Pseudonim";
-$a->strings["Nickname of the new user."] = "Pseudonim nowego użytkownika.";
-$a->strings["Email address of the new user."] = "Adres email nowego użytkownika.";
-$a->strings["Item was not found."] = "Element nie znaleziony.";
-$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "Konto podrzędne nie może uzyskać dostępu do stron administracyjnych. Zaloguj się ponownie jako konto główne.";
-$a->strings["Overview"] = "Przegląd";
-$a->strings["Configuration"] = "Konfiguracja";
-$a->strings["Database"] = "Baza danych";
-$a->strings["DB updates"] = "Aktualizacje DB";
-$a->strings["Inspect Deferred Workers"] = "Sprawdź Odroczonych Pracowników";
-$a->strings["Inspect worker Queue"] = "Sprawdź kolejkę pracowników";
-$a->strings["Tools"] = "Narzędzia";
-$a->strings["Contact Blocklist"] = "Lista zablokowanych kontaktów";
-$a->strings["Server Blocklist"] = "Lista zablokowanych serwerów";
-$a->strings["Diagnostics"] = "Diagnostyka";
-$a->strings["PHP Info"] = "Informacje o PHP";
-$a->strings["probe address"] = "adres sondy";
-$a->strings["check webfinger"] = "sprawdź webfinger";
-$a->strings["Item Source"] = "Źródło elementu";
-$a->strings["Babel"] = "";
-$a->strings["Addon Features"] = "Funkcje dodatkowe";
-$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkowników czekające na potwierdzenie";
-$a->strings["Source input"] = "Źródło wejściowe";
-$a->strings["BBCode::toPlaintext"] = "BBCode::na prosty tekst";
-$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)";
-$a->strings["BBCode::convert"] = "BBCode::przekształć";
-$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode";
-$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown";
-$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć";
-$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode";
-$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode";
-$a->strings["Item Body"] = "Element Body";
-$a->strings["Item Tags"] = "Element Tagów";
-$a->strings["Source input (Diaspora format)"] = "Źródło wejściowe (format Diaspora)";
-$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (raw HTML)";
-$a->strings["Markdown::convert"] = "Markdown::convert";
-$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
-$a->strings["Raw HTML input"] = "Surowe wejście HTML";
-$a->strings["HTML Input"] = "Wejście HTML";
-$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
-$a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert";
-$a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)";
-$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = "";
-$a->strings["HTML::toMarkdown"] = "HTML::toMarkdown";
-$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
-$a->strings["HTML::toPlaintext (compact)"] = "";
-$a->strings["Source text"] = "Tekst źródłowy";
-$a->strings["BBCode"] = "BBCode";
-$a->strings["Markdown"] = "Markdown";
-$a->strings["HTML"] = "HTML";
-$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu";
-$a->strings["Source URL"] = "Źródłowy adres URL";
-$a->strings["Time Conversion"] = "Zmiana czasu";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych.";
-$a->strings["UTC time: %s"] = "Czas UTC %s";
-$a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s";
-$a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s";
-$a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:";
-$a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie.";
-$a->strings["Lookup address"] = "Wyszukaj adres";
-$a->strings["Filetag %s saved to item"] = "";
-$a->strings["- select -"] = "- wybierz -";
-$a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:";
-$a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji";
-$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Przeczytaj o <a href=\"%1\$s/tos\">Warunkach świadczenia usług</a> tego węzła.";
-$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane.";
-$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s.";
-$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica.";
-$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę";
-$a->strings["the bugtracker at github"] = "śledzenie błędów na github";
-$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”";
-$a->strings["Group created."] = "Grupa utworzona.";
-$a->strings["Could not create group."] = "Nie można utworzyć grupy.";
-$a->strings["Group not found."] = "Nie znaleziono grupy.";
-$a->strings["Group name changed."] = "Zmieniono nazwę grupy.";
-$a->strings["Unknown group."] = "Nieznana grupa.";
-$a->strings["Contact is unavailable."] = "Kontakt jest niedostępny.";
-$a->strings["Contact is deleted."] = "Kontakt został usunięty.";
-$a->strings["Contact is blocked, unable to add it to a group."] = "Kontakt jest zablokowany, nie można go dodać do grupy.";
-$a->strings["Unable to add the contact to the group."] = "Nie można dodać kontaktu do grupy.";
-$a->strings["Contact successfully added to group."] = "Kontakt został pomyślnie dodany do grupy.";
-$a->strings["Unable to remove the contact from the group."] = "Nie można usunąć kontaktu z grupy.";
-$a->strings["Contact successfully removed from group."] = "Kontakt został pomyślnie usunięty z grupy.";
-$a->strings["Unknown group command."] = "Nieznane polecenie grupy.";
-$a->strings["Bad request."] = "Błędne żądanie.";
-$a->strings["Save Group"] = "Zapisz grupę";
-$a->strings["Filter"] = "Filtr";
-$a->strings["Create a group of contacts/friends."] = "Stwórz grupę znajomych.";
-$a->strings["Group removed."] = "Grupa usunięta.";
-$a->strings["Unable to remove group."] = "Nie można usunąć grupy.";
-$a->strings["Delete Group"] = "Usuń grupę";
-$a->strings["Edit Group Name"] = "Edytuj nazwę grupy";
-$a->strings["Members"] = "Członkowie";
-$a->strings["Remove contact from group"] = "Usuń kontakt z grupy";
-$a->strings["Add contact to group"] = "Dodaj kontakt do grupy";
-$a->strings["Help:"] = "Pomoc:";
-$a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem.";
-$a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail.";
-$a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny.";
-$a->strings["%s : Message delivery failed."] = "%s : Nie udało się dostarczyć wiadomości.";
-$a->strings["%d message sent."] = [
-       0 => "%d wiadomość wysłana.",
-       1 => "%d wiadomości wysłane.",
-       2 => "%d wysłano .",
-       3 => "%d wiadomość wysłano.",
-];
-$a->strings["You have no more invitations available"] = "Nie masz już dostępnych zaproszeń";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi.";
-$a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s.";
-$a->strings["Send invitations"] = "Wyślij zaproszenie";
-$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail, po jednym w wierszu:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca";
-$a->strings["Please enter a post body."] = "Wpisz treść postu.";
-$a->strings["This feature is only available with the frio theme."] = "Ta funkcja jest dostępna tylko z motywem Frio.";
-$a->strings["Compose new personal note"] = "Utwórz nową notatkę osobistą";
-$a->strings["Compose new post"] = "Utwórz nowy post";
-$a->strings["Clear the location"] = "Wyczyść lokalizację";
-$a->strings["Location services are unavailable on your device"] = "Usługi lokalizacyjne są niedostępne na twoim urządzeniu";
-$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Usługi lokalizacyjne są wyłączone. Sprawdź uprawnienia strony internetowej na swoim urządzeniu";
-$a->strings["Public"] = "Publiczny";
-$a->strings["This post will be sent to all your followers and can be seen in the community pages and by anyone with its link."] = "Ten post zostanie wysłany do wszystkich obserwujących i będzie widoczny na stronach społeczności oraz przez każdego z jego linkiem.";
-$a->strings["Limited/Private"] = "Ograniczony/Prywatny";
-$a->strings["This post will be sent only to the people in the first box, to the exception of the people mentioned in the second box. It won't appear anywhere public."] = "Ten post zostanie wysłany tylko do osób w pierwszym polu, z wyjątkiem osób wymienionych w drugim polu. Nie pojawi się nigdzie publicznie.";
-$a->strings["System down for maintenance"] = "System wyłączony w celu konserwacji";
-$a->strings["Invalid photo with id %s."] = "Nieprawidłowe zdjęcie z identyfikatorem %s.";
-$a->strings["User not found."] = "Użytkownik nie znaleziony.";
-$a->strings["No contacts."] = "Brak kontaktów.";
-$a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]";
-$a->strings["Follower (%s)"] = [
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-];
-$a->strings["Following (%s)"] = [
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-];
-$a->strings["Mutual friend (%s)"] = [
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-];
-$a->strings["Contact (%s)"] = [
-       0 => "",
-       1 => "",
-       2 => "",
-       3 => "",
-];
-$a->strings["All contacts"] = "Wszystkie kontakty";
-$a->strings["You must be logged in to use this module."] = "";
-$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać.";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę.";
-$a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s";
-$a->strings["Results for: %s"] = "Wyniki dla: %s";
-$a->strings["Search term successfully saved."] = "";
-$a->strings["Search term already saved."] = "";
-$a->strings["Search term successfully removed."] = "";
+$a->strings["Update has been marked successful"] = "Aktualizacja została oznaczona jako udana";
+$a->strings["Database structure update %s was successfully applied."] = "Pomyślnie zastosowano aktualizację %s struktury bazy danych.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s";
+$a->strings["Executing %s failed with error: %s"] = "Wykonanie %s nie powiodło się z powodu błędu:%s";
+$a->strings["Update %s was successfully applied."] = "Aktualizacja %s została pomyślnie zastosowana.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało.";
+$a->strings["There was no additional update function %s that needed to be called."] = "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana.";
+$a->strings["No failed updates."] = "Brak błędów aktualizacji.";
+$a->strings["Check database structure"] = "Sprawdź strukturę bazy danych";
+$a->strings["Failed Updates"] = "Błąd aktualizacji";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu.";
+$a->strings["Mark success (if update was manually applied)"] = "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)";
+$a->strings["Attempt to execute this update step automatically"] = "Spróbuj automatycznie wykonać ten krok aktualizacji";
+$a->strings["Delegation successfully granted."] = "";
+$a->strings["Parent user not found, unavailable or password doesn't match."] = "Nie znaleziono użytkownika nadrzędnego, jest on niedostępny lub hasło nie pasuje.";
+$a->strings["Delegation successfully revoked."] = "";
+$a->strings["Delegated administrators can view but not change delegation permissions."] = "";
+$a->strings["Delegate user not found."] = "";
+$a->strings["No parent user"] = "Brak nadrzędnego użytkownika";
+$a->strings["Parent Password:"] = "Hasło nadrzędne:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie.";
+$a->strings["Parent User"] = "Użytkownik nadrzędny";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp.";
+$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami";
+$a->strings["Delegates"] = "Oddeleguj";
+$a->strings["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."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie.";
+$a->strings["Existing Page Delegates"] = "Obecni delegaci stron";
+$a->strings["Potential Delegates"] = "Potencjalni delegaci";
+$a->strings["Remove"] = "Usuń";
+$a->strings["Add"] = "Dodaj";
+$a->strings["No entries."] = "Brak wpisów.";
+$a->strings["Export account"] = "Eksportuj konto";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer.";
+$a->strings["Export all"] = "Eksportuj wszystko";
+$a->strings["Export your accout 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)"] = "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)";
+$a->strings["Export Contacts to CSV"] = "Eksportuj kontakty do CSV";
+$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "Wyeksportuj listę kont, które obserwujesz, jako plik CSV. Kompatybilny np. Mastodont.";
+$a->strings["Export personal data"] = "Eksportuj dane osobiste";
 $a->strings["Please enter your password to access this page."] = "Wprowadź hasło, aby uzyskać dostęp do tej strony.";
+$a->strings["Two-factor authentication successfully activated."] = "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane.";
+$a->strings["<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"] = "<p>Możesz przesłać ustawienia uwierzytelniania ręcznie:</p>\n<dl>\n\t<dt>Wystawc</dt>\n\t<dd>%s</dd>\n\t<dt>Nazwa konta</dt>\n\t<dd>%s</dd>\n\t<dt>Sekretny klucz</dt>\n\t<dd>%s</dd>\n\t<dt>Typ</dt>\n\t<dd>Oparte na czasie</dd>\n\t<dt>Liczba cyfr</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorytmu</dt>\n\t<dd>SHA-1</dd>\n</dl>";
+$a->strings["Two-factor code verification"] = "Weryfikacja kodu dwuskładnikowego";
+$a->strings["<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"] = "<p>Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.</p>";
+$a->strings["<p>Or you can open the following URL in your mobile devicde:</p><p><a href=\"%s\">%s</a></p>"] = "<p>Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:</p><p><a href=\"%s\">%s</a></p>";
+$a->strings["Verify code and enable two-factor authentication"] = "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe";
 $a->strings["App-specific password generation failed: The description is empty."] = "Generowanie hasła aplikacji nie powiodło się: Opis jest pusty.";
 $a->strings["App-specific password generation failed: This description already exists."] = "Generowanie hasła aplikacji nie powiodło się: Opis ten już istnieje.";
 $a->strings["New app-specific password generated."] = "Nowe hasło specyficzne dla aplikacji.";
@@ -2159,13 +1509,8 @@ $a->strings["When you generate a new app-specific password, you must use it righ
 $a->strings["Generate new app-specific password"] = "Wygeneruj nowe hasło specyficzne dla aplikacji";
 $a->strings["Friendiqa on my Fairphone 2..."] = "Friendiqa na moim Fairphone 2...";
 $a->strings["Generate"] = "";
-$a->strings["New recovery codes successfully generated."] = "Wygenerowano nowe kody odzyskiwania.";
-$a->strings["Two-factor recovery codes"] = "Dwuskładnikowe kody odzyskiwania";
-$a->strings["<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"] = "";
-$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać.";
-$a->strings["Generate new recovery codes"] = "Wygeneruj nowe kody odzyskiwania";
-$a->strings["Next: Verification"] = "Następny: Weryfikacja";
 $a->strings["Two-factor authentication successfully disabled."] = "Autoryzacja dwuskładnikowa została pomyślnie wyłączona.";
+$a->strings["Wrong Password"] = "Złe hasło";
 $a->strings["<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"] = "<p>Użyj aplikacji na urządzeniu mobilnym, aby uzyskać dwuskładnikowe kody uwierzytelniające po wyświetleniu monitu o zalogowanie.</p>";
 $a->strings["Authenticator app"] = "Aplikacja Authenticator";
 $a->strings["Configured"] = "Skonfigurowane";
@@ -2186,58 +1531,90 @@ $a->strings["Disable two-factor authentication"] = "Wyłącz uwierzytelnianie dw
 $a->strings["Show recovery codes"] = "Pokaż kody odzyskiwania";
 $a->strings["Manage app-specific passwords"] = "Zarządzaj hasłami specyficznymi dla aplikacji";
 $a->strings["Finish app configuration"] = "Zakończ konfigurację aplikacji";
-$a->strings["Two-factor authentication successfully activated."] = "Uwierzytelnienie dwuskładnikowe zostało pomyślnie aktywowane.";
-$a->strings["Invalid code, please retry."] = "Nieprawidłowy kod, spróbuj ponownie.";
-$a->strings["<p>Or you can submit the authentication settings manually:</p>\n<dl>\n\t<dt>Issuer</dt>\n\t<dd>%s</dd>\n\t<dt>Account Name</dt>\n\t<dd>%s</dd>\n\t<dt>Secret Key</dt>\n\t<dd>%s</dd>\n\t<dt>Type</dt>\n\t<dd>Time-based</dd>\n\t<dt>Number of digits</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorithm</dt>\n\t<dd>SHA-1</dd>\n</dl>"] = "<p>Możesz przesłać ustawienia uwierzytelniania ręcznie:</p>\n<dl>\n\t<dt>Wystawc</dt>\n\t<dd>%s</dd>\n\t<dt>Nazwa konta</dt>\n\t<dd>%s</dd>\n\t<dt>Sekretny klucz</dt>\n\t<dd>%s</dd>\n\t<dt>Typ</dt>\n\t<dd>Oparte na czasie</dd>\n\t<dt>Liczba cyfr</dt>\n\t<dd>6</dd>\n\t<dt>Hashing algorytmu</dt>\n\t<dd>SHA-1</dd>\n</dl>";
-$a->strings["Two-factor code verification"] = "Weryfikacja kodu dwuskładnikowego";
-$a->strings["<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"] = "<p>Zeskanuj kod QR za pomocą aplikacji uwierzytelniającej i prześlij podany kod.</p>";
-$a->strings["<p>Or you can open the following URL in your mobile devicde:</p><p><a href=\"%s\">%s</a></p>"] = "<p>Możesz też otworzyć następujący adres URL w urządzeniu mobilnym:</p><p><a href=\"%s\">%s</a></p>";
-$a->strings["Please enter a code from your authentication app"] = "Wprowadź kod z aplikacji uwierzytelniającej";
-$a->strings["Verify code and enable two-factor authentication"] = "Sprawdź kod i włącz uwierzytelnianie dwuskładnikowe";
-$a->strings["Delegation successfully granted."] = "";
-$a->strings["Parent user not found, unavailable or password doesn't match."] = "";
-$a->strings["Delegation successfully revoked."] = "";
-$a->strings["Delegated administrators can view but not change delegation permissions."] = "";
-$a->strings["Delegate user not found."] = "";
-$a->strings["No parent user"] = "Brak nadrzędnego użytkownika";
-$a->strings["Parent Password:"] = "Hasło nadrzędne:";
-$a->strings["Please enter the password of the parent account to legitimize your request."] = "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie.";
-$a->strings["Parent User"] = "Użytkownik nadrzędny";
-$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp.";
-$a->strings["Delegate Page Management"] = "Deleguj zarządzanie stronami";
-$a->strings["Delegates"] = "Oddeleguj";
-$a->strings["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."] = "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie.";
-$a->strings["Existing Page Delegates"] = "Obecni delegaci stron";
-$a->strings["Potential Delegates"] = "Potencjalni delegaci";
-$a->strings["Add"] = "Dodaj";
-$a->strings["No entries."] = "Brak wpisów.";
-$a->strings["Export account"] = "Eksportuj konto";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Eksportuj informacje o swoim koncie i kontaktach. Użyj tego do utworzenia kopii zapasowej konta i/lub przeniesienia go na inny serwer.";
-$a->strings["Export all"] = "Eksportuj wszystko";
-$a->strings["Export your accout 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)"] = "Wyeksportuj informacje o koncie, kontaktach i wszystkie swoje pozycje jako json. Może to być bardzo duży plik i może zająć dużo czasu. Użyj tej opcji, aby utworzyć pełną kopię zapasową swojego konta (zdjęcia nie są eksportowane)";
-$a->strings["Export Contacts to CSV"] = "";
-$a->strings["Export the list of the accounts you are following as CSV file. Compatible to e.g. Mastodon."] = "";
-$a->strings["Bad Request"] = "Nieprawidłowe żądanie";
-$a->strings["Unauthorized"] = "Nieautoryzowane";
-$a->strings["Forbidden"] = "Zabronione";
-$a->strings["Not Found"] = "Nie znaleziono";
-$a->strings["Internal Server Error"] = "Wewnętrzny błąd serwera";
-$a->strings["Service Unavailable"] = "Usługa Niedostępna ";
-$a->strings["The server cannot or will not process the request due to an apparent client error."] = "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta.";
-$a->strings["Authentication is required and has failed or has not yet been provided."] = "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone.";
-$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta.";
-$a->strings["The requested resource could not be found but may be available in the future."] = "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości.";
-$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat.";
-$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później.";
-$a->strings["Go back"] = "Wróć";
-$a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Otwórz aplikację uwierzytelniania dwuskładnikowego na swoim urządzeniu, aby uzyskać kod uwierzytelniający i zweryfikować swoją tożsamość.</p>";
-$a->strings["Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "Nie masz telefonu? <a href=\"%s\">Wprowadzić dwuetapowy kod przywracania </a>";
-$a->strings["Verify code and complete login"] = "Zweryfikuj kod i zakończ logowanie";
-$a->strings["Remaining recovery codes: %d"] = "Pozostałe kody odzyskiwania: %d";
-$a->strings["Two-factor recovery"] = "Odzyskiwanie dwuczynnikowe";
-$a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>Możesz wprowadzić jeden ze swoich jednorazowych kodów odzyskiwania w przypadku utraty dostępu do urządzenia mobilnego.</p>";
-$a->strings["Please enter a recovery code"] = "Wprowadź kod odzyskiwania";
-$a->strings["Submit recovery code and complete login"] = "Prześlij kod odzyskiwania i pełne logowanie";
+$a->strings["New recovery codes successfully generated."] = "Wygenerowano nowe kody odzyskiwania.";
+$a->strings["Two-factor recovery codes"] = "Dwuskładnikowe kody odzyskiwania";
+$a->strings["<p>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.</p><p><strong>Put these in a safe spot!</strong> If you lose your device and don’t have the recovery codes you will lose access to your account.</p>"] = "";
+$a->strings["When you generate new recovery codes, you must copy the new codes. Your old codes won’t work anymore."] = "Kiedy generujesz nowe kody odzyskiwania, musisz skopiować nowe kody. Twoje stare kody nie będą już działać.";
+$a->strings["Generate new recovery codes"] = "Wygeneruj nowe kody odzyskiwania";
+$a->strings["Next: Verification"] = "Następny: Weryfikacja";
+$a->strings["Method Not Allowed."] = "";
+$a->strings["Page not found."] = "Strona nie znaleziona.";
+$a->strings["People Search - %s"] = "Szukaj osób - %s";
+$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s";
+$a->strings["No matches"] = "Brak wyników";
+$a->strings["No installed applications."] = "Brak zainstalowanych aplikacji.";
+$a->strings["Applications"] = "Aplikacje";
+$a->strings["Credits"] = "Zaufany";
+$a->strings["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!"] = "Friendica to projekt społecznościowy, który nie byłby możliwy bez pomocy wielu osób. Oto lista osób, które przyczyniły się do tworzenia kodu lub tłumaczenia Friendica. Dziękuję wam wszystkim!";
+$a->strings["Logged out."] = "Wylogowano.";
+$a->strings["Group created."] = "Grupa utworzona.";
+$a->strings["Could not create group."] = "Nie można utworzyć grupy.";
+$a->strings["Group not found."] = "Nie znaleziono grupy.";
+$a->strings["Group name changed."] = "Zmieniono nazwę grupy.";
+$a->strings["Unknown group."] = "Nieznana grupa.";
+$a->strings["Contact not found."] = "Nie znaleziono kontaktu.";
+$a->strings["Contact is unavailable."] = "Kontakt jest niedostępny.";
+$a->strings["Contact is deleted."] = "Kontakt został usunięty.";
+$a->strings["Contact is blocked, unable to add it to a group."] = "Kontakt jest zablokowany, nie można go dodać do grupy.";
+$a->strings["Unable to add the contact to the group."] = "Nie można dodać kontaktu do grupy.";
+$a->strings["Contact successfully added to group."] = "Kontakt został pomyślnie dodany do grupy.";
+$a->strings["Unable to remove the contact from the group."] = "Nie można usunąć kontaktu z grupy.";
+$a->strings["Contact successfully removed from group."] = "Kontakt został pomyślnie usunięty z grupy.";
+$a->strings["Unknown group command."] = "Nieznane polecenie grupy.";
+$a->strings["Bad request."] = "Błędne żądanie.";
+$a->strings["Save Group"] = "Zapisz grupę";
+$a->strings["Filter"] = "Filtr";
+$a->strings["Create a group of contacts/friends."] = "Stwórz grupę znajomych.";
+$a->strings["Group removed."] = "Grupa usunięta.";
+$a->strings["Unable to remove group."] = "Nie można usunąć grupy.";
+$a->strings["Delete Group"] = "Usuń grupę";
+$a->strings["Edit Group Name"] = "Edytuj nazwę grupy";
+$a->strings["Members"] = "Członkowie";
+$a->strings["Group is empty"] = "Grupa jest pusta";
+$a->strings["Remove contact from group"] = "Usuń kontakt z grupy";
+$a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu dodania lub usunięcia.";
+$a->strings["Add contact to group"] = "Dodaj kontakt do grupy";
+$a->strings["No given contact."] = "Brak kontaktu.";
+$a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie.";
+$a->strings["Time Conversion"] = "Zmiana czasu";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica udostępnia tę usługę do udostępniania wydarzeń innym sieciom i znajomym w nieznanych strefach czasowych.";
+$a->strings["UTC time: %s"] = "Czas UTC %s";
+$a->strings["Current timezone: %s"] = "Obecna strefa czasowa: %s";
+$a->strings["Converted localtime: %s"] = "Zmień strefę czasową: %s";
+$a->strings["Please select your timezone:"] = "Wybierz swoją strefę czasową:";
+$a->strings["Source input"] = "Źródło wejściowe";
+$a->strings["BBCode::toPlaintext"] = "BBCode::na prosty tekst";
+$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)";
+$a->strings["BBCode::convert"] = "BBCode::przekształć";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::przekształć => HTML::toBBCode";
+$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown";
+$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::przekształć";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown => Markdown::przekształć => HTML::toBBCode";
+$a->strings["Item Body"] = "Element Body";
+$a->strings["Item Tags"] = "Element Tagów";
+$a->strings["Source input (Diaspora format)"] = "Źródło wejściowe (format Diaspora)";
+$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (raw HTML)";
+$a->strings["Markdown::convert"] = "Markdown::convert";
+$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
+$a->strings["Raw HTML input"] = "Surowe wejście HTML";
+$a->strings["HTML Input"] = "Wejście HTML";
+$a->strings["HTML::toBBCode"] = "HTML::toBBCode";
+$a->strings["HTML::toBBCode => BBCode::convert"] = "HTML::toBBCode => BBCode::convert";
+$a->strings["HTML::toBBCode => BBCode::convert (raw HTML)"] = "HTML::toBBCode => BBCode::convert (raw HTML)";
+$a->strings["HTML::toBBCode => BBCode::toPlaintext"] = "";
+$a->strings["HTML::toMarkdown"] = "HTML::toMarkdown";
+$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
+$a->strings["HTML::toPlaintext (compact)"] = "";
+$a->strings["Source text"] = "Tekst źródłowy";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["Access denied."] = "Brak dostępu.";
+$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu";
+$a->strings["Source URL"] = "Źródłowy adres URL";
+$a->strings["Lookup address"] = "Wyszukaj adres";
+$a->strings["Welcome to %s"] = "Witamy w %s";
 $a->strings["Welcome to Friendica"] = "Witamy na Friendica";
 $a->strings["New Member Checklist"] = "Lista nowych członków";
 $a->strings["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."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie.";
@@ -2247,6 +1624,7 @@ $a->strings["On your <em>Quick Start</em> page - find a brief introduction to yo
 $a->strings["Go to Your Settings"] = "Idź do swoich ustawień";
 $a->strings["On your <em>Settings</em> 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."] = "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej.";
 $a->strings["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."] = "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć.";
+$a->strings["Upload Profile Photo"] = "Wyślij zdjęcie profilowe";
 $a->strings["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."] = "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty.";
 $a->strings["Edit Your Profile"] = "Edytuj własny profil";
 $a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami.";
@@ -2268,11 +1646,38 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s
 $a->strings["Getting Help"] = "Otrzymaj pomoc";
 $a->strings["Go to the Help Section"] = "Przejdź do sekcji pomocy";
 $a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Na naszych stronach <strong>pomocy</strong> można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów.";
+$a->strings["User not found."] = "Użytkownik nie znaleziony.";
+$a->strings["No contacts."] = "Brak kontaktów.";
+$a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]";
+$a->strings["Follower (%s)"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["Following (%s)"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["Mutual friend (%s)"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["Contact (%s)"] = [
+       0 => "",
+       1 => "",
+       2 => "",
+       3 => "",
+];
+$a->strings["All contacts"] = "Wszystkie kontakty";
+$a->strings["Filetag %s saved to item"] = "";
+$a->strings["- select -"] = "- wybierz -";
+$a->strings["Invalid contact."] = "Nieprawidłowy kontakt.";
 $a->strings["No friends to display."] = "Brak znajomych do wyświetlenia.";
-$a->strings["People Search - %s"] = "Szukaj osób - %s";
-$a->strings["Forum Search - %s"] = "Przeszukiwanie forum - %s";
-$a->strings["This page is missing a url parameter."] = "Na tej stronie brakuje parametru url.";
-$a->strings["The post was created"] = "Post został utworzony";
 $a->strings["%d contact edited."] = [
        0 => "Zedytowano %d kontakt.",
        1 => "Zedytowano %d kontakty.",
@@ -2282,6 +1687,7 @@ $a->strings["%d contact edited."] = [
 $a->strings["Could not access contact record."] = "Nie można uzyskać dostępu do rejestru kontaktów.";
 $a->strings["Could not locate selected profile."] = "Nie można znaleźć wybranego profilu.";
 $a->strings["Contact updated."] = "Zaktualizowano kontakt.";
+$a->strings["Failed to update contact record."] = "Aktualizacja rekordu kontaktu nie powiodła się.";
 $a->strings["Contact not found"] = "Nie znaleziono kontaktu";
 $a->strings["Contact has been blocked"] = "Kontakt został zablokowany";
 $a->strings["Contact has been unblocked"] = "Kontakt został odblokowany";
@@ -2326,6 +1732,7 @@ $a->strings["Currently blocked"] = "Obecnie zablokowany";
 $a->strings["Currently ignored"] = "Obecnie zignorowany";
 $a->strings["Currently archived"] = "Obecnie zarchiwizowany";
 $a->strings["Awaiting connection acknowledge"] = "Oczekiwanie na potwierdzenie połączenia";
+$a->strings["Hide this contact from others"] = "Ukryj ten kontakt przed innymi";
 $a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal <strong>mogą</strong> być widoczne";
 $a->strings["Notification for new posts"] = "Powiadomienie o nowych postach";
 $a->strings["Send a notification of every new post of this contact"] = "Wyślij powiadomienie o każdym nowym poście tego kontaktu";
@@ -2344,12 +1751,15 @@ $a->strings["Hidden"] = "Ukryte";
 $a->strings["Only show hidden contacts"] = "Pokaż tylko ukryte kontakty";
 $a->strings["Organize your contact groups"] = "Uporządkuj swoje grupy kontaktów";
 $a->strings["Search your contacts"] = "Wyszukaj w kontaktach";
+$a->strings["Results for: %s"] = "Wyniki dla: %s";
+$a->strings["Update"] = "Zaktualizuj";
 $a->strings["Archive"] = "Archiwum";
 $a->strings["Unarchive"] = "Przywróć z archiwum";
 $a->strings["Batch Actions"] = "Akcje wsadowe";
 $a->strings["Conversations started by this contact"] = "Rozmowy rozpoczęły się od tego kontaktu";
 $a->strings["Posts and Comments"] = "Posty i komentarze";
 $a->strings["View all contacts"] = "Zobacz wszystkie kontakty";
+$a->strings["Common Friends"] = "Wspólni znajomi";
 $a->strings["View all common friends"] = "Zobacz wszystkich popularnych znajomych";
 $a->strings["Advanced Contact Settings"] = "Zaawansowane ustawienia kontaktów";
 $a->strings["Mutual Friendship"] = "Wzajemna przyjaźń";
@@ -2362,72 +1772,73 @@ $a->strings["Toggle Blocked status"] = "Przełącz status na Zablokowany";
 $a->strings["Toggle Ignored status"] = "Przełącz status na Ignorowany";
 $a->strings["Toggle Archive status"] = "Przełącz  status na Archiwalny";
 $a->strings["Delete contact"] = "Usuń kontakt";
-$a->strings["Manage Identities and/or Pages"] = "Zarządzaj tożsamościami i/lub stronami";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\"";
-$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania: ";
-$a->strings["No entries (some entries may be hidden)."] = "Brak odwiedzin (niektóre odwiedziny mogą być ukryte).";
-$a->strings["Find on this site"] = "Znajdź na tej stronie";
-$a->strings["Results for:"] = "Wyniki dla:";
-$a->strings["Site Directory"] = "Katalog Witryny";
-$a->strings["No given contact."] = "Brak kontaktu.";
-$a->strings["Method Not Allowed."] = "";
-$a->strings["Page not found."] = "Strona nie znaleziona.";
-$a->strings["Welcome to %s"] = "Witamy w %s";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Instalator";
-$a->strings["System check"] = "Sprawdzanie systemu";
-$a->strings["Check again"] = "Sprawdź ponownie";
-$a->strings["Base settings"] = "Ustawienia bazy";
-$a->strings["Host name"] = "Nazwa hosta";
-$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "Nadpisz to pole w przypadku, gdy określona nazwa hosta nie jest prawidłowa, a pozostałe pozostaw to bez zmian.";
-$a->strings["Base path to installation"] = "Podstawowa ścieżka do instalacji";
-$a->strings["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."] = "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota.";
-$a->strings["Sub path of the URL"] = "Ścieżka podrzędna adresu URL";
-$a->strings["Overwrite this field in case the sub path determination isn't right, otherwise leave it as is. Leaving this field blank means the installation is at the base URL without sub path."] = "Nadpisz to pole w przypadku, gdy określenie ścieżki podrzędnej nie jest prawidłowe, w przeciwnym razie pozostaw je bez zmian. Pozostawienie tego pola pustego oznacza, że ​​instalacja odbywa się pod podstawowym adresem URL bez podścieżki.";
-$a->strings["Database connection"] = "Połączenie z bazą danych";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "W celu zainstalowania Friendica musimy wiedzieć jak połączyć się z twoją bazą danych.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Proszę skontaktuj się ze swoim dostawcą usług hostingowych bądź administratorem strony jeśli masz pytania co do tych ustawień .";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Wymieniona przez Ciebie baza danych powinna już istnieć. Jeżeli nie, utwórz ją przed kontynuacją.";
-$a->strings["Database Server Name"] = "Nazwa serwera bazy danych";
-$a->strings["Database Login Name"] = "Nazwa użytkownika bazy danych";
-$a->strings["Database Login Password"] = "Hasło logowania do bazy danych";
-$a->strings["For security reasons the password must not be empty"] = "Ze względów bezpieczeństwa hasło nie może być puste";
-$a->strings["Database Name"] = "Nazwa bazy danych";
-$a->strings["Please select a default timezone for your website"] = "Proszę wybrać domyślną strefę czasową dla swojej strony";
-$a->strings["Site settings"] = "Ustawienia strony";
-$a->strings["Site administrator email address"] = "Adres e-mail administratora strony";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Adres e-mail konta musi pasować do tego, aby móc korzystać z panelu administracyjnego.";
-$a->strings["System Language:"] = "Język systemu:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Ustaw domyślny język dla interfejsu instalacyjnego Friendica i wysyłaj e-maile.";
-$a->strings["Your Friendica site database has been installed."] = "Twoja baza danych witryny Friendica została zainstalowana.";
-$a->strings["Installation finished"] = "Instalacja zakończona";
-$a->strings["<h1>What next</h1>"] = "<h1>Co dalej</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the worker."] = "WAŻNE: Będziesz musiał [ręcznie] ustawić zaplanowane zadanie dla pracownika.";
-$a->strings["Go to your new Friendica node <a href=\"%s/register\">registration page</a> and register as new user. Remember to use the same email you have entered as administrator email. This will allow you to enter the site admin panel."] = "Przejdź do <a href=\"%s/register\">strony rejestracji</a> nowego węzła Friendica i zarejestruj się jako nowy użytkownik. Pamiętaj, aby użyć adresu e-mail wprowadzonego jako e-mail administratora. To pozwoli Ci wejść do panelu administratora witryny.";
-$a->strings["Create a New Account"] = "Załóż nowe konto";
-$a->strings["Your OpenID: "] = "";
-$a->strings["Please enter your username and password to add the OpenID to your existing account."] = "";
-$a->strings["Or login using OpenID: "] = "Lub zaloguj się za pośrednictwem OpenID: ";
-$a->strings["Password: "] = "Hasło: ";
-$a->strings["Remember me"] = "Zapamiętaj mnie";
-$a->strings["Forgot your password?"] = "Zapomniałeś swojego hasła?";
-$a->strings["Website Terms of Service"] = "Warunki korzystania z witryny";
-$a->strings["terms of service"] = "warunki użytkowania";
-$a->strings["Website Privacy Policy"] = "Polityka Prywatności Witryny";
-$a->strings["privacy policy"] = "polityka prywatności";
-$a->strings["Logged out."] = "Wylogowano.";
+$a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem.";
+$a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail.";
+$a->strings["Please join us on Friendica"] = "Dołącz do nas na Friendica";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Przekroczono limit zaproszeń. Skontaktuj się z administratorem witryny.";
+$a->strings["%s : Message delivery failed."] = "%s : Nie udało się dostarczyć wiadomości.";
+$a->strings["%d message sent."] = [
+       0 => "%d wiadomość wysłana.",
+       1 => "%d wiadomości wysłane.",
+       2 => "%d wysłano .",
+       3 => "%d wiadomość wysłano.",
+];
+$a->strings["You have no more invitations available"] = "Nie masz już dostępnych zaproszeń";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Odwiedź %s listę publicznych witryn, do których możesz dołączyć. Członkowie Friendica na innych stronach mogą łączyć się ze sobą, jak również z członkami wielu innych sieci społecznościowych.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Aby zaakceptować to zaproszenie, odwiedź i zarejestruj się %s lub w dowolnej innej publicznej witrynie internetowej Friendica.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi. Zobacz %s listę alternatywnych witryn Friendica, do których możesz dołączyć.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Przepraszamy. System nie jest obecnie skonfigurowany do łączenia się z innymi publicznymi witrynami lub zapraszania członków.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks."] = "Strony Friendica łączą się ze sobą, tworząc ogromną sieć społecznościową o zwiększonej prywatności, która jest własnością i jest kontrolowana przez jej członków. Mogą również łączyć się z wieloma tradycyjnymi sieciami społecznościowymi.";
+$a->strings["To accept this invitation, please visit and register at %s."] = "Aby zaakceptować to zaproszenie, odwiedź stronę i zarejestruj się na stronie %s.";
+$a->strings["Send invitations"] = "Wyślij zaproszenie";
+$a->strings["Enter email addresses, one per line:"] = "Wprowadź adresy e-mail, po jednym w wierszu:";
+$a->strings["Your message:"] = "Twoja wiadomość:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Serdecznie zapraszam do przyłączenia się do mnie i innych bliskich znajomych na stronie Friendica - i pomóż nam stworzyć lepszą sieć społecznościową.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "Musisz podać ten kod zaproszenia: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Po rejestracji połącz się ze mną na stronie mojego profilu pod adresem:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca";
+$a->strings["everybody"] = "wszyscy";
+$a->strings["Account"] = "Konto";
+$a->strings["Display"] = "Wygląd";
+$a->strings["Social Networks"] = "Portale społecznościowe";
+$a->strings["Delegations"] = "Delegowanie";
+$a->strings["Connected apps"] = "Powiązane aplikacje";
+$a->strings["Remove account"] = "Usuń konto";
+$a->strings["Please enter a post body."] = "Wpisz treść postu.";
+$a->strings["This feature is only available with the frio theme."] = "Ta funkcja jest dostępna tylko z motywem Frio.";
+$a->strings["Compose new personal note"] = "Utwórz nową notatkę osobistą";
+$a->strings["Compose new post"] = "Utwórz nowy post";
+$a->strings["Visibility"] = "";
+$a->strings["Clear the location"] = "Wyczyść lokalizację";
+$a->strings["Location services are unavailable on your device"] = "Usługi lokalizacyjne są niedostępne na twoim urządzeniu";
+$a->strings["Location services are disabled. Please check the website's permissions on your device"] = "Usługi lokalizacyjne są wyłączone. Sprawdź uprawnienia strony internetowej na swoim urządzeniu";
+$a->strings["Installed addons/apps:"] = "Zainstalowane dodatki/aplikacje:";
+$a->strings["No installed addons/apps"] = "Brak zainstalowanych dodatków/aplikacji";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "Przeczytaj o <a href=\"%1\$s/tos\">Warunkach świadczenia usług</a> tego węzła.";
+$a->strings["On this server the following remote servers are blocked."] = "Na tym serwerze następujące serwery zdalne są blokowane.";
+$a->strings["This is Friendica, version %s that is running at the web location %s. The database version is %s, the post update version is %s."] = "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s.";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Odwiedź stronę <a href=\"https://friendi.ca\">Friendi.ca</a> aby dowiedzieć się więcej o projekcie Friendica.";
+$a->strings["Bug reports and issues: please visit"] = "Raporty o błędach i problemy: odwiedź stronę";
+$a->strings["the bugtracker at github"] = "śledzenie błędów na github";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro.";
 $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając \"Register\".";
 $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów.";
 $a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie): ";
 $a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?";
+$a->strings["No"] = "Nie";
 $a->strings["Note for the admin"] = "Uwaga dla administratora";
 $a->strings["Leave a message for the admin, why you want to join this node"] = "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła";
 $a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu.";
 $a->strings["Your invitation code: "] = "Twój kod zaproszenia: ";
 $a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Twoje imię i nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe): ";
 $a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres).";
+$a->strings["New Password:"] = "Nowe hasło:";
 $a->strings["Leave empty for an auto generated password."] = "Pozostaw puste dla wygenerowanego automatycznie hasła.";
+$a->strings["Confirm:"] = "Potwierdź:";
 $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \"<strong>nickname@%s</strong>\"."] = "Wybierz pseudonim profilu. Musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie to \"<strong>nickname@%s</strong>\".";
 $a->strings["Choose a nickname: "] = "Wybierz pseudonim: ";
+$a->strings["Import"] = "Import";
 $a->strings["Import your profile to this friendica instance"] = "Zaimportuj swój profil do tej instancji friendica";
 $a->strings["Note: This node explicitly contains adult content"] = "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych";
 $a->strings["Registration successful. Please check your email for further instructions."] = "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila.";
@@ -2435,64 +1846,665 @@ $a->strings["Failed to send email message. Here your accout details:<br> login:
 $a->strings["Registration successful."] = "Rejestracja udana.";
 $a->strings["Your registration can not be processed."] = "Nie można przetworzyć Twojej rejestracji.";
 $a->strings["You have to leave a request note for the admin."] = "";
+$a->strings["You have entered too much information."] = "";
 $a->strings["Your registration is pending approval by the site owner."] = "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny.";
-$a->strings["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."] = "W momencie rejestracji oraz w celu zapewnienia komunikacji między kontem użytkownika, a jego kontaktami, użytkownik musi podać nazwę wyświetlaną (pseudonim), nazwę użytkownika (przydomek) i działający adres e-mail. Nazwy będą dostępne na stronie profilu konta dla każdego odwiedzającego stronę, nawet jeśli inne szczegóły profilu nie zostaną wyświetlone. Adres e-mail będzie używany tylko do wysyłania powiadomień użytkownika o interakcjach, ale nie będzie wyświetlany w widoczny sposób. Lista kont w katalogu użytkownika węzła lub globalnym katalogu użytkownika jest opcjonalna i może być kontrolowana w ustawieniach użytkownika, nie jest konieczna do komunikacji.";
-$a->strings["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."] = "Te dane są wymagane do komunikacji i są przekazywane do węzłów partnerów komunikacyjnych i są tam przechowywane. Użytkownicy mogą wprowadzać dodatkowe prywatne dane, które mogą być przesyłane na konta partnerów komunikacyjnych.";
-$a->strings["At any point in time a logged in user can export their account data from the <a href=\"%1\$s/settings/userexport\">account settings</a>. If the user wants to delete their account they can do so at <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. The deletion of the account will be permanent. Deletion of the data will also be requested from the nodes of the communication partners."] = "";
-$a->strings["Privacy Statement"] = "Oświadczenie o prywatności";
-$a->strings["This entry was edited"] = "Ten wpis został zedytowany";
-$a->strings["Private Message"] = "Wiadomość prywatna";
-$a->strings["Delete locally"] = "Usuń lokalnie";
-$a->strings["Delete globally"] = "Usuń globalnie";
-$a->strings["Remove locally"] = "Usuń lokalnie";
-$a->strings["save to folder"] = "zapisz w folderze";
-$a->strings["I will attend"] = "Będę uczestniczyć";
-$a->strings["I will not attend"] = "Nie będę uczestniczyć";
-$a->strings["I might attend"] = "Mogę wziąć udział";
-$a->strings["ignore thread"] = "zignoruj ​​wątek";
-$a->strings["unignore thread"] = "odignoruj ​​wątek";
-$a->strings["toggle ignore status"] = "przełącz status ignorowania";
-$a->strings["add star"] = "dodaj gwiazdkę";
-$a->strings["remove star"] = "anuluj gwiazdkę";
-$a->strings["toggle star status"] = "włącz status gwiazdy";
-$a->strings["starred"] = "gwiazdką";
-$a->strings["add tag"] = "dodaj tag";
-$a->strings["like"] = "lubię to";
-$a->strings["dislike"] = "nie lubię tego";
-$a->strings["Share this"] = "Udostępnij to";
-$a->strings["share"] = "udostępnij";
-$a->strings["to"] = "do";
-$a->strings["via"] = "przez";
-$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
-$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
-$a->strings["Reply to %s"] = "Odpowiedź %s";
-$a->strings["Notifier task is pending"] = "Zadanie Notifier jest w toku";
-$a->strings["Delivery to remote servers is pending"] = "Trwa przesyłanie do serwerów zdalnych";
-$a->strings["Delivery to remote servers is underway"] = "Trwa dostawa do serwerów zdalnych";
-$a->strings["Delivery to remote servers is mostly done"] = "Dostawa do zdalnych serwerów jest w większości wykonywana";
-$a->strings["Delivery to remote servers is done"] = "Trwa dostarczanie do zdalnych serwerów";
-$a->strings["%d comment"] = [
-       0 => "%d komentarz",
-       1 => "%d komentarze",
-       2 => "%d komentarzy",
-       3 => "%d komentarzy",
+$a->strings["Search term successfully saved."] = "";
+$a->strings["Search term already saved."] = "";
+$a->strings["Search term successfully removed."] = "";
+$a->strings["Only logged in users are permitted to perform a search."] = "Tylko zalogowani użytkownicy mogą wyszukiwać.";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę.";
+$a->strings["No results."] = "Brak wyników.";
+$a->strings["Items tagged with: %s"] = "Przedmioty oznaczone tagiem: %s";
+$a->strings["You must be logged in to use this module."] = "";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem.";
+$a->strings["Delete this item?"] = "Usunąć ten element?";
+$a->strings["toggle mobile"] = "przełącz na mobilny";
+$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "";
+$a->strings["You must be logged in to use addons. "] = "Musisz być zalogowany(-a), aby korzystać z dodatków. ";
+$a->strings["Miscellaneous"] = "Różny";
+$a->strings["Age: "] = "Wiek: ";
+$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD lub MM-DD";
+$a->strings["never"] = "nigdy";
+$a->strings["less than a second ago"] = "mniej niż sekundę temu";
+$a->strings["year"] = "rok";
+$a->strings["years"] = "lata";
+$a->strings["months"] = "miesiące";
+$a->strings["weeks"] = "tygodnie";
+$a->strings["days"] = "dni";
+$a->strings["hour"] = "godzina";
+$a->strings["hours"] = "godziny";
+$a->strings["minute"] = "minuta";
+$a->strings["minutes"] = "minuty";
+$a->strings["second"] = "sekunda";
+$a->strings["seconds"] = "sekundy";
+$a->strings["in %1\$d %2\$s"] = "w %1\$d %2\$s";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s temu";
+$a->strings["(no subject)"] = "(bez tematu)";
+$a->strings["Post update version number has been set to %s."] = "Numer wersji aktualizacji posta został ustawiony na %s.";
+$a->strings["Check for pending update actions."] = "Sprawdź oczekujące działania aktualizacji.";
+$a->strings["Done."] = "Gotowe.";
+$a->strings["Execute pending post updates."] = "Wykonaj oczekujące aktualizacje postów.";
+$a->strings["All pending post updates are done."] = "Wszystkie oczekujące aktualizacje postów są gotowe.";
+$a->strings["Enter new password: "] = "Wprowadź nowe hasło: ";
+$a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie.";
+$a->strings["Password changed."] = "Hasło zostało zmienione.";
+$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)";
+$a->strings["The contact entries have been archived"] = "Wpisy kontaktów zostały zarchiwizowane";
+$a->strings["No valid account found."] = "Nie znaleziono ważnego konta.";
+$a->strings["Password reset request issued. Check your email."] = "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email, the request will expire shortly.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tSzanowny Użytkowniku %1\$s, \n\t\t\tOtrzymano prośbę o ''%2\$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie.";
+$a->strings["\n\t\tFollow this link soon to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1\$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2\$s\nNazwa użytkownika:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Prośba o reset hasła na %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się.";
+$a->strings["Request has expired, please make a new one."] = "Żądanie wygasło. Zrób nowe.";
+$a->strings["Forgot your Password?"] = "Zapomniałeś hasła?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji.";
+$a->strings["Reset"] = "Zresetuj";
+$a->strings["Your password has been reset as requested."] = "Twoje hasło zostało zresetowane zgodnie z żądaniem.";
+$a->strings["Your new password is"] = "Twoje nowe hasło to";
+$a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj nowe hasło - a następnie";
+$a->strings["click here to login"] = "naciśnij tutaj, aby zalogować się";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Twoje hasło może być zmienione w <em>Ustawieniach</em> po udanym zalogowaniu.";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\tinformation for your records (or change your password immediately to\n\t\t\tsomething that you will remember).\n\t\t"] = "\n\t\t\tSzanowny Użytkowniku %1\$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t";
+$a->strings["\n\t\t\tYour login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t%2\$s\n\t\t\tPassword:\t%3\$s\n\n\t\t\tYou may change that password from your account settings page after logging in.\n\t\t"] = "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1\$s\n\t\t\tNazwa użytkownika:\t%2\$s\n\t\t\tHasło:\t%3\$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t";
+$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s";
+$a->strings["[Embedded content - reload page to view]"] = "[Dodatkowa zawartość - odśwież stronę by zobaczyć]";
+$a->strings["User imports on closed servers can only be done by an administrator."] = "Import użytkowników na zamkniętych serwerach może być wykonywany tylko przez administratora.";
+$a->strings["Move account"] = "Przenieś konto";
+$a->strings["You can import an account from another Friendica server."] = "Możesz zaimportować konto z innego serwera Friendica.";
+$a->strings["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."] = "Musisz wyeksportować konto ze starego serwera i przesłać je tutaj. Odtworzymy twoje stare konto tutaj ze wszystkimi twoimi kontaktami. Postaramy się również poinformować twoich znajomych, że się tutaj przeniosłeś.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Ta funkcja jest eksperymentalna. Nie możemy importować kontaktów z sieci OStatus (GNU Social/Statusnet) lub z Diaspory";
+$a->strings["Account file"] = "Pliki konta";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Aby eksportować konto, wejdź w \"Ustawienia->Eksport danych osobistych\" i wybierz \"Eksportuj konto\"";
+$a->strings["Community option not available."] = "Opcja wspólnotowa jest niedostępna.";
+$a->strings["Not available."] = "Niedostępne.";
+$a->strings["Local Community"] = "Lokalna społeczność";
+$a->strings["Posts from local users on this server"] = "Wpisy od lokalnych użytkowników na tym serwerze";
+$a->strings["Global Community"] = "Globalna społeczność";
+$a->strings["Posts from users of the whole federated network"] = "Wpisy od użytkowników całej sieci stowarzyszonej";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Ten strumień społeczności pokazuje wszystkie publiczne posty otrzymane przez ten węzeł. Mogą nie odzwierciedlać opinii użytkowników tego węzła.";
+$a->strings["Suggested contact not found."] = "Nie znaleziono sugerowanego kontaktu.";
+$a->strings["Friend suggestion sent."] = "Wysłana propozycja dodania do znajomych.";
+$a->strings["Suggest Friends"] = "Zaproponuj znajomych";
+$a->strings["Suggest a friend for %s"] = "Zaproponuj znajomych dla %s";
+$a->strings["No contacts in common."] = "Brak wspólnych kontaktów.";
+$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym";
+$a->strings["{0} requested registration"] = "{0} wymagana rejestracja";
+$a->strings["Remote privacy information not available."] = "Nie są dostępne zdalne informacje o prywatności.";
+$a->strings["Visible to:"] = "Widoczne dla:";
+$a->strings["Event can not end before it has started."] = "Wydarzenie nie może się zakończyć przed jego rozpoczęciem.";
+$a->strings["Event title and start time are required."] = "Wymagany tytuł wydarzenia i czas rozpoczęcia.";
+$a->strings["View"] = "Widok";
+$a->strings["Create New Event"] = "Stwórz nowe wydarzenie";
+$a->strings["Previous"] = "Poprzedni";
+$a->strings["list"] = "lista";
+$a->strings["Event details"] = "Szczegóły wydarzenia";
+$a->strings["Starting date and Title are required."] = "Data rozpoczęcia i tytuł są wymagane.";
+$a->strings["Event Starts:"] = "Rozpoczęcie wydarzenia:";
+$a->strings["Required"] = "Wymagany";
+$a->strings["Finish date/time is not known or not relevant"] = "Data/czas zakończenia nie jest znana lub jest nieistotna";
+$a->strings["Event Finishes:"] = "Zakończenie wydarzenia:";
+$a->strings["Adjust for viewer timezone"] = "Dopasuj dla strefy czasowej widza";
+$a->strings["Description:"] = "Opis:";
+$a->strings["Title:"] = "Tytuł:";
+$a->strings["Share this event"] = "Udostępnij te wydarzenie";
+$a->strings["Permissions"] = "Uprawnienia";
+$a->strings["Failed to remove event"] = "Nie udało się usunąć wydarzenia";
+$a->strings["Event removed"] = "Wydarzenie zostało usunięte";
+$a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji";
+$a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s";
+$a->strings["This calendar format is not supported"] = "Ten format kalendarza nie jest obsługiwany";
+$a->strings["No exportable data found"] = "Nie znaleziono danych do eksportu";
+$a->strings["calendar"] = "kalendarz";
+$a->strings["The requested item doesn't exist or has been deleted."] = "Żądany element nie istnieje lub został usunięty.";
+$a->strings["The feed for this item is unavailable."] = "Kanał dla tego elementu jest niedostępny.";
+$a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik.";
+$a->strings["Warning: profile location has no profile photo."] = "Ostrzeżenie: położenie profilu nie zawiera zdjęcia.";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "%d wymagany parametr nie został znaleziony w podanej lokacji",
+       1 => "%d wymagane parametry nie zostały znalezione w podanej lokacji",
+       2 => "%d wymagany parametr nie został znaleziony w podanej lokacji",
+       3 => "%d wymagany parametr nie został znaleziony w podanej lokacji",
+];
+$a->strings["Introduction complete."] = "Wprowadzanie zakończone.";
+$a->strings["Unrecoverable protocol error."] = "Nieodwracalny błąd protokołu.";
+$a->strings["Profile unavailable."] = "Profil niedostępny.";
+$a->strings["%s has received too many connection requests today."] = "%s otrzymał dziś zbyt wiele żądań połączeń.";
+$a->strings["Spam protection measures have been invoked."] = "Wprowadzono zabezpieczenia przed spamem.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Przyjaciele namawiają do spróbowania za 24h.";
+$a->strings["Invalid locator"] = "Nieprawidłowy lokalizator";
+$a->strings["You have already introduced yourself here."] = "Już się tu przedstawiłeś.";
+$a->strings["Apparently you are already friends with %s."] = "Wygląda na to, że już jesteście znajomymi z %s.";
+$a->strings["Invalid profile URL."] = "Nieprawidłowy adres URL profilu.";
+$a->strings["Your introduction has been sent."] = "Twoje dane zostały wysłane.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie.";
+$a->strings["Please login to confirm introduction."] = "Zaloguj się, aby potwierdzić wprowadzenie.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na <strong>tego</strong> użytkownika. ";
+$a->strings["Confirm"] = "Potwierdź";
+$a->strings["Hide this contact"] = "Ukryj kontakt";
+$a->strings["Welcome home %s."] = "Witaj na stronie domowej %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s\">follow this link to find a public Friendica site and join us today</a>."] = "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, <a href=\"%s\">kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś</a>.";
+$a->strings["Friend/Connection Request"] = "Przyjaciel/Prośba o połączenie";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de";
+$a->strings["Please answer the following:"] = "Proszę odpowiedzieć na następujące pytania:";
+$a->strings["Does %s know you?"] = "Czy %s Cię zna?";
+$a->strings["Add a personal note:"] = "Dodaj osobistą notkę:";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["GNU Social (Pleroma, Mastodon)"] = "GNU Social (Pleroma, Mastodon)";
+$a->strings["Diaspora (Socialhome, Hubzilla)"] = "Diaspora (Socialhome, Hubzilla)";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory.";
+$a->strings["Your Identity Address:"] = "Twój adres tożsamości:";
+$a->strings["Submit Request"] = "Wyślij zgłoszenie";
+$a->strings["Contact settings applied."] = "Ustawienia kontaktu zaktualizowane.";
+$a->strings["Contact update failed."] = "Nie udało się zaktualizować kontaktu.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>OSTRZEŻENIE: Jest to bardzo zaawansowane</strong> i jeśli wprowadzisz niepoprawne informacje, twoja komunikacja z tym kontaktem może przestać działać.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Jeśli nie jesteś pewien, co zrobić na tej stronie, użyj <strong>teraz</strong> przycisku 'powrót' na swojej przeglądarce.";
+$a->strings["No mirroring"] = "Bez dublowania";
+$a->strings["Mirror as forwarded posting"] = "Przesłany lustrzany post";
+$a->strings["Mirror as my own posting"] = "Lustro mojego własnego komentarza";
+$a->strings["Return to contact editor"] = "Wróć do edytora kontaktów";
+$a->strings["Refetch contact data"] = "Odśwież dane kontaktowe";
+$a->strings["Remote Self"] = "Zdalny Self";
+$a->strings["Mirror postings from this contact"] = "Publikacje lustrzane od tego kontaktu";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Oznacz ten kontakt jako remote_self, spowoduje to, że friendica odeśle nowe wpisy z tego kontaktu.";
+$a->strings["Account Nickname"] = "Nazwa konta";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - zastępuje Imię/Pseudonim";
+$a->strings["Account URL"] = "Adres URL konta";
+$a->strings["Account URL Alias"] = "";
+$a->strings["Friend Request URL"] = "Adres URL żądający znajomości";
+$a->strings["Friend Confirm URL"] = "URL potwierdzający znajomość";
+$a->strings["Notification Endpoint URL"] = "Zgłoszenie Punktu Końcowego URL";
+$a->strings["Poll/Feed URL"] = "Adres Ankiety/RSS";
+$a->strings["New photo from this URL"] = "Nowe zdjęcie z tego adresu URL";
+$a->strings["OpenID protocol error. No ID returned."] = "Błąd protokołu OpenID. Nie znaleziono identyfikatora.";
+$a->strings["Account not found. Please login to your existing account to add the OpenID to it."] = "";
+$a->strings["Account not found. Please register a new account or login to your existing account to add the OpenID to it."] = "";
+$a->strings["Invalid request identifier."] = "Nieprawidłowe żądanie identyfikatora.";
+$a->strings["Discard"] = "Odrzuć";
+$a->strings["Network Notifications"] = "Powiadomienia sieciowe";
+$a->strings["System Notifications"] = "Powiadomienia systemowe";
+$a->strings["Personal Notifications"] = "Prywatne powiadomienia";
+$a->strings["Home Notifications"] = "Powiadomienia domowe";
+$a->strings["Show unread"] = "Pokaż nieprzeczytane";
+$a->strings["Show all"] = "Pokaż wszystko";
+$a->strings["Show Ignored Requests"] = "Pokaż ignorowane żądania";
+$a->strings["Hide Ignored Requests"] = "Ukryj zignorowane prośby";
+$a->strings["Notification type:"] = "Typ powiadomienia:";
+$a->strings["Suggested by:"] = "Sugerowany przez:";
+$a->strings["Claims to be known to you: "] = "Twierdzi, że go/ją znasz: ";
+$a->strings["yes"] = "tak";
+$a->strings["no"] = "nie";
+$a->strings["Shall your connection be bidirectional or not?"] = "Czy twoje połączenie ma być dwukierunkowe, czy nie?";
+$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Przyjmowanie %s jako znajomego pozwala %s zasubskrybować twoje posty, a także otrzymywać od nich aktualizacje w swoim kanale wiadomości.";
+$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Zaakceptowanie %s jako subskrybenta umożliwia im subskrybowanie Twoich postów, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości.";
+$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Akceptowanie %s jako udostępniający pozwala im subskrybować twoje posty, ale nie otrzymasz od nich aktualizacji w swoim kanale wiadomości.";
+$a->strings["Friend"] = "Znajomy";
+$a->strings["Sharer"] = "Udostępniający/a";
+$a->strings["Subscriber"] = "Subskrybent";
+$a->strings["No introductions."] = "Brak dostępu.";
+$a->strings["No more %s notifications."] = "Brak kolejnych %s powiadomień.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Dzienny limit wiadomości %s został przekroczony. Wiadomość została odrzucona.";
+$a->strings["No recipient selected."] = "Nie wybrano odbiorcy.";
+$a->strings["Unable to check your home location."] = "Nie można sprawdzić twojej lokalizacji.";
+$a->strings["Message could not be sent."] = "Nie udało się wysłać wiadomości.";
+$a->strings["Message collection failure."] = "Błąd zbierania komunikatów.";
+$a->strings["Message sent."] = "Wysłano.";
+$a->strings["No recipient."] = "Brak odbiorcy.";
+$a->strings["Please enter a link URL:"] = "Proszę wpisać adres URL:";
+$a->strings["Send Private Message"] = "Wyślij prywatną wiadomość";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców.";
+$a->strings["To:"] = "Do:";
+$a->strings["Subject:"] = "Temat:";
+$a->strings["Insert web link"] = "Wstaw link";
+$a->strings["Subscribing to OStatus contacts"] = "Subskrybowanie kontaktów OStatus";
+$a->strings["No contact provided."] = "Brak kontaktu.";
+$a->strings["Couldn't fetch information for contact."] = "Nie można pobrać informacji o kontakcie.";
+$a->strings["Couldn't fetch friends for contact."] = "Nie można pobrać znajomych do kontaktu.";
+$a->strings["Done"] = "Gotowe";
+$a->strings["success"] = "powodzenie";
+$a->strings["failed"] = "nie powiodło się";
+$a->strings["Keep this window open until done."] = "Pozostaw to okno otwarte, dopóki nie będzie gotowe.";
+$a->strings["The contact could not be added."] = "Nie można dodać kontaktu.";
+$a->strings["You already added this contact."] = "Już dodałeś ten kontakt.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Obsługa Diaspory nie jest włączona. Kontakt nie może zostać dodany.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "Nie można wykryć typu sieci. Kontakt nie może zostać dodany.";
+$a->strings["Upload"] = "Załaduj";
+$a->strings["Files"] = "Pliki";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "Ostrzeżenie: Ta grupa zawiera %s członka z sieci, która nie dopuszcza wiadomości niepublicznych.",
+       1 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.",
+       2 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.",
+       3 => "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych.",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców.";
+$a->strings["No such group"] = "Nie ma takiej grupy";
+$a->strings["Group: %s"] = "Grupa: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Prywatne wiadomości do tej osoby mogą być widoczne publicznie.";
+$a->strings["Latest Activity"] = "";
+$a->strings["Sort by latest activity"] = "";
+$a->strings["Latest Posts"] = "";
+$a->strings["Sort by post received date"] = "";
+$a->strings["Personal"] = "Osobiste";
+$a->strings["Posts that mention or involve you"] = "Posty, które wspominają lub angażują Ciebie";
+$a->strings["New"] = "Nowy";
+$a->strings["Activity Stream - by date"] = "Strumień aktywności - według daty";
+$a->strings["Shared Links"] = "Udostępnione łącza";
+$a->strings["Interesting Links"] = "Interesujące linki";
+$a->strings["Starred"] = "Ulubione";
+$a->strings["Favourite Posts"] = "Ulubione posty";
+$a->strings["You aren't following this contact."] = "Nie obserwujesz tego kontaktu.";
+$a->strings["Unfollowing is currently not supported by your network."] = "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć.";
+$a->strings["Contact unfollowed"] = "Skontaktuj się z obserwowanym";
+$a->strings["Disconnect/Unfollow"] = "Rozłącz/Nie obserwuj";
+$a->strings["Image uploaded but image cropping failed."] = "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się.";
+$a->strings["Image size reduction [%s] failed."] = "Redukcja rozmiaru obrazka [%s] nie powiodła się.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast.";
+$a->strings["Unable to process image"] = "Nie udało się przetworzyć obrazu";
+$a->strings["Image exceeds size limit of %s"] = "Obraz przekracza limit rozmiaru wynoszący %s";
+$a->strings["Unable to process image."] = "Przetwarzanie obrazu nie powiodło się.";
+$a->strings["Upload File:"] = "Wyślij plik:";
+$a->strings["Select a profile:"] = "Wybierz profil:";
+$a->strings["or"] = "lub";
+$a->strings["skip this step"] = "pomiń ten krok";
+$a->strings["select a photo from your photo albums"] = "wybierz zdjęcie z twojego albumu";
+$a->strings["Crop Image"] = "Przytnij zdjęcie";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz.";
+$a->strings["Done Editing"] = "Zakończono edycję";
+$a->strings["Image uploaded successfully."] = "Pomyślnie wysłano zdjęcie.";
+$a->strings["Image upload failed."] = "Przesyłanie obrazu nie powiodło się.";
+$a->strings["Poke/Prod"] = "Zaczepić";
+$a->strings["poke, prod or do other things to somebody"] = "szturchać, zaczepić lub robić inne rzeczy";
+$a->strings["Recipient"] = "Odbiorca";
+$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić";
+$a->strings["Make this post private"] = "Ustaw ten post jako prywatny";
+$a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia";
+$a->strings["Upload New Photos"] = "Wyślij nowe zdjęcie";
+$a->strings["Contact information unavailable"] = "Informacje o kontakcie są niedostępne";
+$a->strings["Album not found."] = "Nie znaleziono albumu.";
+$a->strings["Album successfully deleted"] = "Album został pomyślnie usunięty";
+$a->strings["Album was empty."] = "Album był pusty.";
+$a->strings["a photo"] = "zdjęcie";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$szostał oznaczony tagiem %2\$s przez %3\$s";
+$a->strings["Image upload didn't complete, please try again"] = "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie";
+$a->strings["Image file is missing"] = "Brak pliku obrazu";
+$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem";
+$a->strings["Image file is empty."] = "Plik obrazka jest pusty.";
+$a->strings["No photos selected"] = "Nie zaznaczono zdjęć";
+$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony.";
+$a->strings["Upload Photos"] = "Prześlij zdjęcia";
+$a->strings["New album name: "] = "Nazwa nowego albumu: ";
+$a->strings["or select existing album:"] = "lub wybierz istniejący album:";
+$a->strings["Do not show a status post for this upload"] = "Nie pokazuj statusu postów dla tego wysłania";
+$a->strings["Show to Groups"] = "Pokaż Grupy";
+$a->strings["Show to Contacts"] = "Pokaż kontakty";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?";
+$a->strings["Delete Album"] = "Usuń album";
+$a->strings["Edit Album"] = "Edytuj album";
+$a->strings["Drop Album"] = "Upuść Album";
+$a->strings["Show Newest First"] = "Pokaż najpierw najnowsze";
+$a->strings["Show Oldest First"] = "Pokaż najpierw najstarsze";
+$a->strings["View Photo"] = "Zobacz zdjęcie";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Odmowa dostępu. Dostęp do tych danych może być ograniczony.";
+$a->strings["Photo not available"] = "Zdjęcie niedostępne";
+$a->strings["Do you really want to delete this photo?"] = "Czy na pewno chcesz usunąć to zdjęcie ?";
+$a->strings["Delete Photo"] = "Usuń zdjęcie";
+$a->strings["View photo"] = "Zobacz zdjęcie";
+$a->strings["Edit photo"] = "Edytuj zdjęcie";
+$a->strings["Delete photo"] = "Usuń zdjęcie";
+$a->strings["Use as profile photo"] = "Ustaw jako zdjęcie profilowe";
+$a->strings["Private Photo"] = "Prywatne zdjęcie";
+$a->strings["View Full Size"] = "Zobacz w pełnym rozmiarze";
+$a->strings["Tags: "] = "Tagi: ";
+$a->strings["[Select tags to remove]"] = "[Wybierz tagi do usunięcia]";
+$a->strings["New album name"] = "Nazwa nowego albumu";
+$a->strings["Caption"] = "Zawartość";
+$a->strings["Add a Tag"] = "Dodaj tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping";
+$a->strings["Do not rotate"] = "Nie obracaj";
+$a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)";
+$a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)";
+$a->strings["Map"] = "Mapa";
+$a->strings["View Album"] = "Zobacz album";
+$a->strings["Profile not found."] = "Nie znaleziono profilu.";
+$a->strings["Profile deleted."] = "Konto usunięte.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Utworzono nowy profil.";
+$a->strings["Profile unavailable to clone."] = "Nie można powielić profilu.";
+$a->strings["Profile Name is required."] = "Nazwa profilu jest wymagana.";
+$a->strings["Marital Status"] = "Stan cywilny";
+$a->strings["Romantic Partner"] = "Romantyczny partner";
+$a->strings["Work/Employment"] = "Praca/Zatrudnienie";
+$a->strings["Religion"] = "Religia";
+$a->strings["Political Views"] = "Poglądy polityczne";
+$a->strings["Gender"] = "Płeć";
+$a->strings["Sexual Preference"] = "Orientacja seksualna";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Strona Główna";
+$a->strings["Interests"] = "Zainteresowania";
+$a->strings["Address"] = "Adres";
+$a->strings["Location"] = "Lokalizacja";
+$a->strings["Profile updated."] = "Profil zaktualizowany.";
+$a->strings["Hide contacts and friends:"] = "Ukryj kontakty i znajomych:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?";
+$a->strings["Show more profile fields:"] = "Pokaż więcej pól profilu:";
+$a->strings["Profile Actions"] = "Akcje profilowe";
+$a->strings["Edit Profile Details"] = "Edytuj informacje o profilu";
+$a->strings["Change Profile Photo"] = "Zmień zdjęcie profilowe";
+$a->strings["View this profile"] = "Wyświetl ten profil";
+$a->strings["View all profiles"] = "Wyświetl wszystkie profile";
+$a->strings["Create a new profile using these settings"] = "Stwórz nowy profil wykorzystując te ustawienia";
+$a->strings["Clone this profile"] = "Sklonuj ten profil";
+$a->strings["Delete this profile"] = "Usuń ten profil";
+$a->strings["Basic information"] = "Podstawowe informacje";
+$a->strings["Profile picture"] = "Zdjęcie profilowe";
+$a->strings["Preferences"] = "Preferencje";
+$a->strings["Status information"] = "Informacje o stanie";
+$a->strings["Additional information"] = "Dodatkowe informacje";
+$a->strings["Relation"] = "Relacje";
+$a->strings["Your Gender:"] = "Płeć:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Stan cywilny:";
+$a->strings["Example: fishing photography software"] = "Przykład: oprogramowanie do fotografowania ryb";
+$a->strings["Profile Name:"] = "Nazwa profilu:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "To jest Twój <strong> publiczny </strong> profil. <br/><strong>Może </strong> zostać wyświetlony przez każdego kto używa internetu.";
+$a->strings["Your Full Name:"] = "Imię i nazwisko:";
+$a->strings["Title/Description:"] = "Tytuł/Opis:";
+$a->strings["Street Address:"] = "Ulica:";
+$a->strings["Locality/City:"] = "Miasto:";
+$a->strings["Region/State:"] = "Województwo/Stan:";
+$a->strings["Postal/Zip Code:"] = "Kod Pocztowy:";
+$a->strings["Country:"] = "Kraj:";
+$a->strings["Who: (if applicable)"] = "Kto: (jeśli dotyczy)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Przykłady: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Od [data]:";
+$a->strings["Tell us about yourself..."] = "Napisz o sobie…";
+$a->strings["XMPP (Jabber) address:"] = "Adres XMPP (Jabber):";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śledzić.";
+$a->strings["Homepage URL:"] = "Adres URL strony domowej:";
+$a->strings["Religious Views:"] = "Poglądy religijne:";
+$a->strings["Public Keywords:"] = "Publiczne słowa kluczowe:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)";
+$a->strings["Private Keywords:"] = "Prywatne słowa kluczowe:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Używany do wyszukiwania profili, niepokazywany innym)";
+$a->strings["Musical interests"] = "Muzyka";
+$a->strings["Books, literature"] = "Literatura";
+$a->strings["Television"] = "Telewizja";
+$a->strings["Film/dance/culture/entertainment"] = "Film/taniec/kultura/rozrywka";
+$a->strings["Hobbies/Interests"] = "Zainteresowania";
+$a->strings["Love/romance"] = "Miłość/romans";
+$a->strings["Work/employment"] = "Praca/zatrudnienie";
+$a->strings["School/education"] = "Szkoła/edukacja";
+$a->strings["Contact information and Social Networks"] = "Dane kontaktowe i Sieci społecznościowe";
+$a->strings["Edit/Manage Profiles"] = "Edycja/Zarządzanie profilami";
+$a->strings["Invalid request."] = "Nieprawidłowe żądanie.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP";
+$a->strings["Or - did you try to upload an empty file?"] = "Lub - czy próbowałeś załadować pusty plik?";
+$a->strings["File exceeds size limit of %s"] = "Plik przekracza limit rozmiaru wynoszący %s";
+$a->strings["File upload failed."] = "Przesyłanie pliku nie powiodło się.";
+$a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości.";
+$a->strings["Empty post discarded."] = "Pusty wpis został odrzucony.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica.";
+$a->strings["You may visit them online at %s"] = "Możesz odwiedzić ich online pod adresem %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości.";
+$a->strings["%s posted an update."] = "%s zaktualizował wpis.";
+$a->strings["Post successful."] = "Pomyślnie opublikowano.";
+$a->strings["Account approved."] = "Konto zatwierdzone.";
+$a->strings["Registration revoked for %s"] = "Rejestracja odwołana dla %s";
+$a->strings["Please login."] = "Proszę się zalogować.";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu.";
+$a->strings["Profile Match"] = "Dopasowanie profilu";
+$a->strings["Missing some important data!"] = "Brakuje ważnych danych!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Połączenie z kontem email używając wybranych ustawień nie powiodło się.";
+$a->strings["Email settings updated."] = "Zaktualizowano ustawienia email.";
+$a->strings["Features updated"] = "Funkcje zaktualizowane";
+$a->strings["The theme you chose isn't available."] = "Wybrany motyw jest niedostępny.";
+$a->strings["Contact CSV file upload error"] = "";
+$a->strings["Importing Contacts done"] = "";
+$a->strings["Relocate message has been send to your contacts"] = "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów";
+$a->strings["Passwords do not match."] = "Hasła nie pasują do siebie.";
+$a->strings["Password unchanged."] = "Hasło niezmienione.";
+$a->strings[" Please use a shorter name."] = " Proszę użyć krótszej nazwy.";
+$a->strings[" Name too short."] = " Nazwa jest zbyt krótka.";
+$a->strings["Invalid email."] = "Niepoprawny e-mail.";
+$a->strings["Cannot change to that email."] = "Nie można zmienić tego e-maila.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności.";
+$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
+$a->strings["Add application"] = "Dodaj aplikację";
+$a->strings["Consumer Key"] = "Klucz klienta";
+$a->strings["Consumer Secret"] = "Tajny klucz klienta";
+$a->strings["Redirect"] = "Przekierowanie";
+$a->strings["Icon url"] = "Adres Url ikony";
+$a->strings["You can't edit this application."] = "Nie możesz edytować tej aplikacji.";
+$a->strings["Connected Apps"] = "Powiązane aplikacje";
+$a->strings["Client key starts with"] = "Klucz klienta zaczyna się od";
+$a->strings["No name"] = "Bez nazwy";
+$a->strings["Remove authorization"] = "Odwołaj upoważnienie";
+$a->strings["No Addon settings configured"] = "Brak skonfigurowanych ustawień dodatków";
+$a->strings["Addon Settings"] = "Ustawienia Dodatków";
+$a->strings["Additional Features"] = "Dodatkowe funkcje";
+$a->strings["enabled"] = "włączone";
+$a->strings["disabled"] = "wyłączone";
+$a->strings["Built-in support for %s connectivity is %s"] = "Wbudowane wsparcie dla połączenia z %s jest %s";
+$a->strings["GNU Social (OStatus)"] = "GNU Soocial (OStatus)";
+$a->strings["Email access is disabled on this site."] = "Dostęp do e-maila jest wyłączony na tej stronie.";
+$a->strings["None"] = "Brak";
+$a->strings["General Social Media Settings"] = "Ogólne ustawienia mediów społecznościowych";
+$a->strings["Accept only top level posts by contacts you follow"] = "Akceptuj tylko posty najwyższego poziomu według kontaktów, które obserwujesz";
+$a->strings["The system does an auto completion of threads when a comment arrives. This has got the side effect that you can receive posts that had been started by a non-follower but had been commented by someone you follow. This setting deactivates this behaviour. When activated, you strictly only will receive posts from people you really do follow."] = "System dokonuje automatycznego uzupełniania wątków po otrzymaniu komentarza. Ma to taki efekt uboczny, że możesz otrzymywać posty, które zostały założone przez osoby niebędące obserwatorami, ale zostały skomentowane przez osobę, którą obserwujesz. To ustawienie wyłącza to zachowanie. Po aktywacji będziesz otrzymywać wyłącznie wpisy od osób, które naprawdę obserwujesz.";
+$a->strings["Disable Content Warning"] = "Wyłącz ostrzeżenie o treści";
+$a->strings["Users on networks like Mastodon or Pleroma are able to set a content warning field which collapse their post by default. This disables the automatic collapsing and sets the content warning as the post title. Doesn't affect any other content filtering you eventually set up."] = "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś.";
+$a->strings["Disable intelligent shortening"] = "Wyłącz inteligentne skracanie";
+$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby.";
+$a->strings["Attach the link title"] = "";
+$a->strings["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."] = "";
+$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)";
+$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt.";
+$a->strings["Default group for OStatus contacts"] = "Domyślna grupa dla kontaktów OStatus";
+$a->strings["Your legacy GNU Social account"] = "Twoje starsze konto społecznościowe GNU";
+$a->strings["If you enter your old 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."] = "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu.";
+$a->strings["Repair OStatus subscriptions"] = "Napraw subskrypcje OStatus";
+$a->strings["Email/Mailbox Setup"] = "Ustawienia  emaila/skrzynki mailowej";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Jeśli chcesz komunikować się z kontaktami e-mail za pomocą tej usługi (opcjonalnie), określ sposób łączenia się ze skrzynką pocztową.";
+$a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:";
+$a->strings["IMAP server name:"] = "Nazwa serwera IMAP:";
+$a->strings["IMAP port:"] = "Port IMAP:";
+$a->strings["Security:"] = "Ochrona:";
+$a->strings["Email login name:"] = "Nazwa logowania e-mail:";
+$a->strings["Email password:"] = "E-mail hasło:";
+$a->strings["Reply-to address:"] = "Adres zwrotny:";
+$a->strings["Send public posts to all email contacts:"] = "Wyślij publiczny wpis do wszystkich kontaktów e-mail:";
+$a->strings["Action after import:"] = "Akcja po zaimportowaniu:";
+$a->strings["Move to folder"] = "Przenieś do folderu";
+$a->strings["Move to folder:"] = "Przenieś do folderu:";
+$a->strings["%s - (Unsupported)"] = "%s - (Nieobsługiwane)";
+$a->strings["Display Settings"] = "Ustawienia wyglądu";
+$a->strings["Display Theme:"] = "Wyświetl motyw:";
+$a->strings["Mobile Theme:"] = "Motyw dla urządzeń mobilnych:";
+$a->strings["Suppress warning of insecure networks"] = "Ukryj ostrzeżenie przed niebezpiecznymi sieciami";
+$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych";
+$a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx sekund";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć.";
+$a->strings["Number of items to display per page:"] = "Liczba elementów do wyświetlenia na stronie:";
+$a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:";
+$a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek";
+$a->strings["Calendar"] = "Kalendarz";
+$a->strings["Beginning of week:"] = "Początek tygodnia:";
+$a->strings["Don't show notices"] = "Nie pokazuj powiadomień";
+$a->strings["Infinite scroll"] = "Nieskończone przewijanie";
+$a->strings["Automatic updates only at the top of the network page"] = "Automatyczne aktualizacje tylko w górnej części strony sieci";
+$a->strings["When disabled, the network page is updated all the time, which could be confusing while reading."] = "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania.";
+$a->strings["Bandwidth Saver Mode"] = "Tryb oszczędzania przepustowości";
+$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony.";
+$a->strings["Disable Smart Threading"] = "";
+$a->strings["Disable the automatic suppression of extraneous thread indentation."] = "";
+$a->strings["General Theme Settings"] = "Ogólne ustawienia motywu";
+$a->strings["Custom Theme Settings"] = "Niestandardowe ustawienia motywów";
+$a->strings["Content Settings"] = "Ustawienia zawartości";
+$a->strings["Unable to find your profile. Please contact your admin."] = "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem.";
+$a->strings["Account Types"] = "Rodzaje kont";
+$a->strings["Personal Page Subtypes"] = "Podtypy osobistych stron";
+$a->strings["Community Forum Subtypes"] = "Podtypy społeczności forum";
+$a->strings["Account for a personal profile."] = "Konto dla profilu osobistego.";
+$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\".";
+$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\".";
+$a->strings["Account for community discussions."] = "Konto do dyskusji w społeczności.";
+$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\".";
+$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\".";
+$a->strings["Automatically approves all contact requests."] = "Automatycznie zatwierdza wszystkie prośby o kontakt.";
+$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\".";
+$a->strings["Private Forum [Experimental]"] = "Prywatne Forum [Eksperymentalne]";
+$a->strings["Requires manual approval of contact requests."] = "Wymaga ręcznego zatwierdzania żądań kontaktów.";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID.";
+$a->strings["Publish your default profile in your local site directory?"] = "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?";
+$a->strings["Your profile will be published in this node's <a href=\"%s\">local directory</a>. Your profile details may be publicly visible depending on the system settings."] = "Twój profil zostanie opublikowany w lokalnym katalogu tego <a href=\"%s\">węzła</a>. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu.";
+$a->strings["Publish your default profile in the global social directory?"] = "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?";
+$a->strings["Your profile will be published in the global friendica directories (e.g. <a href=\"%s\">%s</a>). Your profile will be visible in public."] = "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.<a href=\"%s\">%s</a>). Twój profil będzie widoczny publicznie.";
+$a->strings["This setting also determines whether Friendica will inform search engines that your profile should be indexed or not. Third-party search engines may or may not respect this setting."] = "To ustawienie określa również, czy Friendica poinformuje wyszukiwarki, że Twój profil powinien być indeksowany, czy nie. Wyszukiwarki innych firm mogą, ale nie muszą przestrzegać tego ustawienia.";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ukryć listę znajomych przed odwiedzającymi Twój profil?";
+$a->strings["Your contact list won't be shown in your default profile page. You can decide to show your contact list separately for each additional profile you create"] = "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu.";
+$a->strings["Hide your profile details from anonymous viewers?"] = "Ukryć dane Twojego profilu przed anonimowymi widzami?";
+$a->strings["Anonymous visitors will only see your profile picture, your display name and the nickname you are using on your profile page. Your public posts and replies will still be accessible by other means."] = "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Twoje publiczne posty i odpowiedzi będą nadal dostępne w inny sposób.";
+$a->strings["Allow friends to post to your profile page?"] = "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?";
+$a->strings["Your contacts may write posts on your profile wall. These posts will be distributed to your contacts"] = "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów.";
+$a->strings["Allow friends to tag your posts?"] = "Zezwolić na oznaczanie Twoich postów przez znajomych?";
+$a->strings["Your contacts can add additional tags to your posts."] = "Twoje kontakty mogą dodawać do tagów dodatkowe posty.";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?";
+$a->strings["If you like, Friendica may suggest new members to add you as a contact."] = "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt.";
+$a->strings["Permit unknown people to send you private mail?"] = "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?";
+$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów.";
+$a->strings["Profile is <strong>not published</strong>."] = "Profil <strong>nie jest opublikowany</strong>.";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "Twój adres tożsamości to <strong>'%s'</strong> lub '%s'.";
+$a->strings["Automatically expire posts after this many days:"] = "Posty wygasną automatycznie po następującej liczbie dni:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte.";
+$a->strings["Advanced expiration settings"] = "Zaawansowane ustawienia wygaszania";
+$a->strings["Advanced Expiration"] = "Zaawansowane wygaszanie";
+$a->strings["Expire posts:"] = "Wygasające posty:";
+$a->strings["Expire personal notes:"] = "Wygaszanie osobistych notatek:";
+$a->strings["Expire starred posts:"] = "Wygaszaj posty oznaczone gwiazdką:";
+$a->strings["Expire photos:"] = "Wygasanie zdjęć:";
+$a->strings["Only expire posts by others:"] = "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:";
+$a->strings["Account Settings"] = "Ustawienia konta";
+$a->strings["Password Settings"] = "Ustawienia hasła";
+$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "Dozwolone znaki to a-z, A-Z, 0-9 i znaki specjalne, z wyjątkiem białych znaków, podkreślonych liter i dwukropka (:).";
+$a->strings["Leave password fields blank unless changing"] = "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić.";
+$a->strings["Current Password:"] = "Aktualne hasło:";
+$a->strings["Your current password to confirm the changes"] = "Wpisz aktualne hasło, aby potwierdzić zmiany";
+$a->strings["Password:"] = "Hasło:";
+$a->strings["Delete OpenID URL"] = "";
+$a->strings["Basic Settings"] = "Ustawienia podstawowe";
+$a->strings["Email Address:"] = "Adres email:";
+$a->strings["Your Timezone:"] = "Twoja strefa czasowa:";
+$a->strings["Your Language:"] = "Twój język:";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Wybierz język, ktory bedzie używany do wyświetlania użytkownika friendica i wysłania Ci e-maili";
+$a->strings["Default Post Location:"] = "Domyślna lokalizacja wiadomości:";
+$a->strings["Use Browser Location:"] = "Używaj lokalizacji przeglądarki:";
+$a->strings["Security and Privacy Settings"] = "Ustawienia bezpieczeństwa i prywatności";
+$a->strings["Maximum Friend Requests/Day:"] = "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:";
+$a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)";
+$a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości";
+$a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)";
+$a->strings["Default Private Post"] = "Domyślny Prywatny Wpis";
+$a->strings["Default Public Post"] = "Domyślny Publiczny Post";
+$a->strings["Default Permissions for New Posts"] = "Uprawnienia domyślne dla nowych postów";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:";
+$a->strings["Notification Settings"] = "Ustawienia powiadomień";
+$a->strings["Send a notification email when:"] = "Wysyłaj powiadmonienia na email, kiedy:";
+$a->strings["You receive an introduction"] = "Otrzymałeś zaproszenie";
+$a->strings["Your introductions are confirmed"] = "Twoje zaproszenie jest potwierdzone";
+$a->strings["Someone writes on your profile wall"] = "Ktoś pisze na twoim profilu";
+$a->strings["Someone writes a followup comment"] = "Ktoś pisze komentarz nawiązujący.";
+$a->strings["You receive a private message"] = "Otrzymałeś prywatną wiadomość";
+$a->strings["You receive a friend suggestion"] = "Otrzymałeś propozycję od znajomych";
+$a->strings["You are tagged in a post"] = "Jesteś oznaczony tagiem w poście";
+$a->strings["You are poked/prodded/etc. in a post"] = "Jesteś zaczepiony/zaczepiona/itp. w poście";
+$a->strings["Activate desktop notifications"] = "Aktywuj powiadomienia na pulpicie";
+$a->strings["Show desktop popup on new notifications"] = "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie";
+$a->strings["Text-only notification emails"] = "E-maile z powiadomieniami tekstowymi";
+$a->strings["Send text only notification emails, without the html part"] = "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html";
+$a->strings["Show detailled notifications"] = "Pokazuj szczegółowe powiadomienia";
+$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie.";
+$a->strings["Advanced Account/Page Type Settings"] = "Zaawansowane ustawienia konta/rodzaju strony";
+$a->strings["Change the behaviour of this account for special situations"] = "Zmień zachowanie tego konta w sytuacjach specjalnych";
+$a->strings["Import Contacts"] = "";
+$a->strings["Upload a CSV file that contains the handle of your followed accounts in the first column you exported from the old account."] = "";
+$a->strings["Upload File"] = "";
+$a->strings["Relocate"] = "Przeniesienie";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk.";
+$a->strings["Resend relocate message to contacts"] = "Wyślij ponownie przenieść wiadomości do kontaktów";
+$a->strings["Contact suggestion successfully ignored."] = "Sugestia kontaktu została zignorowana.";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponownie za 24 godziny.";
+$a->strings["Do you really want to delete this suggestion?"] = "Czy na pewno chcesz usunąć te sugestie ?";
+$a->strings["Ignore/Hide"] = "Ignoruj/Ukryj";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony.";
+$a->strings["Response from remote site was not understood."] = "Odpowiedź do zdalnej strony nie została zrozumiana";
+$a->strings["Unexpected response from remote site: "] = "Nieoczekiwana odpowiedź od strony zdalnej:";
+$a->strings["Confirmation completed successfully."] = "Potwierdzenie zostało pomyślnie zakończone.";
+$a->strings["Temporary failure. Please wait and try again."] = "Tymczasowa awaria. Proszę czekać i spróbuj ponownie.";
+$a->strings["Introduction failed or was revoked."] = "Wprowadzenie nie powiodło się lub zostało odwołane.";
+$a->strings["Remote site reported: "] = "Zgłoszona zdana strona:";
+$a->strings["No user record found for '%s' "] = "Nie znaleziono użytkownika dla '%s'";
+$a->strings["Our site encryption key is apparently messed up."] = "Klucz kodujący jest najwyraźniej uszkodzony.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Został podany pusty adres URL witryny lub nie można go odszyfrować.";
+$a->strings["Contact record was not found for you on our site."] = "Nie znaleziono kontaktu na naszej stronie";
+$a->strings["Site public key not available in contact record for URL %s."] = "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie.";
+$a->strings["Unable to set your contact credentials on our system."] = "Nie można ustawić danych kontaktowych w naszym systemie.";
+$a->strings["Unable to update your contact profile details on our system"] = "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie";
+$a->strings["User deleted their account"] = "Użytkownik usunął swoje konto";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych.";
+$a->strings["The user id is %d"] = "Identyfikatorem użytkownika jest %d";
+$a->strings["Remove My Account"] = "Usuń moje konto";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć.";
+$a->strings["Please enter your password for verification:"] = "Wprowadź hasło w celu weryfikacji:";
+$a->strings["Wall Photos"] = "Tablica zdjęć";
+$a->strings["Item not found"] = "Nie znaleziono elementu";
+$a->strings["Edit post"] = "Edytuj post";
+$a->strings["web link"] = "odnośnik sieciowy";
+$a->strings["Insert video link"] = "Wstaw link do filmu";
+$a->strings["video link"] = "link do filmu";
+$a->strings["Insert audio link"] = "Wstaw link do audio";
+$a->strings["audio link"] = "link do audio";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s śledzi %3\$s %2\$s";
+$a->strings["Unable to locate contact information."] = "Nie można znaleźć informacji kontaktowych.";
+$a->strings["Do you really want to delete this message?"] = "Czy na pewno chcesz usunąć tę wiadomość?";
+$a->strings["Conversation not found."] = "Nie znaleziono rozmowy.";
+$a->strings["Message deleted."] = "Wiadomość usunięta.";
+$a->strings["Conversation removed."] = "Rozmowa usunięta.";
+$a->strings["No messages."] = "Brak wiadomości.";
+$a->strings["Message not available."] = "Wiadomość nie jest dostępna.";
+$a->strings["Delete message"] = "Usuń wiadomość";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:m A";
+$a->strings["Delete conversation"] = "Usuń rozmowę";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "Brak bezpiecznej komunikacji. <strong>Możesz</strong> odpowiedzieć na stronie profilu nadawcy.";
+$a->strings["Send Reply"] = "Odpowiedz";
+$a->strings["Unknown sender - %s"] = "Nieznany nadawca - %s";
+$a->strings["You and %s"] = "Ty i %s";
+$a->strings["%s and You"] = "%s i ty";
+$a->strings["%d message"] = [
+       0 => "%d wiadomość",
+       1 => "%d wiadomości",
+       2 => "%d wiadomości",
+       3 => "%d wiadomości",
 ];
-$a->strings["Show more"] = "Pokaż więcej";
-$a->strings["Show fewer"] = "Pokaż mniej";
-$a->strings["You must be logged in to use addons. "] = "Musisz być zalogowany(-a), aby korzystać z dodatków. ";
-$a->strings["Delete this item?"] = "Usunąć ten element?";
-$a->strings["toggle mobile"] = "przełącz na mobilny";
-$a->strings["Method not allowed for this module. Allowed method(s): %s"] = "";
-$a->strings["Legacy module file not found: %s"] = "Nie znaleziono pliku modułu: %s";
-$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)";
-$a->strings["The contact entries have been archived"] = "Wpisy kontaktów zostały zarchiwizowane";
-$a->strings["Enter new password: "] = "Wprowadź nowe hasło: ";
-$a->strings["Post update version number has been set to %s."] = "Numer wersji aktualizacji posta został ustawiony na %s.";
-$a->strings["Check for pending update actions."] = "Sprawdź oczekujące działania aktualizacji.";
-$a->strings["Done."] = "Gotowe.";
-$a->strings["Execute pending post updates."] = "Wykonaj oczekujące aktualizacje postów.";
-$a->strings["All pending post updates are done."] = "Wszystkie oczekujące aktualizacje postów są gotowe.";
-$a->strings["No system theme config value set."] = "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego.";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem.";
-$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. ";
-$a->strings["%s: Updating post-type."] = "%s: Aktualizowanie typu postu.";
+$a->strings["Resubscribing to OStatus contacts"] = "Ponowne subskrybowanie kontaktów OStatus";
+$a->strings["No profile"] = "Brak profilu";
+$a->strings["Permission denied"] = "Odmowa dostępu";
+$a->strings["Invalid profile identifier."] = "Nieprawidłowa nazwa użytkownika.";
+$a->strings["Profile Visibility Editor"] = "Ustawienia widoczności profilu";
+$a->strings["Visible To"] = "Widoczne dla";
+$a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)";
+$a->strings["Tag(s) removed"] = "Usunięty Tag(i) ";
+$a->strings["Remove Item Tag"] = "Usuń pozycję Tag";
+$a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia: ";
+$a->strings["No videos selected"] = "Nie zaznaczono filmów";
+$a->strings["Recent Videos"] = "Ostatnio dodane filmy";
+$a->strings["Upload New Videos"] = "Wstaw nowe filmy";