]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #7570 from nupplaphil/bug/friendica-7298
authorHypolite Petovan <hypolite@mrpetovan.com>
Thu, 29 Aug 2019 19:02:07 +0000 (15:02 -0400)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 19:02:07 +0000 (15:02 -0400)
Some code hardenings for semaphore locking

22 files changed:
CHANGELOG
CREDITS.txt
include/conversation.php
src/Content/ContactSelector.php
src/Content/Text/BBCode.php
src/Core/Worker.php
src/Database/Database.php
src/Model/Contact.php
src/Module/Bookmarklet.php
src/Object/Post.php
src/Protocol/DFRN.php
src/Protocol/Diaspora.php
src/Util/Crypto.php
src/Worker/Delivery.php
src/Worker/Notifier.php
view/lang/cs/messages.po
view/lang/cs/strings.php
view/lang/ja/messages.po [new file with mode: 0644]
view/lang/ja/strings.php [new file with mode: 0644]
view/theme/frio/css/style.css
view/theme/frio/templates/search_item.tpl
view/theme/frio/templates/wall_thread.tpl

index cb7b723da9bb6e7717a3f6c31fb74ec93cb20cc1..4046e6fb696df0df13db30f31b9120e526cbb480 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,6 @@
 Version 2019.09-dev (UNRELEASED)
   Friendica Core:
-    Update to the translations (DE, FR, NL) [translation teams]
+    Update to the translations (CS, DE, FR, JA, NL) [translation teams]
     Update to the themes (frio, vier) [JeroenED, MrPetovan, tobiasd, vinzv]
     Update to the documentation [guzzisti, vinzv]
     Enhanced the log output of the background process [annando]
@@ -39,17 +39,17 @@ Version 2019.09-dev (UNRELEASED)
     Added fetching of postings via URL to interact with public postings [annando]
 
   Friendica Addons:
-    Update to the translation (DE, FR, NL SV) [translation teams]
+    Update to the translation (CS, DE, FR, JA, NL SV) [translation teams]
     General code cleanup [nupplaphil, Quix0r]
     twitter:
       Enhanced handling of multi image postings [annando]
       Added alternative text support for images [annando]
 
   Closed Issues:
-    3816, 4815, 6675, 7235, 7293, 7314, 7317, 7337, 7338, 7346, 7350,
-    7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456, 7442,
-    7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7522, 7527,
-    7536, 7542, 7545
+    3816, 4815, 6384, 6675, 7235, 7293, 7314, 7317, 7337, 7338, 7346,
+    7350, 7367, 7383, 7396, 7397, 7401, 7406, 7408, 7426, 7428, 7456,
+    7442, 7457, 7468, 7471, 7473, 7488, 7497, 7498, 7501, 7507, 7522,
+    7527, 7536, 7542, 7545
 
 Version 2019.06 (2019-06-23)
   Friendica Core:
@@ -78,8 +78,8 @@ Version 2019.06 (2019-06-23)
     Fixed an issue with legacy loglevel mapping [nupplaphil]
     Fixed contact suggestions [annando]
     Fixed an issue with frio hovercard [nupplaphil]
-       Fixed event interaction federation [annando]
-       Fixed remote image permission [deantownsley]
+    Fixed event interaction federation [annando]
+    Fixed remote image permission [deantownsley]
     General Code cleaning and restructuring [annando, nupplaphil, tobiasd]
     Added frio color scheme sharing [JeroenED]
     Added syslog and stream Logger [nupplaphil]
@@ -93,6 +93,7 @@ Version 2019.06 (2019-06-23)
     Added rule-based router [MrPetovan, nupplaphil]
     Added themed error pages with mascot [MrPetovan, lostinlight]
     Added contact relationship filter [MrPetovan]
+    Added native reshares and reshare count [annando]
     Removed the old queue mechanism (deferred workers are now used) [annando]
     Removed BasePath and Hostname settings from the admin panel [nupplaphil]
     Remove support for defunct F-Droid Friendica app [MrPetovan]
@@ -117,10 +118,13 @@ Version 2019.06 (2019-06-23)
       Marked addon as unsupported because of various incompatibilities with themes [MrPetovan]
 
   Closed Issues:
-    1012, 2209, 2528, 3309, 3717, 3816, 3869, 4453, 4999, 5011, 5047, 5276, 5850, 5983, 6303, 6319, 6379, 6410, 6477,
-       6478, 6720, 6799, 6813, 6819, 6861, 6864, 6879, 6903, 6916, 6917, 6918, 6921, 6927, 6929, 6936, 6938, 6941, 6943,
-       6947, 6948, 6950, 6952, 6983, 6999, 7023, 7036, 7047, 7106, 7112, 7119, 7128, 7130, 7131, 7141, 7142, 7150, 7171,
-       7183, 7196, 7209, 7223, 7226, 7240, 7241, 7249, 7264, 7269, 7271, 7275, 7300, 7303
+     838, 1012, 2209, 2528, 3309, 3717, 3816, 3869, 4453, 4999, 5011,
+    5047, 5276, 5850, 5983, 6245, 6303, 6319, 6379, 6410, 6477, 6478,
+    6720, 6799, 6813, 6819, 6861, 6864, 6879, 6903, 6916, 6917, 6918,
+    6921, 6927, 6929, 6936, 6938, 6941, 6943, 6947, 6948, 6950, 6952,
+    6983, 6999, 7012, 7020, 7023, 7031, 7036, 7047, 7106, 7110, 7112,
+    7119, 7128, 7130, 7131, 7141, 7142, 7150, 7171, 7183, 7196, 7209,
+    7223, 7226, 7240, 7241, 7249, 7264, 7269, 7271, 7275, 7300, 7303
 
 Version 2019.04 (2019-04-28)
   Friendica Core:
index c47a8a62398a8c163ad579b620ca6915360e5a5e..460ba4a95871e7edfe53cf1f7deb75b7d2c090c5 100644 (file)
@@ -27,6 +27,7 @@ Andy
 Andy Hee
 Angristan
 Anthronaut
+Antron Samurai
 Arian - Cazare Muncitori
 Asher Pen
 Athalbert
@@ -95,11 +96,13 @@ Gert Cauwenberg
 GLComo
 greeneyedred
 Gregory Smith
+guzzisti
 Haakon Meland Eriksen
 Hans Meine
 Hauke
 Hauke Altmann
 Herbert Thielen
+hlad
 hoergen
 Hubert Kościański
 Hypolite Petovan
@@ -165,6 +168,7 @@ Oliver
 Olivier
 Olivier Mehani
 Olivier Migeot
+Ozero Dien
 Paolo Wave
 Pascal
 Pascal Deklerck
@@ -172,6 +176,7 @@ Pavel Morozov
 PerigGouanvic
 Peter Liebetrau
 peturisfeld
+Phigger Phigger
 Philipp
 Philipp Holzer
 Pierre Rudloff
@@ -194,6 +199,7 @@ Rik 4
 RJ Madsen
 Roland Häder
 Rui Andrada
+rwa
 RyDroid
 S.Krumbholz
 Sakałoŭ Alaksiej
@@ -227,6 +233,7 @@ Thomas
 Thomas Willingham
 thorsten23
 Tim Stahel
+TiMESPLiNTER
 Tino
 Tobias Diekershoff
 Tobias Hößl
@@ -245,6 +252,7 @@ ufic
 Ulf Rompe
 Unknown
 Valvin
+Valvin A
 Vasudev Kamath
 Vasya Novikov
 Vinzenz Vietzke
index 798a224016c911bf72d8284ad5a053ce8a6ee9db..66b6d2a11cc48cb6de5862c534f34406b706c8ec 100644 (file)
@@ -677,6 +677,7 @@ function conversation(App $a, array $items, Pager $pager, $mode, $update, $previ
                                        'guid' => ($preview ? 'Q0' : $item['guid']),
                                        'network' => $item['network'],
                                        'network_name' => ContactSelector::networkToName($item['network'], $item['author-link']),
+                                       'network_icon' => ContactSelector::networkToIcon($item['network'], $item['author-link']),
                                        'linktitle' => L10n::t('View %s\'s profile @ %s', $profile_name, $item['author-link']),
                                        'profile_url' => $profile_link,
                                        'item_photo_menu' => item_photo_menu($item),
index 2b86a6e75df663291b5f6bbd1fdaa7fac437928f..478cfdbbe8da6c5e623d40263cde2b6b2c0bf64f 100644 (file)
@@ -71,6 +71,39 @@ class ContactSelector
                return $o;
        }
 
+       /**
+        * @param string $profile Profile URL
+        * @return string Server URL
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
+        */
+       private static function getServerURLForProfile($profile)
+       {
+               $server_url = '';
+
+               // Fetch the server url from the contact table
+               $contact = DBA::selectFirst('contact', ['baseurl'], ['uid' => 0, 'nurl' => Strings::normaliseLink($profile)]);
+               if (DBA::isResult($contact) && !empty($contact['baseurl'])) {
+                       $server_url = Strings::normaliseLink($contact['baseurl']);
+               }
+
+               if (empty($server_url)) {
+                       // Fetch the server url from the gcontact table
+                       $gcontact = DBA::selectFirst('gcontact', ['server_url'], ['nurl' => Strings::normaliseLink($profile)]);
+                       if (!empty($gcontact) && !empty($gcontact['server_url'])) {
+                               $server_url = Strings::normaliseLink($gcontact['server_url']);
+                       }
+               }
+
+               if (empty($server_url)) {
+                       // Create the server url out of the profile url
+                       $parts = parse_url($profile);
+                       unset($parts['path']);
+                       $server_url = Strings::normaliseLink(Network::unparseURL($parts));
+               }
+
+               return $server_url;
+       }
+
        /**
         * @param string $network network
         * @param string $profile optional, default empty
@@ -106,16 +139,7 @@ class ContactSelector
                $networkname = str_replace($search, $replace, $network);
 
                if ((in_array($network, Protocol::FEDERATED)) && ($profile != "")) {
-                       // Create the server url out of the profile url
-                       $parts = parse_url($profile);
-                       unset($parts['path']);
-                       $server_url = [Strings::normaliseLink(Network::unparseURL($parts))];
-
-                       // Fetch the server url
-                       $gcontact = DBA::selectFirst('gcontact', ['server_url'], ['nurl' => Strings::normaliseLink($profile)]);
-                       if (!empty($gcontact) && !empty($gcontact['server_url'])) {
-                               $server_url[] = Strings::normaliseLink($gcontact['server_url']);
-                       }
+                       $server_url = self::getServerURLForProfile($profile);
 
                        // Now query the GServer for the platform name
                        $gserver = DBA::selectFirst('gserver', ['platform', 'network'], ['nurl' => $server_url]);
@@ -140,6 +164,58 @@ class ContactSelector
                return $networkname;
        }
 
+       /**
+        * @param string $network network
+        * @param string $profile optional, default empty
+        * @return string
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
+        */
+       public static function networkToIcon($network, $profile = "")
+       {
+               $nets = [
+                       Protocol::DFRN      =>   'friendica',
+                       Protocol::OSTATUS   =>   'gnu-social', // There is no generic OStatus icon
+                       Protocol::FEED      =>   'rss',
+                       Protocol::MAIL      =>   'file-text-o', /// @todo
+                       Protocol::DIASPORA  =>   'diaspora',
+                       Protocol::ZOT       =>   'hubzilla',
+                       Protocol::LINKEDIN  =>   'linkedin',
+                       Protocol::XMPP      =>   'xmpp',
+                       Protocol::MYSPACE   =>   'file-text-o', /// @todo
+                       Protocol::GPLUS     =>   'google-plus',
+                       Protocol::PUMPIO    =>   'file-text-o', /// @todo
+                       Protocol::TWITTER   =>   'twitter',
+                       Protocol::DIASPORA2 =>   'diaspora',
+                       Protocol::STATUSNET =>   'gnu-social',
+                       Protocol::ACTIVITYPUB => 'activitypub',
+                       Protocol::PNUT      =>   'file-text-o', /// @todo
+               ];
+
+               $platform_icons = ['diaspora' => 'diaspora', 'friendica' => 'friendica', 'friendika' => 'friendica',
+                       'GNU Social' => 'gnu-social', 'gnusocial' => 'gnu-social', 'hubzilla' => 'hubzilla',
+                       'mastodon' => 'mastodon', 'peertube' => 'peertube', 'pixelfed' => 'pixelfed',
+                       'pleroma' => 'pleroma', 'red' => 'hubzilla', 'redmatrix' => 'hubzilla',
+                       'socialhome' => 'social-home', 'wordpress' => 'wordpress'];
+
+               $search  = array_keys($nets);
+               $replace = array_values($nets);
+
+               $network_icon = str_replace($search, $replace, $network);
+
+               if ((in_array($network, Protocol::FEDERATED)) && ($profile != "")) {
+                       $server_url = self::getServerURLForProfile($profile);
+
+                       // Now query the GServer for the platform name
+                       $gserver = DBA::selectFirst('gserver', ['platform'], ['nurl' => $server_url]);
+
+                       if (DBA::isResult($gserver) && !empty($gserver['platform'])) {
+                               $network_icon = $platform_icons[strtolower($gserver['platform'])] ?? $network_icon;
+                       }
+               }
+
+               return $network_icon;
+       }
+
        /**
         * @param string $current optional, default empty
         * @param string $suffix  optionsl, default empty
index c16041e2207df7fe929a8cb040afd91e067f61c0..a60e17c90eeb787e76349349546d00e38f44210d 100644 (file)
@@ -120,7 +120,15 @@ class BBCode extends BaseObject
         */
        public static function getAttachmentData($body)
        {
-               $data = [];
+               $data = [
+                       'type'        => '',
+                       'text'        => '',
+                       'after'       => '',
+                       'image'       => null,
+                       'url'         => '',
+                       'title'       => '',
+                       'description' => '',
+               ];
 
                if (!preg_match("/(.*)\[attachment(.*?)\](.*?)\[\/attachment\](.*)/ism", $body, $match)) {
                        return self::getOldAttachmentData($body);
index 1fd5378abbc1dd79b07d49e0b8c3db05883e25a5..3da17d4a6e481d7099b9eb8e4e683477bf7f8f9b 100644 (file)
@@ -671,7 +671,7 @@ class Worker
                                $waiting_processes = 0;
                                // Now adding all processes with workerqueue entries
                                $stamp = (float)microtime(true);
-                               $jobs = DBA::p("SELECT COUNT(*) AS `entries`, `priority` FROM `workerqueue` WHERE NOT `done` AND `next_try` < ? GROUP BY `priority`", DateTimeFormat::utcNow());
+                               $jobs = DBA::p("SELECT COUNT(*) AS `entries`, `priority` FROM `workerqueue` WHERE NOT `done` GROUP BY `priority`");
                                self::$db_duration += (microtime(true) - $stamp);
                                self::$db_duration_stat += (microtime(true) - $stamp);
                                while ($entry = DBA::fetch($jobs)) {
@@ -1243,7 +1243,7 @@ class Worker
                $new_retrial = self::getNextRetrial($queue, $max_level);
 
                if ($new_retrial > $max_level) {
-                       Logger::info('The task exceeded the maximum retry count', ['id' => $id, 'max_level' => $max_level, 'retrial' => $new_retrial]);
+                       Logger::info('The task exceeded the maximum retry count', ['id' => $id, 'created' => $queue['created'], 'old_prio' => $queue['priority'], 'old_retrial' => $queue['retrial'], 'max_level' => $max_level, 'retrial' => $new_retrial]);
                        return false;
                }
 
@@ -1259,7 +1259,7 @@ class Worker
                        $priority = PRIORITY_NEGLIGIBLE;
                }
 
-               Logger::info('Deferred task', ['id' => $id, 'retrial' => $new_retrial, 'next_execution' => $next, 'old_prio' => $queue['priority'], 'new_prio' => $priority]);
+               Logger::info('Deferred task', ['id' => $id, 'retrial' => $new_retrial, 'created' => $queue['created'], 'next_execution' => $next, 'old_prio' => $queue['priority'], 'new_prio' => $priority]);
 
                $stamp = (float)microtime(true);
                $fields = ['retrial' => $new_retrial, 'next_try' => $next, 'executed' => DBA::NULL_DATETIME, 'pid' => 0, 'priority' => $priority];
index d3ec4d585a1f71a3606d47c2af9036723be74fad..d13b52848d311ff0c49e305bd482c7937e3f0ebb 100644 (file)
@@ -4,6 +4,7 @@ namespace Friendica\Database;
 
 use Friendica\Core\Config\Cache\ConfigCache;
 use Friendica\Core\System;
+use Friendica\Network\HTTPException\InternalServerErrorException;
 use Friendica\Util\DateTimeFormat;
 use Friendica\Util\Profiler;
 use mysqli;
@@ -126,7 +127,7 @@ class Database
                                $this->connection->setAttribute(PDO::ATTR_EMULATE_PREPARES, false);
                                $this->connected = true;
                        } catch (PDOException $e) {
-                               /// @TODO At least log exception, don't ignore it!
+                               $this->connected = false;
                        }
                }
 
@@ -484,6 +485,10 @@ class Database
                // We are having an own error logging in the function "e"
                $called_from_e = ($called_from['function'] == 'e');
 
+               if (!isset($this->connection)) {
+                       throw new InternalServerErrorException('The Connection is empty, although connected is set true.');
+               }
+
                switch ($this->driver) {
                        case 'pdo':
                                // If there are no arguments we use "query"
index 6f9ee4cdb6d9f4aa2bf508d83af596d2581f7311..fdcef6f36a40aceaeddc39520d3177f3eb6eedbd 100644 (file)
@@ -860,8 +860,8 @@ class Contact extends BaseObject
                                 * delete, though if the owner tries to unarchive them we'll start
                                 * the whole process over again.
                                 */
-                               DBA::update('contact', ['archive' => 1], ['id' => $contact['id']]);
-                               DBA::update('contact', ['archive' => 1], ['nurl' => Strings::normaliseLink($contact['url']), 'self' => false]);
+                               DBA::update('contact', ['archive' => true], ['id' => $contact['id']]);
+                               DBA::update('contact', ['archive' => true], ['nurl' => Strings::normaliseLink($contact['url']), 'self' => false]);
                                GContact::updateFromPublicContactURL($contact['url']);
                        }
                }
@@ -899,7 +899,7 @@ class Contact extends BaseObject
                // It's a miracle. Our dead contact has inexplicably come back to life.
                $fields = ['term-date' => DBA::NULL_DATETIME, 'archive' => false];
                DBA::update('contact', $fields, ['id' => $contact['id']]);
-               DBA::update('contact', $fields, ['nurl' => Strings::normaliseLink($contact['url'])]);
+               DBA::update('contact', $fields, ['nurl' => Strings::normaliseLink($contact['url']), 'self' => false]);
                GContact::updateFromPublicContactURL($contact['url']);
 
                if (!empty($contact['batch'])) {
@@ -1556,6 +1556,49 @@ class Contact extends BaseObject
                return $contact_id;
        }
 
+       /**
+        * @brief Checks if the contact is archived
+        *
+        * @param int $cid contact id
+        *
+        * @return boolean Is the contact archived?
+        * @throws \Friendica\Network\HTTPException\InternalServerErrorException
+        */
+       public static function isArchived(int $cid)
+       {
+               if ($cid == 0) {
+                       return false;
+               }
+
+               $contact = DBA::selectFirst('contact', ['archive', 'url', 'batch'], ['id' => $cid]);
+               if (!DBA::isResult($contact)) {
+                       return false;
+               }
+
+               if ($contact['archive']) {
+                       return true;
+               }
+
+               // Check status of ActivityPub endpoints
+               $apcontact = APContact::getByURL($contact['url'], false);
+               if (!empty($apcontact)) {
+                       if (!empty($apcontact['inbox']) && DBA::exists('inbox-status', ['archive' => true, 'url' => $apcontact['inbox']])) {
+                               return true;
+                       }
+
+                       if (!empty($apcontact['sharedinbox']) && DBA::exists('inbox-status', ['archive' => true, 'url' => $apcontact['sharedinbox']])) {
+                               return true;
+                       }
+               }
+
+               // Check status of Diaspora endpoints
+               if (!empty($contact['batch'])) {
+                       return DBA::exists('contact', ['archive' => true, 'batch' => $contact['batch'], 'contact-type' => self::TYPE_RELAY]);
+                }
+
+               return false;
+       }
+
        /**
         * @brief Checks if the contact is blocked
         *
@@ -1795,13 +1838,19 @@ class Contact extends BaseObject
         /**
         * @brief Helper function for "updateFromProbe". Updates personal and public contact
         *
-        * @param array $contact The personal contact entry
-        * @param array $fields  The fields that are updated
+        * @param integer $id      contact id
+        * @param integer $uid     user id
+        * @param string  $url     The profile URL of the contact
+        * @param array   $fields  The fields that are updated
+        *
         * @throws \Exception
         */
        private static function updateContact($id, $uid, $url, array $fields)
        {
-               DBA::update('contact', $fields, ['id' => $id]);
+               if (!DBA::update('contact', $fields, ['id' => $id])) {
+                       Logger::info('Couldn\'t update contact.', ['id' => $id, 'fields' => $fields]);
+                       return;
+               }
 
                // Search for duplicated contacts and get rid of them
                if (self::handleDuplicates(Strings::normaliseLink($url), $uid, $id) || ($uid != 0)) {
@@ -1814,6 +1863,11 @@ class Contact extends BaseObject
                // Archive or unarchive the contact. We only need to do this for the public contact.
                // The archive/unarchive function will update the personal contacts by themselves.
                $contact = DBA::selectFirst('contact', [], ['id' => $id]);
+               if (!DBA::isResult($contact)) {
+                       Logger::info('Couldn\'t select contact for archival.', ['id' => $id]);
+                       return;
+               }
+
                if (!empty($fields['success_update'])) {
                        self::unmarkForArchival($contact);
                } elseif (!empty($fields['failure_update'])) {
index 1b6ff384597169eae700e21e3536bb17b9847d09..283ab0117b40437838c89a0b90d8ea7b30557393 100644 (file)
@@ -42,7 +42,7 @@ class Bookmarklet extends BaseModule
                                'allow_location'   => $app->user['allow_location'],
                                'default_location' => $app->user['default-location'],
                                'nickname'         => $app->user['nickname'],
-                               'lockstate'        => ((is_array($app->user) && ((strlen($app->user['allow_cid'])) || (strlen($a->user['allow_gid'])) || (strlen($app->user['deny_cid'])) || (strlen($app->user['deny_gid'])))) ? 'lock' : 'unlock'),
+                               'lockstate'        => ((is_array($app->user) && ((strlen($app->user['allow_cid'])) || (strlen($app->user['allow_gid'])) || (strlen($app->user['deny_cid'])) || (strlen($app->user['deny_gid'])))) ? 'lock' : 'unlock'),
                                'default_perms'    => ACL::getDefaultUserPermissions($app->user),
                                'acl'              => ACL::getFullSelectorHTML($app->user, true),
                                'bang'             => '',
index 7f9f84b546c678c274db0a76f1ffa0620b271af8..36be9c4e6b8577cb90b5838cd62bcfa01f0aa11d 100644 (file)
@@ -426,6 +426,7 @@ class Post extends BaseObject
                        'edited'          => $edited,
                        'network'         => $item["network"],
                        'network_name'    => ContactSelector::networkToName($item['network'], $item['author-link']),
+                       'network_icon'    => ContactSelector::networkToIcon($item['network'], $item['author-link']),
                        'received'        => $item['received'],
                        'commented'       => $item['commented'],
                        'created_date'    => $item['created'],
index 273a7c248cc2651762ed1c6fa542818328a38491..f55a80a6fddeb6995ff330bc25e21f84826c2c0d 100644 (file)
@@ -20,6 +20,7 @@ use Friendica\Core\Hook;
 use Friendica\Core\Logger;
 use Friendica\Core\Protocol;
 use Friendica\Core\System;
+use Friendica\Core\Session;
 use Friendica\Database\DBA;
 use Friendica\Model\Contact;
 use Friendica\Model\Conversation;
@@ -2905,7 +2906,7 @@ class DFRN
                        // and the sense in the $remote[]["cid"] in the session are opposite.
                        // In the session variable the user currently fetching is the contact
                        // while $contact_nick is the nick of tho user who owns the stuff being fetched.
-                       foreach (\Friendica\Core\Session::get('remote', []) as $visitor) {
+                       foreach (Session::get('remote', []) as $visitor) {
                                if ($visitor['uid'] == $contact_uid && $visitor['cid'] == $r[0]['id']) {
                                        return;
                                }
index 325debe7bc97d65f84d2e7e4d7cdd7ba4898ecfe..d578ba4545264085a265dd6ac3f574d721547707 100644 (file)
@@ -223,7 +223,7 @@ class Diaspora
                                `fcontact`.`batch` AS `fbatch`, `fcontact`.`network` AS `fnetwork` FROM `participation`
                                INNER JOIN `contact` ON `contact`.`id` = `participation`.`cid`
                                INNER JOIN `fcontact` ON `fcontact`.`id` = `participation`.`fid`
-                               WHERE `participation`.`iid` = ?", $thread);
+                               WHERE `participation`.`iid` = ? AND NOT `contact`.`archive`", $thread);
 
                while ($contact = DBA::fetch($r)) {
                        if (!empty($contact['fnetwork'])) {
index 78f7c349a71eb855e2f05ebb3d8c528b4adcc83e..a45fdf9faac6732768577c9d86123acaa6ac4294 100644 (file)
@@ -4,12 +4,12 @@
  */
 namespace Friendica\Util;
 
+use ASN_BASE;
+use ASNValue;
 use Friendica\Core\Config;
 use Friendica\Core\Hook;
 use Friendica\Core\Logger;
 use Friendica\Core\System;
-use ASN_BASE;
-use ASNValue;
 
 /**
  * @brief Crypto class
@@ -209,8 +209,10 @@ class Crypto
 
                $r = ASN_BASE::parseASNString($x);
 
-               $m = Strings::base64UrlDecode($r[0]->asnData[1]->asnData[0]->asnData[0]->asnData);
-               $e = Strings::base64UrlDecode($r[0]->asnData[1]->asnData[0]->asnData[1]->asnData);
+               if (isset($r[0])) {
+                       $m = Strings::base64UrlDecode($r[0]->asnData[1]->asnData[0]->asnData[0]->asnData);
+                       $e = Strings::base64UrlDecode($r[0]->asnData[1]->asnData[0]->asnData[1]->asnData);
+               }
        }
 
        /**
index 7733d3f575364407af538302beb90275f0a42ded..eb86f910dd9dcb03eca57b66c2a21ae7a7cf234d 100644 (file)
@@ -33,7 +33,7 @@ class Delivery extends BaseObject
 
        public static function execute($cmd, $target_id, $contact_id)
        {
-               Logger::log('Invoked: ' . $cmd . ': ' . $target_id . ' to ' . $contact_id, Logger::DEBUG);
+               Logger::info('Invoked', ['cmd' => $cmd, 'target' => $target_id, 'contact' => $contact_id]);
 
                $top_level = false;
                $followup = false;
@@ -96,6 +96,14 @@ class Delivery extends BaseObject
                                return;
                        }
 
+                       if (!empty($contact_id) && Model\Contact::isArchived($contact_id)) {
+                               Logger::info('Contact is archived', ['id' => $contact_id, 'cmd' => $cmd, 'item' => $target_item['id']]);
+                               if (in_array($cmd, [Delivery::POST, Delivery::POKE])) {
+                                       Model\ItemDeliveryData::incrementQueueFailed($target_item['id']);
+                               }
+                               return;
+                       }
+
                        // avoid race condition with deleting entries
                        if ($items[0]['deleted']) {
                                foreach ($items as $item) {
index 4efd3e912622fd4e590afc0ebca29ee8af54af4d..20023792d51925ca550b1b3685a7f49f284ab535 100644 (file)
@@ -429,6 +429,11 @@ class Notifier
 
                        if (DBA::isResult($r)) {
                                foreach ($r as $rr) {
+                                       if (!empty($rr['id']) && Contact::isArchived($rr['id'])) {
+                                               Logger::info('Contact is archived', $rr);
+                                               continue;
+                                       }
+
                                        if (self::isRemovalActivity($cmd, $owner, $rr['network'])) {
                                                Logger::log('Skipping dropping for ' . $rr['url'] . ' since the network supports account removal commands.', Logger::DEBUG);
                                                continue;
@@ -463,6 +468,11 @@ class Notifier
 
                // delivery loop
                while ($contact = DBA::fetch($delivery_contacts_stmt)) {
+                       if (!empty($contact['id']) && Contact::isArchived($contact['id'])) {
+                               Logger::info('Contact is archived', $contact);
+                               continue;
+                       }
+
                        if (self::isRemovalActivity($cmd, $owner, $contact['network'])) {
                                Logger::log('Skipping dropping for ' . $contact['url'] . ' since the network supports account removal commands.', Logger::DEBUG);
                                continue;
index 505d242b899357c1f9dd96c12778be30365da671..86fa3f6e519219bbe28e6b037b728f98650c5d78 100644 (file)
@@ -12,8 +12,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-05-15 08:55-0400\n"
-"PO-Revision-Date: 2019-05-17 14:06+0000\n"
+"POT-Creation-Date: 2019-08-06 16:52+0200\n"
+"PO-Revision-Date: 2019-08-29 06:36+0000\n"
 "Last-Translator: Aditoo\n"
 "Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
 "MIME-Version: 1.0\n"
@@ -22,490 +22,817 @@ msgstr ""
 "Language: cs\n"
 "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
 
-#: include/api.php:1116
-#, 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] "Byl dosažen denní limit %d příspěvku. Příspěvek byl odmítnut."
-msgstr[1] "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnut."
-msgstr[2] "Byl dosažen denní limit %d příspěvku. Příspěvek byl odmítnut."
-msgstr[3] "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnut."
+#: include/enotify.php:57
+msgid "Friendica Notification"
+msgstr "Oznámení Friendica"
+
+#: include/enotify.php:60
+msgid "Thank You,"
+msgstr "Děkuji,"
 
-#: include/api.php:1130
+#: include/enotify.php:63
 #, php-format
-msgid "Weekly posting limit of %d post reached. The post was rejected."
-msgid_plural ""
-"Weekly posting limit of %d posts reached. The post was rejected."
-msgstr[0] "Byl dosažen týdenní limit %d příspěvku. Příspěvek byl odmítnut."
-msgstr[1] "Byl dosažen týdenní limit %d příspěvků. Příspěvek byl odmítnut."
-msgstr[2] "Byl dosažen týdenní limit %d příspěvku. Příspěvek byl odmítnut."
-msgstr[3] "Byl dosažen týdenní limit %d příspěvků. Příspěvek byl odmítnut."
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, administrátor %2$s"
 
-#: include/api.php:1144
+#: include/enotify.php:65
 #, php-format
-msgid "Monthly posting limit of %d post reached. The post was rejected."
-msgstr "Byl dosažen měsíční limit %d příspěvků. Příspěvek byl odmítnut."
+msgid "%s Administrator"
+msgstr "Administrátor %s"
 
-#: include/api.php:4511 mod/photos.php:91 mod/photos.php:193
-#: mod/photos.php:636 mod/photos.php:1082 mod/photos.php:1099
-#: mod/photos.php:1601 mod/profile_photo.php:85 mod/profile_photo.php:94
-#: mod/profile_photo.php:103 mod/profile_photo.php:217
-#: mod/profile_photo.php:305 mod/profile_photo.php:315 src/Model/User.php:763
-#: src/Model/User.php:771 src/Model/User.php:779
-msgid "Profile Photos"
-msgstr "Profilové fotky"
+#: include/enotify.php:134
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Oznámení] Obdržena nová zpráva na %s"
 
-#: include/conversation.php:160 include/conversation.php:297
-#: src/Model/Item.php:3253
-msgid "event"
-msgstr "událost"
+#: include/enotify.php:136
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s vám poslal/a novou soukromou zprávu na %2$s."
 
-#: include/conversation.php:163 include/conversation.php:173
-#: include/conversation.php:300 include/conversation.php:309
-#: mod/subthread.php:88 mod/tagger.php:68
-msgid "status"
-msgstr "stav"
+#: include/enotify.php:137
+msgid "a private message"
+msgstr "soukromou zprávu"
 
-#: include/conversation.php:168 include/conversation.php:305
-#: mod/subthread.php:88 mod/tagger.php:68 src/Model/Item.php:3255
-msgid "photo"
-msgstr "fotka"
+#: include/enotify.php:137
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s vám poslal/a %2$s."
 
-#: include/conversation.php:181
+#: include/enotify.php:139
 #, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "Uživateli %1$s se líbí %3$s uživatele %2$s"
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Pro zobrazení vašich soukromých zpráv a možnost na ně odpovědět prosím navštivte %s."
 
-#: include/conversation.php:183
+#: include/enotify.php:172
 #, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "Uživateli %1$s se nelíbí %3$s uživatele  %2$s"
+msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s vás označil/a na [url=%2$s]%3$s[/url]"
 
-#: include/conversation.php:185
+#: include/enotify.php:178
 #, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s se účastní %3$s uživatele %2$s"
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s okomentoval/a [url=%2$s]%3$s[/url]"
 
-#: include/conversation.php:187
+#: include/enotify.php:188
 #, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s se neúčastní %3$s uživatele %2$s"
+msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s vás označil/a na  [url=%2$s]%3$s uživatele %4$s[/url]"
 
-#: include/conversation.php:189
+#: include/enotify.php:195
 #, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s se možná účastní %3$s uživatele %2$s"
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s okomentoval/a [url=%2$s]%4$s od %3$s[/url]"
 
-#: include/conversation.php:224
+#: include/enotify.php:207
 #, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s se nyní přátelí s uživatelem %2$s"
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s vás označil/a na [url=%2$s]vašem %3$s[/url]"
 
-#: include/conversation.php:265
+#: include/enotify.php:213
 #, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s šťouchnul/a uživatele %2$s"
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s okomentoval/a [url=%2$s]váš/vaši %3$s[/url]"
 
-#: include/conversation.php:319 mod/tagger.php:101
+#: include/enotify.php:224
 #, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s označil/a %3$s uživatele %2$s štítkem %4$s"
+msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s vás označil/a na [url=%2$s]jeho/její %3$s[/url]"
 
-#: include/conversation.php:341
-msgid "post/item"
-msgstr "příspěvek/položka"
+#: include/enotify.php:230
+#, php-format
+msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s okomentoval/a [url=%2$s]svůj %3$s[/url]"
 
-#: include/conversation.php:342
+#: include/enotify.php:243
 #, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s označil/a %3$s uživatele %2$s jako oblíbené"
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Oznámení] %s vás označil/a"
 
-#: include/conversation.php:568 mod/photos.php:1433 mod/profiles.php:352
-msgid "Likes"
-msgstr "Libí se"
+#: include/enotify.php:245
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s vás označil/a na %2$s"
 
-#: include/conversation.php:569 mod/photos.php:1433 mod/profiles.php:355
-msgid "Dislikes"
-msgstr "Nelibí se"
+#: include/enotify.php:247
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Oznámení] Komentář ke konverzaci #%1$d od %2$s"
 
-#: include/conversation.php:570 include/conversation.php:1564
-#: mod/photos.php:1434
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Účastní se"
-msgstr[1] "Účastní se"
-msgstr[2] "Účastní se"
-msgstr[3] "Účastní se"
+#: include/enotify.php:249
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s okomentoval/a vámi sledovanou položku/konverzaci."
 
-#: include/conversation.php:571 mod/photos.php:1434
-msgid "Not attending"
-msgstr "Neúčastní se"
+#: 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 "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět."
 
-#: include/conversation.php:572 mod/photos.php:1434
-msgid "Might attend"
-msgstr "Mohl/a by se zúčastnit"
+#: include/enotify.php:261
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Oznámení] %s přidal/a příspěvek na vaši profilovou zeď"
 
-#: include/conversation.php:573
-msgid "Reshares"
-msgstr "Znovusdílení"
+#: include/enotify.php:263
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s přidal/a příspěvek na vaši profilovou zeď na %2$s"
 
-#: include/conversation.php:653 mod/photos.php:1490 src/Object/Post.php:208
-msgid "Select"
-msgstr "Vybrat"
+#: include/enotify.php:264
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s přidal/a příspěvek na [url=%2$s]vaši zeď[/url]"
 
-#: include/conversation.php:654 mod/photos.php:1491 mod/settings.php:735
-#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830
-#: src/Module/Contact.php:1105
-msgid "Delete"
-msgstr "Odstranit"
+#: include/enotify.php:276
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Oznámení] %s sdílel/a nový příspěvek"
 
-#: include/conversation.php:679 src/Object/Post.php:382
-#: src/Object/Post.php:383
+#: include/enotify.php:278
 #, php-format
-msgid "View %s's profile @ %s"
-msgstr "Zobrazit profil uživatele %s na %s"
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s sdílel/a nový příspěvek na %2$s"
 
-#: include/conversation.php:692 src/Object/Post.php:370
-msgid "Categories:"
-msgstr "Kategorie:"
+#: include/enotify.php:279
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]sdílel/a příspěvek[/url]."
 
-#: include/conversation.php:693 src/Object/Post.php:371
-msgid "Filed under:"
-msgstr "Vyplněn pod:"
+#: include/enotify.php:291
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Oznámení] %1$s vás šťouchnul/a"
 
-#: include/conversation.php:700 src/Object/Post.php:396
+#: include/enotify.php:293
 #, php-format
-msgid "%s from %s"
-msgstr "%s z %s"
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s vás šťouchnul/a na %2$s"
 
-#: include/conversation.php:715
-msgid "View in context"
-msgstr "Zobrazit v kontextu"
+#: include/enotify.php:294
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]vás šťouchnul/a[/url]."
 
-#: include/conversation.php:717 include/conversation.php:1230
-#: mod/editpost.php:86 mod/message.php:260 mod/message.php:442
-#: mod/photos.php:1406 mod/wallmessage.php:141 src/Object/Post.php:423
-msgid "Please wait"
-msgstr "Čekejte prosím"
+#: include/enotify.php:311
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Oznámení] %s označil/a váš příspěvek"
 
-#: include/conversation.php:781
-msgid "remove"
-msgstr "odstranit"
+#: include/enotify.php:313
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s označil/a váš příspěvek na %2$s"
 
-#: include/conversation.php:785
-msgid "Delete Selected Items"
-msgstr "Smazat vybrané položky"
+#: include/enotify.php:314
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s označil/a [url=%2$s]váš příspěvek[/url]"
 
-#: include/conversation.php:940 view/theme/frio/theme.php:358
-msgid "Follow Thread"
-msgstr "Sledovat vlákno"
+#: include/enotify.php:326
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Oznámení] Obdrženo představení"
 
-#: include/conversation.php:941 src/Model/Contact.php:1111
-msgid "View Status"
-msgstr "Zobrazit stav"
+#: include/enotify.php:328
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Obdržel/a jste představení od uživatele „%1$s“ na %2$s"
 
-#: include/conversation.php:942 include/conversation.php:960
-#: mod/dirfind.php:226 mod/match.php:87 mod/suggest.php:87
-#: src/Model/Contact.php:1051 src/Model/Contact.php:1104
-#: src/Model/Contact.php:1112 src/Module/AllFriends.php:74
-#: src/Module/Directory.php:155
-msgid "View Profile"
-msgstr "Zobrazit profil"
+#: include/enotify.php:329
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Obdržel/a jste [url=%1$s]představení[/url] od uživatele %2$s."
 
-#: include/conversation.php:943 src/Model/Contact.php:1113
-msgid "View Photos"
-msgstr "Zobrazit fotky"
+#: include/enotify.php:334 include/enotify.php:380
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Můžete navštívit jeho/její profil na %s"
 
-#: include/conversation.php:944 src/Model/Contact.php:1105
-#: src/Model/Contact.php:1114
-msgid "Network Posts"
-msgstr "Síťové příspěvky"
+#: include/enotify.php:336
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Prosím navštivte %s pro schválení či zamítnutí představení."
 
-#: include/conversation.php:945 src/Model/Contact.php:1106
-#: src/Model/Contact.php:1115
-msgid "View Contact"
-msgstr "Zobrazit kontakt"
+#: include/enotify.php:343
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Oznámení] Nový člověk s vámi sdílí"
 
-#: include/conversation.php:946 src/Model/Contact.php:1117
-msgid "Send PM"
-msgstr "Poslat soukromou zprávu"
+#: include/enotify.php:345 include/enotify.php:346
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "Uživatel %1$s s vámi sdílí na %2$s"
 
-#: include/conversation.php:947 src/Module/Admin/Blocklist/Contact.php:66
-#: src/Module/Admin/Users.php:289 src/Module/Contact.php:624
-#: src/Module/Contact.php:827 src/Module/Contact.php:1080
-msgid "Block"
-msgstr "Blokovat"
+#: include/enotify.php:353
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Oznámení] Máte nového sledujícího"
 
-#: include/conversation.php:948 mod/notifications.php:60
-#: mod/notifications.php:186 mod/notifications.php:279
-#: src/Module/Contact.php:625 src/Module/Contact.php:828
-#: src/Module/Contact.php:1088
-msgid "Ignore"
-msgstr "Ignorovat"
+#: include/enotify.php:355 include/enotify.php:356
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "Máte nového sledujícího na %2$s: %1$s"
 
-#: include/conversation.php:952 src/Model/Contact.php:1118
-msgid "Poke"
-msgstr "Šťouchnout"
-
-#: include/conversation.php:957 mod/dirfind.php:227 mod/follow.php:158
-#: mod/match.php:88 mod/suggest.php:88 src/Content/Widget.php:63
-#: src/Model/Contact.php:1107 src/Module/AllFriends.php:75
-#: src/Module/Contact.php:577 view/theme/vier/theme.php:201
-msgid "Connect/Follow"
-msgstr "Spojit se/sledovat"
+#: include/enotify.php:369
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Oznámení] Obdržen návrh přátelství"
 
-#: include/conversation.php:1082
+#: include/enotify.php:371
 #, php-format
-msgid "%s likes this."
-msgstr "Uživateli %s se tohle líbí."
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Obdržel/a jste návrh přátelství od uživatele „%1$s“ na %2$s"
 
-#: include/conversation.php:1085
+#: include/enotify.php:372
 #, php-format
-msgid "%s doesn't like this."
-msgstr "Uživateli %s se tohle nelíbí."
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Obdržel/a jste [url=%1$s]návrh přátelství[/url] s uživatelem %2$s od uživatele %3$s."
 
-#: include/conversation.php:1088
-#, php-format
-msgid "%s attends."
-msgstr "%s se účastní."
+#: include/enotify.php:378
+msgid "Name:"
+msgstr "Jméno:"
+
+#: include/enotify.php:379
+msgid "Photo:"
+msgstr "Fotka:"
 
-#: include/conversation.php:1091
+#: include/enotify.php:382
 #, php-format
-msgid "%s doesn't attend."
-msgstr "%s se neúčastní."
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Prosím navštivte %s pro schválení či zamítnutí návrhu."
+
+#: include/enotify.php:390 include/enotify.php:405
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Oznámení] Spojení přijato"
 
-#: include/conversation.php:1094
+#: include/enotify.php:392 include/enotify.php:407
 #, php-format
-msgid "%s attends maybe."
-msgstr "%s se možná účastní."
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "„%1$s“ přijal/a váš požadavek o spojení na %2$s"
 
-#: include/conversation.php:1097 include/conversation.php:1140
+#: include/enotify.php:393 include/enotify.php:408
 #, php-format
-msgid "%s reshared this."
-msgstr "%s tohle znovusdílel/a."
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s přijal/a váš [url=%1$s]požadavek o spojení[/url]."
 
-#: include/conversation.php:1105
-msgid "and"
-msgstr "a"
+#: include/enotify.php:398
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "Jste nyní vzájemní přátelé a můžete si vyměňovat stavové zprávy, fotky a e-maily bez omezení."
 
-#: include/conversation.php:1111
+#: include/enotify.php:400
 #, php-format
-msgid "and %d other people"
-msgstr "a dalších %d lidí"
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Pokud chcete provést změny s tímto vztahem, prosím navštivte %s."
 
-#: include/conversation.php:1119
+#: include/enotify.php:413
 #, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d lidem</span> se tohle líbí"
+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“ se rozhodl/a vás přijmout jako fanouška, což omezuje některé formy komunikace - například soukoromé zprávy a některé interakce s profily. Pokud je toto stránka celebrity či komunity, byla tato nastavení aplikována automaticky."
 
-#: include/conversation.php:1120
+#: include/enotify.php:415
 #, php-format
-msgid "%s like this."
-msgstr "Uživatelům %s se tohle líbí."
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "„%1$s“ se může rozhodnout tento vztah v budoucnosti rozšířit do oboustranného či jiného liberálnějšího vztahu."
 
-#: include/conversation.php:1123
+#: include/enotify.php:417
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d lidem</span> se tohle nelíbí"
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Prosím navštivte %s  pokud chcete změnit tento vztah."
 
-#: include/conversation.php:1124
-#, php-format
-msgid "%s don't like this."
-msgstr "Uživatelům %s se tohle nelíbí."
+#: include/enotify.php:427 mod/removeme.php:46
+msgid "[Friendica System Notify]"
+msgstr "[Systémové oznámení Friendica]"
+
+#: include/enotify.php:427
+msgid "registration request"
+msgstr "požadavek o registraci"
 
-#: include/conversation.php:1127
+#: include/enotify.php:429
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$d lidí</span> se účastní"
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "Obdržel/a jste požadavek o registraci od uživatele „%1$s“ na %2$s"
 
-#: include/conversation.php:1128
+#: include/enotify.php:430
 #, php-format
-msgid "%s attend."
-msgstr "%s se účastní."
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Obdržel/a jste [url=%1$s]požadavek o registraci[/url] od uživatele %2$s."
 
-#: include/conversation.php:1131
+#: include/enotify.php:435
 #, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$d lidí</span> se neúčastní"
+msgid ""
+"Full Name:\t%s\n"
+"Site Location:\t%s\n"
+"Login Name:\t%s (%s)"
+msgstr "Celé jméno:\t\t%s\nAdresa stránky:\t\t%s\nPřihlašovací jméno:\t%s (%s)"
 
-#: include/conversation.php:1132
+#: include/enotify.php:441
 #, php-format
-msgid "%s don't attend."
-msgstr "%s se neúčastní"
+msgid "Please visit %s to approve or reject the request."
+msgstr "Prosím navštivte %s k odsouhlasení nebo k zamítnutí požadavku."
 
-#: include/conversation.php:1135
+#: include/api.php:1119
 #, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span  %1$s>%2$d lidí</span> se možná účastní"
+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] "Byl dosažen denní limit %d příspěvku. Příspěvek byl odmítnut."
+msgstr[1] "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnut."
+msgstr[2] "Byl dosažen denní limit %d příspěvku. Příspěvek byl odmítnut."
+msgstr[3] "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnut."
 
-#: include/conversation.php:1136
+#: include/api.php:1133
 #, php-format
-msgid "%s attend maybe."
-msgstr "%s se možná účastní"
+msgid "Weekly posting limit of %d post reached. The post was rejected."
+msgid_plural ""
+"Weekly posting limit of %d posts reached. The post was rejected."
+msgstr[0] "Byl dosažen týdenní limit %d příspěvku. Příspěvek byl odmítnut."
+msgstr[1] "Byl dosažen týdenní limit %d příspěvků. Příspěvek byl odmítnut."
+msgstr[2] "Byl dosažen týdenní limit %d příspěvku. Příspěvek byl odmítnut."
+msgstr[3] "Byl dosažen týdenní limit %d příspěvků. Příspěvek byl odmítnut."
 
-#: include/conversation.php:1139
+#: include/api.php:1147
 #, php-format
-msgid "<span  %1$s>%2$d people</span> reshared this"
-msgstr "<span  %1$s>%2$d lidí</span> tohle znovusdílelo"
+msgid "Monthly posting limit of %d post reached. The post was rejected."
+msgstr "Byl dosažen měsíční limit %d příspěvků. Příspěvek byl odmítnut."
 
-#: include/conversation.php:1169
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Viditelné pro <strong>všechny</strong>"
+#: include/api.php:4587 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
+#: 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
+msgid "Profile Photos"
+msgstr "Profilové fotky"
 
-#: include/conversation.php:1170 src/Object/Post.php:886
-msgid "Please enter a image/video/audio/webpage URL:"
-msgstr "Prosím zadejte URL obrázku/videa/audia/webové stránky:"
+#: include/conversation.php:161 include/conversation.php:298
+#: src/Model/Item.php:3300
+msgid "event"
+msgstr "událost"
 
-#: include/conversation.php:1171
-msgid "Tag term:"
-msgstr "Štítek:"
+#: 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 "stav"
 
-#: include/conversation.php:1172 src/Module/Filer/SaveTag.php:49
-msgid "Save to Folder:"
-msgstr "Uložit do složky:"
+#: include/conversation.php:169 include/conversation.php:306
+#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3302
+msgid "photo"
+msgstr "fotka"
 
-#: include/conversation.php:1173
-msgid "Where are you right now?"
-msgstr "Kde právě jste?"
+#: include/conversation.php:182
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "Uživateli %1$s se líbí %3$s uživatele %2$s"
 
-#: include/conversation.php:1174
-msgid "Delete item(s)?"
-msgstr "Smazat položku(y)?"
+#: include/conversation.php:184
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "Uživateli %1$s se nelíbí %3$s uživatele  %2$s"
 
-#: include/conversation.php:1206
-msgid "New Post"
-msgstr "Nový příspěvek"
+#: include/conversation.php:186
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s se účastní %3$s uživatele %2$s"
 
-#: include/conversation.php:1209
-msgid "Share"
-msgstr "Sdílet"
+#: include/conversation.php:188
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s se neúčastní %3$s uživatele %2$s"
 
-#: include/conversation.php:1210 mod/editpost.php:72 mod/message.php:258
-#: mod/message.php:439 mod/wallmessage.php:139
-msgid "Upload photo"
-msgstr "Nahrát fotku"
+#: include/conversation.php:190
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s se možná účastní %3$s uživatele %2$s"
 
-#: include/conversation.php:1211 mod/editpost.php:73
-msgid "upload photo"
-msgstr "nahrát fotku"
+#: include/conversation.php:225
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s se nyní přátelí s uživatelem %2$s"
 
-#: include/conversation.php:1212 mod/editpost.php:74
-msgid "Attach file"
-msgstr "Přiložit soubor"
+#: include/conversation.php:266
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s šťouchnul/a uživatele %2$s"
 
-#: include/conversation.php:1213 mod/editpost.php:75
-msgid "attach file"
-msgstr "přiložit soubor"
+#: include/conversation.php:320 mod/tagger.php:102
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s označil/a %3$s uživatele %2$s štítkem %4$s"
 
-#: include/conversation.php:1214 src/Object/Post.php:878
-msgid "Bold"
-msgstr "Tučné"
+#: include/conversation.php:342
+msgid "post/item"
+msgstr "příspěvek/položka"
 
-#: include/conversation.php:1215 src/Object/Post.php:879
-msgid "Italic"
-msgstr "Kurziva"
+#: include/conversation.php:343
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s označil/a %3$s uživatele %2$s jako oblíbené"
 
-#: include/conversation.php:1216 src/Object/Post.php:880
-msgid "Underline"
-msgstr "Podtržené"
+#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442
+msgid "Likes"
+msgstr "Libí se"
 
-#: include/conversation.php:1217 src/Object/Post.php:881
-msgid "Quote"
-msgstr "Citace"
+#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442
+msgid "Dislikes"
+msgstr "Nelibí se"
 
-#: include/conversation.php:1218 src/Object/Post.php:882
-msgid "Code"
-msgstr "Kód"
+#: include/conversation.php:571 include/conversation.php:1565
+#: mod/photos.php:1443
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Účastní se"
+msgstr[1] "Účastní se"
+msgstr[2] "Účastní se"
+msgstr[3] "Účastní se"
 
-#: include/conversation.php:1219 src/Object/Post.php:883
-msgid "Image"
-msgstr "Obrázek"
+#: include/conversation.php:572 mod/photos.php:1443
+msgid "Not attending"
+msgstr "Neúčastní se"
 
-#: include/conversation.php:1220 src/Object/Post.php:884
-msgid "Link"
-msgstr "Odkaz"
+#: include/conversation.php:573 mod/photos.php:1443
+msgid "Might attend"
+msgstr "Mohl/a by se zúčastnit"
 
-#: include/conversation.php:1221 src/Object/Post.php:885
-msgid "Link or Media"
-msgstr "Odkaz nebo média"
+#: include/conversation.php:574
+msgid "Reshares"
+msgstr "Znovusdílení"
 
-#: include/conversation.php:1222 mod/editpost.php:82
-msgid "Set your location"
-msgstr "Nastavit vaši polohu"
+#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209
+msgid "Select"
+msgstr "Vybrat"
 
-#: include/conversation.php:1223 mod/editpost.php:83
-msgid "set location"
-msgstr "nastavit polohu"
+#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738
+#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830
+#: src/Module/Contact.php:1101
+msgid "Delete"
+msgstr "Odstranit"
 
-#: include/conversation.php:1224 mod/editpost.php:84
-msgid "Clear browser location"
-msgstr "Vymazat polohu v prohlížeči"
+#: include/conversation.php:680 src/Object/Post.php:383
+#: src/Object/Post.php:384
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "Zobrazit profil uživatele %s na %s"
 
-#: include/conversation.php:1225 mod/editpost.php:85
-msgid "clear location"
-msgstr "vymazat polohu"
+#: include/conversation.php:693 src/Object/Post.php:371
+msgid "Categories:"
+msgstr "Kategorie:"
 
-#: include/conversation.php:1227 mod/editpost.php:99
-msgid "Set title"
+#: include/conversation.php:694 src/Object/Post.php:372
+msgid "Filed under:"
+msgstr "Vyplněn pod:"
+
+#: include/conversation.php:701 src/Object/Post.php:397
+#, php-format
+msgid "%s from %s"
+msgstr "%s z %s"
+
+#: include/conversation.php:716
+msgid "View in context"
+msgstr "Zobrazit v kontextu"
+
+#: include/conversation.php:718 include/conversation.php:1231
+#: 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 "Čekejte prosím"
+
+#: include/conversation.php:782
+msgid "remove"
+msgstr "odstranit"
+
+#: include/conversation.php:786
+msgid "Delete Selected Items"
+msgstr "Smazat vybrané položky"
+
+#: include/conversation.php:941 view/theme/frio/theme.php:363
+msgid "Follow Thread"
+msgstr "Sledovat vlákno"
+
+#: include/conversation.php:942 src/Model/Contact.php:1198
+msgid "View Status"
+msgstr "Zobrazit stav"
+
+#: include/conversation.php:943 include/conversation.php:961 mod/match.php:87
+#: mod/suggest.php:87 src/Model/Contact.php:1138 src/Model/Contact.php:1191
+#: src/Model/Contact.php:1199 src/Module/AllFriends.php:74
+#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150
+msgid "View Profile"
+msgstr "Zobrazit profil"
+
+#: include/conversation.php:944 src/Model/Contact.php:1200
+msgid "View Photos"
+msgstr "Zobrazit fotky"
+
+#: include/conversation.php:945 src/Model/Contact.php:1192
+#: src/Model/Contact.php:1201
+msgid "Network Posts"
+msgstr "Síťové příspěvky"
+
+#: include/conversation.php:946 src/Model/Contact.php:1193
+#: src/Model/Contact.php:1202
+msgid "View Contact"
+msgstr "Zobrazit kontakt"
+
+#: include/conversation.php:947 src/Model/Contact.php:1204
+msgid "Send PM"
+msgstr "Poslat soukromou zprávu"
+
+#: include/conversation.php:948 src/Module/Admin/Blocklist/Contact.php:67
+#: src/Module/Admin/Users.php:289 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1076
+msgid "Block"
+msgstr "Blokovat"
+
+#: include/conversation.php:949 mod/notifications.php:60
+#: mod/notifications.php:189 mod/notifications.php:282
+#: src/Module/Contact.php:624 src/Module/Contact.php:828
+#: src/Module/Contact.php:1084
+msgid "Ignore"
+msgstr "Ignorovat"
+
+#: include/conversation.php:953 src/Model/Contact.php:1205
+msgid "Poke"
+msgstr "Šťouchnout"
+
+#: include/conversation.php:958 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:1194 src/Module/AllFriends.php:75
+#: src/Module/BaseSearchModule.php:134
+msgid "Connect/Follow"
+msgstr "Spojit se/sledovat"
+
+#: include/conversation.php:1083
+#, php-format
+msgid "%s likes this."
+msgstr "Uživateli %s se tohle líbí."
+
+#: include/conversation.php:1086
+#, php-format
+msgid "%s doesn't like this."
+msgstr "Uživateli %s se tohle nelíbí."
+
+#: include/conversation.php:1089
+#, php-format
+msgid "%s attends."
+msgstr "%s se účastní."
+
+#: include/conversation.php:1092
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s se neúčastní."
+
+#: include/conversation.php:1095
+#, php-format
+msgid "%s attends maybe."
+msgstr "%s se možná účastní."
+
+#: include/conversation.php:1098 include/conversation.php:1141
+#, php-format
+msgid "%s reshared this."
+msgstr "%s tohle znovusdílel/a."
+
+#: include/conversation.php:1106
+msgid "and"
+msgstr "a"
+
+#: include/conversation.php:1112
+#, php-format
+msgid "and %d other people"
+msgstr "a dalších %d lidí"
+
+#: include/conversation.php:1120
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d lidem</span> se tohle líbí"
+
+#: include/conversation.php:1121
+#, php-format
+msgid "%s like this."
+msgstr "Uživatelům %s se tohle líbí."
+
+#: include/conversation.php:1124
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d lidem</span> se tohle nelíbí"
+
+#: include/conversation.php:1125
+#, php-format
+msgid "%s don't like this."
+msgstr "Uživatelům %s se tohle nelíbí."
+
+#: include/conversation.php:1128
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d lidí</span> se účastní"
+
+#: include/conversation.php:1129
+#, php-format
+msgid "%s attend."
+msgstr "%s se účastní."
+
+#: include/conversation.php:1132
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d lidí</span> se neúčastní"
+
+#: include/conversation.php:1133
+#, php-format
+msgid "%s don't attend."
+msgstr "%s se neúčastní"
+
+#: include/conversation.php:1136
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d lidí</span> se možná účastní"
+
+#: include/conversation.php:1137
+#, php-format
+msgid "%s attend maybe."
+msgstr "%s se možná účastní"
+
+#: include/conversation.php:1140
+#, php-format
+msgid "<span  %1$s>%2$d people</span> reshared this"
+msgstr "<span  %1$s>%2$d lidí</span> tohle znovusdílelo"
+
+#: include/conversation.php:1170
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Viditelné pro <strong>všechny</strong>"
+
+#: include/conversation.php:1171 src/Module/Item/Compose.php:187
+#: src/Object/Post.php:887
+msgid "Please enter a image/video/audio/webpage URL:"
+msgstr "Prosím zadejte URL obrázku/videa/audia/webové stránky:"
+
+#: include/conversation.php:1172
+msgid "Tag term:"
+msgstr "Štítek:"
+
+#: include/conversation.php:1173 src/Module/Filer/SaveTag.php:48
+msgid "Save to Folder:"
+msgstr "Uložit do složky:"
+
+#: include/conversation.php:1174
+msgid "Where are you right now?"
+msgstr "Kde právě jste?"
+
+#: include/conversation.php:1175
+msgid "Delete item(s)?"
+msgstr "Smazat položku(y)?"
+
+#: include/conversation.php:1207
+msgid "New Post"
+msgstr "Nový příspěvek"
+
+#: include/conversation.php:1210
+msgid "Share"
+msgstr "Sdílet"
+
+#: include/conversation.php:1211 mod/wallmessage.php:139 mod/editpost.php:72
+#: mod/message.php:258 mod/message.php:439
+msgid "Upload photo"
+msgstr "Nahrát fotku"
+
+#: include/conversation.php:1212 mod/editpost.php:73
+msgid "upload photo"
+msgstr "nahrát fotku"
+
+#: include/conversation.php:1213 mod/editpost.php:74
+msgid "Attach file"
+msgstr "Přiložit soubor"
+
+#: include/conversation.php:1214 mod/editpost.php:75
+msgid "attach file"
+msgstr "přiložit soubor"
+
+#: include/conversation.php:1215 src/Module/Item/Compose.php:179
+#: src/Object/Post.php:879
+msgid "Bold"
+msgstr "Tučné"
+
+#: include/conversation.php:1216 src/Module/Item/Compose.php:180
+#: src/Object/Post.php:880
+msgid "Italic"
+msgstr "Kurziva"
+
+#: include/conversation.php:1217 src/Module/Item/Compose.php:181
+#: src/Object/Post.php:881
+msgid "Underline"
+msgstr "Podtržené"
+
+#: include/conversation.php:1218 src/Module/Item/Compose.php:182
+#: src/Object/Post.php:882
+msgid "Quote"
+msgstr "Citace"
+
+#: include/conversation.php:1219 src/Module/Item/Compose.php:183
+#: src/Object/Post.php:883
+msgid "Code"
+msgstr "Kód"
+
+#: include/conversation.php:1220 src/Module/Item/Compose.php:184
+#: src/Object/Post.php:884
+msgid "Image"
+msgstr "Obrázek"
+
+#: include/conversation.php:1221 src/Module/Item/Compose.php:185
+#: src/Object/Post.php:885
+msgid "Link"
+msgstr "Odkaz"
+
+#: include/conversation.php:1222 src/Module/Item/Compose.php:186
+#: src/Object/Post.php:886
+msgid "Link or Media"
+msgstr "Odkaz nebo média"
+
+#: include/conversation.php:1223 mod/editpost.php:82
+#: src/Module/Item/Compose.php:189
+msgid "Set your location"
+msgstr "Nastavit vaši polohu"
+
+#: include/conversation.php:1224 mod/editpost.php:83
+msgid "set location"
+msgstr "nastavit polohu"
+
+#: include/conversation.php:1225 mod/editpost.php:84
+msgid "Clear browser location"
+msgstr "Vymazat polohu v prohlížeči"
+
+#: include/conversation.php:1226 mod/editpost.php:85
+msgid "clear location"
+msgstr "vymazat polohu"
+
+#: include/conversation.php:1228 mod/editpost.php:99
+#: src/Module/Item/Compose.php:194
+msgid "Set title"
 msgstr "Nastavit nadpis"
 
-#: include/conversation.php:1229 mod/editpost.php:101
+#: include/conversation.php:1230 mod/editpost.php:101
+#: src/Module/Item/Compose.php:195
 msgid "Categories (comma-separated list)"
 msgstr "Kategorie (seznam, oddělujte čárkou)"
 
-#: include/conversation.php:1231 mod/editpost.php:87
+#: include/conversation.php:1232 mod/editpost.php:87
 msgid "Permission settings"
 msgstr "Nastavení oprávnění"
 
-#: include/conversation.php:1232 mod/editpost.php:116
+#: include/conversation.php:1233 mod/editpost.php:116
 msgid "permissions"
 msgstr "oprávnění"
 
-#: include/conversation.php:1241 mod/editpost.php:96
+#: include/conversation.php:1242 mod/editpost.php:96
 msgid "Public post"
 msgstr "Veřejný příspěvek"
 
-#: include/conversation.php:1245 mod/editpost.php:107 mod/events.php:549
-#: mod/photos.php:1424 mod/photos.php:1463 mod/photos.php:1523
-#: src/Object/Post.php:887
+#: include/conversation.php:1246 mod/editpost.php:107 mod/events.php:550
+#: mod/photos.php:1433 mod/photos.php:1472 mod/photos.php:1532
+#: src/Module/Item/Compose.php:188 src/Object/Post.php:888
 msgid "Preview"
 msgstr "Náhled"
 
-#: include/conversation.php:1249 include/items.php:397
-#: mod/dfrn_request.php:650 mod/editpost.php:110 mod/fbrowser.php:110
-#: mod/fbrowser.php:139 mod/follow.php:172 mod/message.php:153
-#: mod/photos.php:1076 mod/photos.php:1183 mod/settings.php:675
-#: mod/settings.php:701 mod/suggest.php:76 mod/tagrm.php:20 mod/tagrm.php:115
-#: mod/unfollow.php:132 src/Module/Contact.php:450
+#: include/conversation.php:1250 include/items.php:397 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/settings.php:678 mod/settings.php:704
+#: mod/suggest.php:76 src/Module/Contact.php:464
 msgid "Cancel"
 msgstr "Zrušit"
 
-#: include/conversation.php:1254
+#: include/conversation.php:1255
 msgid "Post to Groups"
 msgstr "Zveřejnit ve skupinách"
 
-#: include/conversation.php:1255
+#: include/conversation.php:1256
 msgid "Post to Contacts"
 msgstr "Zveřejnit v kontaktech"
 
-#: include/conversation.php:1256
+#: include/conversation.php:1257
 msgid "Private post"
 msgstr "Soukromý příspěvek"
 
-#: include/conversation.php:1261 mod/editpost.php:114
-#: src/Model/Profile.php:366
+#: include/conversation.php:1262 mod/editpost.php:114
+#: src/Model/Profile.php:542 src/Module/Contact.php:339
 msgid "Message"
 msgstr "Zpráva"
 
-#: include/conversation.php:1262 mod/editpost.php:115
+#: include/conversation.php:1263 mod/editpost.php:115
 msgid "Browser"
 msgstr "Prohlížeč"
 
-#: include/conversation.php:1534
+#: include/conversation.php:1535
 msgid "View all"
 msgstr "Zobrazit vše"
 
-#: include/conversation.php:1558
+#: include/conversation.php:1559
 msgid "Like"
 msgid_plural "Likes"
 msgstr[0] "Líbí se"
@@ -513,7 +840,7 @@ msgstr[1] "Líbí se"
 msgstr[2] "Líbí se"
 msgstr[3] "Líbí se"
 
-#: include/conversation.php:1561
+#: include/conversation.php:1562
 msgid "Dislike"
 msgid_plural "Dislikes"
 msgstr[0] "Nelíbí se"
@@ -521,7 +848,7 @@ msgstr[1] "Nelíbí se"
 msgstr[2] "Nelíbí se"
 msgstr[3] "Nelíbí se"
 
-#: include/conversation.php:1567
+#: include/conversation.php:1568
 msgid "Not Attending"
 msgid_plural "Not Attending"
 msgstr[0] "Neúčastní se"
@@ -529,7 +856,7 @@ msgstr[1] "Neúčastní se"
 msgstr[2] "Neúčastní se"
 msgstr[3] "Neúčastní se"
 
-#: include/conversation.php:1570 src/Content/ContactSelector.php:167
+#: include/conversation.php:1571 src/Content/ContactSelector.php:167
 msgid "Undecided"
 msgid_plural "Undecided"
 msgstr[0] "Nerozhodnut"
@@ -537,2598 +864,2300 @@ msgstr[1] "Nerozhodnutí"
 msgstr[2] "Nerozhodnutých"
 msgstr[3] "Nerozhodnuti"
 
-#: include/enotify.php:57
-msgid "Friendica Notification"
-msgstr "Oznámení Friendica"
+#: include/items.php:354 src/Module/Admin/Themes/Details.php:53
+#: src/Module/Admin/Themes/Index.php:41 src/Module/Debug/ItemBody.php:27
+#: src/Module/Debug/ItemBody.php:40
+msgid "Item not found."
+msgstr "Položka nenalezena."
 
-#: include/enotify.php:60
-msgid "Thank You,"
-msgstr "Děkuji,"
+#: include/items.php:392
+msgid "Do you really want to delete this item?"
+msgstr "Opravdu chcete smazat tuto položku?"
 
-#: include/enotify.php:63
-#, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, administrátor %2$s"
+#: 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/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
+#: mod/suggest.php:73 src/Module/Contact.php:461 src/Module/Register.php:97
+msgid "Yes"
+msgstr "Ano"
 
-#: include/enotify.php:65
-#, php-format
-msgid "%s Administrator"
-msgstr "Administrátor %s"
+#: 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/events.php:208
+#: mod/follow.php:57 mod/follow.php:134 mod/fsuggest.php:63 mod/item.php:170
+#: mod/manage.php:130 mod/message.php:56 mod/message.php:101
+#: mod/network.php:37 mod/notes.php:27 mod/notifications.php:70
+#: 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/settings.php:52 mod/settings.php:165
+#: mod/settings.php:667 mod/suggest.php:39 src/Module/Attach.php:42
+#: src/Module/Contact.php:378 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:17
+msgid "Permission denied."
+msgstr "Přístup odmítnut."
 
-#: include/enotify.php:134
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Oznámení] Obdržena nová zpráva na %s"
+#: mod/api.php:84 mod/api.php:106
+msgid "Authorize application connection"
+msgstr "Povolit připojení aplikacím"
 
-#: include/enotify.php:136
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s vám poslal/a novou soukromou zprávu na %2$s."
+#: mod/api.php:85
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Vraťte se do vaší aplikace a zadejte tento bezpečnostní kód:"
 
-#: include/enotify.php:137
-msgid "a private message"
-msgstr "soukromou zprávu"
+#: mod/api.php:94 src/Module/BaseAdminModule.php:56
+msgid "Please login to continue."
+msgstr "Pro pokračování se prosím přihlaste."
 
-#: include/enotify.php:137
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s vám poslal/a %2$s."
-
-#: include/enotify.php:139
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Pro zobrazení vašich soukromých zpráv a možnost na ně odpovědět prosím navštivte %s."
-
-#: include/enotify.php:172
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s vás označil/a na [url=%2$s]%3$s[/url]"
-
-#: include/enotify.php:178
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s okomentoval/a [url=%2$s]%3$s[/url]"
-
-#: include/enotify.php:188
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s vás označil/a na  [url=%2$s]%3$s uživatele %4$s[/url]"
-
-#: include/enotify.php:195
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s okomentoval/a [url=%2$s]%4$s od %3$s[/url]"
-
-#: include/enotify.php:207
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s vás označil/a na [url=%2$s]vašem %3$s[/url]"
-
-#: include/enotify.php:213
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s okomentoval/a [url=%2$s]váš/vaši %3$s[/url]"
-
-#: include/enotify.php:224
-#, php-format
-msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
-msgstr "%1$s vás označil/a na [url=%2$s]jeho/její %3$s[/url]"
-
-#: include/enotify.php:230
-#, php-format
-msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
-msgstr "%1$s okomentoval/a [url=%2$s]svůj %3$s[/url]"
-
-#: include/enotify.php:243
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Oznámení] %s vás označil/a"
-
-#: include/enotify.php:245
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s vás označil/a na %2$s"
-
-#: include/enotify.php:247
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Oznámení] Komentář ke konverzaci #%1$d od %2$s"
-
-#: include/enotify.php:249
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s okomentoval/a vámi sledovanou položku/konverzaci."
-
-#: 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 "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět."
-
-#: include/enotify.php:261
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Oznámení] %s přidal/a příspěvek na vaši profilovou zeď"
-
-#: include/enotify.php:263
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s přidal/a příspěvek na vaši profilovou zeď na %2$s"
-
-#: include/enotify.php:264
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s přidal/a příspěvek na [url=%2$s]vaši zeď[/url]"
-
-#: include/enotify.php:276
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Oznámení] %s sdílel/a nový příspěvek"
-
-#: include/enotify.php:278
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s sdílel/a nový příspěvek na %2$s"
-
-#: include/enotify.php:279
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]sdílel/a příspěvek[/url]."
-
-#: include/enotify.php:291
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Oznámení] %1$s vás šťouchnul/a"
-
-#: include/enotify.php:293
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s vás šťouchnul/a na %2$s"
-
-#: include/enotify.php:294
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]vás šťouchnul/a[/url]."
-
-#: include/enotify.php:311
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Oznámení] %s označil/a váš příspěvek"
-
-#: include/enotify.php:313
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s označil/a váš příspěvek na %2$s"
-
-#: include/enotify.php:314
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s označil/a [url=%2$s]váš příspěvek[/url]"
-
-#: include/enotify.php:326
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Oznámení] Obdrženo představení"
-
-#: include/enotify.php:328
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Obdržel/a jste představení od uživatele „%1$s“ na %2$s"
-
-#: include/enotify.php:329
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Obdržel/a jste [url=%1$s]představení[/url] od uživatele %2$s."
-
-#: include/enotify.php:334 include/enotify.php:380
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Můžete navštívit jeho/její profil na %s"
-
-#: include/enotify.php:336
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Prosím navštivte %s pro schválení či zamítnutí představení."
-
-#: include/enotify.php:343
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Oznámení] Nový člověk s vámi sdílí"
-
-#: include/enotify.php:345 include/enotify.php:346
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "Uživatel %1$s s vámi sdílí na %2$s"
-
-#: include/enotify.php:353
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Oznámení] Máte nového sledujícího"
-
-#: include/enotify.php:355 include/enotify.php:356
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "Máte nového sledujícího na %2$s: %1$s"
-
-#: include/enotify.php:369
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Oznámení] Obdržen návrh přátelství"
-
-#: include/enotify.php:371
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Obdržel/a jste návrh přátelství od uživatele „%1$s“ na %2$s"
-
-#: include/enotify.php:372
-#, php-format
+#: mod/api.php:108
 msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Obdržel/a jste [url=%1$s]návrh přátelství[/url] s uživatelem %2$s od uživatele %3$s."
-
-#: include/enotify.php:378
-msgid "Name:"
-msgstr "Jméno:"
-
-#: include/enotify.php:379
-msgid "Photo:"
-msgstr "Fotka:"
-
-#: include/enotify.php:382
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Prosím navštivte %s pro schválení či zamítnutí návrhu."
-
-#: include/enotify.php:390 include/enotify.php:405
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica:Oznámení] Spojení přijato"
-
-#: include/enotify.php:392 include/enotify.php:407
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "„%1$s“ přijal/a váš požadavek o spojení na %2$s"
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Chcete umožnit této aplikaci přístup k vašim příspěvkům a kontaktům a/nebo k vytváření Vašich nových příspěvků?"
 
-#: 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 přijal/a váš [url=%1$s]požadavek o spojení[/url]."
+#: 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 "Ne"
 
-#: include/enotify.php:398
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "Jste nyní vzájemní přátelé a můžete si vyměňovat stavové zprávy, fotky a e-maily bez omezení."
+#: mod/delegate.php:42
+msgid "Parent user not found."
+msgstr "Rodičovský uživatel nenalezen."
 
-#: include/enotify.php:400
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Pokud chcete provést změny s tímto vztahem, prosím navštivte %s."
+#: mod/delegate.php:149
+msgid "No parent user"
+msgstr "Žádný rodičovský uživatel"
 
-#: 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“ se rozhodl/a vás přijmout jako fanouška, což omezuje některé formy komunikace - například soukoromé zprávy a některé interakce s profily. Pokud je toto stránka celebrity či komunity, byla tato nastavení aplikována automaticky."
+#: mod/delegate.php:164
+msgid "Parent Password:"
+msgstr "Rodičovské heslo:"
 
-#: include/enotify.php:415
-#, php-format
+#: mod/delegate.php:164
 msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "„%1$s“ se může rozhodnout tento vztah v budoucnosti rozšířit do oboustranného či jiného liberálnějšího vztahu."
-
-#: include/enotify.php:417
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Prosím navštivte %s  pokud chcete změnit tento vztah."
-
-#: include/enotify.php:427 mod/removeme.php:46
-msgid "[Friendica System Notify]"
-msgstr "[Systémové oznámení Friendica]"
-
-#: include/enotify.php:427
-msgid "registration request"
-msgstr "požadavek o registraci"
-
-#: include/enotify.php:429
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "Obdržel/a jste požadavek o registraci od uživatele „%1$s“ na %2$s"
+"Please enter the password of the parent account to legitimize your request."
+msgstr "Prosím vložte heslo rodičovského účtu k legitimizaci vašeho požadavku."
 
-#: include/enotify.php:430
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "Obdržel/a jste [url=%1$s]požadavek o registraci[/url] od uživatele %2$s."
+#: mod/delegate.php:171
+msgid "Parent User"
+msgstr "Rodičovský uživatel"
 
-#: include/enotify.php:435
-#, php-format
+#: mod/delegate.php:174
 msgid ""
-"Full Name:\t%s\n"
-"Site Location:\t%s\n"
-"Login Name:\t%s (%s)"
-msgstr "Celé jméno:\t\t%s\nAdresa stránky:\t\t%s\nPřihlašovací jméno:\t%s (%s)"
-
-#: include/enotify.php:441
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Prosím navštivte %s k odsouhlasení nebo k zamítnutí požadavku."
-
-#: include/items.php:354 mod/notice.php:19
-#: src/Module/Admin/Themes/Details.php:53 src/Module/Admin/Themes/Index.php:41
-#: src/Module/ItemBody.php:27 src/Module/ItemBody.php:40
-msgid "Item not found."
-msgstr "Položka nenalezena."
-
-#: include/items.php:392
-msgid "Do you really want to delete this item?"
-msgstr "Opravdu chcete smazat tuto položku?"
-
-#: include/items.php:394 mod/api.php:109 mod/dfrn_request.php:640
-#: mod/follow.php:161 mod/message.php:150 mod/profiles.php:526
-#: mod/profiles.php:529 mod/profiles.php:551 mod/settings.php:1084
-#: mod/settings.php:1090 mod/settings.php:1097 mod/settings.php:1101
-#: mod/settings.php:1105 mod/settings.php:1109 mod/settings.php:1113
-#: mod/settings.php:1117 mod/settings.php:1137 mod/settings.php:1138
-#: mod/settings.php:1139 mod/settings.php:1140 mod/settings.php:1141
-#: mod/suggest.php:73 src/Module/Contact.php:447 src/Module/Register.php:97
-msgid "Yes"
-msgstr "Ano"
-
-#: include/items.php:444 mod/api.php:34 mod/api.php:39 mod/cal.php:301
-#: mod/common.php:27 mod/crepair.php:90 mod/delegate.php:30
-#: mod/delegate.php:48 mod/delegate.php:59 mod/dfrn_confirm.php:64
-#: mod/dirfind.php:29 mod/editpost.php:21 mod/events.php:207 mod/follow.php:57
-#: mod/follow.php:132 mod/fsuggest.php:77 mod/item.php:169 mod/manage.php:130
-#: mod/message.php:56 mod/message.php:101 mod/network.php:36 mod/notes.php:27
-#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:178
-#: mod/photos.php:958 mod/poke.php:141 mod/profiles.php:182
-#: mod/profiles.php:499 mod/profile_photo.php:32 mod/profile_photo.php:177
-#: mod/profile_photo.php:204 mod/regmod.php:89 mod/repair_ostatus.php:16
-#: mod/settings.php:50 mod/settings.php:163 mod/settings.php:664
-#: mod/suggest.php:39 mod/uimport.php:17 mod/unfollow.php:22
-#: mod/unfollow.php:77 mod/unfollow.php:109 mod/viewcontacts.php:56
-#: mod/wallmessage.php:19 mod/wallmessage.php:43 mod/wallmessage.php:82
-#: mod/wallmessage.php:106 mod/wall_attach.php:76 mod/wall_attach.php:79
-#: mod/wall_upload.php:107 mod/wall_upload.php:110 src/Module/Attach.php:42
-#: src/Module/Contact.php:362 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/Register.php:192
-msgid "Permission denied."
-msgstr "Přístup odmítnut."
-
-#: include/items.php:515 src/Content/Feature.php:99
-msgid "Archives"
-msgstr "Archivy"
-
-#: include/items.php:521 src/Content/ForumManager.php:135
-#: src/Content/Widget.php:329 view/theme/vier/theme.php:255
-msgid "show more"
-msgstr "zobrazit více"
+"Parent users have total control about this account, including the account "
+"settings. Please double check whom you give this access."
+msgstr "Rodičovští uživatelé mají naprostou kontrolu nad tímto účtem, včetně nastavení účtu. Prosím překontrolujte, komu tento přístup dáváte."
 
-#: mod/api.php:84 mod/api.php:106
-msgid "Authorize application connection"
-msgstr "Povolit připojení aplikacím"
+#: 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/Site.php:569
+#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50
+msgid "Save Settings"
+msgstr "Uložit nastavení"
 
-#: mod/api.php:85
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Vraťte se do vaší aplikace a zadejte tento bezpečnostní kód:"
+#: mod/delegate.php:176 src/Content/Nav.php:263
+msgid "Delegate Page Management"
+msgstr "Správa delegátů stránky"
 
-#: mod/api.php:94
-msgid "Please login to continue."
-msgstr "Pro pokračování se prosím přihlaste."
+#: mod/delegate.php:177
+msgid "Delegates"
+msgstr "Delegáti"
 
-#: mod/api.php:108
+#: mod/delegate.php:179
 msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Chcete umožnit této aplikaci přístup k vašim příspěvkům a kontaktům a/nebo k vytváření Vašich nových příspěvků?"
-
-#: mod/api.php:110 mod/dfrn_request.php:640 mod/follow.php:161
-#: mod/profiles.php:526 mod/profiles.php:530 mod/profiles.php:551
-#: mod/settings.php:1084 mod/settings.php:1090 mod/settings.php:1097
-#: mod/settings.php:1101 mod/settings.php:1105 mod/settings.php:1109
-#: mod/settings.php:1113 mod/settings.php:1117 mod/settings.php:1137
-#: mod/settings.php:1138 mod/settings.php:1139 mod/settings.php:1140
-#: mod/settings.php:1141 src/Module/Register.php:98
-msgid "No"
-msgstr "Ne"
-
-#: mod/cal.php:34 mod/cal.php:38 mod/community.php:39 mod/follow.php:20
-#: mod/viewcontacts.php:23 mod/viewcontacts.php:27 src/Module/ItemBody.php:18
-msgid "Access denied."
-msgstr "Přístup odmítnut."
-
-#: mod/cal.php:140 mod/display.php:306 src/Module/Profile.php:176
-msgid "Access to this profile has been restricted."
-msgstr "Přístup na tento profil byl omezen."
-
-#: mod/cal.php:271 mod/events.php:382 src/Content/Nav.php:159
-#: src/Content/Nav.php:225 src/Model/Profile.php:931 src/Model/Profile.php:942
-#: view/theme/frio/theme.php:266 view/theme/frio/theme.php:270
-msgid "Events"
-msgstr "Události"
-
-#: mod/cal.php:272 mod/events.php:383
-msgid "View"
-msgstr "Zobrazit"
-
-#: mod/cal.php:273 mod/events.php:385
-msgid "Previous"
-msgstr "Předchozí"
+"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 "Delegáti jsou schopni řídit všechny aspekty tohoto účtu/stránky, kromě základních nastavení účtu. Prosím, nedelegujte svůj osobní účet nikomu, komu zcela nedůvěřujete."
 
-#: mod/cal.php:274 mod/events.php:386 src/Module/Install.php:173
-msgid "Next"
-msgstr "Dále"
+#: mod/delegate.php:180
+msgid "Existing Page Delegates"
+msgstr "Stávající delegáti stránky "
 
-#: mod/cal.php:277 mod/events.php:391 src/Model/Event.php:428
-msgid "today"
-msgstr "dnes"
+#: mod/delegate.php:182
+msgid "Potential Delegates"
+msgstr "Potenciální delegáti"
 
-#: mod/cal.php:278 mod/events.php:392 src/Model/Event.php:429
-#: src/Util/Temporal.php:314
-msgid "month"
-msgstr "měsíc"
+#: mod/delegate.php:184 mod/tagrm.php:114
+msgid "Remove"
+msgstr "Odstranit"
 
-#: mod/cal.php:279 mod/events.php:393 src/Model/Event.php:430
-#: src/Util/Temporal.php:315
-msgid "week"
-msgstr "týden"
+#: mod/delegate.php:185
+msgid "Add"
+msgstr "Přidat"
 
-#: mod/cal.php:280 mod/events.php:394 src/Model/Event.php:431
-#: src/Util/Temporal.php:316
-msgid "day"
-msgstr "den"
+#: mod/delegate.php:186
+msgid "No entries."
+msgstr "Žádné záznamy."
 
-#: mod/cal.php:281 mod/events.php:395
-msgid "list"
-msgstr "seznam"
+#: mod/oexchange.php:32
+msgid "Post successful."
+msgstr "Příspěvek úspěšně odeslán"
 
-#: mod/cal.php:294 src/Console/NewPassword.php:67 src/Model/User.php:351
-msgid "User not found"
-msgstr "Uživatel nenalezen."
+#: mod/ostatus_subscribe.php:23
+msgid "Subscribing to OStatus contacts"
+msgstr "Registruji Vás ke kontaktům OStatus"
 
-#: mod/cal.php:310
-msgid "This calendar format is not supported"
-msgstr "Tento formát kalendáře není podporován."
+#: mod/ostatus_subscribe.php:35
+msgid "No contact provided."
+msgstr "Nebyl poskytnut žádný kontakt."
 
-#: mod/cal.php:312
-msgid "No exportable data found"
-msgstr "Nenalezena žádná data pro export"
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch information for contact."
+msgstr "Nelze načíst informace pro kontakt."
 
-#: mod/cal.php:329
-msgid "calendar"
-msgstr "kalendář"
+#: mod/ostatus_subscribe.php:52
+msgid "Couldn't fetch friends for contact."
+msgstr "Nelze načíst přátele pro kontakt."
 
-#: mod/common.php:90
-msgid "No contacts in common."
-msgstr "Žádné společné kontakty."
+#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
+msgid "Done"
+msgstr "Hotovo"
 
-#: mod/common.php:141 src/Module/Contact.php:895
-msgid "Common Friends"
-msgstr "Společní přátelé"
+#: mod/ostatus_subscribe.php:84
+msgid "success"
+msgstr "úspěch"
 
-#: mod/community.php:32 mod/dfrn_request.php:597 mod/display.php:204
-#: mod/photos.php:846 mod/probe.php:14 mod/search.php:96 mod/search.php:102
-#: mod/videos.php:118 mod/viewcontacts.php:46 src/Module/Directory.php:43
-#: src/Module/WebFinger.php:19
-msgid "Public access denied."
-msgstr "Veřejný přístup odepřen."
+#: mod/ostatus_subscribe.php:86
+msgid "failed"
+msgstr "selhalo"
 
-#: mod/community.php:75
-msgid "Community option not available."
-msgstr "Možnost komunity není dostupná."
+#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285
+msgid "ignored"
+msgstr "ignorován"
 
-#: mod/community.php:92
-msgid "Not available."
-msgstr "Není k dispozici."
+#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
+msgid "Keep this window open until done."
+msgstr "Toto okno nechte otevřené až do konce."
 
-#: mod/community.php:102
-msgid "Local Community"
-msgstr "Místní komunita"
+#: mod/profperm.php:30
+msgid "Permission denied"
+msgstr "Nedostatečné oprávnění"
 
-#: mod/community.php:105
-msgid "Posts from local users on this server"
-msgstr "Příspěvky od místních uživatelů na tomto serveru"
+#: mod/profperm.php:36 mod/profperm.php:69
+msgid "Invalid profile identifier."
+msgstr "Neplatný identifikátor profilu."
 
-#: mod/community.php:113
-msgid "Global Community"
-msgstr "Globální komunita"
+#: mod/profperm.php:115
+msgid "Profile Visibility Editor"
+msgstr "Editor viditelnosti profilu "
 
-#: mod/community.php:116
-msgid "Posts from users of the whole federated network"
-msgstr "Příspěvky od uživatelů z celé federované sítě"
+#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161
+#: src/Model/Profile.php:881 src/Model/Profile.php:917
+#: src/Module/Contact.php:656 src/Module/Contact.php:872
+#: src/Module/Welcome.php:38
+msgid "Profile"
+msgstr "Profil"
 
-#: mod/community.php:162 mod/search.php:223
-msgid "No results."
-msgstr "Žádné výsledky."
+#: mod/profperm.php:119 src/Module/Group.php:321
+msgid "Click on a contact to add or remove."
+msgstr "Klikněte na kontakt pro přidání nebo odebrání"
 
-#: mod/community.php:206
-msgid ""
-"This community stream shows all public posts received by this node. They may"
-" not reflect the opinions of this node’s users."
-msgstr "Tento komunitní proud ukazuje všechny veřejné příspěvky, které tento server přijme. Nemusí odrážet názory uživatelů serveru."
+#: mod/profperm.php:128
+msgid "Visible To"
+msgstr "Viditelný uživatelům"
 
-#: mod/crepair.php:79
-msgid "Contact settings applied."
-msgstr "Nastavení kontaktu změněno"
+#: mod/profperm.php:144
+msgid "All Contacts (with secure profile access)"
+msgstr "Všem kontaktům (se zabezpečeným přístupem k profilu)"
 
-#: mod/crepair.php:81
-msgid "Contact update failed."
-msgstr "Aktualizace kontaktu selhala."
+#: mod/regmod.php:53
+msgid "Account approved."
+msgstr "Účet schválen."
 
-#: mod/crepair.php:102 mod/dfrn_confirm.php:125 mod/fsuggest.php:28
-#: mod/fsuggest.php:89 mod/redir.php:31 mod/redir.php:137
-#: src/Module/FollowConfirm.php:46 src/Module/Group.php:92
-msgid "Contact not found."
-msgstr "Kontakt nenalezen."
+#: mod/regmod.php:77
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registrace zrušena pro %s"
 
-#: 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>VAROVÁNÍ: Toto je velmi pokročilé</strong> a pokud zadáte nesprávné informace, vaše komunikace s tímto kontaktem může přestat fungovat."
+#: mod/regmod.php:84
+msgid "Please login."
+msgstr "Přihlaste se, prosím."
 
-#: 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 "Prosím použijte <strong>ihned</strong> v prohlížeči tlačítko „zpět“ pokud si nejste jisti, co dělat na této stránce."
+#: mod/removeme.php:46
+msgid "User deleted their account"
+msgstr "Uživatel si smazal účet"
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "No mirroring"
-msgstr "Žádné zrcadlení"
+#: 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 "Uživatel na vašem serveru Friendica smazal svůj účet. Prosím ujistěte se, ře jsou jeho data odstraněna ze záloh dat."
 
-#: mod/crepair.php:130
-msgid "Mirror as forwarded posting"
-msgstr "Zrcadlit pro přeposlané příspěvky"
+#: mod/removeme.php:48
+#, php-format
+msgid "The user id is %d"
+msgstr "Uživatelské ID je %d"
 
-#: mod/crepair.php:130 mod/crepair.php:132
-msgid "Mirror as my own posting"
-msgstr "Zrcadlit jako mé vlastní příspěvky"
+#: mod/removeme.php:84 mod/removeme.php:87
+msgid "Remove My Account"
+msgstr "Odstranit můj účet"
 
-#: mod/crepair.php:145
-msgid "Return to contact editor"
-msgstr "Zpět k editoru kontaktu"
+#: mod/removeme.php:85
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit."
 
-#: mod/crepair.php:147
-msgid "Refetch contact data"
-msgstr "Znovu načíst data kontaktu"
+#: mod/removeme.php:86
+msgid "Please enter your password for verification:"
+msgstr "Prosím, zadejte své heslo pro ověření:"
 
-#: mod/crepair.php:149 mod/events.php:551 mod/fsuggest.php:106
-#: mod/manage.php:183 mod/message.php:261 mod/message.php:441
-#: mod/photos.php:987 mod/photos.php:1093 mod/photos.php:1378
-#: mod/photos.php:1423 mod/photos.php:1462 mod/photos.php:1522
-#: mod/poke.php:184 mod/profiles.php:562 src/Module/Contact.php:597
-#: src/Module/Install.php:211 src/Module/Install.php:251
-#: src/Module/Install.php:287 src/Module/Invite.php:157
-#: src/Module/Localtime.php:45 src/Object/Post.php:877
-#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:121
-#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120
-msgid "Submit"
-msgstr "Odeslat"
+#: mod/repair_ostatus.php:21
+msgid "Resubscribing to OStatus contacts"
+msgstr "Znovu Vás registruji ke kontaktům OStatus"
 
-#: mod/crepair.php:150
-msgid "Remote Self"
-msgstr "Vzdálené zrcadlení"
+#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64
+msgid "Error"
+msgid_plural "Errors"
+msgstr[0] "Chyba"
+msgstr[1] "Chyby"
+msgstr[2] "Chyb"
+msgstr[3] "Chyb"
 
-#: mod/crepair.php:153
-msgid "Mirror postings from this contact"
-msgstr "Zrcadlení příspěvků od tohoto kontaktu"
+#: mod/tagrm.php:31
+msgid "Tag(s) removed"
+msgstr "Štítek(ky) odstraněn(y)"
 
-#: mod/crepair.php:155
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "Označit tento kontakt jako „remote_self“, s tímto nastavením bude Friendica znovupublikovat všechny nové příspěvky od tohoto kontaktu."
+#: mod/tagrm.php:101
+msgid "Remove Item Tag"
+msgstr "Odebrat štítek položky"
 
-#: mod/crepair.php:159 mod/settings.php:676 mod/settings.php:702
-#: src/Module/Admin/Blocklist/Contact.php:72 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 "Jméno"
+#: mod/tagrm.php:103
+msgid "Select a tag to remove: "
+msgstr "Vyberte štítek k odebrání: "
 
-#: mod/crepair.php:160
-msgid "Account Nickname"
-msgstr "Přezdívka účtu"
+#: mod/uimport.php:30
+msgid "User imports on closed servers can only be done by an administrator."
+msgstr "Importy uživatelů na uzavřených serverech může provést pouze administrátor."
 
-#: mod/crepair.php:161
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@jménoštítku- upřednostněno před jménem/přezdívkou"
+#: 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 "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to  zítra znovu."
 
-#: mod/crepair.php:162
-msgid "Account URL"
-msgstr "URL adresa účtu"
+#: mod/uimport.php:54 src/Module/Register.php:141
+msgid "Import"
+msgstr "Import"
 
-#: mod/crepair.php:163
-msgid "Account URL Alias"
-msgstr "Alias URL adresy účtu"
+#: mod/uimport.php:56
+msgid "Move account"
+msgstr "Přesunout účet"
 
-#: mod/crepair.php:164
-msgid "Friend Request URL"
-msgstr "URL požadavku o přátelství"
+#: mod/uimport.php:57
+msgid "You can import an account from another Friendica server."
+msgstr "Můžete importovat účet z jiného serveru Friendica."
 
-#: mod/crepair.php:165
-msgid "Friend Confirm URL"
-msgstr "URL adresa pro potvrzení přátelství"
+#: 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 "Musíte exportovat svůj účet na starém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhoval/a."
 
-#: mod/crepair.php:166
-msgid "Notification Endpoint URL"
-msgstr "URL adresa koncového bodu oznámení"
+#: 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 "Tato vlastnost je experimentální. Nemůžeme importovat kontakty za sítě OStatus (GNU social/StatusNet) nebo z Diaspory"
 
-#: mod/crepair.php:167
-msgid "Poll/Feed URL"
-msgstr "URL adresa poll/feed"
+#: mod/uimport.php:60
+msgid "Account file"
+msgstr "Soubor s účtem"
 
-#: mod/crepair.php:168
-msgid "New photo from this URL"
-msgstr "Nová fotka z této URL adresy"
+#: mod/uimport.php:60
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "K exportu Vašeho účtu jděte na „Nastavení->Exportovat osobní údaje“ a zvolte „Exportovat účet“"
 
-#: mod/delegate.php:42
-msgid "Parent user not found."
-msgstr "Rodičovský uživatel nenalezen."
+#: mod/unfollow.php:36 mod/unfollow.php:92
+msgid "You aren't following this contact."
+msgstr "Tento kontakt nesledujete."
 
-#: mod/delegate.php:149
-msgid "No parent user"
-msgstr "Žádný rodičovský uživatel"
+#: mod/unfollow.php:46 mod/unfollow.php:98
+msgid "Unfollowing is currently not supported by your network."
+msgstr "Zrušení sledování není aktuálně na Vaši síti podporováno."
 
-#: mod/delegate.php:164
-msgid "Parent Password:"
-msgstr "Rodičovské heslo:"
+#: mod/unfollow.php:67
+msgid "Contact unfollowed"
+msgstr "Zrušeno sledování kontaktu"
 
-#: mod/delegate.php:164
-msgid ""
-"Please enter the password of the parent account to legitimize your request."
-msgstr "Prosím vložte heslo rodičovského účtu k legitimizaci vašeho požadavku."
+#: mod/unfollow.php:118
+msgid "Disconnect/Unfollow"
+msgstr "Odpojit se/Zrušit sledování"
 
-#: mod/delegate.php:171
-msgid "Parent User"
-msgstr "Rodičovský uživatel"
+#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170
+msgid "Your Identity Address:"
+msgstr "Vaše adresa identity:"
 
-#: 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 "Rodičovští uživatelé mají naprostou kontrolu nad tímto účtem, včetně nastavení účtu. Prosím překontrolujte, komu tento přístup dáváte."
+#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76
+msgid "Submit Request"
+msgstr "Odeslat požadavek"
 
-#: mod/delegate.php:175 mod/settings.php:674 mod/settings.php:781
-#: mod/settings.php:869 mod/settings.php:948 mod/settings.php:1173
-#: src/Module/Admin/Addons/Index.php:52 src/Module/Admin/Features.php:69
-#: src/Module/Admin/Logs/Settings.php:59 src/Module/Admin/Site.php:570
-#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50
-msgid "Save Settings"
-msgstr "Uložit nastavení"
+#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:182
+#: mod/notifications.php:274 src/Module/Admin/Blocklist/Contact.php:83
+#: src/Module/Contact.php:641
+msgid "Profile URL"
+msgstr "URL profilu"
 
-#: mod/delegate.php:176 src/Content/Nav.php:260
-msgid "Delegate Page Management"
-msgstr "Správa delegátů stránky"
+#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:912
+#: src/Module/Contact.php:867
+msgid "Status Messages and Posts"
+msgstr "Stavové zprávy a příspěvky "
 
-#: mod/delegate.php:177
-msgid "Delegates"
-msgstr "Delegáti"
+#: 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 "[Vložený obsah - pro zobrazení obnovte stránku]"
 
-#: 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 "Delegáti jsou schopni řídit všechny aspekty tohoto účtu/stránky, kromě základních nastavení účtu. Prosím, nedelegujte svůj osobní účet nikomu, komu zcela nedůvěřujete."
+#: 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 "Neplatný požadavek."
 
-#: mod/delegate.php:180
-msgid "Existing Page Delegates"
-msgstr "Stávající delegáti stránky "
+#: mod/wall_attach.php:103
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Omlouváme se, možná je váš soubor větší než je povolené maximum dle nastavení PHP"
 
-#: mod/delegate.php:182
-msgid "Potential Delegates"
-msgstr "Potenciální delegáti"
+#: mod/wall_attach.php:103
+msgid "Or - did you try to upload an empty file?"
+msgstr "Nebo - nenahrával/a jste prázdný soubor?"
 
-#: mod/delegate.php:184 mod/tagrm.php:114
-msgid "Remove"
-msgstr "Odstranit"
+#: mod/wall_attach.php:114
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "Velikost souboru přesáhla limit %s"
 
-#: mod/delegate.php:185
-msgid "Add"
-msgstr "Přidat"
+#: mod/wall_attach.php:129
+msgid "File upload failed."
+msgstr "Nahrání souboru se nezdařilo."
 
-#: mod/delegate.php:186
-msgid "No entries."
-msgstr "Žádné záznamy."
+#: 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 "Velikost obrázku překročila limit %s"
 
-#: mod/dfrn_confirm.php:70 mod/profiles.php:43 mod/profiles.php:152
-#: mod/profiles.php:196 mod/profiles.php:511
-msgid "Profile not found."
-msgstr "Profil nenalezen."
+#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161
+msgid "Unable to process image."
+msgstr "Obrázek není možné zprocesovat"
 
-#: mod/dfrn_confirm.php:126
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "To se může občas stát, pokud bylo o kontaktování požádáno oběma osobami a již bylo schváleno."
+#: mod/wall_upload.php:243
+msgid "Wall Photos"
+msgstr "Fotky na zdi"
 
-#: mod/dfrn_confirm.php:227
-msgid "Response from remote site was not understood."
-msgstr "Odpověď ze vzdáleného serveru nebyla srozumitelná."
+#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303
+msgid "Image upload failed."
+msgstr "Nahrání obrázku selhalo."
 
-#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240
-msgid "Unexpected response from remote site: "
-msgstr "Neočekávaná odpověď od vzdáleného serveru:"
+#: mod/wallmessage.php:52 mod/wallmessage.php:115
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena."
 
-#: mod/dfrn_confirm.php:249
-msgid "Confirmation completed successfully."
-msgstr "Potvrzení úspěšně dokončena."
+#: mod/wallmessage.php:60 mod/message.php:70
+msgid "No recipient selected."
+msgstr "Nevybrán příjemce."
 
-#: mod/dfrn_confirm.php:261
-msgid "Temporary failure. Please wait and try again."
-msgstr "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu."
+#: mod/wallmessage.php:63
+msgid "Unable to check your home location."
+msgstr "Nebylo možné zjistit polohu vašeho domova."
 
-#: mod/dfrn_confirm.php:264
-msgid "Introduction failed or was revoked."
-msgstr "Žádost o propojení selhala nebo byla zrušena."
+#: mod/wallmessage.php:66 mod/message.php:77
+msgid "Message could not be sent."
+msgstr "Zprávu se nepodařilo odeslat."
 
-#: mod/dfrn_confirm.php:269
-msgid "Remote site reported: "
-msgstr "Vzdálený server oznámil:"
+#: mod/wallmessage.php:69 mod/message.php:80
+msgid "Message collection failure."
+msgstr "Sběr zpráv selhal."
 
-#: mod/dfrn_confirm.php:374
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "Pro „%s“ nenalezen žádný uživatelský záznam "
+#: mod/wallmessage.php:72 mod/message.php:83
+msgid "Message sent."
+msgstr "Zpráva odeslána."
 
-#: mod/dfrn_confirm.php:384
-msgid "Our site encryption key is apparently messed up."
-msgstr "Náš šifrovací klíč zřejmě přestal správně fungovat."
+#: mod/wallmessage.php:89 mod/wallmessage.php:98
+msgid "No recipient."
+msgstr "Žádný příjemce."
 
-#: mod/dfrn_confirm.php:395
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat."
+#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360
+msgid "Please enter a link URL:"
+msgstr "Zadejte prosím URL odkaz:"
 
-#: mod/dfrn_confirm.php:411
-msgid "Contact record was not found for you on our site."
-msgstr "Záznam kontaktu pro vás nebyl na našich stránkách nalezen."
+#: mod/wallmessage.php:128 mod/message.php:246
+msgid "Send Private Message"
+msgstr "Odeslat soukromou zprávu"
 
-#: mod/dfrn_confirm.php:425
+#: mod/wallmessage.php:129
 #, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "V adresáři není k dispozici veřejný klíč pro URL %s."
-
-#: 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 "ID poskytnuté vaším systémem je duplikát ID na našem systému. Mělo by fungovat, pokud to zkusíte znovu."
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů."
 
-#: mod/dfrn_confirm.php:452
-msgid "Unable to set your contact credentials on our system."
-msgstr "Nelze nastavit vaše přihlašovací údaje v našem systému."
+#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430
+msgid "To:"
+msgstr "Adresát:"
 
-#: mod/dfrn_confirm.php:508
-msgid "Unable to update your contact profile details on our system"
-msgstr "Nelze aktualizovat váš profil v našem systému"
+#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432
+msgid "Subject:"
+msgstr "Předmět:"
 
-#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560
-#: src/Model/Contact.php:2217
-msgid "[Name Withheld]"
-msgstr "[Jméno odepřeno]"
+#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435
+#: src/Module/Invite.php:150
+msgid "Your message:"
+msgstr "Vaše zpráva:"
 
-#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s vítá uživatele %2$s"
+#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259
+#: mod/message.php:440
+msgid "Insert web link"
+msgstr "Vložit webový odkaz"
 
-#: mod/dfrn_request.php:98
-msgid "This introduction has already been accepted."
-msgstr "Toto pozvání již bylo přijato."
+#: mod/match.php:49
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do vašeho výchozího profilu."
 
-#: mod/dfrn_request.php:116 mod/dfrn_request.php:354
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Adresa profilu není platná nebo neobsahuje profilové informace"
+#: 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 "Spojit se"
 
-#: mod/dfrn_request.php:120 mod/dfrn_request.php:358
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka"
+#: mod/match.php:115 src/Content/Pager.php:198
+msgid "first"
+msgstr "první"
 
-#: mod/dfrn_request.php:123 mod/dfrn_request.php:361
-msgid "Warning: profile location has no profile photo."
-msgstr "Varování: umístění profilu nemá žádnou profilovou fotku."
+#: mod/match.php:120 src/Content/Pager.php:258
+msgid "next"
+msgstr "další"
 
-#: 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 požadovaný parametr nebyl nalezen na daném umístění"
-msgstr[1] "%d požadované parametry nebyly nalezeny na daném umístění"
-msgstr[2] "%d požadovaného parametru nebylo nalezeno na daném umístění"
-msgstr[3] "%d požadovaných parametrů nebylo nalezeno na daném umístění"
+#: mod/match.php:130 src/Module/BaseSearchModule.php:92
+msgid "No matches"
+msgstr "Žádné shody"
 
-#: mod/dfrn_request.php:165
-msgid "Introduction complete."
-msgstr "Představení dokončeno."
+#: mod/match.php:135
+msgid "Profile Match"
+msgstr "Shoda profilu"
 
-#: mod/dfrn_request.php:201
-msgid "Unrecoverable protocol error."
-msgstr "Neopravitelná chyba protokolu"
+#: 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 "Profil nenalezen."
 
-#: mod/dfrn_request.php:228
-msgid "Profile unavailable."
-msgstr "Profil není k dispozici."
+#: mod/profiles.php:62
+msgid "Profile deleted."
+msgstr "Profil smazán."
 
-#: mod/dfrn_request.php:249
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s dnes obdržel/a příliš mnoho požadavků o spojení."
+#: mod/profiles.php:78 mod/profiles.php:114
+msgid "Profile-"
+msgstr "Profil-"
 
-#: mod/dfrn_request.php:250
-msgid "Spam protection measures have been invoked."
-msgstr "Ochrana proti spamu byla aktivována"
+#: mod/profiles.php:97 mod/profiles.php:135
+msgid "New profile created."
+msgstr "Nový profil vytvořen."
 
-#: mod/dfrn_request.php:251
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Přátelům se doporučuje to zkusit znovu za 24 hodin."
+#: mod/profiles.php:120
+msgid "Profile unavailable to clone."
+msgstr "Profil není možné naklonovat."
 
-#: mod/dfrn_request.php:275
-msgid "Invalid locator"
-msgstr "Neplatný odkaz"
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "Jméno profilu je povinné."
+
+#: mod/profiles.php:346
+msgid "Marital Status"
+msgstr "Rodinný stav"
 
-#: mod/dfrn_request.php:311
-msgid "You have already introduced yourself here."
-msgstr "Již jste se zde představil/a."
+#: mod/profiles.php:349
+msgid "Romantic Partner"
+msgstr "Romatický partner"
 
-#: mod/dfrn_request.php:314
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Zřejmě jste s %s již přátelé."
+#: mod/profiles.php:358
+msgid "Work/Employment"
+msgstr "Práce/Zaměstnání"
 
-#: mod/dfrn_request.php:334
-msgid "Invalid profile URL."
-msgstr "Neplatné URL profilu."
+#: mod/profiles.php:361
+msgid "Religion"
+msgstr "Náboženství"
 
-#: mod/dfrn_request.php:340 src/Model/Contact.php:1878
-msgid "Disallowed profile URL."
-msgstr "Nepovolené URL profilu."
+#: mod/profiles.php:364
+msgid "Political Views"
+msgstr "Politické přesvědčení"
 
-#: mod/dfrn_request.php:346 src/Model/Contact.php:1883
-#: src/Module/Admin/Blocklist/Server.php:64
-#: src/Module/Admin/Blocklist/Server.php:83 src/Module/Friendica.php:59
-msgid "Blocked domain"
-msgstr "Zablokovaná doména"
+#: mod/profiles.php:367
+msgid "Gender"
+msgstr "Pohlaví"
 
-#: mod/dfrn_request.php:413 src/Module/Contact.php:237
-msgid "Failed to update contact record."
-msgstr "Nepodařilo se aktualizovat kontakt."
+#: mod/profiles.php:370
+msgid "Sexual Preference"
+msgstr "Sexuální orientace"
 
-#: mod/dfrn_request.php:433
-msgid "Your introduction has been sent."
-msgstr "Vaše představení bylo odesláno."
+#: mod/profiles.php:373
+msgid "XMPP"
+msgstr "XMPP"
 
-#: mod/dfrn_request.php:471
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr "Vzdálený odběr nemůže být na vaší síti proveden. Prosím, přihlaste se k odběru přímo na vašem systému."
+#: mod/profiles.php:376
+msgid "Homepage"
+msgstr "Domovská stránka"
 
-#: mod/dfrn_request.php:487
-msgid "Please login to confirm introduction."
-msgstr "Pro potvrzení představení se prosím přihlaste."
+#: mod/profiles.php:379 mod/profiles.php:578
+msgid "Interests"
+msgstr "Zájmy"
 
-#: mod/dfrn_request.php:495
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Jste přihlášen/a pod nesprávnou identitou. Prosím, přihlaste se do <strong>tohoto</strong> profilu."
+#: mod/profiles.php:382
+msgid "Address"
+msgstr "Adresa"
 
-#: mod/dfrn_request.php:509 mod/dfrn_request.php:524
-msgid "Confirm"
-msgstr "Potvrdit"
+#: mod/profiles.php:389 mod/profiles.php:574
+msgid "Location"
+msgstr "Poloha"
 
-#: mod/dfrn_request.php:520
-msgid "Hide this contact"
-msgstr "Skrýt tento kontakt"
+#: mod/profiles.php:469
+msgid "Profile updated."
+msgstr "Profil aktualizován."
 
-#: mod/dfrn_request.php:522
-#, php-format
-msgid "Welcome home %s."
-msgstr "Vítejte doma, %s."
+#: mod/profiles.php:523
+msgid "Hide contacts and friends:"
+msgstr "Skrýt kontakty a přátele:"
 
-#: mod/dfrn_request.php:523
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Prosím potvrďte váš požadavek o spojení uživateli %s."
+#: mod/profiles.php:528
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Skrýt u tohoto profilu vaše kontakty/seznam přátel před před dalšími uživateli zobrazující si tento profil?"
 
-#: mod/dfrn_request.php:632
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Prosím zadejte vaši „adresu identity“ jedné z následujících podporovaných komunikačních sítí:"
+#: mod/profiles.php:548
+msgid "Show more profile fields:"
+msgstr "Zobrazit další profilová pole"
 
-#: 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 "Pokud ještě nejste členem svobodného sociálního webu, <a href=\"%s\">klikněte na tento odkaz, najděte si veřejný server Friendica a připojte se k nám ještě dnes</a>."
+#: mod/profiles.php:560
+msgid "Profile Actions"
+msgstr "Akce profilu"
 
-#: mod/dfrn_request.php:637
-msgid "Friend/Connection Request"
-msgstr "Požadavek o přátelství/spojení"
+#: mod/profiles.php:561
+msgid "Edit Profile Details"
+msgstr "Upravit podrobnosti profilu "
 
-#: mod/dfrn_request.php:638
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@gnusocial.de"
-msgstr "Příklady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
+#: mod/profiles.php:562 mod/crepair.php:149 mod/events.php:552
+#: 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 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/Contact.php:598
+#: src/Module/Debug/Localtime.php:45 src/Module/Install.php:213
+#: src/Module/Install.php:253 src/Module/Install.php:289
+#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178
+#: src/Object/Post.php:878
+msgid "Submit"
+msgstr "Odeslat"
 
-#: mod/dfrn_request.php:639 mod/follow.php:160
-msgid "Please answer the following:"
-msgstr "Odpovězte, prosím, následující:"
+#: mod/profiles.php:563
+msgid "Change Profile Photo"
+msgstr "Změnit profilovou fotku"
 
-#: mod/dfrn_request.php:640 mod/follow.php:161
-#, php-format
-msgid "Does %s know you?"
-msgstr "Zná vás %s?"
+#: mod/profiles.php:565
+msgid "View this profile"
+msgstr "Zobrazit tento profil"
 
-#: mod/dfrn_request.php:641 mod/follow.php:162
-msgid "Add a personal note:"
-msgstr "Přidejte osobní poznámku:"
+#: mod/profiles.php:566
+msgid "View all profiles"
+msgstr "Zobrazit všechny profily"
 
-#: mod/dfrn_request.php:643
-msgid "Friendica"
-msgstr "Friendica"
+#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423
+msgid "Edit visibility"
+msgstr "Upravit viditelnost"
 
-#: mod/dfrn_request.php:644
-msgid "GNU Social (Pleroma, Mastodon)"
-msgstr "GNU social (Pleroma, Mastodon)"
+#: mod/profiles.php:568
+msgid "Create a new profile using these settings"
+msgstr "Vytvořit nový profil pomocí tohoto nastavení"
 
-#: mod/dfrn_request.php:645
-msgid "Diaspora (Socialhome, Hubzilla)"
-msgstr "Diaspora (Socialhome, Hubzilla)"
+#: mod/profiles.php:569
+msgid "Clone this profile"
+msgstr "Klonovat tento profil"
 
-#: mod/dfrn_request.php:646
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - prosím nepoužívejte tento formulář.  Místo toho zadejte do vašeho vyhledávacího pole Diaspora %s."
+#: mod/profiles.php:570
+msgid "Delete this profile"
+msgstr "Smazat tento profil"
 
-#: mod/dfrn_request.php:647 mod/follow.php:168 mod/unfollow.php:128
-msgid "Your Identity Address:"
-msgstr "Vaše adresa identity:"
+#: mod/profiles.php:572
+msgid "Basic information"
+msgstr "Základní informace"
 
-#: mod/dfrn_request.php:649 mod/follow.php:74 mod/unfollow.php:131
-msgid "Submit Request"
-msgstr "Odeslat požadavek"
+#: mod/profiles.php:573
+msgid "Profile picture"
+msgstr "Profilový obrázek"
 
-#: mod/dirfind.php:55
-#, php-format
-msgid "People Search - %s"
-msgstr "Vyhledávání lidí - %s"
+#: mod/profiles.php:575
+msgid "Preferences"
+msgstr "Nastavení"
 
-#: mod/dirfind.php:66
-#, php-format
-msgid "Forum Search - %s"
-msgstr "Vyhledávání fór - %s"
+#: mod/profiles.php:576
+msgid "Status information"
+msgstr "Informace o stavu"
 
-#: mod/dirfind.php:217 mod/match.php:102 mod/suggest.php:106
-#: src/Content/Widget.php:39 src/Model/Profile.php:309
-#: src/Module/AllFriends.php:91
-msgid "Connect"
-msgstr "Spojit se"
+#: mod/profiles.php:577
+msgid "Additional information"
+msgstr "Dodatečné informace"
 
-#: mod/dirfind.php:259 mod/match.php:130
-msgid "No matches"
-msgstr "Žádné shody"
+#: mod/profiles.php:579 mod/network.php:992
+#: src/Core/NotificationsManager.php:158
+msgid "Personal"
+msgstr "Osobní"
 
-#: mod/display.php:257 mod/display.php:342
-msgid "The requested item doesn't exist or has been deleted."
-msgstr "Požadovaná položka neexistuje nebo byla smazána."
+#: mod/profiles.php:580
+msgid "Relation"
+msgstr "Vztah"
 
-#: mod/display.php:417
-msgid "The feed for this item is unavailable."
-msgstr "Proud pro tuto položku je nedostupný."
+#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81
+msgid "Miscellaneous"
+msgstr "Různé"
 
-#: mod/editpost.php:28 mod/editpost.php:38
-msgid "Item not found"
-msgstr "Položka nenalezena"
+#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39
+msgid "Upload Profile Photo"
+msgstr "Nahrát profilovou fotku"
 
-#: mod/editpost.php:45
-msgid "Edit post"
-msgstr "Upravit příspěvek"
+#: mod/profiles.php:584
+msgid "Your Gender:"
+msgstr "Vaše pohlaví:"
 
-#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:894
-#: src/Module/Filer/SaveTag.php:50
-msgid "Save"
-msgstr "Uložit"
+#: mod/profiles.php:585
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Rodinný stav:"
 
-#: mod/editpost.php:76 mod/message.php:259 mod/message.php:440
-#: mod/wallmessage.php:140
-msgid "Insert web link"
-msgstr "Vložit webový odkaz"
+#: mod/profiles.php:586 src/Model/Profile.php:800
+msgid "Sexual Preference:"
+msgstr "Sexuální orientace:"
 
-#: mod/editpost.php:77
-msgid "web link"
-msgstr "webový odkaz"
+#: mod/profiles.php:587
+msgid "Example: fishing photography software"
+msgstr "Příklad: rybaření fotografování software"
 
-#: mod/editpost.php:78
-msgid "Insert video link"
-msgstr "Vložit odkaz na video"
+#: mod/profiles.php:592
+msgid "Profile Name:"
+msgstr "Jméno profilu:"
 
-#: mod/editpost.php:79
-msgid "video link"
-msgstr "odkaz na video"
+#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542
+msgid "Required"
+msgstr "Vyžadováno"
 
-#: mod/editpost.php:80
-msgid "Insert audio link"
-msgstr "Vložit odkaz na audio"
+#: 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 "Toto je váš <strong>veřejný</strong> profil.<br />Ten <strong>může</strong> být viditelný kýmkoliv na internetu."
 
-#: mod/editpost.php:81
-msgid "audio link"
-msgstr "odkaz na audio"
+#: mod/profiles.php:595
+msgid "Your Full Name:"
+msgstr "Vaše celé jméno:"
 
-#: mod/editpost.php:95 src/Core/ACL.php:308
-msgid "CC: email addresses"
-msgstr "Kopie: e-mailové adresy"
+#: mod/profiles.php:596
+msgid "Title/Description:"
+msgstr "Název / Popis:"
 
-#: mod/editpost.php:102 src/Core/ACL.php:309
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Příklad: jan@priklad.cz, lucie@priklad.cz"
+#: mod/profiles.php:599
+msgid "Street Address:"
+msgstr "Ulice:"
 
-#: mod/events.php:117 mod/events.php:119
-msgid "Event can not end before it has started."
-msgstr "Událost nemůže končit dříve, než začala."
+#: mod/profiles.php:600
+msgid "Locality/City:"
+msgstr "Poloha/město:"
 
-#: mod/events.php:126 mod/events.php:128
-msgid "Event title and start time are required."
-msgstr "Název události a datum začátku jsou vyžadovány."
+#: mod/profiles.php:601
+msgid "Region/State:"
+msgstr "Region / stát:"
 
-#: mod/events.php:384
-msgid "Create New Event"
-msgstr "Vytvořit novou událost"
+#: mod/profiles.php:602
+msgid "Postal/Zip Code:"
+msgstr "PSČ:"
 
-#: mod/events.php:507
-msgid "Event details"
-msgstr "Detaily události"
+#: mod/profiles.php:603
+msgid "Country:"
+msgstr "Země:"
 
-#: mod/events.php:508
-msgid "Starting date and Title are required."
-msgstr "Počáteční datum a Název jsou vyžadovány."
+#: mod/profiles.php:604 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "Věk: "
 
-#: mod/events.php:509 mod/events.php:514
-msgid "Event Starts:"
-msgstr "Událost začíná:"
+#: mod/profiles.php:607
+msgid "Who: (if applicable)"
+msgstr "Kdo: (pokud je možné)"
 
-#: mod/events.php:509 mod/events.php:541 mod/profiles.php:592
-msgid "Required"
-msgstr "Vyžadováno"
+#: mod/profiles.php:607
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Příklady: jan123, Jan Novák, jan@priklad.cz"
 
-#: mod/events.php:522 mod/events.php:547
-msgid "Finish date/time is not known or not relevant"
-msgstr "Datum/čas konce není zadán nebo není relevantní"
+#: mod/profiles.php:608
+msgid "Since [date]:"
+msgstr "Od [data]:"
 
-#: mod/events.php:524 mod/events.php:529
-msgid "Event Finishes:"
-msgstr "Akce končí:"
+#: mod/profiles.php:610
+msgid "Tell us about yourself..."
+msgstr "Řekněte nám něco o sobě..."
 
-#: mod/events.php:535 mod/events.php:548
-msgid "Adjust for viewer timezone"
-msgstr "Nastavit časové pásmo pro uživatele s právem pro čtení"
+#: mod/profiles.php:611
+msgid "XMPP (Jabber) address:"
+msgstr "Adresa XMPP (Jabber):"
 
-#: mod/events.php:537
-msgid "Description:"
-msgstr "Popis:"
+#: mod/profiles.php:611
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "Adresa XMPP bude rozšířena mezi vašimi kontakty, aby vás mohly sledovat."
 
-#: mod/events.php:539 mod/notifications.php:261 src/Model/Event.php:68
-#: src/Model/Event.php:95 src/Model/Event.php:437 src/Model/Event.php:933
-#: src/Model/Profile.php:439 src/Module/Contact.php:646
-#: src/Module/Directory.php:142
-msgid "Location:"
-msgstr "Poloha:"
+#: mod/profiles.php:612
+msgid "Homepage URL:"
+msgstr "Odkaz na domovskou stránku:"
 
-#: mod/events.php:541 mod/events.php:543
-msgid "Title:"
-msgstr "Název:"
+#: mod/profiles.php:613 src/Model/Profile.php:808
+msgid "Hometown:"
+msgstr "Rodné město:"
 
-#: mod/events.php:544 mod/events.php:545
-msgid "Share this event"
-msgstr "Sdílet tuto událost"
+#: mod/profiles.php:614 src/Model/Profile.php:816
+msgid "Political Views:"
+msgstr "Politické přesvědčení:"
 
-#: mod/events.php:552 src/Model/Profile.php:871
-msgid "Basic"
-msgstr "Základní"
+#: mod/profiles.php:615
+msgid "Religious Views:"
+msgstr "Náboženské přesvědčení:"
 
-#: mod/events.php:553 src/Model/Profile.php:872 src/Module/Admin/Site.php:575
-#: src/Module/Contact.php:905
-msgid "Advanced"
-msgstr "Pokročilé"
+#: mod/profiles.php:616
+msgid "Public Keywords:"
+msgstr "Veřejná klíčová slova:"
 
-#: mod/events.php:554 mod/photos.php:1005 mod/photos.php:1374
-#: src/Core/ACL.php:314
-msgid "Permissions"
-msgstr "Oprávnění"
+#: mod/profiles.php:616
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)"
 
-#: mod/events.php:570
-msgid "Failed to remove event"
-msgstr "Odstranění události selhalo"
+#: mod/profiles.php:617
+msgid "Private Keywords:"
+msgstr "Soukromá klíčová slova:"
 
-#: mod/events.php:572
-msgid "Event removed"
-msgstr "Událost odstraněna"
+#: mod/profiles.php:617
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)"
 
-#: mod/fbrowser.php:43 src/Content/Nav.php:157 src/Model/Profile.php:911
-#: view/theme/frio/theme.php:264
-msgid "Photos"
-msgstr "Fotky"
+#: mod/profiles.php:618 src/Model/Profile.php:832
+msgid "Likes:"
+msgstr "Líbí se:"
 
-#: mod/fbrowser.php:52 mod/fbrowser.php:76 mod/photos.php:193
-#: mod/photos.php:969 mod/photos.php:1082 mod/photos.php:1099
-#: mod/photos.php:1575 mod/photos.php:1590 src/Model/Photo.php:552
-#: src/Model/Photo.php:561
-msgid "Contact Photos"
-msgstr "Fotky kontaktu"
+#: mod/profiles.php:619 src/Model/Profile.php:836
+msgid "Dislikes:"
+msgstr "Nelibí se:"
 
-#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:254
-msgid "Upload"
-msgstr "Nahrát"
+#: mod/profiles.php:620
+msgid "Musical interests"
+msgstr "Hudební vkus"
 
-#: mod/fbrowser.php:136
-msgid "Files"
-msgstr "Soubory"
+#: mod/profiles.php:621
+msgid "Books, literature"
+msgstr "Knihy, literatura"
 
-#: mod/follow.php:46
-msgid "The contact could not be added."
-msgstr "Kontakt nemohl být přidán."
+#: mod/profiles.php:622
+msgid "Television"
+msgstr "Televize"
 
-#: mod/follow.php:85
-msgid "You already added this contact."
-msgstr "Již jste si tento kontakt přidal/a"
+#: mod/profiles.php:623
+msgid "Film/dance/culture/entertainment"
+msgstr "Film/tanec/kultura/zábava"
 
-#: mod/follow.php:97
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Podpora pro Diasporu není zapnuta. Kontakt nemůže být přidán."
+#: mod/profiles.php:624
+msgid "Hobbies/Interests"
+msgstr "Koníčky/zájmy"
 
-#: mod/follow.php:104
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "Podpora pro OStatus je vypnnuta. Kontakt nemůže být přidán."
+#: mod/profiles.php:625
+msgid "Love/romance"
+msgstr "Láska/romantika"
 
-#: mod/follow.php:111
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "Typ sítě nemohl být detekován. Kontakt nemůže být přidán."
+#: mod/profiles.php:626
+msgid "Work/employment"
+msgstr "Práce/zaměstnání"
 
-#: mod/follow.php:177 mod/notifications.php:179 mod/notifications.php:271
-#: mod/unfollow.php:137 src/Module/Admin/Blocklist/Contact.php:72
-#: src/Module/Admin/Blocklist/Contact.php:82 src/Module/Contact.php:642
-msgid "Profile URL"
-msgstr "URL profilu"
+#: mod/profiles.php:627
+msgid "School/education"
+msgstr "Škola/vzdělání"
 
-#: mod/follow.php:181 mod/notifications.php:265 src/Model/Profile.php:801
-#: src/Module/Contact.php:652
-msgid "Tags:"
-msgstr "Štítky:"
+#: mod/profiles.php:628
+msgid "Contact information and Social Networks"
+msgstr "Kontaktní informace a sociální sítě"
 
-#: mod/follow.php:193 mod/unfollow.php:147 src/Model/Profile.php:898
-#: src/Module/Contact.php:867
-msgid "Status Messages and Posts"
-msgstr "Stavové zprávy a příspěvky "
+#: mod/profiles.php:659 src/Model/Profile.php:419
+msgid "Profile Image"
+msgstr "Profilový obrázek"
 
-#: mod/fsuggest.php:69
-msgid "Friend suggestion sent."
-msgstr "Návrh přátelství odeslán. "
+#: mod/profiles.php:661 src/Model/Profile.php:422
+msgid "visible to everybody"
+msgstr "viditelné pro všechny"
 
-#: mod/fsuggest.php:93
-msgid "Suggest Friends"
-msgstr "Navrhnout přátele"
+#: mod/profiles.php:668
+msgid "Edit/Manage Profiles"
+msgstr "Upravit/spravovat profily"
 
-#: mod/fsuggest.php:95
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Navrhnout přítele pro uživatele %s"
+#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430
+msgid "Change profile photo"
+msgstr "Změnit profilovou fotku"
 
-#: mod/hcard.php:20
-msgid "No profile"
-msgstr "Žádný profil"
+#: mod/profiles.php:670 src/Model/Profile.php:410
+msgid "Create New Profile"
+msgstr "Vytvořit nový profil"
 
-#: mod/item.php:122
-msgid "Unable to locate original post."
-msgstr "Nelze nalézt původní příspěvek."
+#: 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 "Přístup odmítnut."
 
-#: mod/item.php:322
-msgid "Empty post discarded."
-msgstr "Prázdný příspěvek odstraněn."
+#: mod/cal.php:140 mod/display.php:301 src/Module/Profile.php:177
+msgid "Access to this profile has been restricted."
+msgstr "Přístup na tento profil byl omezen."
 
-#: mod/item.php:839
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Tuto zprávu vám poslal/a %s, člen sociální sítě Friendica."
+#: 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:945 src/Model/Profile.php:956
+msgid "Events"
+msgstr "Události"
 
-#: mod/item.php:841
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Můžete jej/ji navštívit online na adrese %s"
+#: mod/cal.php:272 mod/events.php:384
+msgid "View"
+msgstr "Zobrazit"
 
-#: mod/item.php:842
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesílatele odpovědí na tuto zprávu."
+#: mod/cal.php:273 mod/events.php:386
+msgid "Previous"
+msgstr "Předchozí"
 
-#: mod/item.php:846
-#, php-format
-msgid "%s posted an update."
-msgstr "%s poslal/a aktualizaci."
+#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:175
+msgid "Next"
+msgstr "Dále"
 
-#: mod/lockview.php:46 mod/lockview.php:57
-msgid "Remote privacy information not available."
-msgstr "Vzdálené informace o soukromí nejsou k dispozici."
+#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428
+msgid "today"
+msgstr "dnes"
 
-#: mod/lockview.php:66
-msgid "Visible to:"
-msgstr "Viditelné pro:"
+#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314
+#: src/Model/Event.php:429
+msgid "month"
+msgstr "měsíc"
 
-#: mod/lostpass.php:26
-msgid "No valid account found."
-msgstr "Nenalezen žádný platný účet."
+#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315
+#: src/Model/Event.php:430
+msgid "week"
+msgstr "týden"
 
-#: mod/lostpass.php:38
-msgid "Password reset request issued. Check your email."
-msgstr "Požadavek o obnovení hesla vyřízen. Zkontrolujte Vaši e-mailovou schránku."
+#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316
+#: src/Model/Event.php:431
+msgid "day"
+msgstr "den"
 
-#: 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\tVážený/á %1$s,\n\t\t\tPřed nedávnem jsme obdrželi na „%2$s“ požadavek o obnovení\n\t\thesla k vašemu účtu. Pro potvrzení tohoto požadavku, prosím klikněte na odkaz\n\t\tpro ověření dole, nebo ho zkopírujte do adresního řádku vašeho prohlížeče.\n\n\t\tPokud jste o tuto změnu NEPOŽÁDAL/A, prosím NEKLIKEJTE na tento odkaz\n\t\ta ignorujte a/nebo smažte tento e-mail. Platnost požadavku brzy vyprší.\n\n\t\tVaše heslo nebude změněno, dokud nedokážeme ověřit, že jste tento\n\t\tpožadavek nevydal/a vy."
+#: mod/cal.php:281 mod/events.php:396
+msgid "list"
+msgstr "seznam"
+
+#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88
+msgid "User not found"
+msgstr "Uživatel nenalezen."
 
-#: 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\tKlikněte na tento odkaz brzy pro ověření vaší identity:\n\n\t\t%1$s\n\n\t\tObdržíte poté následnou zprávu obsahující nové heslo.\n\t\tPo přihlášení můžete toto heslo změnit na stránce nastavení vašeho účtu.\n\n\t\tZde jsou vaše přihlašovací detaily:\n\n\t\tAdresa stránky:\t\t%2$s\n\t\tPřihlašovací jméno:\t%3$s"
+#: mod/cal.php:310
+msgid "This calendar format is not supported"
+msgstr "Tento formát kalendáře není podporován."
 
-#: mod/lostpass.php:74
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Na %s bylo požádáno o obnovení hesla"
+#: mod/cal.php:312
+msgid "No exportable data found"
+msgstr "Nenalezena žádná data pro export"
 
-#: mod/lostpass.php:89
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Požadavek nemohl být ověřen. (Možná jste jej odeslal/a již dříve.) Obnovení hesla se nezdařilo."
+#: mod/cal.php:329
+msgid "calendar"
+msgstr "kalendář"
 
-#: mod/lostpass.php:102
-msgid "Request has expired, please make a new one."
-msgstr "Platnost požadavku vypršela, prosím vytvořte nový."
+#: mod/common.php:90
+msgid "No contacts in common."
+msgstr "Žádné společné kontakty."
 
-#: mod/lostpass.php:117
-msgid "Forgot your Password?"
-msgstr "Zapomněl/a jste heslo?"
+#: mod/common.php:141 src/Module/Contact.php:895
+msgid "Common Friends"
+msgstr "Společní přátelé"
 
-#: mod/lostpass.php:118
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Zadejte svůj e-mailovou adresu a odešlete pro obnovení vašeho hesla. Poté zkontrolujte svůj e-mail pro další instrukce."
+#: mod/community.php:33 mod/dfrn_request.php:597 mod/display.php:199
+#: mod/photos.php:850 mod/search.php:87 mod/search.php:93 mod/videos.php:118
+#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19
+#: src/Module/Directory.php:30
+msgid "Public access denied."
+msgstr "Veřejný přístup odepřen."
 
-#: mod/lostpass.php:119 src/Module/Login.php:327
-msgid "Nickname or Email: "
-msgstr "Přezdívka nebo e-mail: "
+#: mod/community.php:76
+msgid "Community option not available."
+msgstr "Možnost komunity není dostupná."
 
-#: mod/lostpass.php:120
-msgid "Reset"
-msgstr "Obnovit"
+#: mod/community.php:93
+msgid "Not available."
+msgstr "Není k dispozici."
 
-#: mod/lostpass.php:135 src/Module/Login.php:339
-msgid "Password Reset"
-msgstr "Obnovit heslo"
+#: mod/community.php:103
+msgid "Local Community"
+msgstr "Místní komunita"
 
-#: mod/lostpass.php:136
-msgid "Your password has been reset as requested."
-msgstr "Vaše heslo bylo na vaše přání obnoveno."
+#: mod/community.php:106
+msgid "Posts from local users on this server"
+msgstr "Příspěvky od místních uživatelů na tomto serveru"
 
-#: mod/lostpass.php:137
-msgid "Your new password is"
-msgstr "Někdo vám napsal na vaši profilovou stránku"
+#: mod/community.php:114
+msgid "Global Community"
+msgstr "Globální komunita"
 
-#: mod/lostpass.php:138
-msgid "Save or copy your new password - and then"
-msgstr "Uložte si nebo zkopírujte nové heslo - a pak"
+#: mod/community.php:117
+msgid "Posts from users of the whole federated network"
+msgstr "Příspěvky od uživatelů z celé federované sítě"
 
-#: mod/lostpass.php:139
-msgid "click here to login"
-msgstr "klikněte zde pro přihlášení"
+#: mod/community.php:163 mod/search.php:222
+msgid "No results."
+msgstr "Žádné výsledky."
 
-#: mod/lostpass.php:140
+#: mod/community.php:215
 msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)."
+"This community stream shows all public posts received by this node. They may"
+" not reflect the opinions of this node’s users."
+msgstr "Tento komunitní proud ukazuje všechny veřejné příspěvky, které tento server přijme. Nemusí odrážet názory uživatelů serveru."
 
-#: mod/lostpass.php:147
-#, php-format
+#: mod/crepair.php:79
+msgid "Contact settings applied."
+msgstr "Nastavení kontaktu změněno"
+
+#: mod/crepair.php:81
+msgid "Contact update failed."
+msgstr "Aktualizace kontaktu selhala."
+
+#: 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 "Kontakt nenalezen."
+
+#: mod/crepair.php:115
 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\tVážený/á %1$s,\n\t\t\t\tVaše heslo bylo změněno, jak jste požádal/a. Prosím uchovejte\n\t\t\ttyto informace pro vaše záznamy (nebo si ihned změňte heslo na něco,\n\t\t\tco si zapamatujete).\n\t\t"
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>VAROVÁNÍ: Toto je velmi pokročilé</strong> a pokud zadáte nesprávné informace, vaše komunikace s tímto kontaktem může přestat fungovat."
 
-#: mod/lostpass.php:153
-#, php-format
+#: mod/crepair.php:116
 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\tZde jsou vaše přihlašovací detaily:\n\n\t\t\tAdresa stránky:\t\t%1$s\n\t\t\tPřihlašovací jméno:\t%2$s\n\t\t\tHeslo:\t\t\t%3$s\n\n\t\t\tToto heslo si po přihlášení můžete změnit na stránce nastavení Vašeho účtu.\n\t\t"
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Prosím použijte <strong>ihned</strong> v prohlížeči tlačítko „zpět“ pokud si nejste jisti, co dělat na této stránce."
 
-#: mod/lostpass.php:169
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Vaše heslo bylo změněno na %s"
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "No mirroring"
+msgstr "Žádné zrcadlení"
 
-#: mod/manage.php:179
-msgid "Manage Identities and/or Pages"
-msgstr "Správa identit a/nebo stránek"
+#: mod/crepair.php:130
+msgid "Mirror as forwarded posting"
+msgstr "Zrcadlit pro přeposlané příspěvky"
 
-#: 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 "Přepínání mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí vaše detaily účtu, nebo kterým jste přidělil/a oprávnění nastavovat přístupová práva."
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "Mirror as my own posting"
+msgstr "Zrcadlit jako mé vlastní příspěvky"
 
-#: mod/manage.php:181
-msgid "Select an identity to manage: "
-msgstr "Vyberte identitu ke spravování: "
+#: mod/crepair.php:145
+msgid "Return to contact editor"
+msgstr "Zpět k editoru kontaktu"
 
-#: mod/match.php:49
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do vašeho výchozího profilu."
+#: mod/crepair.php:147
+msgid "Refetch contact data"
+msgstr "Znovu načíst data kontaktu"
 
-#: mod/match.php:115 src/Content/Pager.php:198
-msgid "first"
-msgstr "první"
+#: mod/crepair.php:150
+msgid "Remote Self"
+msgstr "Vzdálené zrcadlení"
 
-#: mod/match.php:120 src/Content/Pager.php:258
-msgid "next"
-msgstr "další"
+#: mod/crepair.php:153
+msgid "Mirror postings from this contact"
+msgstr "Zrcadlení příspěvků od tohoto kontaktu"
 
-#: mod/match.php:135
-msgid "Profile Match"
-msgstr "Shoda profilu"
+#: mod/crepair.php:155
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Označit tento kontakt jako „remote_self“, s tímto nastavením bude Friendica znovupublikovat všechny nové příspěvky od tohoto kontaktu."
 
-#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:254
-msgid "New Message"
-msgstr "Nová zpráva"
+#: 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 "Jméno"
 
-#: mod/message.php:70 mod/wallmessage.php:60
-msgid "No recipient selected."
-msgstr "Nevybrán příjemce."
+#: mod/crepair.php:160
+msgid "Account Nickname"
+msgstr "Přezdívka účtu"
 
-#: mod/message.php:74
-msgid "Unable to locate contact information."
-msgstr "Nepodařilo se najít kontaktní informace."
+#: mod/crepair.php:161
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@jménoštítku- upřednostněno před jménem/přezdívkou"
 
-#: mod/message.php:77 mod/wallmessage.php:66
-msgid "Message could not be sent."
-msgstr "Zprávu se nepodařilo odeslat."
+#: mod/crepair.php:162
+msgid "Account URL"
+msgstr "URL adresa účtu"
 
-#: mod/message.php:80 mod/wallmessage.php:69
-msgid "Message collection failure."
-msgstr "Sběr zpráv selhal."
+#: mod/crepair.php:163
+msgid "Account URL Alias"
+msgstr "Alias URL adresy účtu"
 
-#: mod/message.php:83 mod/wallmessage.php:72
-msgid "Message sent."
-msgstr "Zpráva odeslána."
+#: mod/crepair.php:164
+msgid "Friend Request URL"
+msgstr "URL požadavku o přátelství"
 
-#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:187
-#: mod/notifications.php:243
-msgid "Discard"
-msgstr "Odstranit"
+#: mod/crepair.php:165
+msgid "Friend Confirm URL"
+msgstr "URL adresa pro potvrzení přátelství"
 
-#: mod/message.php:123 src/Content/Nav.php:251 view/theme/frio/theme.php:271
-msgid "Messages"
-msgstr "Zprávy"
+#: mod/crepair.php:166
+msgid "Notification Endpoint URL"
+msgstr "URL adresa koncového bodu oznámení"
 
-#: mod/message.php:148
-msgid "Do you really want to delete this message?"
-msgstr "Opravdu chcete smazat tuto zprávu?"
+#: mod/crepair.php:167
+msgid "Poll/Feed URL"
+msgstr "URL adresa poll/feed"
 
-#: mod/message.php:166
-msgid "Conversation not found."
-msgstr "Konverzace nenalezena."
+#: mod/crepair.php:168
+msgid "New photo from this URL"
+msgstr "Nová fotka z této URL adresy"
 
-#: mod/message.php:171
-msgid "Message deleted."
-msgstr "Zpráva odstraněna."
+#: mod/dfrn_confirm.php:126
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "To se může občas stát, pokud bylo o kontaktování požádáno oběma osobami a již bylo schváleno."
 
-#: mod/message.php:176 mod/message.php:190
-msgid "Conversation removed."
-msgstr "Konverzace odstraněna."
+#: mod/dfrn_confirm.php:227
+msgid "Response from remote site was not understood."
+msgstr "Odpověď ze vzdáleného serveru nebyla srozumitelná."
 
-#: mod/message.php:204 mod/message.php:360 mod/wallmessage.php:123
-msgid "Please enter a link URL:"
-msgstr "Zadejte prosím URL odkaz:"
+#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240
+msgid "Unexpected response from remote site: "
+msgstr "Neočekávaná odpověď od vzdáleného serveru:"
 
-#: mod/message.php:246 mod/wallmessage.php:128
-msgid "Send Private Message"
-msgstr "Odeslat soukromou zprávu"
+#: mod/dfrn_confirm.php:249
+msgid "Confirmation completed successfully."
+msgstr "Potvrzení úspěšně dokončena."
 
-#: mod/message.php:247 mod/message.php:430 mod/wallmessage.php:130
-msgid "To:"
-msgstr "Adresát:"
+#: mod/dfrn_confirm.php:261
+msgid "Temporary failure. Please wait and try again."
+msgstr "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu."
 
-#: mod/message.php:251 mod/message.php:432 mod/wallmessage.php:131
-msgid "Subject:"
-msgstr "Předmět:"
+#: mod/dfrn_confirm.php:264
+msgid "Introduction failed or was revoked."
+msgstr "Žádost o propojení selhala nebo byla zrušena."
 
-#: mod/message.php:255 mod/message.php:435 mod/wallmessage.php:137
-#: src/Module/Invite.php:150
-msgid "Your message:"
-msgstr "Vaše zpráva:"
+#: mod/dfrn_confirm.php:269
+msgid "Remote site reported: "
+msgstr "Vzdálený server oznámil:"
 
-#: mod/message.php:289
-msgid "No messages."
-msgstr "Žádné zprávy."
+#: mod/dfrn_confirm.php:374
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "Pro „%s“ nenalezen žádný uživatelský záznam "
 
-#: mod/message.php:352
-msgid "Message not available."
-msgstr "Zpráva není k dispozici."
+#: mod/dfrn_confirm.php:384
+msgid "Our site encryption key is apparently messed up."
+msgstr "Náš šifrovací klíč zřejmě přestal správně fungovat."
 
-#: mod/message.php:406
-msgid "Delete message"
-msgstr "Smazat zprávu"
+#: mod/dfrn_confirm.php:395
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat."
 
-#: mod/message.php:408 mod/message.php:540
-msgid "D, d M Y - g:i A"
-msgstr "D d. M Y - g:i A"
+#: mod/dfrn_confirm.php:411
+msgid "Contact record was not found for you on our site."
+msgstr "Záznam kontaktu pro vás nebyl na našich stránkách nalezen."
 
-#: mod/message.php:423 mod/message.php:537
-msgid "Delete conversation"
-msgstr "Odstranit konverzaci"
+#: mod/dfrn_confirm.php:425
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "V adresáři není k dispozici veřejný klíč pro URL %s."
 
-#: mod/message.php:425
+#: mod/dfrn_confirm.php:441
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "Není k dispozici zabezpečená komunikace. <strong>Možná</strong> budete schopen/na reagovat z odesílatelovy profilové stránky."
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "ID poskytnuté vaším systémem je duplikát ID na našem systému. Mělo by fungovat, pokud to zkusíte znovu."
 
-#: mod/message.php:429
-msgid "Send Reply"
-msgstr "Poslat odpověď"
+#: mod/dfrn_confirm.php:452
+msgid "Unable to set your contact credentials on our system."
+msgstr "Nelze nastavit vaše přihlašovací údaje v našem systému."
 
-#: mod/message.php:512
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Neznámý odesilatel - %s"
+#: mod/dfrn_confirm.php:508
+msgid "Unable to update your contact profile details on our system"
+msgstr "Nelze aktualizovat váš profil v našem systému"
 
-#: mod/message.php:514
-#, php-format
-msgid "You and %s"
-msgstr "Vy a %s"
+#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560
+#: src/Model/Contact.php:2457
+msgid "[Name Withheld]"
+msgstr "[Jméno odepřeno]"
 
-#: mod/message.php:516
+#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530
 #, php-format
-msgid "%s and You"
-msgstr "%s a vy"
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s vítá uživatele %2$s"
 
-#: mod/message.php:543
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d zpráva"
-msgstr[1] "%d zprávy"
-msgstr[2] "%d zprávy"
-msgstr[3] "%d zpráv"
+#: mod/dfrn_request.php:98
+msgid "This introduction has already been accepted."
+msgstr "Toto pozvání již bylo přijato."
 
-#: mod/network.php:184 mod/search.php:38
-msgid "Remove term"
-msgstr "Odstranit termín"
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:354
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Adresa profilu není platná nebo neobsahuje profilové informace"
 
-#: mod/network.php:191 mod/search.php:47
-msgid "Saved Searches"
-msgstr "Uložená hledání"
+#: mod/dfrn_request.php:120 mod/dfrn_request.php:358
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka"
 
-#: mod/network.php:192 src/Model/Group.php:434
-msgid "add"
-msgstr "přidat"
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:361
+msgid "Warning: profile location has no profile photo."
+msgstr "Varování: umístění profilu nemá žádnou profilovou fotku."
 
-#: mod/network.php:572
+#: mod/dfrn_request.php:127 mod/dfrn_request.php:365
 #, 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] "Varování: Tato skupina obsahuje %s člena ze sítě, která nepovoluje posílání soukromých zpráv."
-msgstr[1] "Varování: Tato skupina obsahuje %s členy ze sítě, která nepovoluje posílání soukromých zpráv."
-msgstr[2] "Varování: Tato skupina obsahuje %s člena ze sítě, která nepovoluje posílání soukromých zpráv."
-msgstr[3] "Varování: Tato skupina obsahuje %s členů ze sítě, která nepovoluje posílání soukromých zpráv."
+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 požadovaný parametr nebyl nalezen na daném umístění"
+msgstr[1] "%d požadované parametry nebyly nalezeny na daném umístění"
+msgstr[2] "%d požadovaného parametru nebylo nalezeno na daném umístění"
+msgstr[3] "%d požadovaných parametrů nebylo nalezeno na daném umístění"
 
-#: mod/network.php:575
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Zprávy v této skupině nebudou těmto příjemcům doručeny."
+#: mod/dfrn_request.php:165
+msgid "Introduction complete."
+msgstr "Představení dokončeno."
 
-#: mod/network.php:642
-msgid "No such group"
-msgstr "Žádná taková skupina"
+#: mod/dfrn_request.php:201
+msgid "Unrecoverable protocol error."
+msgstr "Neopravitelná chyba protokolu"
 
-#: mod/network.php:663 src/Module/Group.php:288
-msgid "Group is empty"
-msgstr "Skupina je prázdná"
+#: mod/dfrn_request.php:228
+msgid "Profile unavailable."
+msgstr "Profil není k dispozici."
 
-#: mod/network.php:667
+#: mod/dfrn_request.php:249
 #, php-format
-msgid "Group: %s"
-msgstr "Skupina: %s"
-
-#: mod/network.php:693
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Soukromé zprávy této osobě jsou vystaveny riziku prozrazení."
-
-#: mod/network.php:696 src/Module/AllFriends.php:35
-#: src/Module/AllFriends.php:43
-msgid "Invalid contact."
-msgstr "Neplatný kontakt."
+msgid "%s has received too many connection requests today."
+msgstr "%s dnes obdržel/a příliš mnoho požadavků o spojení."
 
-#: mod/network.php:975
-msgid "Commented Order"
-msgstr "Dle komentářů"
+#: mod/dfrn_request.php:250
+msgid "Spam protection measures have been invoked."
+msgstr "Ochrana proti spamu byla aktivována"
 
-#: mod/network.php:978
-msgid "Sort by Comment Date"
-msgstr "Řadit podle data komentáře"
+#: mod/dfrn_request.php:251
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Přátelům se doporučuje to zkusit znovu za 24 hodin."
 
-#: mod/network.php:983
-msgid "Posted Order"
-msgstr "Dle data"
+#: mod/dfrn_request.php:275
+msgid "Invalid locator"
+msgstr "Neplatný odkaz"
 
-#: mod/network.php:986
-msgid "Sort by Post Date"
-msgstr "Řadit podle data příspěvku"
+#: mod/dfrn_request.php:311
+msgid "You have already introduced yourself here."
+msgstr "Již jste se zde představil/a."
 
-#: mod/network.php:993 mod/profiles.php:579
-#: src/Core/NotificationsManager.php:158
-msgid "Personal"
-msgstr "Osobní"
+#: mod/dfrn_request.php:314
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Zřejmě jste s %s již přátelé."
 
-#: mod/network.php:996
-msgid "Posts that mention or involve you"
-msgstr "Příspěvky, které vás zmiňují nebo zahrnují"
+#: mod/dfrn_request.php:334
+msgid "Invalid profile URL."
+msgstr "Neplatné URL profilu."
 
-#: mod/network.php:1003
-msgid "New"
-msgstr "Nové"
+#: mod/dfrn_request.php:340 src/Model/Contact.php:2099
+msgid "Disallowed profile URL."
+msgstr "Nepovolené URL profilu."
 
-#: mod/network.php:1006
-msgid "Activity Stream - by date"
-msgstr "Proud aktivit - dle data"
+#: mod/dfrn_request.php:346 src/Model/Contact.php:2104
+#: src/Module/Friendica.php:59
+msgid "Blocked domain"
+msgstr "Zablokovaná doména"
 
-#: mod/network.php:1014
-msgid "Shared Links"
-msgstr "Sdílené odkazy"
+#: mod/dfrn_request.php:413 src/Module/Contact.php:143
+msgid "Failed to update contact record."
+msgstr "Nepodařilo se aktualizovat kontakt."
 
-#: mod/network.php:1017
-msgid "Interesting Links"
-msgstr "Zajímavé odkazy"
+#: mod/dfrn_request.php:433
+msgid "Your introduction has been sent."
+msgstr "Vaše představení bylo odesláno."
 
-#: mod/network.php:1024
-msgid "Starred"
-msgstr "S hvězdou"
+#: mod/dfrn_request.php:471
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "Vzdálený odběr nemůže být na vaší síti proveden. Prosím, přihlaste se k odběru přímo na vašem systému."
 
-#: mod/network.php:1027
-msgid "Favourite Posts"
-msgstr "Oblíbené přízpěvky"
+#: mod/dfrn_request.php:487
+msgid "Please login to confirm introduction."
+msgstr "Pro potvrzení představení se prosím přihlaste."
 
-#: mod/newmember.php:12
-msgid "Welcome to Friendica"
-msgstr "Vítejte na Friendica"
+#: mod/dfrn_request.php:495
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Jste přihlášen/a pod nesprávnou identitou. Prosím, přihlaste se do <strong>tohoto</strong> profilu."
 
-#: mod/newmember.php:13
-msgid "New Member Checklist"
-msgstr "Seznam doporučení pro nového člena"
+#: mod/dfrn_request.php:509 mod/dfrn_request.php:524
+msgid "Confirm"
+msgstr "Potvrdit"
 
-#: mod/newmember.php:15
-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 "Rádi bychom vám nabídli několik tipů a odkazů, abychom vám zpříjemnili zážitek. Kliknutím na jakoukoliv položku zobrazíte relevantní stránku. Odkaz na tuto stránku bude viditelný z vaší domovské stránky po dobu dvou týdnů od vaší první registrace a poté tiše zmizí."
+#: mod/dfrn_request.php:520
+msgid "Hide this contact"
+msgstr "Skrýt tento kontakt"
 
-#: mod/newmember.php:16
-msgid "Getting Started"
-msgstr "Začínáme"
+#: mod/dfrn_request.php:522
+#, php-format
+msgid "Welcome home %s."
+msgstr "Vítejte doma, %s."
 
-#: mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Prohlídka Friendica "
+#: mod/dfrn_request.php:523
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Prosím potvrďte váš požadavek o spojení uživateli %s."
 
-#: mod/newmember.php:18
+#: mod/dfrn_request.php:632
 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 vaší stránce <em>Rychlý začátek</em> najděte stručný úvod k vašemu profilu a síťovým záložkám, spojte se s novými kontakty a najděte skupiny, ke kterým se můžete připojit."
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Prosím zadejte vaši „adresu identity“ jedné z následujících podporovaných komunikačních sítí:"
 
-#: mod/newmember.php:20 mod/settings.php:145 src/Content/Nav.php:262
-#: src/Module/Admin/Addons/Details.php:102
-#: src/Module/Admin/Themes/Details.php:107
-#: src/Module/BaseSettingsModule.php:105 view/theme/frio/theme.php:272
-msgid "Settings"
-msgstr "Nastavení"
+#: 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 "Pokud ještě nejste členem svobodného sociálního webu, <a href=\"%s\">klikněte na tento odkaz, najděte si veřejný server Friendica a připojte se k nám ještě dnes</a>."
 
-#: mod/newmember.php:22
-msgid "Go to Your Settings"
-msgstr "Navštivte své nastavení"
+#: mod/dfrn_request.php:637
+msgid "Friend/Connection Request"
+msgstr "Požadavek o přátelství/spojení"
 
-#: mod/newmember.php:22
+#: mod/dfrn_request.php:638
 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 vaší stránce <em>Nastavení</em> si změňte vaše první heslo. Věnujte také svou pozornost vaší adrese identity. Vypadá jako e-mailová adresa a bude vám užitečná pro navazování přátelství na svobodném sociálním webu."
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr "Příklady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
 
-#: mod/newmember.php:23
-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 "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný - ledaže by všichni vaši přátelé a potenciální přátelé přesně věděli, jak vás najít."
+#: mod/dfrn_request.php:639 mod/follow.php:162
+msgid "Please answer the following:"
+msgstr "Odpovězte, prosím, následující:"
 
-#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:156
-#: src/Model/Profile.php:870 src/Model/Profile.php:903
-#: src/Module/Contact.php:657 src/Module/Contact.php:872
-#: view/theme/frio/theme.php:263
-msgid "Profile"
-msgstr "Profil"
+#: mod/dfrn_request.php:640 mod/follow.php:163
+#, php-format
+msgid "Does %s know you?"
+msgstr "Zná vás %s?"
 
-#: mod/newmember.php:27 mod/profiles.php:583 mod/profile_photo.php:253
-msgid "Upload Profile Photo"
-msgstr "Nahrát profilovou fotku"
+#: mod/dfrn_request.php:641 mod/follow.php:164
+msgid "Add a personal note:"
+msgstr "Přidejte osobní poznámku:"
 
-#: mod/newmember.php:27
-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 "Nahrajte si svou profilovou fotku, pokud jste tak již neučinil/a. Studie ukázaly, že lidé se skutečnými fotkami mají desetkrát častěji přátele než lidé, kteří nemají."
+#: mod/dfrn_request.php:643
+msgid "Friendica"
+msgstr "Friendica"
 
-#: mod/newmember.php:28
-msgid "Edit Your Profile"
-msgstr "Upravte si svůj profil"
+#: mod/dfrn_request.php:644
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr "GNU social (Pleroma, Mastodon)"
+
+#: mod/dfrn_request.php:645
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr "Diaspora (Socialhome, Hubzilla)"
 
-#: mod/newmember.php:28
+#: mod/dfrn_request.php:646
+#, php-format
 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 "Upravte si <strong>výchozí</strong> profil podle vašich představ. Prověřte nastavení pro skrytí vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky."
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - prosím nepoužívejte tento formulář.  Místo toho zadejte do vašeho vyhledávacího pole Diaspora %s."
 
-#: mod/newmember.php:29
-msgid "Profile Keywords"
-msgstr "Profilová klíčová slova"
+#: mod/display.php:252 mod/display.php:337
+msgid "The requested item doesn't exist or has been deleted."
+msgstr "Požadovaná položka neexistuje nebo byla smazána."
 
-#: mod/newmember.php:29
-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 "Nastavte si nějaká veřejná klíčová slova pro výchozí profil, která popisují vaše zájmy. Můžeme vám najít další lidi s podobnými zájmy a navrhnout přátelství."
+#: mod/display.php:412
+msgid "The feed for this item is unavailable."
+msgstr "Proud pro tuto položku je nedostupný."
 
-#: mod/newmember.php:31
-msgid "Connecting"
-msgstr "Připojuji se"
+#: mod/editpost.php:28 mod/editpost.php:38
+msgid "Item not found"
+msgstr "Položka nenalezena"
 
-#: mod/newmember.php:37
-msgid "Importing Emails"
-msgstr "Importuji e-maily"
+#: mod/editpost.php:45
+msgid "Edit post"
+msgstr "Upravit příspěvek"
 
-#: mod/newmember.php:37
-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 "Pokud chcete importovat své přátele nebo mailové skupiny z INBOX vašeho e-mailu a komunikovat s nimi, zadejte na vaší stránce Nastavení kontektoru své přístupové údaje do svého e-mailového účtu"
+#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:883
+#: src/Module/Filer/SaveTag.php:49
+msgid "Save"
+msgstr "Uložit"
 
-#: mod/newmember.php:40
-msgid "Go to Your Contacts Page"
-msgstr "Navštivte vaši stránku Kontakty"
+#: mod/editpost.php:77
+msgid "web link"
+msgstr "webový odkaz"
 
-#: mod/newmember.php:40
-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 "Vaše stránka Kontakty je vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu <em>Přidat nový kontakt</em>."
+#: mod/editpost.php:78
+msgid "Insert video link"
+msgstr "Vložit odkaz na video"
 
-#: mod/newmember.php:41
-msgid "Go to Your Site's Directory"
-msgstr "Navštivte adresář vaší stránky"
+#: mod/editpost.php:79
+msgid "video link"
+msgstr "odkaz na video"
 
-#: mod/newmember.php:41
-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 "Stránka Adresář vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Najděte na jejich stránce odkaz <em>Spojit se</em> nebo <em>Sledovat</em>. Uveďte svou vlastní adresu identity, je-li požadována."
+#: mod/editpost.php:80
+msgid "Insert audio link"
+msgstr "Vložit odkaz na audio"
 
-#: mod/newmember.php:42
-msgid "Finding New People"
-msgstr "Nalezení nových lidí"
+#: mod/editpost.php:81
+msgid "audio link"
+msgstr "odkaz na audio"
 
-#: mod/newmember.php:42
-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 bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin."
+#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200
+msgid "CC: email addresses"
+msgstr "Kopie: e-mailové adresy"
 
-#: mod/newmember.php:44 src/Model/Group.php:435 src/Module/Contact.php:756
-msgid "Groups"
-msgstr "Skupiny"
+#: mod/editpost.php:102 src/Core/ACL.php:309
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Příklad: jan@priklad.cz, lucie@priklad.cz"
 
-#: mod/newmember.php:46
-msgid "Group Your Contacts"
-msgstr "Seskupte si své kontakty"
+#: mod/events.php:118 mod/events.php:120
+msgid "Event can not end before it has started."
+msgstr "Událost nemůže končit dříve, než začala."
 
-#: mod/newmember.php:46
-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 "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť."
+#: mod/events.php:127 mod/events.php:129
+msgid "Event title and start time are required."
+msgstr "Název události a datum začátku jsou vyžadovány."
 
-#: mod/newmember.php:49
-msgid "Why Aren't My Posts Public?"
-msgstr "Proč nejsou mé příspěvky veřejné?"
+#: mod/events.php:385
+msgid "Create New Event"
+msgstr "Vytvořit novou událost"
 
-#: mod/newmember.php:49
-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 respektuje vaše soukromí. Ve výchozím stavu jsou vaše příspěvky viditelné pouze lidem, které označíte jako vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu"
+#: mod/events.php:508
+msgid "Event details"
+msgstr "Detaily události"
 
-#: mod/newmember.php:53
-msgid "Getting Help"
-msgstr "Získání nápovědy"
+#: mod/events.php:509
+msgid "Starting date and Title are required."
+msgstr "Počáteční datum a Název jsou vyžadovány."
 
-#: mod/newmember.php:55
-msgid "Go to the Help Section"
-msgstr "Navštivte sekci nápovědy"
+#: mod/events.php:510 mod/events.php:515
+msgid "Event Starts:"
+msgstr "Událost začíná:"
 
-#: mod/newmember.php:55
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Na stránkách <strong>Nápověda</strong> naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací."
+#: mod/events.php:523 mod/events.php:548
+msgid "Finish date/time is not known or not relevant"
+msgstr "Datum/čas konce není zadán nebo není relevantní"
 
-#: mod/notes.php:34 src/Model/Profile.php:953
-msgid "Personal Notes"
-msgstr "Osobní poznámky"
+#: mod/events.php:525 mod/events.php:530
+msgid "Event Finishes:"
+msgstr "Akce končí:"
 
-#: mod/notifications.php:38
-msgid "Invalid request identifier."
-msgstr "Neplatný identifikátor požadavku."
+#: mod/events.php:536 mod/events.php:549
+msgid "Adjust for viewer timezone"
+msgstr "Nastavit časové pásmo pro uživatele s právem pro čtení"
 
-#: mod/notifications.php:93 src/Content/Nav.php:246
-msgid "Notifications"
-msgstr "Oznámení"
+#: mod/events.php:538
+msgid "Description:"
+msgstr "Popis:"
 
-#: mod/notifications.php:107
-msgid "Network Notifications"
-msgstr "Síťová oznámení"
+#: mod/events.php:540 mod/notifications.php:264 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/Contact.php:645
+#: src/Module/Directory.php:137
+msgid "Location:"
+msgstr "Poloha:"
 
-#: mod/notifications.php:112 mod/notify.php:72
-msgid "System Notifications"
-msgstr "Systémová oznámení"
+#: mod/events.php:542 mod/events.php:544
+msgid "Title:"
+msgstr "Název:"
 
-#: mod/notifications.php:117
-msgid "Personal Notifications"
-msgstr "Osobní oznámení"
+#: mod/events.php:545 mod/events.php:546
+msgid "Share this event"
+msgstr "Sdílet tuto událost"
 
-#: mod/notifications.php:122
-msgid "Home Notifications"
-msgstr "Oznámení na domovské stránce"
+#: mod/events.php:553 src/Model/Profile.php:882
+msgid "Basic"
+msgstr "Základní"
 
-#: mod/notifications.php:142
-msgid "Show unread"
-msgstr "Zobrazit nepřečtené"
+#: mod/events.php:554 src/Model/Profile.php:883 src/Module/Admin/Site.php:574
+#: src/Module/Contact.php:905
+msgid "Advanced"
+msgstr "Pokročilé"
 
-#: mod/notifications.php:142
-msgid "Show all"
-msgstr "Zobrazit vše"
+#: mod/events.php:555 mod/photos.php:1009 mod/photos.php:1383
+#: src/Core/ACL.php:314
+msgid "Permissions"
+msgstr "Oprávnění"
 
-#: mod/notifications.php:153
-msgid "Show Ignored Requests"
-msgstr "Zobrazit ignorované požadavky"
+#: mod/events.php:571
+msgid "Failed to remove event"
+msgstr "Odstranění události selhalo"
 
-#: mod/notifications.php:153
-msgid "Hide Ignored Requests"
-msgstr "Skrýt ignorované požadavky"
+#: mod/events.php:573
+msgid "Event removed"
+msgstr "Událost odstraněna"
 
-#: mod/notifications.php:166 mod/notifications.php:251
-msgid "Notification type:"
-msgstr "Typ oznámení:"
+#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162
+#: src/Model/Profile.php:925
+msgid "Photos"
+msgstr "Fotky"
 
-#: mod/notifications.php:169
-msgid "Suggested by:"
-msgstr "Navrhl/a:"
+#: 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 "Fotky kontaktu"
 
-#: mod/notifications.php:181 mod/notifications.php:268
-#: src/Module/Contact.php:633
-msgid "Hide this contact from others"
-msgstr "Skrýt tento kontakt před ostatními"
+#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247
+msgid "Upload"
+msgstr "Nahrát"
 
-#: mod/notifications.php:183 mod/notifications.php:277
-#: src/Module/Admin/Users.php:286
-msgid "Approve"
-msgstr "Schválit"
+#: mod/fbrowser.php:136
+msgid "Files"
+msgstr "Soubory"
 
-#: mod/notifications.php:203
-msgid "Claims to be known to you: "
-msgstr "Vaši údajní známí: "
+#: mod/follow.php:46
+msgid "The contact could not be added."
+msgstr "Kontakt nemohl být přidán."
 
-#: mod/notifications.php:204
-msgid "yes"
-msgstr "ano"
+#: mod/follow.php:87
+msgid "You already added this contact."
+msgstr "Již jste si tento kontakt přidal/a"
 
-#: mod/notifications.php:204
-msgid "no"
-msgstr "ne"
+#: mod/follow.php:99
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Podpora pro Diasporu není zapnuta. Kontakt nemůže být přidán."
 
-#: mod/notifications.php:205 mod/notifications.php:209
-msgid "Shall your connection be bidirectional or not?"
-msgstr "Má vaše spojení být obousměrné, nebo ne?"
+#: mod/follow.php:106
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "Podpora pro OStatus je vypnnuta. Kontakt nemůže být přidán."
 
-#: mod/notifications.php:206 mod/notifications.php:210
-#, 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 "Přijetí uživatele %s jako přítele dovolí uživateli %s odebírat Vaše příspěvky a Vy budete také přijímat aktualizace od něj ve Vašem kanále."
+#: mod/follow.php:113
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "Typ sítě nemohl být detekován. Kontakt nemůže být přidán."
 
-#: mod/notifications.php:207
-#, 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 "Přijetí uživatele %s jako odběratele mu dovolí odebírat Vaše příspěvky, ale nebudete od něj přijímat aktualizace ve Vašem kanále."
+#: mod/follow.php:183 mod/notifications.php:268 src/Model/Profile.php:812
+#: src/Module/Contact.php:651
+msgid "Tags:"
+msgstr "Štítky:"
 
-#: mod/notifications.php:211
-#, 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 "Přijetí uživatele %s jako sdílejícího mu dovolí odebírat Vaše příspěvky, ale nebudete od něj přijímat aktualizace ve Vašem kanále."
+#: mod/fsuggest.php:44
+msgid "Suggested contact not found."
+msgstr "Navrhovaný kontakt nenalezen."
 
-#: mod/notifications.php:222
-msgid "Friend"
-msgstr "Přítel"
+#: mod/fsuggest.php:57
+msgid "Friend suggestion sent."
+msgstr "Návrh přátelství odeslán. "
 
-#: mod/notifications.php:223
-msgid "Sharer"
-msgstr "Sdílející"
+#: mod/fsuggest.php:79
+msgid "Suggest Friends"
+msgstr "Navrhnout přátele"
 
-#: mod/notifications.php:223
-msgid "Subscriber"
-msgstr "Odběratel"
+#: mod/fsuggest.php:81
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Navrhnout přítele pro uživatele %s"
 
-#: mod/notifications.php:263 src/Model/Profile.php:445
-#: src/Model/Profile.php:813 src/Module/Contact.php:650
-#: src/Module/Directory.php:150
-msgid "About:"
-msgstr "O mně:"
+#: mod/hcard.php:20
+msgid "No profile"
+msgstr "Žádný profil"
 
-#: mod/notifications.php:267 src/Model/Profile.php:442
-#: src/Model/Profile.php:752 src/Module/Directory.php:147
-msgid "Gender:"
-msgstr "Pohlaví:"
+#: mod/item.php:123
+msgid "Unable to locate original post."
+msgstr "Nelze nalézt původní příspěvek."
 
-#: mod/notifications.php:274 src/Model/Profile.php:539
-#: src/Module/Contact.php:90
-msgid "Network:"
-msgstr "Síť:"
+#: mod/item.php:323
+msgid "Empty post discarded."
+msgstr "Prázdný příspěvek odstraněn."
 
-#: mod/notifications.php:288
-msgid "No introductions."
-msgstr "Žádné představení."
+#: mod/item.php:803
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Tuto zprávu vám poslal/a %s, člen sociální sítě Friendica."
 
-#: mod/notifications.php:322
+#: mod/item.php:805
 #, php-format
-msgid "No more %s notifications."
-msgstr "Žádná další %s oznámení"
+msgid "You may visit them online at %s"
+msgstr "Můžete jej/ji navštívit online na adrese %s"
 
-#: mod/notify.php:68
-msgid "No more system notifications."
-msgstr "Žádné další systémová upozornění."
+#: mod/item.php:806
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesílatele odpovědí na tuto zprávu."
 
-#: mod/oexchange.php:32
-msgid "Post successful."
-msgstr "Příspěvek úspěšně odeslán"
+#: mod/item.php:810
+#, php-format
+msgid "%s posted an update."
+msgstr "%s poslal/a aktualizaci."
 
-#: mod/openid.php:31
-msgid "OpenID protocol error. No ID returned."
-msgstr "Chyba OpenID protokolu. Nebylo navráceno žádné ID."
+#: mod/lockview.php:47 mod/lockview.php:58
+msgid "Remote privacy information not available."
+msgstr "Vzdálené informace o soukromí nejsou k dispozici."
 
-#: mod/openid.php:67
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Nenalezen účet a OpenID registrace na tomto serveru není dovolena."
+#: mod/lockview.php:67
+msgid "Visible to:"
+msgstr "Viditelné pro:"
 
-#: mod/openid.php:117 src/Module/Login.php:93 src/Module/Login.php:144
-msgid "Login failed."
-msgstr "Přihlášení se nezdařilo."
+#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192
+#: src/Module/Contact.php:797 src/Module/Item/Compose.php:97
+#: src/Module/Profile/Contacts.php:126
+msgid "Followers"
+msgstr "Sledovaní"
 
-#: mod/ostatus_subscribe.php:23
-msgid "Subscribing to OStatus contacts"
-msgstr "Registruji Vás ke kontaktům OStatus"
+#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104
+msgid "Mutuals"
+msgstr "Vzájemní"
 
-#: mod/ostatus_subscribe.php:35
-msgid "No contact provided."
-msgstr "Nebyl poskytnut žádný kontakt."
+#: mod/lostpass.php:26
+msgid "No valid account found."
+msgstr "Nenalezen žádný platný účet."
 
-#: mod/ostatus_subscribe.php:42
-msgid "Couldn't fetch information for contact."
-msgstr "Nelze načíst informace pro kontakt."
+#: mod/lostpass.php:38
+msgid "Password reset request issued. Check your email."
+msgstr "Požadavek o obnovení hesla vyřízen. Zkontrolujte Vaši e-mailovou schránku."
 
-#: mod/ostatus_subscribe.php:52
-msgid "Couldn't fetch friends for contact."
-msgstr "Nelze načíst přátele pro kontakt."
+#: 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\tVážený/á %1$s,\n\t\t\tPřed nedávnem jsme obdrželi na „%2$s“ požadavek o obnovení\n\t\thesla k vašemu účtu. Pro potvrzení tohoto požadavku, prosím klikněte na odkaz\n\t\tpro ověření dole, nebo ho zkopírujte do adresního řádku vašeho prohlížeče.\n\n\t\tPokud jste o tuto změnu NEPOŽÁDAL/A, prosím NEKLIKEJTE na tento odkaz\n\t\ta ignorujte a/nebo smažte tento e-mail. Platnost požadavku brzy vyprší.\n\n\t\tVaše heslo nebude změněno, dokud nedokážeme ověřit, že jste tento\n\t\tpožadavek nevydal/a vy."
 
-#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
-msgid "Done"
-msgstr "Hotovo"
+#: 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\tKlikněte na tento odkaz brzy pro ověření vaší identity:\n\n\t\t%1$s\n\n\t\tObdržíte poté následnou zprávu obsahující nové heslo.\n\t\tPo přihlášení můžete toto heslo změnit na stránce nastavení vašeho účtu.\n\n\t\tZde jsou vaše přihlašovací detaily:\n\n\t\tAdresa stránky:\t\t%2$s\n\t\tPřihlašovací jméno:\t%3$s"
 
-#: mod/ostatus_subscribe.php:84
-msgid "success"
-msgstr "úspěch"
+#: mod/lostpass.php:74
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Na %s bylo požádáno o obnovení hesla"
 
-#: mod/ostatus_subscribe.php:86
-msgid "failed"
-msgstr "selhalo"
+#: mod/lostpass.php:89
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Požadavek nemohl být ověřen. (Možná jste jej odeslal/a již dříve.) Obnovení hesla se nezdařilo."
 
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:284
-msgid "ignored"
-msgstr "ignorován"
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
+msgstr "Platnost požadavku vypršela, prosím vytvořte nový."
 
-#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
-msgid "Keep this window open until done."
-msgstr "Toto okno nechte otevřené až do konce."
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
+msgstr "Zapomněl/a jste heslo?"
 
-#: mod/photos.php:113 src/Model/Profile.php:914
-msgid "Photo Albums"
-msgstr "Fotoalba"
+#: mod/lostpass.php:118
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Zadejte svůj e-mailovou adresu a odešlete pro obnovení vašeho hesla. Poté zkontrolujte svůj e-mail pro další instrukce."
 
-#: mod/photos.php:114 mod/photos.php:1630
-msgid "Recent Photos"
-msgstr "Nedávné fotky"
+#: mod/lostpass.php:119 src/Module/Login.php:318
+msgid "Nickname or Email: "
+msgstr "Přezdívka nebo e-mail: "
 
-#: mod/photos.php:116 mod/photos.php:1144 mod/photos.php:1632
-msgid "Upload New Photos"
-msgstr "Nahrát nové fotky"
+#: mod/lostpass.php:120
+msgid "Reset"
+msgstr "Obnovit"
 
-#: mod/photos.php:134 mod/settings.php:58 src/Module/BaseSettingsModule.php:18
-msgid "everybody"
-msgstr "Žádost o připojení selhala nebo byla zrušena."
+#: mod/lostpass.php:135 src/Module/Login.php:330
+msgid "Password Reset"
+msgstr "Obnovit heslo"
 
-#: mod/photos.php:185
-msgid "Contact information unavailable"
-msgstr "Kontakt byl zablokován"
+#: mod/lostpass.php:136
+msgid "Your password has been reset as requested."
+msgstr "Vaše heslo bylo na vaše přání obnoveno."
 
-#: mod/photos.php:204
-msgid "Album not found."
-msgstr "Album nenalezeno."
+#: mod/lostpass.php:137
+msgid "Your new password is"
+msgstr "Někdo vám napsal na vaši profilovou stránku"
 
-#: mod/photos.php:262
-msgid "Album successfully deleted"
-msgstr "Album úspěšně smazáno"
+#: mod/lostpass.php:138
+msgid "Save or copy your new password - and then"
+msgstr "Uložte si nebo zkopírujte nové heslo - a pak"
 
-#: mod/photos.php:264
-msgid "Album was empty."
-msgstr "Album bylo prázdné."
+#: mod/lostpass.php:139
+msgid "click here to login"
+msgstr "klikněte zde pro přihlášení"
 
-#: mod/photos.php:586
-msgid "a photo"
-msgstr "fotce"
+#: mod/lostpass.php:140
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)."
 
-#: mod/photos.php:586
+#: mod/lostpass.php:147
 #, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s byl označen ve %2$s uživatelem %3$s"
+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\tVážený/á %1$s,\n\t\t\t\tVaše heslo bylo změněno, jak jste požádal/a. Prosím uchovejte\n\t\t\ttyto informace pro vaše záznamy (nebo si ihned změňte heslo na něco,\n\t\t\tco si zapamatujete).\n\t\t"
 
-#: mod/photos.php:679 mod/photos.php:682 mod/photos.php:711
-#: mod/profile_photo.php:152 mod/wall_upload.php:198
+#: mod/lostpass.php:153
 #, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Velikost obrázku překročila limit %s"
+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\tZde jsou vaše přihlašovací detaily:\n\n\t\t\tAdresa stránky:\t\t%1$s\n\t\t\tPřihlašovací jméno:\t%2$s\n\t\t\tHeslo:\t\t\t%3$s\n\n\t\t\tToto heslo si po přihlášení můžete změnit na stránce nastavení Vašeho účtu.\n\t\t"
 
-#: mod/photos.php:685
-msgid "Image upload didn't complete, please try again"
-msgstr "Nahrávání obrázku nebylo dokončeno, zkuste to prosím znovu"
+#: mod/lostpass.php:169
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Vaše heslo bylo změněno na %s"
 
-#: mod/photos.php:688
-msgid "Image file is missing"
-msgstr "Chybí soubor obrázku"
+#: mod/manage.php:179
+msgid "Manage Identities and/or Pages"
+msgstr "Správa identit a/nebo stránek"
 
-#: mod/photos.php:693
+#: mod/manage.php:180
 msgid ""
-"Server can't accept new file upload at this time, please contact your "
-"administrator"
-msgstr "Server v tuto chvíli nemůže akceptovat nové nahrané soubory, prosím kontaktujte vašeho administrátora"
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Přepínání mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí vaše detaily účtu, nebo kterým jste přidělil/a oprávnění nastavovat přístupová práva."
 
-#: mod/photos.php:719
-msgid "Image file is empty."
-msgstr "Soubor obrázku je prázdný."
+#: mod/manage.php:181
+msgid "Select an identity to manage: "
+msgstr "Vyberte identitu ke spravování: "
 
-#: mod/photos.php:734 mod/profile_photo.php:161 mod/wall_upload.php:212
-msgid "Unable to process image."
-msgstr "Obrázek není možné zprocesovat"
+#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257
+msgid "New Message"
+msgstr "Nová zpráva"
 
-#: mod/photos.php:763 mod/profile_photo.php:310 mod/wall_upload.php:251
-msgid "Image upload failed."
-msgstr "Nahrání obrázku selhalo."
+#: mod/message.php:74
+msgid "Unable to locate contact information."
+msgstr "Nepodařilo se najít kontaktní informace."
 
-#: mod/photos.php:851
-msgid "No photos selected"
-msgstr "Není vybrána žádná fotka"
+#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:190
+#: mod/notifications.php:246
+msgid "Discard"
+msgstr "Odstranit"
 
-#: mod/photos.php:943 mod/videos.php:210
-msgid "Access to this item is restricted."
-msgstr "Přístup k této položce je omezen."
+#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254
+msgid "Messages"
+msgstr "Zprávy"
 
-#: mod/photos.php:997
-msgid "Upload Photos"
-msgstr "Nahrát fotky"
+#: mod/message.php:148
+msgid "Do you really want to delete this message?"
+msgstr "Opravdu chcete smazat tuto zprávu?"
 
-#: mod/photos.php:1001 mod/photos.php:1089
-msgid "New album name: "
-msgstr "Název nového alba: "
+#: mod/message.php:166
+msgid "Conversation not found."
+msgstr "Konverzace nenalezena."
 
-#: mod/photos.php:1002
-msgid "or select existing album:"
-msgstr "nebo si vyberte existující album:"
+#: mod/message.php:171
+msgid "Message deleted."
+msgstr "Zpráva odstraněna."
 
-#: mod/photos.php:1003
-msgid "Do not show a status post for this upload"
-msgstr "Nezobrazovat pro toto nahrání stavovou zprávu"
+#: mod/message.php:176 mod/message.php:190
+msgid "Conversation removed."
+msgstr "Konverzace odstraněna."
 
-#: mod/photos.php:1019 mod/photos.php:1382 mod/settings.php:1208
-msgid "Show to Groups"
-msgstr "Zobrazit ve Skupinách"
+#: mod/message.php:289
+msgid "No messages."
+msgstr "Žádné zprávy."
 
-#: mod/photos.php:1020 mod/photos.php:1383 mod/settings.php:1209
-msgid "Show to Contacts"
-msgstr "Zobrazit v Kontaktech"
+#: mod/message.php:352
+msgid "Message not available."
+msgstr "Zpráva není k dispozici."
 
-#: mod/photos.php:1071
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Opravdu chcete smazat toto fotoalbum a všechny jeho fotky?"
+#: mod/message.php:406
+msgid "Delete message"
+msgstr "Smazat zprávu"
 
-#: mod/photos.php:1073 mod/photos.php:1094
-msgid "Delete Album"
-msgstr "Smazat album"
+#: mod/message.php:408 mod/message.php:540
+msgid "D, d M Y - g:i A"
+msgstr "D d. M Y - g:i A"
 
-#: mod/photos.php:1100
-msgid "Edit Album"
-msgstr "Upravit album"
+#: mod/message.php:423 mod/message.php:537
+msgid "Delete conversation"
+msgstr "Odstranit konverzaci"
 
-#: mod/photos.php:1101
-msgid "Drop Album"
-msgstr "Smazat album"
+#: mod/message.php:425
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "Není k dispozici zabezpečená komunikace. <strong>Možná</strong> budete schopen/na reagovat z odesílatelovy profilové stránky."
 
-#: mod/photos.php:1106
-msgid "Show Newest First"
-msgstr "Zobrazit nejprve nejnovější"
+#: mod/message.php:429
+msgid "Send Reply"
+msgstr "Poslat odpověď"
 
-#: mod/photos.php:1108
-msgid "Show Oldest First"
-msgstr "Zobrazit nejprve nejstarší"
+#: mod/message.php:512
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Neznámý odesilatel - %s"
 
-#: mod/photos.php:1129 mod/photos.php:1615
-msgid "View Photo"
-msgstr "Zobrazit fotku"
+#: mod/message.php:514
+#, php-format
+msgid "You and %s"
+msgstr "Vy a %s"
 
-#: mod/photos.php:1166
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Oprávnění bylo zamítnuto. Přístup k této položce může být omezen."
+#: mod/message.php:516
+#, php-format
+msgid "%s and You"
+msgstr "%s a vy"
 
-#: mod/photos.php:1168
-msgid "Photo not available"
-msgstr "Fotka není k dispozici"
+#: mod/message.php:543
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d zpráva"
+msgstr[1] "%d zprávy"
+msgstr[2] "%d zprávy"
+msgstr[3] "%d zpráv"
 
-#: mod/photos.php:1178
-msgid "Do you really want to delete this photo?"
-msgstr "Opravdu chcete smazat tuto fotku?"
+#: mod/network.php:183 mod/search.php:35
+msgid "Remove term"
+msgstr "Odstranit termín"
 
-#: mod/photos.php:1180 mod/photos.php:1379
-msgid "Delete Photo"
-msgstr "Smazat fotku"
+#: mod/network.php:190 mod/search.php:44
+msgid "Saved Searches"
+msgstr "Uložená hledání"
 
-#: mod/photos.php:1271
-msgid "View photo"
-msgstr "Zobrazit fotku"
+#: mod/network.php:191 src/Model/Group.php:483
+msgid "add"
+msgstr "přidat"
 
-#: mod/photos.php:1273
-msgid "Edit photo"
-msgstr "Upravit fotku"
+#: 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] "Varování: Tato skupina obsahuje %s člena ze sítě, která nepovoluje posílání soukromých zpráv."
+msgstr[1] "Varování: Tato skupina obsahuje %s členy ze sítě, která nepovoluje posílání soukromých zpráv."
+msgstr[2] "Varování: Tato skupina obsahuje %s člena ze sítě, která nepovoluje posílání soukromých zpráv."
+msgstr[3] "Varování: Tato skupina obsahuje %s členů ze sítě, která nepovoluje posílání soukromých zpráv."
 
-#: mod/photos.php:1274
-msgid "Delete photo"
-msgstr "Smazat fotku"
+#: mod/network.php:574
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Zprávy v této skupině nebudou těmto příjemcům doručeny."
 
-#: mod/photos.php:1275
-msgid "Use as profile photo"
-msgstr "Použít jako profilovou fotku"
+#: mod/network.php:641
+msgid "No such group"
+msgstr "Žádná taková skupina"
 
-#: mod/photos.php:1282
-msgid "Private Photo"
-msgstr "Soukromá fotka"
+#: mod/network.php:662 src/Module/Group.php:288
+msgid "Group is empty"
+msgstr "Skupina je prázdná"
 
-#: mod/photos.php:1288
-msgid "View Full Size"
-msgstr "Zobrazit v plné velikosti"
+#: mod/network.php:666
+#, php-format
+msgid "Group: %s"
+msgstr "Skupina: %s"
 
-#: mod/photos.php:1347
-msgid "Tags: "
-msgstr "Štítky: "
+#: mod/network.php:692
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Soukromé zprávy této osobě jsou vystaveny riziku prozrazení."
 
-#: mod/photos.php:1350
-msgid "[Select tags to remove]"
-msgstr "[Vyberte štítky pro odstranění]"
+#: mod/network.php:695 src/Module/AllFriends.php:35
+#: src/Module/AllFriends.php:43
+msgid "Invalid contact."
+msgstr "Neplatný kontakt."
 
-#: mod/photos.php:1365
-msgid "New album name"
-msgstr "Nové jméno alba"
+#: mod/network.php:974
+msgid "Commented Order"
+msgstr "Dle komentářů"
 
-#: mod/photos.php:1366
-msgid "Caption"
-msgstr "Titulek"
+#: mod/network.php:977
+msgid "Sort by Comment Date"
+msgstr "Řadit podle data komentáře"
 
-#: mod/photos.php:1367
-msgid "Add a Tag"
-msgstr "Přidat štítek"
+#: mod/network.php:982
+msgid "Posted Order"
+msgstr "Dle data"
 
-#: mod/photos.php:1367
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Příklad: @jan, @Lucie_Nováková, @jakub@priklad.cz, #Morava, #taboreni"
+#: mod/network.php:985
+msgid "Sort by Post Date"
+msgstr "Řadit podle data příspěvku"
 
-#: mod/photos.php:1368
-msgid "Do not rotate"
-msgstr "Neotáčet"
+#: mod/network.php:995
+msgid "Posts that mention or involve you"
+msgstr "Příspěvky, které vás zmiňují nebo zahrnují"
 
-#: mod/photos.php:1369
-msgid "Rotate CW (right)"
-msgstr "Otáčet po směru hodinových ručiček (doprava)"
+#: mod/network.php:1002
+msgid "New"
+msgstr "Nové"
 
-#: mod/photos.php:1370
-msgid "Rotate CCW (left)"
-msgstr "Otáčet proti směru hodinových ručiček (doleva)"
+#: mod/network.php:1005
+msgid "Activity Stream - by date"
+msgstr "Proud aktivit - dle data"
 
-#: mod/photos.php:1404 src/Object/Post.php:312
-msgid "I like this (toggle)"
-msgstr "To se mi líbí (přepínat)"
+#: mod/network.php:1013
+msgid "Shared Links"
+msgstr "Sdílené odkazy"
 
-#: mod/photos.php:1405 src/Object/Post.php:313
-msgid "I don't like this (toggle)"
-msgstr "To se mi nelíbí (přepínat)"
+#: mod/network.php:1016
+msgid "Interesting Links"
+msgstr "Zajímavé odkazy"
 
-#: mod/photos.php:1420 mod/photos.php:1459 mod/photos.php:1519
-#: src/Module/Contact.php:1021 src/Object/Post.php:874
-msgid "This is you"
-msgstr "Tohle jste vy"
+#: mod/network.php:1023
+msgid "Starred"
+msgstr "S hvězdou"
 
-#: mod/photos.php:1422 mod/photos.php:1461 mod/photos.php:1521
-#: src/Object/Post.php:419 src/Object/Post.php:876
-msgid "Comment"
-msgstr "Okomentovat"
+#: mod/network.php:1026
+msgid "Favourite Posts"
+msgstr "Oblíbené přízpěvky"
 
-#: mod/photos.php:1550
-msgid "Map"
-msgstr "Mapa"
+#: mod/notes.php:34 src/Model/Profile.php:967
+msgid "Personal Notes"
+msgstr "Osobní poznámky"
 
-#: mod/photos.php:1621 mod/videos.php:287
-msgid "View Album"
-msgstr "Zobrazit album"
+#: mod/notifications.php:38
+msgid "Invalid request identifier."
+msgstr "Neplatný identifikátor požadavku."
 
-#: mod/ping.php:272
-msgid "{0} wants to be your friend"
-msgstr "{0} chce být vaším přítelem"
+#: mod/notifications.php:93 src/Content/Nav.php:249
+msgid "Notifications"
+msgstr "Oznámení"
 
-#: mod/ping.php:288
-msgid "{0} requested registration"
-msgstr "{0} požaduje registraci"
+#: mod/notifications.php:107
+msgid "Network Notifications"
+msgstr "Síťová oznámení"
 
-#: mod/poke.php:177
-msgid "Poke/Prod"
-msgstr "Šťouchnout/dloubnout"
+#: mod/notifications.php:112
+msgid "System Notifications"
+msgstr "Systémová oznámení"
 
-#: mod/poke.php:178
-msgid "poke, prod or do other things to somebody"
-msgstr "někoho šťouchnout, dloubnout, nebo mu provést jinou věc"
+#: mod/notifications.php:117
+msgid "Personal Notifications"
+msgstr "Osobní oznámení"
 
-#: mod/poke.php:179
-msgid "Recipient"
-msgstr "Příjemce"
+#: mod/notifications.php:122
+msgid "Home Notifications"
+msgstr "Oznámení na domovské stránce"
+
+#: mod/notifications.php:145
+msgid "Show unread"
+msgstr "Zobrazit nepřečtené"
+
+#: mod/notifications.php:145
+msgid "Show all"
+msgstr "Zobrazit vše"
 
-#: mod/poke.php:180
-msgid "Choose what you wish to do to recipient"
-msgstr "Vyberte, co si přejete příjemci udělat"
+#: mod/notifications.php:156
+msgid "Show Ignored Requests"
+msgstr "Zobrazit ignorované požadavky"
 
-#: mod/poke.php:183
-msgid "Make this post private"
-msgstr "Změnit tento příspěvek na soukromý"
+#: mod/notifications.php:156
+msgid "Hide Ignored Requests"
+msgstr "Skrýt ignorované požadavky"
 
-#: mod/probe.php:13 src/Module/WebFinger.php:18
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "Pouze přihlášení uživatelé mohou zkoušet adresy."
+#: mod/notifications.php:169 mod/notifications.php:254
+msgid "Notification type:"
+msgstr "Typ oznámení:"
 
-#: mod/profiles.php:62
-msgid "Profile deleted."
-msgstr "Profil smazán."
+#: mod/notifications.php:172
+msgid "Suggested by:"
+msgstr "Navrhl/a:"
 
-#: mod/profiles.php:78 mod/profiles.php:114
-msgid "Profile-"
-msgstr "Profil-"
+#: mod/notifications.php:184 mod/notifications.php:271
+#: src/Module/Contact.php:632
+msgid "Hide this contact from others"
+msgstr "Skrýt tento kontakt před ostatními"
 
-#: mod/profiles.php:97 mod/profiles.php:135
-msgid "New profile created."
-msgstr "Nový profil vytvořen."
+#: mod/notifications.php:186 mod/notifications.php:280
+#: src/Module/Admin/Users.php:286
+msgid "Approve"
+msgstr "Schválit"
 
-#: mod/profiles.php:120
-msgid "Profile unavailable to clone."
-msgstr "Profil není možné naklonovat."
+#: mod/notifications.php:206
+msgid "Claims to be known to you: "
+msgstr "Vaši údajní známí: "
 
-#: mod/profiles.php:206
-msgid "Profile Name is required."
-msgstr "Jméno profilu je povinné."
+#: mod/notifications.php:207
+msgid "yes"
+msgstr "ano"
 
-#: mod/profiles.php:346
-msgid "Marital Status"
-msgstr "Rodinný stav"
+#: mod/notifications.php:207
+msgid "no"
+msgstr "ne"
 
-#: mod/profiles.php:349
-msgid "Romantic Partner"
-msgstr "Romatický partner"
+#: mod/notifications.php:208 mod/notifications.php:212
+msgid "Shall your connection be bidirectional or not?"
+msgstr "Má vaše spojení být obousměrné, nebo ne?"
 
-#: mod/profiles.php:358
-msgid "Work/Employment"
-msgstr "Práce/Zaměstnání"
+#: mod/notifications.php:209 mod/notifications.php:213
+#, 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 "Přijetí uživatele %s jako přítele dovolí uživateli %s odebírat Vaše příspěvky a Vy budete také přijímat aktualizace od něj ve Vašem kanále."
 
-#: mod/profiles.php:361
-msgid "Religion"
-msgstr "Náboženství"
+#: mod/notifications.php:210
+#, 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 "Přijetí uživatele %s jako odběratele mu dovolí odebírat Vaše příspěvky, ale nebudete od něj přijímat aktualizace ve Vašem kanále."
 
-#: mod/profiles.php:364
-msgid "Political Views"
-msgstr "Politické přesvědčení"
+#: mod/notifications.php:214
+#, 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 "Přijetí uživatele %s jako sdílejícího mu dovolí odebírat Vaše příspěvky, ale nebudete od něj přijímat aktualizace ve Vašem kanále."
 
-#: mod/profiles.php:367
-msgid "Gender"
-msgstr "Pohlaví"
+#: mod/notifications.php:225
+msgid "Friend"
+msgstr "Přítel"
 
-#: mod/profiles.php:370
-msgid "Sexual Preference"
-msgstr "Sexuální orientace"
+#: mod/notifications.php:226
+msgid "Sharer"
+msgstr "Sdílející"
 
-#: mod/profiles.php:373
-msgid "XMPP"
-msgstr "XMPP"
+#: mod/notifications.php:226
+msgid "Subscriber"
+msgstr "Odběratel"
 
-#: mod/profiles.php:376
-msgid "Homepage"
-msgstr "Domovská stránka"
+#: mod/notifications.php:266 src/Model/Profile.php:453
+#: src/Model/Profile.php:824 src/Module/Contact.php:649
+#: src/Module/Directory.php:145
+msgid "About:"
+msgstr "O mně:"
 
-#: mod/profiles.php:379 mod/profiles.php:578
-msgid "Interests"
-msgstr "Zájmy"
+#: mod/notifications.php:270 src/Model/Profile.php:450
+#: src/Model/Profile.php:763 src/Module/Directory.php:142
+msgid "Gender:"
+msgstr "Pohlaví:"
 
-#: mod/profiles.php:382 src/Module/Admin/Blocklist/Contact.php:72
-msgid "Address"
-msgstr "Adresa"
+#: mod/notifications.php:277 src/Model/Profile.php:550
+#: src/Module/Contact.php:333
+msgid "Network:"
+msgstr "Síť:"
 
-#: mod/profiles.php:389 mod/profiles.php:574
-msgid "Location"
-msgstr "Poloha"
+#: mod/notifications.php:291
+msgid "No introductions."
+msgstr "Žádné představení."
 
-#: mod/profiles.php:469
-msgid "Profile updated."
-msgstr "Profil aktualizován."
+#: mod/notifications.php:325
+#, php-format
+msgid "No more %s notifications."
+msgstr "Žádná další %s oznámení"
 
-#: mod/profiles.php:523
-msgid "Hide contacts and friends:"
-msgstr "Skrýt kontakty a přátele:"
+#: mod/openid.php:31
+msgid "OpenID protocol error. No ID returned."
+msgstr "Chyba OpenID protokolu. Nebylo navráceno žádné ID."
 
-#: mod/profiles.php:528
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr "Skrýt u tohoto profilu vaše kontakty/seznam přátel před před dalšími uživateli zobrazující si tento profil?"
+#: mod/openid.php:67
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Nenalezen účet a OpenID registrace na tomto serveru není dovolena."
 
-#: mod/profiles.php:548
-msgid "Show more profile fields:"
-msgstr "Zobrazit další profilová pole"
+#: mod/openid.php:117 src/Module/Login.php:88 src/Module/Login.php:139
+msgid "Login failed."
+msgstr "Přihlášení se nezdařilo."
 
-#: mod/profiles.php:560
-msgid "Profile Actions"
-msgstr "Akce profilu"
+#: mod/photos.php:113 src/Model/Profile.php:928
+msgid "Photo Albums"
+msgstr "Fotoalba"
 
-#: mod/profiles.php:561
-msgid "Edit Profile Details"
-msgstr "Upravit podrobnosti profilu "
+#: mod/photos.php:114 mod/photos.php:1639
+msgid "Recent Photos"
+msgstr "Nedávné fotky"
 
-#: mod/profiles.php:563
-msgid "Change Profile Photo"
-msgstr "Změnit profilovou fotku"
+#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641
+msgid "Upload New Photos"
+msgstr "Nahrát nové fotky"
 
-#: mod/profiles.php:565
-msgid "View this profile"
-msgstr "Zobrazit tento profil"
+#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18
+msgid "everybody"
+msgstr "Žádost o připojení selhala nebo byla zrušena."
 
-#: mod/profiles.php:566
-msgid "View all profiles"
-msgstr "Zobrazit všechny profily"
+#: mod/photos.php:185
+msgid "Contact information unavailable"
+msgstr "Kontakt byl zablokován"
 
-#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:415
-msgid "Edit visibility"
-msgstr "Upravit viditelnost"
+#: mod/photos.php:207
+msgid "Album not found."
+msgstr "Album nenalezeno."
 
-#: mod/profiles.php:568
-msgid "Create a new profile using these settings"
-msgstr "Vytvořit nový profil pomocí tohoto nastavení"
+#: mod/photos.php:265
+msgid "Album successfully deleted"
+msgstr "Album úspěšně smazáno"
 
-#: mod/profiles.php:569
-msgid "Clone this profile"
-msgstr "Klonovat tento profil"
+#: mod/photos.php:267
+msgid "Album was empty."
+msgstr "Album bylo prázdné."
 
-#: mod/profiles.php:570
-msgid "Delete this profile"
-msgstr "Smazat tento profil"
+#: mod/photos.php:590
+msgid "a photo"
+msgstr "fotce"
 
-#: mod/profiles.php:572
-msgid "Basic information"
-msgstr "Základní informace"
+#: mod/photos.php:590
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s byl označen ve %2$s uživatelem %3$s"
 
-#: mod/profiles.php:573
-msgid "Profile picture"
-msgstr "Profilový obrázek"
+#: mod/photos.php:689
+msgid "Image upload didn't complete, please try again"
+msgstr "Nahrávání obrázku nebylo dokončeno, zkuste to prosím znovu"
 
-#: mod/profiles.php:575
-msgid "Preferences"
-msgstr "Nastavení"
+#: mod/photos.php:692
+msgid "Image file is missing"
+msgstr "Chybí soubor obrázku"
 
-#: mod/profiles.php:576
-msgid "Status information"
-msgstr "Informace o stavu"
+#: mod/photos.php:697
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr "Server v tuto chvíli nemůže akceptovat nové nahrané soubory, prosím kontaktujte vašeho administrátora"
 
-#: mod/profiles.php:577
-msgid "Additional information"
-msgstr "Dodatečné informace"
+#: mod/photos.php:723
+msgid "Image file is empty."
+msgstr "Soubor obrázku je prázdný."
 
-#: mod/profiles.php:580
-msgid "Relation"
-msgstr "Vztah"
+#: mod/photos.php:855
+msgid "No photos selected"
+msgstr "Není vybrána žádná fotka"
 
-#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81
-msgid "Miscellaneous"
-msgstr "Různé"
+#: mod/photos.php:947 mod/videos.php:210
+msgid "Access to this item is restricted."
+msgstr "Přístup k této položce je omezen."
 
-#: mod/profiles.php:584
-msgid "Your Gender:"
-msgstr "Vaše pohlaví:"
+#: mod/photos.php:1001
+msgid "Upload Photos"
+msgstr "Nahrát fotky"
 
-#: mod/profiles.php:585
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr "<span class=\"heart\">&hearts;</span> Rodinný stav:"
+#: mod/photos.php:1005 mod/photos.php:1097
+msgid "New album name: "
+msgstr "Název nového alba: "
 
-#: mod/profiles.php:586 src/Model/Profile.php:789
-msgid "Sexual Preference:"
-msgstr "Sexuální orientace:"
+#: mod/photos.php:1006
+msgid "or select existing album:"
+msgstr "nebo si vyberte existující album:"
 
-#: mod/profiles.php:587
-msgid "Example: fishing photography software"
-msgstr "Příklad: rybaření fotografování software"
+#: mod/photos.php:1007
+msgid "Do not show a status post for this upload"
+msgstr "Nezobrazovat pro toto nahrání stavovou zprávu"
 
-#: mod/profiles.php:592
-msgid "Profile Name:"
-msgstr "Jméno profilu:"
+#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213
+msgid "Show to Groups"
+msgstr "Zobrazit ve Skupinách"
 
-#: 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 "Toto je váš <strong>veřejný</strong> profil.<br />Ten <strong>může</strong> být viditelný kýmkoliv na internetu."
+#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214
+msgid "Show to Contacts"
+msgstr "Zobrazit v Kontaktech"
 
-#: mod/profiles.php:595
-msgid "Your Full Name:"
-msgstr "Vaše celé jméno:"
+#: mod/photos.php:1079
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Opravdu chcete smazat toto fotoalbum a všechny jeho fotky?"
 
-#: mod/profiles.php:596
-msgid "Title/Description:"
-msgstr "Název / Popis:"
+#: mod/photos.php:1081 mod/photos.php:1102
+msgid "Delete Album"
+msgstr "Smazat album"
 
-#: mod/profiles.php:599
-msgid "Street Address:"
-msgstr "Ulice:"
+#: mod/photos.php:1108
+msgid "Edit Album"
+msgstr "Upravit album"
 
-#: mod/profiles.php:600
-msgid "Locality/City:"
-msgstr "Poloha/město:"
+#: mod/photos.php:1109
+msgid "Drop Album"
+msgstr "Smazat album"
 
-#: mod/profiles.php:601
-msgid "Region/State:"
-msgstr "Region / stát:"
+#: mod/photos.php:1114
+msgid "Show Newest First"
+msgstr "Zobrazit nejprve nejnovější"
 
-#: mod/profiles.php:602
-msgid "Postal/Zip Code:"
-msgstr "PSČ:"
+#: mod/photos.php:1116
+msgid "Show Oldest First"
+msgstr "Zobrazit nejprve nejstarší"
 
-#: mod/profiles.php:603
-msgid "Country:"
-msgstr "Země:"
+#: mod/photos.php:1137 mod/photos.php:1624
+msgid "View Photo"
+msgstr "Zobrazit fotku"
 
-#: mod/profiles.php:604 src/Util/Temporal.php:149
-msgid "Age: "
-msgstr "Věk: "
+#: mod/photos.php:1174
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Oprávnění bylo zamítnuto. Přístup k této položce může být omezen."
 
-#: mod/profiles.php:607
-msgid "Who: (if applicable)"
-msgstr "Kdo: (pokud je možné)"
+#: mod/photos.php:1176
+msgid "Photo not available"
+msgstr "Fotka není k dispozici"
 
-#: mod/profiles.php:607
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr "Příklady: jan123, Jan Novák, jan@priklad.cz"
+#: mod/photos.php:1186
+msgid "Do you really want to delete this photo?"
+msgstr "Opravdu chcete smazat tuto fotku?"
 
-#: mod/profiles.php:608
-msgid "Since [date]:"
-msgstr "Od [data]:"
+#: mod/photos.php:1188 mod/photos.php:1388
+msgid "Delete Photo"
+msgstr "Smazat fotku"
 
-#: mod/profiles.php:610
-msgid "Tell us about yourself..."
-msgstr "Řekněte nám něco o sobě..."
+#: mod/photos.php:1279
+msgid "View photo"
+msgstr "Zobrazit fotku"
 
-#: mod/profiles.php:611
-msgid "XMPP (Jabber) address:"
-msgstr "Adresa XMPP (Jabber):"
+#: mod/photos.php:1281
+msgid "Edit photo"
+msgstr "Upravit fotku"
 
-#: mod/profiles.php:611
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "Adresa XMPP bude rozšířena mezi vašimi kontakty, aby vás mohly sledovat."
+#: mod/photos.php:1282
+msgid "Delete photo"
+msgstr "Smazat fotku"
 
-#: mod/profiles.php:612
-msgid "Homepage URL:"
-msgstr "Odkaz na domovskou stránku:"
+#: mod/photos.php:1283
+msgid "Use as profile photo"
+msgstr "Použít jako profilovou fotku"
 
-#: mod/profiles.php:613 src/Model/Profile.php:797
-msgid "Hometown:"
-msgstr "Rodné město:"
+#: mod/photos.php:1290
+msgid "Private Photo"
+msgstr "Soukromá fotka"
 
-#: mod/profiles.php:614 src/Model/Profile.php:805
-msgid "Political Views:"
-msgstr "Politické přesvědčení:"
+#: mod/photos.php:1296
+msgid "View Full Size"
+msgstr "Zobrazit v plné velikosti"
 
-#: mod/profiles.php:615
-msgid "Religious Views:"
-msgstr "Náboženské přesvědčení:"
+#: mod/photos.php:1356
+msgid "Tags: "
+msgstr "Štítky: "
 
-#: mod/profiles.php:616
-msgid "Public Keywords:"
-msgstr "Veřejná klíčová slova:"
+#: mod/photos.php:1359
+msgid "[Select tags to remove]"
+msgstr "[Vyberte štítky pro odstranění]"
 
-#: mod/profiles.php:616
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)"
+#: mod/photos.php:1374
+msgid "New album name"
+msgstr "Nové jméno alba"
 
-#: mod/profiles.php:617
-msgid "Private Keywords:"
-msgstr "Soukromá klíčová slova:"
+#: mod/photos.php:1375
+msgid "Caption"
+msgstr "Titulek"
 
-#: mod/profiles.php:617
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)"
+#: mod/photos.php:1376
+msgid "Add a Tag"
+msgstr "Přidat štítek"
 
-#: mod/profiles.php:618 src/Model/Profile.php:821
-msgid "Likes:"
-msgstr "Líbí se:"
+#: mod/photos.php:1376
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Příklad: @jan, @Lucie_Nováková, @jakub@priklad.cz, #Morava, #taboreni"
 
-#: mod/profiles.php:619 src/Model/Profile.php:825
-msgid "Dislikes:"
-msgstr "Nelibí se:"
+#: mod/photos.php:1377
+msgid "Do not rotate"
+msgstr "Neotáčet"
 
-#: mod/profiles.php:620
-msgid "Musical interests"
-msgstr "Hudební vkus"
+#: mod/photos.php:1378
+msgid "Rotate CW (right)"
+msgstr "Otáčet po směru hodinových ručiček (doprava)"
 
-#: mod/profiles.php:621
-msgid "Books, literature"
-msgstr "Knihy, literatura"
+#: mod/photos.php:1379
+msgid "Rotate CCW (left)"
+msgstr "Otáčet proti směru hodinových ručiček (doleva)"
 
-#: mod/profiles.php:622
-msgid "Television"
-msgstr "Televize"
+#: mod/photos.php:1413 src/Object/Post.php:313
+msgid "I like this (toggle)"
+msgstr "To se mi líbí (přepínat)"
 
-#: mod/profiles.php:623
-msgid "Film/dance/culture/entertainment"
-msgstr "Film/tanec/kultura/zábava"
+#: mod/photos.php:1414 src/Object/Post.php:314
+msgid "I don't like this (toggle)"
+msgstr "To se mi nelíbí (přepínat)"
 
-#: mod/profiles.php:624
-msgid "Hobbies/Interests"
-msgstr "Koníčky/zájmy"
+#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528
+#: src/Module/Contact.php:1017 src/Module/Item/Compose.php:176
+#: src/Object/Post.php:875
+msgid "This is you"
+msgstr "Tohle jste vy"
 
-#: mod/profiles.php:625
-msgid "Love/romance"
-msgstr "Láska/romantika"
+#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530
+#: src/Object/Post.php:420 src/Object/Post.php:877
+msgid "Comment"
+msgstr "Okomentovat"
 
-#: mod/profiles.php:626
-msgid "Work/employment"
-msgstr "Práce/zaměstnání"
+#: mod/photos.php:1559
+msgid "Map"
+msgstr "Mapa"
 
-#: mod/profiles.php:627
-msgid "School/education"
-msgstr "Škola/vzdělání"
+#: mod/photos.php:1630 mod/videos.php:287
+msgid "View Album"
+msgstr "Zobrazit album"
 
-#: mod/profiles.php:628
-msgid "Contact information and Social Networks"
-msgstr "Kontaktní informace a sociální sítě"
+#: mod/ping.php:272
+msgid "{0} wants to be your friend"
+msgstr "{0} chce být vaším přítelem"
 
-#: mod/profiles.php:659 src/Model/Profile.php:411
-msgid "Profile Image"
-msgstr "Profilový obrázek"
+#: mod/ping.php:288
+msgid "{0} requested registration"
+msgstr "{0} požaduje registraci"
 
-#: mod/profiles.php:661 src/Model/Profile.php:414
-msgid "visible to everybody"
-msgstr "viditelné pro všechny"
+#: mod/poke.php:177
+msgid "Poke/Prod"
+msgstr "Šťouchnout/dloubnout"
 
-#: mod/profiles.php:668
-msgid "Edit/Manage Profiles"
-msgstr "Upravit/spravovat profily"
+#: mod/poke.php:178
+msgid "poke, prod or do other things to somebody"
+msgstr "někoho šťouchnout, dloubnout, nebo mu provést jinou věc"
 
-#: mod/profiles.php:669 src/Model/Profile.php:401 src/Model/Profile.php:423
-msgid "Change profile photo"
-msgstr "Změnit profilovou fotku"
+#: mod/poke.php:179
+msgid "Recipient"
+msgstr "Příjemce"
 
-#: mod/profiles.php:670 src/Model/Profile.php:402
-msgid "Create New Profile"
-msgstr "Vytvořit nový profil"
+#: mod/poke.php:180
+msgid "Choose what you wish to do to recipient"
+msgstr "Vyberte, co si přejete příjemci udělat"
+
+#: mod/poke.php:183
+msgid "Make this post private"
+msgstr "Změnit tento příspěvek na soukromý"
 
 #: mod/profile_photo.php:58
 msgid "Image uploaded but image cropping failed."
 msgstr "Obrázek byl odeslán, ale jeho oříznutí se nesdařilo."
 
 #: mod/profile_photo.php:88 mod/profile_photo.php:97 mod/profile_photo.php:106
-#: mod/profile_photo.php:318
+#: mod/profile_photo.php:311
 #, php-format
 msgid "Image size reduction [%s] failed."
 msgstr "Nepodařilo se snížit velikost obrázku [%s]."
@@ -3143,363 +3172,313 @@ msgstr "Znovu načtěte stránku (Shift+F5) nebo vymažte cache prohlížeče, p
 msgid "Unable to process image"
 msgstr "Obrázek nelze zpracovat "
 
-#: mod/profile_photo.php:251
-msgid "Upload File:"
-msgstr "Nahrát soubor:"
-
-#: mod/profile_photo.php:252
-msgid "Select a profile:"
-msgstr "Vybrat profil:"
-
-#: mod/profile_photo.php:257
-msgid "or"
-msgstr "nebo"
-
-#: mod/profile_photo.php:258
-msgid "skip this step"
-msgstr "tento krok přeskočte"
-
-#: mod/profile_photo.php:258
-msgid "select a photo from your photo albums"
-msgstr "si vyberte fotku z vašich fotoalb"
-
-#: mod/profile_photo.php:271
-msgid "Crop Image"
-msgstr "Oříznout obrázek"
-
-#: mod/profile_photo.php:272
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Prosím, ořízněte tento obrázek pro optimální zobrazení."
-
-#: mod/profile_photo.php:274
-msgid "Done Editing"
-msgstr "Upravování dokončeno"
-
-#: mod/profile_photo.php:308
-msgid "Image uploaded successfully."
-msgstr "Obrázek byl úspěšně nahrán."
-
-#: mod/profperm.php:30
-msgid "Permission denied"
-msgstr "Nedostatečné oprávnění"
-
-#: mod/profperm.php:36 mod/profperm.php:69
-msgid "Invalid profile identifier."
-msgstr "Neplatný identifikátor profilu."
-
-#: mod/profperm.php:115
-msgid "Profile Visibility Editor"
-msgstr "Editor viditelnosti profilu "
-
-#: mod/profperm.php:119 src/Module/Group.php:321
-msgid "Click on a contact to add or remove."
-msgstr "Klikněte na kontakt pro přidání nebo odebrání"
-
-#: mod/profperm.php:128
-msgid "Visible To"
-msgstr "Viditelný uživatelům"
-
-#: mod/profperm.php:144
-msgid "All Contacts (with secure profile access)"
-msgstr "Všem kontaktům (se zabezpečeným přístupem k profilu)"
-
-#: mod/regmod.php:53
-msgid "Account approved."
-msgstr "Účet schválen."
-
-#: mod/regmod.php:77
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registrace zrušena pro %s"
-
-#: mod/regmod.php:84
-msgid "Please login."
-msgstr "Přihlaste se, prosím."
+#: mod/profile_photo.php:244
+msgid "Upload File:"
+msgstr "Nahrát soubor:"
 
-#: mod/removeme.php:46
-msgid "User deleted their account"
-msgstr "Uživatel si smazal účet"
+#: mod/profile_photo.php:245
+msgid "Select a profile:"
+msgstr "Vybrat profil:"
 
-#: 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 "Uživatel na vašem serveru Friendica smazal svůj účet. Prosím ujistěte se, ře jsou jeho data odstraněna ze záloh dat."
+#: mod/profile_photo.php:250
+msgid "or"
+msgstr "nebo"
 
-#: mod/removeme.php:48
-#, php-format
-msgid "The user id is %d"
-msgstr "Uživatelské ID je %d"
+#: mod/profile_photo.php:251
+msgid "skip this step"
+msgstr "tento krok přeskočte"
 
-#: mod/removeme.php:84 mod/removeme.php:87
-msgid "Remove My Account"
-msgstr "Odstranit můj účet"
+#: mod/profile_photo.php:251
+msgid "select a photo from your photo albums"
+msgstr "si vyberte fotku z vašich fotoalb"
 
-#: mod/removeme.php:85
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit."
+#: mod/profile_photo.php:264
+msgid "Crop Image"
+msgstr "Oříznout obrázek"
 
-#: mod/removeme.php:86
-msgid "Please enter your password for verification:"
-msgstr "Prosím, zadejte své heslo pro ověření:"
+#: mod/profile_photo.php:265
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Prosím, ořízněte tento obrázek pro optimální zobrazení."
 
-#: mod/repair_ostatus.php:21
-msgid "Resubscribing to OStatus contacts"
-msgstr "Znovu Vás registruji ke kontaktům OStatus"
+#: mod/profile_photo.php:267
+msgid "Done Editing"
+msgstr "Upravování dokončeno"
 
-#: mod/repair_ostatus.php:37
-msgid "Error"
-msgstr "Chyba"
+#: mod/profile_photo.php:301
+msgid "Image uploaded successfully."
+msgstr "Obrázek byl úspěšně nahrán."
 
-#: mod/search.php:101
+#: mod/search.php:92
 msgid "Only logged in users are permitted to perform a search."
 msgstr "Pouze přihlášení uživatelé mohou prohledávat tento server."
 
-#: mod/search.php:123
+#: mod/search.php:114
 msgid "Only one search per minute is permitted for not logged in users."
 msgstr "Nepřihlášení uživatelé mohou vyhledávat pouze jednou za minutu."
 
-#: mod/search.php:143 src/Content/Nav.php:197 src/Content/Text/HTML.php:900
+#: mod/search.php:134 src/Content/Text/HTML.php:889 src/Content/Nav.php:200
 msgid "Search"
 msgstr "Hledat"
 
-#: mod/search.php:229
+#: mod/search.php:228
 #, php-format
 msgid "Items tagged with: %s"
 msgstr "Položky označené štítkem: %s"
 
-#: mod/search.php:231 src/Module/Contact.php:819
+#: mod/search.php:230 src/Module/Contact.php:819
 #, php-format
 msgid "Results for: %s"
 msgstr "Výsledky pro: %s"
 
-#: mod/settings.php:63 src/Module/BaseSettingsModule.php:24
+#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24
 msgid "Account"
 msgstr "Účet"
 
-#: mod/settings.php:71 src/Module/BaseSettingsModule.php:31
-#: src/Module/Settings/TwoFactor/Index.php:83
-#: src/Module/TwoFactor/Verify.php:60
+#: 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 "Dvoufázové ověřování"
 
-#: mod/settings.php:78 src/Content/Nav.php:265 src/Model/Profile.php:394
+#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402
 #: src/Module/BaseSettingsModule.php:38
 msgid "Profiles"
 msgstr "Profily"
 
-#: mod/settings.php:86 src/Module/BaseAdminModule.php:84
+#: mod/settings.php:88 src/Module/BaseAdminModule.php:84
 #: src/Module/BaseSettingsModule.php:46
 msgid "Additional features"
 msgstr "Dodatečné vlastnosti"
 
-#: mod/settings.php:94 src/Module/BaseSettingsModule.php:54
+#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54
 msgid "Display"
 msgstr "Zobrazení"
 
-#: mod/settings.php:101 mod/settings.php:839
+#: mod/settings.php:103 mod/settings.php:843
 #: src/Module/BaseSettingsModule.php:61
 msgid "Social Networks"
 msgstr "Sociální sítě"
 
-#: mod/settings.php:108 src/Module/Admin/Addons/Details.php:100
+#: 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 "Doplňky"
 
-#: mod/settings.php:115 src/Content/Nav.php:260
+#: mod/settings.php:117 src/Content/Nav.php:263
 #: src/Module/BaseSettingsModule.php:75
 msgid "Delegations"
 msgstr "Delegace"
 
-#: mod/settings.php:122 src/Module/BaseSettingsModule.php:82
+#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82
 msgid "Connected apps"
 msgstr "Připojené aplikace"
 
-#: mod/settings.php:129 mod/uexport.php:52
+#: mod/settings.php:131 mod/uexport.php:59
 #: src/Module/BaseSettingsModule.php:89
 msgid "Export personal data"
 msgstr "Exportovat osobní údaje"
 
-#: mod/settings.php:136 src/Module/BaseSettingsModule.php:96
+#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96
 msgid "Remove account"
 msgstr "Odstranit účet"
 
-#: mod/settings.php:188
+#: 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 "Nastavení"
+
+#: mod/settings.php:190
 msgid "Missing some important data!"
 msgstr "Chybí některé důležité údaje!"
 
-#: mod/settings.php:190 mod/settings.php:700 src/Module/Contact.php:826
+#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:826
 msgid "Update"
 msgstr "Aktualizace"
 
-#: mod/settings.php:299
+#: mod/settings.php:302
 msgid "Failed to connect with email account using the settings provided."
 msgstr "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení."
 
-#: mod/settings.php:304
+#: mod/settings.php:307
 msgid "Email settings updated."
 msgstr "Nastavení e-mailu aktualizována."
 
-#: mod/settings.php:320
+#: mod/settings.php:323
 msgid "Features updated"
 msgstr "Vlastnosti aktualizovány"
 
-#: mod/settings.php:393
+#: mod/settings.php:384
+msgid "The theme you chose isn't available."
+msgstr "Motiv, který jste si vybral/a, není dostupný."
+
+#: mod/settings.php:396
 msgid "Relocate message has been send to your contacts"
 msgstr "Správa o změně umístění byla odeslána vašim kontaktům"
 
-#: mod/settings.php:405
+#: mod/settings.php:408
 msgid "Passwords do not match."
 msgstr "Hasla se neshodují."
 
-#: mod/settings.php:413 src/Console/NewPassword.php:80
+#: mod/settings.php:416 src/Console/NewPassword.php:101
 msgid "Password update failed. Please try again."
 msgstr "Aktualizace hesla se nezdařila. Zkuste to prosím znovu."
 
-#: mod/settings.php:416 src/Console/NewPassword.php:83
+#: mod/settings.php:419 src/Console/NewPassword.php:104
 msgid "Password changed."
 msgstr "Heslo bylo změněno."
 
-#: mod/settings.php:419
+#: mod/settings.php:422
 msgid "Password unchanged."
 msgstr "Heslo nezměněno."
 
-#: mod/settings.php:500
+#: mod/settings.php:503
 msgid " Please use a shorter name."
 msgstr "Prosím použijte kratší jméno."
 
-#: mod/settings.php:503
+#: mod/settings.php:506
 msgid " Name too short."
 msgstr "Jméno je příliš krátké."
 
-#: mod/settings.php:510 src/Module/Settings/TwoFactor/Index.php:66
+#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72
 msgid "Wrong Password"
 msgstr "Špatné heslo"
 
-#: mod/settings.php:515
+#: mod/settings.php:518
 msgid "Invalid email."
 msgstr "Neplatný e-mail."
 
-#: mod/settings.php:521
+#: mod/settings.php:524
 msgid "Cannot change to that email."
 msgstr "Nelze změnit na tento e-mail."
 
-#: mod/settings.php:571
+#: mod/settings.php:574
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "Soukromé fórum nemá nastaveno zabezpečení. Používá se výchozí skupina soukromí."
 
-#: mod/settings.php:574
+#: mod/settings.php:577
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "Soukromé fórum nemá nastaveno zabezpečení a ani žádnou výchozí skupinu soukromí."
 
-#: mod/settings.php:614
+#: mod/settings.php:617
 msgid "Settings updated."
 msgstr "Nastavení aktualizováno."
 
-#: mod/settings.php:673 mod/settings.php:699 mod/settings.php:733
+#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736
 msgid "Add application"
 msgstr "Přidat aplikaci"
 
-#: mod/settings.php:677 mod/settings.php:703
+#: mod/settings.php:680 mod/settings.php:706
 msgid "Consumer Key"
 msgstr "Consumer Key"
 
-#: mod/settings.php:678 mod/settings.php:704
+#: mod/settings.php:681 mod/settings.php:707
 msgid "Consumer Secret"
 msgstr "Consumer Secret"
 
-#: mod/settings.php:679 mod/settings.php:705
+#: mod/settings.php:682 mod/settings.php:708
 msgid "Redirect"
 msgstr "Přesměrování"
 
-#: mod/settings.php:680 mod/settings.php:706
+#: mod/settings.php:683 mod/settings.php:709
 msgid "Icon url"
 msgstr "URL ikony"
 
-#: mod/settings.php:691
+#: mod/settings.php:694
 msgid "You can't edit this application."
 msgstr "Nemůžete upravit tuto aplikaci."
 
-#: mod/settings.php:732
+#: mod/settings.php:735
 msgid "Connected Apps"
 msgstr "Připojené aplikace"
 
-#: mod/settings.php:734 src/Object/Post.php:167 src/Object/Post.php:169
+#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170
 msgid "Edit"
 msgstr "Upravit"
 
-#: mod/settings.php:736
+#: mod/settings.php:739
 msgid "Client key starts with"
 msgstr "Klienský klíč začíná"
 
-#: mod/settings.php:737
+#: mod/settings.php:740
 msgid "No name"
 msgstr "Bez názvu"
 
-#: mod/settings.php:738
+#: mod/settings.php:741
 msgid "Remove authorization"
 msgstr "Odstranit oprávnění"
 
-#: mod/settings.php:749
+#: mod/settings.php:752
 msgid "No Addon settings configured"
 msgstr "Žádná nastavení doplňků nenakonfigurována"
 
-#: mod/settings.php:758
+#: mod/settings.php:761
 msgid "Addon Settings"
 msgstr "Nastavení doplňků"
 
-#: mod/settings.php:772 src/Module/Admin/Features.php:58
+#: mod/settings.php:775 src/Module/Admin/Features.php:58
 #: src/Module/Admin/Features.php:59
 msgid "Off"
 msgstr "Vyp"
 
-#: mod/settings.php:772 src/Module/Admin/Features.php:58
+#: mod/settings.php:775 src/Module/Admin/Features.php:58
 #: src/Module/Admin/Features.php:59
 msgid "On"
 msgstr "Zap"
 
-#: mod/settings.php:779
+#: mod/settings.php:782
 msgid "Additional Features"
 msgstr "Dodatečné vlastnosti"
 
-#: mod/settings.php:802 src/Content/ContactSelector.php:87
+#: mod/settings.php:806 src/Content/ContactSelector.php:87
 msgid "Diaspora"
 msgstr "Diaspora"
 
-#: mod/settings.php:802 mod/settings.php:803
+#: mod/settings.php:806 mod/settings.php:807
 msgid "enabled"
 msgstr "povoleno"
 
-#: mod/settings.php:802 mod/settings.php:803
+#: mod/settings.php:806 mod/settings.php:807
 msgid "disabled"
 msgstr "zakázáno"
 
-#: mod/settings.php:802 mod/settings.php:803
+#: mod/settings.php:806 mod/settings.php:807
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "Vestavěná podpora pro připojení s %s je %s"
 
-#: mod/settings.php:803
+#: mod/settings.php:807
 msgid "GNU Social (OStatus)"
 msgstr "GNU social (OStatus)"
 
-#: mod/settings.php:834
+#: mod/settings.php:838
 msgid "Email access is disabled on this site."
 msgstr "Přístup k e-mailu je na tomto serveru zakázán."
 
-#: mod/settings.php:844
+#: mod/settings.php:848
 msgid "General Social Media Settings"
 msgstr "Obecná nastavení sociálních sítí"
 
-#: mod/settings.php:845
+#: mod/settings.php:849
+msgid "Accept only top level posts by contacts you follow"
+msgstr ""
+
+#: 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 ""
+
+#: mod/settings.php:850
 msgid "Disable Content Warning"
 msgstr "Vypnout varování o obsahu"
 
-#: mod/settings.php:845
+#: 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 "
@@ -3507,352 +3486,352 @@ msgid ""
 "any other content filtering you eventually set up."
 msgstr "Uživatelé na sítích, jako je Mastodon nebo Pleroma, si mohou nastavit pole s varováním o obsahu, která ve výchozím nastavení skryje jejich příspěvek. Tato možnost vypíná automatické skrývání a nastavuje varování o obsahu jako titulek příspěvku. Toto se netýká žádného dalšího filtrování obsahu, které se rozhodnete nastavit."
 
-#: mod/settings.php:846
+#: mod/settings.php:851
 msgid "Disable intelligent shortening"
 msgstr "Vypnout inteligentní zkracování"
 
-#: mod/settings.php:846
+#: 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 "Normálně se systém snaží nalézt nejlepší odkaz pro přidání zkrácených příspěvků. Pokud je tato možnost aktivní, pak každý zkrácený příspěvek bude vždy ukazovat na originální příspěvek Friendica."
 
-#: mod/settings.php:847
+#: mod/settings.php:852
 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
 msgstr "Automaticky sledovat jakékoliv sledující/zmiňující na GNU social (OStatus) "
 
-#: mod/settings.php:847
+#: 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 "Pokud obdržíte zprávu od neznámého uživatele z OStatus, tato možnost rozhoduje o tom, co dělat. Pokud je zaškrtnuta, bude pro každého neznámého uživatele vytvořen nový kontakt."
 
-#: mod/settings.php:848
+#: mod/settings.php:853
 msgid "Default group for OStatus contacts"
 msgstr "Výchozí skupina pro kontakty z OStatus"
 
-#: mod/settings.php:849
+#: mod/settings.php:854
 msgid "Your legacy GNU Social account"
 msgstr "Váš starý účet na GNU social"
 
-#: mod/settings.php:849
+#: 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 "Pokud zde zadáte vaše staré jméno účtu na GNU social/StatusNet (ve formátu uživatel@doména.tld), budou vaše kontakty přidány automaticky. Toto pole bude po dokončení vyprázdněno."
 
-#: mod/settings.php:852
+#: mod/settings.php:857
 msgid "Repair OStatus subscriptions"
 msgstr "Opravit odběry z OStatus"
 
-#: mod/settings.php:856
+#: mod/settings.php:861
 msgid "Email/Mailbox Setup"
 msgstr "Nastavení e-mailu"
 
-#: mod/settings.php:857
+#: 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 "Pokud chcete komunikovat pomocí této služby s vašimi kontakty z e-mailu (volitelné), uveďte, jak se připojit k Vaší e-mailové schránce."
 
-#: mod/settings.php:858
+#: mod/settings.php:863
 msgid "Last successful email check:"
 msgstr "Poslední úspěšná kontrola e-mailu:"
 
-#: mod/settings.php:860
+#: mod/settings.php:865
 msgid "IMAP server name:"
 msgstr "Jméno IMAP serveru:"
 
-#: mod/settings.php:861
+#: mod/settings.php:866
 msgid "IMAP port:"
 msgstr "IMAP port:"
 
-#: mod/settings.php:862
+#: mod/settings.php:867
 msgid "Security:"
 msgstr "Zabezpečení:"
 
-#: mod/settings.php:862 mod/settings.php:867
+#: mod/settings.php:867 mod/settings.php:872
 msgid "None"
 msgstr "Žádné"
 
-#: mod/settings.php:863
+#: mod/settings.php:868
 msgid "Email login name:"
 msgstr "Přihlašovací jméno k e-mailu:"
 
-#: mod/settings.php:864
+#: mod/settings.php:869
 msgid "Email password:"
 msgstr "Heslo k e-mailu:"
 
-#: mod/settings.php:865
+#: mod/settings.php:870
 msgid "Reply-to address:"
 msgstr "Odpovědět na adresu:"
 
-#: mod/settings.php:866
+#: mod/settings.php:871
 msgid "Send public posts to all email contacts:"
 msgstr "Poslat veřejné příspěvky na všechny e-mailové kontakty:"
 
-#: mod/settings.php:867
+#: mod/settings.php:872
 msgid "Action after import:"
 msgstr "Akce po importu:"
 
-#: mod/settings.php:867 src/Content/Nav.php:248
+#: mod/settings.php:872 src/Content/Nav.php:251
 msgid "Mark as seen"
 msgstr "Označit jako přečtené"
 
-#: mod/settings.php:867
+#: mod/settings.php:872
 msgid "Move to folder"
 msgstr "Přesunout do složky"
 
-#: mod/settings.php:868
+#: mod/settings.php:873
 msgid "Move to folder:"
 msgstr "Přesunout do složky:"
 
-#: mod/settings.php:892 src/Module/Admin/Site.php:435
+#: mod/settings.php:897 src/Module/Admin/Site.php:434
 msgid "No special theme for mobile devices"
 msgstr "Žádný speciální motiv pro mobilní zařízení"
 
-#: mod/settings.php:900
+#: mod/settings.php:905
 #, php-format
 msgid "%s - (Unsupported)"
 msgstr "%s - (Nepodporováno)"
 
-#: mod/settings.php:902 src/Module/Admin/Site.php:452
+#: mod/settings.php:907 src/Module/Admin/Site.php:451
 #, php-format
 msgid "%s - (Experimental)"
 msgstr "%s - (Experimentální)"
 
-#: mod/settings.php:930 src/Core/L10n.php:371 src/Model/Event.php:395
+#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395
 msgid "Sunday"
 msgstr "neděle"
 
-#: mod/settings.php:930 src/Core/L10n.php:371 src/Model/Event.php:396
+#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396
 msgid "Monday"
 msgstr "pondělí"
 
-#: mod/settings.php:946
+#: mod/settings.php:951
 msgid "Display Settings"
 msgstr "Nastavení zobrazení"
 
-#: mod/settings.php:952
+#: mod/settings.php:957
 msgid "Display Theme:"
 msgstr "Motiv zobrazení:"
 
-#: mod/settings.php:953
+#: mod/settings.php:958
 msgid "Mobile Theme:"
 msgstr "Mobilní motiv:"
 
-#: mod/settings.php:954
+#: mod/settings.php:959
 msgid "Suppress warning of insecure networks"
 msgstr "Potlačit varování o nezabezpečených sítích"
 
-#: mod/settings.php:954
+#: 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 "Zvolte, zda má systém potlačit zobrazování varování, že aktuální skupina obsahuje členy sítí, které nemohou přijímat soukromé příspěvky."
 
-#: mod/settings.php:955
+#: mod/settings.php:960
 msgid "Update browser every xx seconds"
 msgstr "Aktualizovat prohlížeč každých xx sekund"
 
-#: mod/settings.php:955
+#: mod/settings.php:960
 msgid "Minimum of 10 seconds. Enter -1 to disable it."
 msgstr "Minimum je 10 sekund. Zadáním hodnoty -1 funkci vypnete."
 
-#: mod/settings.php:956
+#: mod/settings.php:961
 msgid "Number of items to display per page:"
 msgstr "Počet položek zobrazených na stránce:"
 
-#: mod/settings.php:956 mod/settings.php:957
+#: mod/settings.php:961 mod/settings.php:962
 msgid "Maximum of 100 items"
 msgstr "Maximum 100 položek"
 
-#: mod/settings.php:957
+#: mod/settings.php:962
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "Počet položek ke zobrazení na stránce při zobrazení na mobilním zařízení:"
 
-#: mod/settings.php:958
+#: mod/settings.php:963
 msgid "Don't show emoticons"
 msgstr "Nezobrazovat emotikony"
 
-#: mod/settings.php:959
+#: mod/settings.php:964
 msgid "Calendar"
 msgstr "Kalendář"
 
-#: mod/settings.php:960
+#: mod/settings.php:965
 msgid "Beginning of week:"
 msgstr "Začátek týdne:"
 
-#: mod/settings.php:961
+#: mod/settings.php:966
 msgid "Don't show notices"
 msgstr "Nezobrazovat oznámění"
 
-#: mod/settings.php:962
+#: mod/settings.php:967
 msgid "Infinite scroll"
 msgstr "Nekonečné posouvání"
 
-#: mod/settings.php:963
+#: mod/settings.php:968
 msgid "Automatic updates only at the top of the network page"
 msgstr "Automatické aktualizace pouze na horní straně stránky Síť."
 
-#: mod/settings.php:963
+#: mod/settings.php:968
 msgid ""
 "When disabled, the network page is updated all the time, which could be "
 "confusing while reading."
 msgstr "Pokud je tato funkce vypnuta, stránka Síť bude neustále aktualizována, což může být při čtení matoucí."
 
-#: mod/settings.php:964
+#: mod/settings.php:969
 msgid "Bandwidth Saver Mode"
 msgstr "Režim šetření dat"
 
-#: mod/settings.php:964
+#: mod/settings.php:969
 msgid ""
 "When enabled, embedded content is not displayed on automatic updates, they "
 "only show on page reload."
 msgstr "Pokud je toto zapnuto, nebude při automatických aktualizacích zobrazován vložený obsah, zobrazí se pouze při obnovení stránky."
 
-#: mod/settings.php:965
+#: mod/settings.php:970
 msgid "Smart Threading"
 msgstr "Chytrá vlákna"
 
-#: mod/settings.php:965
+#: mod/settings.php:970
 msgid ""
 "When enabled, suppress extraneous thread indentation while keeping it where "
 "it matters. Only works if threading is available and enabled."
 msgstr "Pokud je toto povoleno, bude potlačeno vnější odsazení vláken, která zároveň zůstanou tam, kde mají význam. Funguje pouze pokud je povoleno vláknování."
 
-#: mod/settings.php:967
+#: mod/settings.php:972
 msgid "General Theme Settings"
 msgstr "Obecná nastavení motivu"
 
-#: mod/settings.php:968
+#: mod/settings.php:973
 msgid "Custom Theme Settings"
 msgstr "Vlastní nastavení motivu"
 
-#: mod/settings.php:969
+#: mod/settings.php:974
 msgid "Content Settings"
 msgstr "Nastavení obsahu"
 
-#: mod/settings.php:970 view/theme/duepuntozero/config.php:73
-#: view/theme/frio/config.php:122 view/theme/quattro/config.php:75
+#: 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 "Nastavení motivu"
 
-#: mod/settings.php:984
+#: mod/settings.php:989
 msgid "Unable to find your profile. Please contact your admin."
 msgstr "Nelze najít Váš účet. Prosím kontaktujte vašeho administrátora."
 
-#: mod/settings.php:1023
+#: mod/settings.php:1028
 msgid "Account Types"
 msgstr "Typy účtů"
 
-#: mod/settings.php:1024
+#: mod/settings.php:1029
 msgid "Personal Page Subtypes"
 msgstr "Podtypy osobních stránek"
 
-#: mod/settings.php:1025
+#: mod/settings.php:1030
 msgid "Community Forum Subtypes"
 msgstr "Podtypy komunitních fór"
 
-#: mod/settings.php:1032 src/Module/Admin/Users.php:229
+#: mod/settings.php:1037 src/Module/Admin/Users.php:229
 msgid "Personal Page"
 msgstr "Osobní stránka"
 
-#: mod/settings.php:1033
+#: mod/settings.php:1038
 msgid "Account for a personal profile."
 msgstr "Účet pro osobní profil."
 
-#: mod/settings.php:1036 src/Module/Admin/Users.php:230
+#: mod/settings.php:1041 src/Module/Admin/Users.php:230
 msgid "Organisation Page"
 msgstr "Stránka organizace"
 
-#: mod/settings.php:1037
+#: mod/settings.php:1042
 msgid ""
 "Account for an organisation that automatically approves contact requests as "
 "\"Followers\"."
 msgstr "Účet pro organizaci, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“."
 
-#: mod/settings.php:1040 src/Module/Admin/Users.php:231
+#: mod/settings.php:1045 src/Module/Admin/Users.php:231
 msgid "News Page"
 msgstr "Zpravodajská stránka"
 
-#: mod/settings.php:1041
+#: mod/settings.php:1046
 msgid ""
 "Account for a news reflector that automatically approves contact requests as"
 " \"Followers\"."
 msgstr "Účet pro zpravodaje, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“."
 
-#: mod/settings.php:1044 src/Module/Admin/Users.php:232
+#: mod/settings.php:1049 src/Module/Admin/Users.php:232
 msgid "Community Forum"
 msgstr "Komunitní fórum"
 
-#: mod/settings.php:1045
+#: mod/settings.php:1050
 msgid "Account for community discussions."
 msgstr "Účet pro komunitní diskuze."
 
-#: mod/settings.php:1048 src/Module/Admin/Users.php:222
+#: mod/settings.php:1053 src/Module/Admin/Users.php:222
 msgid "Normal Account Page"
 msgstr "Normální stránka účtu"
 
-#: mod/settings.php:1049
+#: mod/settings.php:1054
 msgid ""
 "Account for a regular personal profile that requires manual approval of "
 "\"Friends\" and \"Followers\"."
 msgstr "Účet pro běžný osobní profil, který vyžaduje manuální potvrzení „Přátel“ a „Sledujících“."
 
-#: mod/settings.php:1052 src/Module/Admin/Users.php:223
+#: mod/settings.php:1057 src/Module/Admin/Users.php:223
 msgid "Soapbox Page"
 msgstr "Propagační stránka"
 
-#: mod/settings.php:1053
+#: mod/settings.php:1058
 msgid ""
 "Account for a public profile that automatically approves contact requests as"
 " \"Followers\"."
 msgstr "Účet pro veřejný profil, který automaticky potvrzuje požadavky o přidání kontaktu jako „Sledující“."
 
-#: mod/settings.php:1056 src/Module/Admin/Users.php:224
+#: mod/settings.php:1061 src/Module/Admin/Users.php:224
 msgid "Public Forum"
 msgstr "Veřejné fórum"
 
-#: mod/settings.php:1057
+#: mod/settings.php:1062
 msgid "Automatically approves all contact requests."
 msgstr "Automaticky potvrzuje všechny žádosti o přidání kontaktu."
 
-#: mod/settings.php:1060 src/Module/Admin/Users.php:225
+#: mod/settings.php:1065 src/Module/Admin/Users.php:225
 msgid "Automatic Friend Page"
 msgstr "Stránka s automatickými přátely"
 
-#: mod/settings.php:1061
+#: mod/settings.php:1066
 msgid ""
 "Account for a popular profile that automatically approves contact requests "
 "as \"Friends\"."
 msgstr "Účet pro populární profil, který automaticky potvrzuje požadavky o přidání kontaktu jako „Přátele“."
 
-#: mod/settings.php:1064
+#: mod/settings.php:1069
 msgid "Private Forum [Experimental]"
 msgstr "Soukromé fórum [Experimentální]"
 
-#: mod/settings.php:1065
+#: mod/settings.php:1070
 msgid "Requires manual approval of contact requests."
 msgstr "Vyžaduje manuální potvrzení požadavků o přidání kontaktu."
 
-#: mod/settings.php:1076
+#: mod/settings.php:1081
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: mod/settings.php:1076
+#: mod/settings.php:1081
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(Volitelné) Povolit tomuto OpenID přihlášení k tomuto účtu."
 
-#: mod/settings.php:1084
+#: mod/settings.php:1089
 msgid "Publish your default profile in your local site directory?"
 msgstr "Publikovat váš výchozí profil v místním adresáři webu?"
 
-#: mod/settings.php:1084
+#: mod/settings.php:1089
 #, php-format
 msgid ""
 "Your profile will be published in this node's <a href=\"%s\">local "
@@ -3860,314 +3839,314 @@ msgid ""
 " system settings."
 msgstr "Váš profil bude publikován v <a href=\"%s\">místním adresáři</a> tohoto serveru. Vaše detaily o profilu mohou být veřejně viditelné v závislosti na systémových nastaveních."
 
-#: mod/settings.php:1090
+#: mod/settings.php:1095
 msgid "Publish your default profile in the global social directory?"
 msgstr "Publikovat váš výchozí profil v globální sociálním adresáři?"
 
-#: mod/settings.php:1090
+#: mod/settings.php:1095
 #, 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 "Váš profil bude publikován v globálních adresářích Friendica (např. <a href=\"%s\">%s</a>). Váš profil bude veřejně viditelný."
 
-#: mod/settings.php:1097
+#: mod/settings.php:1102
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "Skrýt váš seznam kontaktů/přátel před návštěvníky vašeho výchozího profilu?"
 
-#: mod/settings.php:1097
+#: 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 "Váš seznam kontaktů nebude zobrazen na vaší výchozí profilové stránce. Můžete se rozhodnout, jestli chcete zobrazit váš seznam kontaktů zvlášť pro každý další profil, který si vytvoříte."
 
-#: mod/settings.php:1101
+#: mod/settings.php:1106
 msgid "Hide your profile details from anonymous viewers?"
 msgstr "Skrýt vaše profilové detaily před anonymními návštěvníky?"
 
-#: mod/settings.php:1101
+#: 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 "Anonymní návštěvníci mohou pouze vidět váš profilový obrázek, zobrazované jméno a přezdívku, kterou používáte na vaší profilové stránce. vaše veřejné příspěvky a odpovědi budou stále dostupné jinými způsoby."
 
-#: mod/settings.php:1105
+#: mod/settings.php:1110
 msgid "Allow friends to post to your profile page?"
 msgstr "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?"
 
-#: mod/settings.php:1105
+#: mod/settings.php:1110
 msgid ""
 "Your contacts may write posts on your profile wall. These posts will be "
 "distributed to your contacts"
 msgstr "Vaše kontakty mohou psát příspěvky na vaši profilovou zeď. Tyto příspěvky budou přeposílány vašim kontaktům."
 
-#: mod/settings.php:1109
+#: mod/settings.php:1114
 msgid "Allow friends to tag your posts?"
 msgstr "Povolit přátelům označovat vaše příspěvky?"
 
-#: mod/settings.php:1109
+#: mod/settings.php:1114
 msgid "Your contacts can add additional tags to your posts."
 msgstr "Vaše kontakty mohou přidávat k vašim příspěvkům dodatečné štítky."
 
-#: mod/settings.php:1113
+#: mod/settings.php:1118
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "Povolit, abychom vás navrhovali jako přátelé pro nové členy?"
 
-#: mod/settings.php:1113
+#: mod/settings.php:1118
 msgid ""
 "If you like, Friendica may suggest new members to add you as a contact."
 msgstr "Pokud budete chtít, může Friendica nabízet novým členům, aby si vás přidali jako kontakt."
 
-#: mod/settings.php:1117
+#: mod/settings.php:1122
 msgid "Permit unknown people to send you private mail?"
 msgstr "Povolit neznámým lidem vám zasílat soukromé zprávy?"
 
-#: mod/settings.php:1117
+#: mod/settings.php:1122
 msgid ""
 "Friendica network users may send you private messages even if they are not "
 "in your contact list."
 msgstr "Uživatelé sítě Friendica vám mohou posílat soukromé zprávy, i pokud nejsou ve vašich kontaktech."
 
-#: mod/settings.php:1121
+#: mod/settings.php:1126
 msgid "Profile is <strong>not published</strong>."
 msgstr "Profil <strong>není zveřejněn</strong>."
 
-#: mod/settings.php:1127
+#: mod/settings.php:1132
 #, php-format
 msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
 msgstr "Vaše adresa identity je <strong>„%s“</strong> nebo „%s“."
 
-#: mod/settings.php:1134
+#: mod/settings.php:1139
 msgid "Automatically expire posts after this many days:"
 msgstr "Automaticky expirovat příspěvky po zadaném počtu dní:"
 
-#: mod/settings.php:1134
+#: mod/settings.php:1139
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "Pokud je prázdné, příspěvky nebudou nikdy expirovat. Expirované příspěvky budou vymazány"
 
-#: mod/settings.php:1135
+#: mod/settings.php:1140
 msgid "Advanced expiration settings"
 msgstr "Pokročilé nastavení expirací"
 
-#: mod/settings.php:1136
+#: mod/settings.php:1141
 msgid "Advanced Expiration"
 msgstr "Nastavení expirací"
 
-#: mod/settings.php:1137
+#: mod/settings.php:1142
 msgid "Expire posts:"
 msgstr "Expirovat příspěvky:"
 
-#: mod/settings.php:1138
+#: mod/settings.php:1143
 msgid "Expire personal notes:"
 msgstr "Expirovat osobní poznámky:"
 
-#: mod/settings.php:1139
+#: mod/settings.php:1144
 msgid "Expire starred posts:"
 msgstr "Expirovat příspěvky s hvězdou:"
 
-#: mod/settings.php:1140
+#: mod/settings.php:1145
 msgid "Expire photos:"
 msgstr "Expirovat fotky:"
 
-#: mod/settings.php:1141
+#: mod/settings.php:1146
 msgid "Only expire posts by others:"
 msgstr "Příspěvky expirovat pouze ostatními:"
 
-#: mod/settings.php:1171
+#: mod/settings.php:1176
 msgid "Account Settings"
 msgstr "Nastavení účtu"
 
-#: mod/settings.php:1179
+#: mod/settings.php:1184
 msgid "Password Settings"
 msgstr "Nastavení hesla"
 
-#: mod/settings.php:1180 src/Module/Register.php:130
+#: mod/settings.php:1185 src/Module/Register.php:130
 msgid "New Password:"
 msgstr "Nové heslo:"
 
-#: mod/settings.php:1180
+#: mod/settings.php:1185
 msgid ""
 "Allowed characters are a-z, A-Z, 0-9 and special characters except white "
 "spaces, accentuated letters and colon (:)."
 msgstr "Povolené znaky jsou a-z, A-Z, 0-9 a zvláštní znaky kromě mezer, znaků s diakritikou a dvojtečky (:)."
 
-#: mod/settings.php:1181 src/Module/Register.php:131
+#: mod/settings.php:1186 src/Module/Register.php:131
 msgid "Confirm:"
 msgstr "Potvrďte:"
 
-#: mod/settings.php:1181
+#: mod/settings.php:1186
 msgid "Leave password fields blank unless changing"
 msgstr "Pokud nechcete změnit heslo, položku hesla nevyplňujte"
 
-#: mod/settings.php:1182
+#: mod/settings.php:1187
 msgid "Current Password:"
 msgstr "Stávající heslo:"
 
-#: mod/settings.php:1182 mod/settings.php:1183
+#: mod/settings.php:1187 mod/settings.php:1188
 msgid "Your current password to confirm the changes"
 msgstr "Vaše stávající heslo k potvrzení změn"
 
-#: mod/settings.php:1183
+#: mod/settings.php:1188
 msgid "Password:"
 msgstr "Heslo: "
 
-#: mod/settings.php:1187
+#: mod/settings.php:1192
 msgid "Basic Settings"
 msgstr "Základní nastavení"
 
-#: mod/settings.php:1188 src/Model/Profile.php:745
+#: mod/settings.php:1193 src/Model/Profile.php:756
 msgid "Full Name:"
 msgstr "Celé jméno:"
 
-#: mod/settings.php:1189
+#: mod/settings.php:1194
 msgid "Email Address:"
 msgstr "E-mailová adresa:"
 
-#: mod/settings.php:1190
+#: mod/settings.php:1195
 msgid "Your Timezone:"
 msgstr "Vaše časové pásmo:"
 
-#: mod/settings.php:1191
+#: mod/settings.php:1196
 msgid "Your Language:"
 msgstr "Váš jazyk:"
 
-#: mod/settings.php:1191
+#: mod/settings.php:1196
 msgid ""
 "Set the language we use to show you friendica interface and to send you "
 "emails"
 msgstr "Nastavte jazyk, který máme používat pro rozhraní Friendica a pro posílání e-mailů"
 
-#: mod/settings.php:1192
+#: mod/settings.php:1197
 msgid "Default Post Location:"
 msgstr "Výchozí poloha příspěvků:"
 
-#: mod/settings.php:1193
+#: mod/settings.php:1198
 msgid "Use Browser Location:"
 msgstr "Používat polohu dle prohlížeče:"
 
-#: mod/settings.php:1196
+#: mod/settings.php:1201
 msgid "Security and Privacy Settings"
 msgstr "Nastavení zabezpečení a soukromí"
 
-#: mod/settings.php:1198
+#: mod/settings.php:1203
 msgid "Maximum Friend Requests/Day:"
 msgstr "Maximální počet požadavků o přátelství za den:"
 
-#: mod/settings.php:1198 mod/settings.php:1227
+#: mod/settings.php:1203 mod/settings.php:1232
 msgid "(to prevent spam abuse)"
 msgstr "(ay se zabránilo spamu)"
 
-#: mod/settings.php:1199
+#: mod/settings.php:1204
 msgid "Default Post Permissions"
 msgstr "Výchozí oprávnění pro příspěvek"
 
-#: mod/settings.php:1200
+#: mod/settings.php:1205
 msgid "(click to open/close)"
 msgstr "(klikněte pro otevření/zavření)"
 
-#: mod/settings.php:1210
+#: mod/settings.php:1215
 msgid "Default Private Post"
 msgstr "Výchozí soukromý příspěvek"
 
-#: mod/settings.php:1211
+#: mod/settings.php:1216
 msgid "Default Public Post"
 msgstr "Výchozí veřejný příspěvek"
 
-#: mod/settings.php:1215
+#: mod/settings.php:1220
 msgid "Default Permissions for New Posts"
 msgstr "Výchozí oprávnění pro nové příspěvky"
 
-#: mod/settings.php:1227
+#: mod/settings.php:1232
 msgid "Maximum private messages per day from unknown people:"
 msgstr "Maximum soukromých zpráv od neznámých lidí za den:"
 
-#: mod/settings.php:1230
+#: mod/settings.php:1235
 msgid "Notification Settings"
 msgstr "Nastavení oznámení"
 
-#: mod/settings.php:1231
+#: mod/settings.php:1236
 msgid "Send a notification email when:"
 msgstr "Poslat oznámení e-mailem, když:"
 
-#: mod/settings.php:1232
+#: mod/settings.php:1237
 msgid "You receive an introduction"
 msgstr "obdržíte představení"
 
-#: mod/settings.php:1233
+#: mod/settings.php:1238
 msgid "Your introductions are confirmed"
 msgstr "jsou vaše představení potvrzena"
 
-#: mod/settings.php:1234
+#: mod/settings.php:1239
 msgid "Someone writes on your profile wall"
 msgstr "vám někdo napíše na vaši profilovou stránku"
 
-#: mod/settings.php:1235
+#: mod/settings.php:1240
 msgid "Someone writes a followup comment"
 msgstr "Vám někdo napíše následný komentář"
 
-#: mod/settings.php:1236
+#: mod/settings.php:1241
 msgid "You receive a private message"
 msgstr "obdržíte soukromou zprávu"
 
-#: mod/settings.php:1237
+#: mod/settings.php:1242
 msgid "You receive a friend suggestion"
 msgstr "obdržíte návrh přátelství"
 
-#: mod/settings.php:1238
+#: mod/settings.php:1243
 msgid "You are tagged in a post"
 msgstr "jste označen v příspěvku"
 
-#: mod/settings.php:1239
+#: mod/settings.php:1244
 msgid "You are poked/prodded/etc. in a post"
 msgstr "vás věkdo šťouchne/dloubne/apod. v příspěvku"
 
-#: mod/settings.php:1241
+#: mod/settings.php:1246
 msgid "Activate desktop notifications"
 msgstr "Aktivovat desktopová oznámení"
 
-#: mod/settings.php:1241
+#: mod/settings.php:1246
 msgid "Show desktop popup on new notifications"
 msgstr "Zobrazit desktopové zprávy při nových oznámeních."
 
-#: mod/settings.php:1243
+#: mod/settings.php:1248
 msgid "Text-only notification emails"
 msgstr "Pouze textové oznamovací e-maily"
 
-#: mod/settings.php:1245
+#: mod/settings.php:1250
 msgid "Send text only notification emails, without the html part"
 msgstr "Posílat pouze textové oznamovací e-maily, bez HTML části."
 
-#: mod/settings.php:1247
+#: mod/settings.php:1252
 msgid "Show detailled notifications"
 msgstr "Zobrazit detailní oznámení"
 
-#: mod/settings.php:1249
+#: mod/settings.php:1254
 msgid ""
 "Per default, notifications are condensed to a single notification per item. "
 "When enabled every notification is displayed."
 msgstr "Ve výchozím nastavení jsou oznámení zhuštěné na jediné oznámení pro každou položku. Pokud je toto povolené, budou zobrazována všechna oznámení."
 
-#: mod/settings.php:1251
+#: mod/settings.php:1256
 msgid "Advanced Account/Page Type Settings"
 msgstr "Pokročilé nastavení účtu/stránky"
 
-#: mod/settings.php:1252
+#: mod/settings.php:1257
 msgid "Change the behaviour of this account for special situations"
 msgstr "Změnit chování tohoto účtu ve speciálních situacích"
 
-#: mod/settings.php:1255
+#: mod/settings.php:1260
 msgid "Relocate"
 msgstr "Přemístit"
 
-#: mod/settings.php:1256
+#: 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 "Pokud jste přemístil/a tento profil z jiného serveru a nějaký z vašich kontaktů nedostává vaše aktualizace, zkuste stisknout toto tlačítko."
 
-#: mod/settings.php:1257
+#: mod/settings.php:1262
 msgid "Resend relocate message to contacts"
 msgstr "Znovu odeslat správu o přemístění Vašim kontaktům"
 
@@ -4194,1022 +4173,1153 @@ msgstr "Opravdu chcete smazat tento návrh?"
 msgid "Ignore/Hide"
 msgstr "Ignorovat/skrýt"
 
-#: mod/suggest.php:119 src/Content/Widget.php:66 view/theme/vier/theme.php:204
+#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69
 msgid "Friend Suggestions"
 msgstr "Návrhy přátel"
 
-#: mod/tagrm.php:31
-msgid "Tag(s) removed"
-msgstr "Štítek(ky) odstraněn(y)"
+#: mod/uexport.php:52
+msgid "Export account"
+msgstr "Exportovat účet"
 
-#: mod/tagrm.php:101
-msgid "Remove Item Tag"
-msgstr "Odebrat štítek položky"
+#: 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 "Exportujte svůj účet a své kontakty. Použijte tuto funkci pro vytvoření  zálohy svého účtu a/nebo k přesunu na jiný server."
 
-#: mod/tagrm.php:103
-msgid "Select a tag to remove: "
-msgstr "Vyberte štítek k odebrání: "
+#: mod/uexport.php:53
+msgid "Export all"
+msgstr "Exportovat vše"
 
-#: mod/uexport.php:45
-msgid "Export account"
-msgstr "Exportovat účet"
+#: 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 "Exportujte své informace o účtu, kontakty a všechny své položky jako JSON. To může být velmi velký soubor a může to zabrat spoustu času. Tuto funkci použijte pro úplnou zálohu svého účtu (fotky se neexportují)"
+
+#: mod/videos.php:123
+msgid "No videos selected"
+msgstr "Není vybráno žádné video"
+
+#: mod/videos.php:280 src/Model/Item.php:3468
+msgid "View Video"
+msgstr "Zobrazit video"
+
+#: mod/videos.php:295
+msgid "Recent Videos"
+msgstr "Nedávná videa"
+
+#: mod/videos.php:297
+msgid "Upload New Videos"
+msgstr "Nahrát nová videa"
+
+#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745
+msgid "default"
+msgstr "výchozí"
+
+#: view/theme/duepuntozero/config.php:56
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:57
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:58
+msgid "easterbunny"
+msgstr "easterbunny"
+
+#: view/theme/duepuntozero/config.php:59
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "comix"
+msgstr "comix"
 
-#: mod/uexport.php:45
+#: view/theme/duepuntozero/config.php:61
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "Variace"
+
+#: view/theme/frio/php/Image.php:24
+msgid "Top Banner"
+msgstr "Vrchní banner"
+
+#: 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 "Změnit velikost obrázku na šířku obrazovky a ukázat pod ním barvu pozadí na dlouhých stránkách."
+
+#: view/theme/frio/php/Image.php:25
+msgid "Full screen"
+msgstr "Celá obrazovka"
+
+#: view/theme/frio/php/Image.php:25
+msgid ""
+"Resize image to fill entire screen, clipping either the right or the bottom."
+msgstr "Změnit velikost obrázku, aby zaplnil celou obrazovku, a odštěpit buď pravou, nebo dolní část"
+
+#: view/theme/frio/php/Image.php:26
+msgid "Single row mosaic"
+msgstr "Mozaika s jedinou řadou"
+
+#: view/theme/frio/php/Image.php:26
 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 "Exportujte svůj účet a své kontakty. Použijte tuto funkci pro vytvoření  zálohy svého účtu a/nebo k přesunu na jiný server."
+"Resize image to repeat it on a single row, either vertical or horizontal."
+msgstr "Změnit velikost obrázku a opakovat jej v jediné řadě, buď svislé, nebo vodorovné"
 
-#: mod/uexport.php:46
-msgid "Export all"
-msgstr "Exportovat vše"
+#: view/theme/frio/php/Image.php:27
+msgid "Mosaic"
+msgstr "Mozaika"
 
-#: mod/uexport.php:46
-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 "Exportujte své informace o účtu, kontakty a všechny své položky jako JSON. To může být velmi velký soubor a může to zabrat spoustu času. Tuto funkci použijte pro úplnou zálohu svého účtu (fotky se neexportují)"
+#: view/theme/frio/php/Image.php:27
+msgid "Repeat image to fill the screen."
+msgstr "Opakovat obrázek, aby zaplnil obrazovku"
 
-#: mod/uimport.php:30
-msgid "User imports on closed servers can only be done by an administrator."
-msgstr "Importy uživatelů na uzavřených serverech může provést pouze administrátor."
+#: view/theme/frio/config.php:111
+msgid "Custom"
+msgstr "Vlastní"
 
-#: 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 "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to  zítra znovu."
+#: view/theme/frio/config.php:123
+msgid "Note"
+msgstr "Poznámka"
 
-#: mod/uimport.php:54 src/Module/Register.php:141
-msgid "Import"
-msgstr "Import"
+#: view/theme/frio/config.php:123
+msgid "Check image permissions if all users are allowed to see the image"
+msgstr "Zkontrolujte povolení u obrázku, jestli mají všichni uživatelé povolení obrázek vidět"
 
-#: mod/uimport.php:56
-msgid "Move account"
-msgstr "Přesunout účet"
+#: view/theme/frio/config.php:129
+msgid "Select color scheme"
+msgstr "Vybrat barevné schéma"
 
-#: mod/uimport.php:57
-msgid "You can import an account from another Friendica server."
-msgstr "Můžete importovat účet z jiného serveru Friendica."
+#: view/theme/frio/config.php:130
+msgid "Copy or paste schemestring"
+msgstr "Kopírovat a vložit řetězec schématu"
 
-#: mod/uimport.php:58
+#: view/theme/frio/config.php:130
 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 "Musíte exportovat svůj účet na starém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhoval/a."
+"You can copy this string to share your theme with others. Pasting here "
+"applies the schemestring"
+msgstr "Tento řetězec můžete zkopírovat a sdílet tak svůj motiv s jinými lidmi. Vložením sem aplikujete řetězec schématu"
 
-#: 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 "Tato vlastnost je experimentální. Nemůžeme importovat kontakty za sítě OStatus (GNU social/StatusNet) nebo z Diaspory"
+#: view/theme/frio/config.php:131
+msgid "Navigation bar background color"
+msgstr "Barva pozadí navigační lišty"
 
-#: mod/uimport.php:60
-msgid "Account file"
-msgstr "Soubor s účtem"
+#: view/theme/frio/config.php:132
+msgid "Navigation bar icon color "
+msgstr "Barva ikon navigační lišty"
 
-#: mod/uimport.php:60
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "K exportu Vašeho účtu jděte na „Nastavení->Exportovat osobní údaje“ a zvolte „Exportovat účet“"
+#: view/theme/frio/config.php:133
+msgid "Link color"
+msgstr "Barva odkazů"
 
-#: mod/unfollow.php:36 mod/unfollow.php:92
-msgid "You aren't following this contact."
-msgstr "Tento kontakt nesledujete."
+#: view/theme/frio/config.php:134
+msgid "Set the background color"
+msgstr "Nastavit barvu pozadí"
 
-#: mod/unfollow.php:46 mod/unfollow.php:98
-msgid "Unfollowing is currently not supported by your network."
-msgstr "Zrušení sledování není aktuálně na Vaši síti podporováno."
+#: view/theme/frio/config.php:135
+msgid "Content background opacity"
+msgstr "Průhlednost pozadí obsahu"
 
-#: mod/unfollow.php:67
-msgid "Contact unfollowed"
-msgstr "Zrušeno sledování kontaktu"
+#: view/theme/frio/config.php:136
+msgid "Set the background image"
+msgstr "Nastavit obrázek na pozadí"
 
-#: mod/unfollow.php:118 src/Module/Contact.php:573
-msgid "Disconnect/Unfollow"
-msgstr "Odpojit se/Zrušit sledování"
+#: view/theme/frio/config.php:137
+msgid "Background image style"
+msgstr "Styl obrázku na pozadí"
 
-#: 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 "[Vložený obsah - pro zobrazení obnovte stránku]"
+#: view/theme/frio/config.php:139
+msgid "Enable Compose page"
+msgstr ""
 
-#: mod/videos.php:123
-msgid "No videos selected"
-msgstr "Není vybráno žádné video"
+#: 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/videos.php:280 src/Model/Item.php:3421
-msgid "View Video"
-msgstr "Zobrazit video"
+#: view/theme/frio/config.php:143
+msgid "Login page background image"
+msgstr "Obrázek na pozadí přihlašovací stránky"
 
-#: mod/videos.php:295
-msgid "Recent Videos"
-msgstr "Nedávná videa"
+#: view/theme/frio/config.php:147
+msgid "Login page background color"
+msgstr "Barva pozadí přihlašovací stránky"
 
-#: mod/videos.php:297
-msgid "Upload New Videos"
-msgstr "Nahrát nová videa"
+#: view/theme/frio/config.php:147
+msgid "Leave background image and color empty for theme defaults"
+msgstr "Nechejte obrázek a barvu pozadí prázdnou pro výchozí nastavení motivů"
 
-#: mod/viewcontacts.php:78
-msgid "No contacts."
-msgstr "Žádné kontakty."
+#: view/theme/frio/theme.php:246
+msgid "Guest"
+msgstr "Host"
 
-#: mod/viewcontacts.php:94 src/Module/Contact.php:606
-#: src/Module/Contact.php:1027
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Navštivte profil uživatele %s [%s]"
+#: view/theme/frio/theme.php:251
+msgid "Visitor"
+msgstr "Návštěvník"
 
-#: mod/viewcontacts.php:114 src/Content/Nav.php:202 src/Content/Nav.php:268
-#: src/Content/Text/HTML.php:911 src/Model/Profile.php:974
-#: src/Model/Profile.php:977 src/Module/Contact.php:814
-#: src/Module/Contact.php:884 view/theme/frio/theme.php:273
-msgid "Contacts"
-msgstr "Kontakty"
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Model/Profile.php:909 src/Module/Contact.php:654
+#: src/Module/Contact.php:856 src/Module/Settings/TwoFactor/Index.php:91
+msgid "Status"
+msgstr "Stav"
 
-#: mod/wallmessage.php:52 mod/wallmessage.php:115
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena."
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Content/Nav.php:244
+msgid "Your posts and conversations"
+msgstr "Vaše příspěvky a konverzace"
 
-#: mod/wallmessage.php:63
-msgid "Unable to check your home location."
-msgstr "Nebylo možné zjistit polohu vašeho domova."
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+msgid "Your profile page"
+msgstr "Vaše profilová stránka"
 
-#: mod/wallmessage.php:89 mod/wallmessage.php:98
-msgid "No recipient."
-msgstr "Žádný příjemce."
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+msgid "Your photos"
+msgstr "Vaše fotky"
 
-#: 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 "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů."
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+#: src/Model/Profile.php:933 src/Model/Profile.php:936
+msgid "Videos"
+msgstr "Videa"
 
-#: 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 "Neplatný požadavek."
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+msgid "Your videos"
+msgstr "Vaše videa"
 
-#: mod/wall_attach.php:103
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Omlouváme se, možná je váš soubor větší než je povolené maximum dle nastavení PHP"
+#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
+msgid "Your events"
+msgstr "Vaše události"
 
-#: mod/wall_attach.php:103
-msgid "Or - did you try to upload an empty file?"
-msgstr "Nebo - nenahrával/a jste prázdný soubor?"
+#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151
+#: src/Content/Nav.php:241
+msgid "Network"
+msgstr "Síť"
 
-#: mod/wall_attach.php:114
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "Velikost souboru přesáhla limit %s"
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Conversations from your friends"
+msgstr "Konverzace od vašich přátel"
 
-#: mod/wall_attach.php:129
-msgid "File upload failed."
-msgstr "Nahrání souboru se nezdařilo."
+#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
+#: src/Model/Profile.php:948 src/Model/Profile.php:959
+msgid "Events and Calendar"
+msgstr "Události a kalendář"
 
-#: mod/wall_upload.php:243
-msgid "Wall Photos"
-msgstr "Fotky na zdi"
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
+msgid "Private mail"
+msgstr "Soukromá pošta"
 
-#: src/App.php:505
-msgid "Delete this item?"
-msgstr "Odstranit tuto položku?"
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:265
+msgid "Account settings"
+msgstr "Nastavení účtu"
 
-#: src/App.php:547
-msgid "toggle mobile"
-msgstr "přepínat mobilní zobrazení"
+#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:900
+#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:988
+#: src/Model/Profile.php:991 src/Module/Contact.php:800
+#: src/Module/Contact.php:884
+msgid "Contacts"
+msgstr "Kontakty"
 
-#: src/App.php:863
-msgid "No system theme config value set."
-msgstr "Není nastavena konfigurační hodnota systémového motivu."
+#: view/theme/frio/theme.php:278 src/Content/Nav.php:271
+msgid "Manage/edit friends and contacts"
+msgstr "Spravovat/upravit přátelé a kontakty"
 
-#: src/App.php:1163
-msgid "You must be logged in to use addons. "
-msgstr "Pro použití doplňků musíte být přihlášen/a."
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "Zarovnání"
 
-#: 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 "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním."
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "Vlevo"
 
-#: src/Console/ArchiveContact.php:65
-#, php-format
-msgid "Could not find any unarchived contact entry for this URL (%s)"
-msgstr "Nelze najít žádný nearchivovaný záznam kontaktu pro tuto URL adresu (%s)"
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "Uprostřed"
 
-#: src/Console/ArchiveContact.php:68
-msgid "The contact entries have been archived"
-msgstr "Záznamy kontaktů byly archivovány"
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "Barevné schéma"
 
-#: src/Console/GlobalCommunityBlock.php:65
-#: src/Module/Admin/Blocklist/Contact.php:29
-#, php-format
-msgid "Could not find any contact entry for this URL (%s)"
-msgstr "Nelze nalézt žádnou položku v kontaktech pro tuto URL adresu (%s)"
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "Velikost písma u příspěvků"
 
-#: src/Console/GlobalCommunityBlock.php:68
-#: src/Module/Admin/Blocklist/Contact.php:27
-msgid "The contact has been blocked from the node"
-msgstr "Kontakt byl na serveru zablokován"
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "Velikost písma textů"
 
-#: src/Console/NewPassword.php:72
-msgid "Enter new password: "
-msgstr "Zadejte nové heslo"
+#: view/theme/vier/config.php:76
+msgid "Comma separated list of helper forums"
+msgstr "Seznam fór s pomocníky, oddělených čárkami"
 
-#: src/Console/PostUpdate.php:50
-#, php-format
-msgid "Post update version number has been set to %s."
-msgstr "Číslo verze post update bylo nastaveno na %s."
+#: view/theme/vier/config.php:116 src/Core/ACL.php:302
+msgid "don't show"
+msgstr "nezobrazit"
+
+#: view/theme/vier/config.php:116 src/Core/ACL.php:301
+msgid "show"
+msgstr "zobrazit"
 
-#: src/Console/PostUpdate.php:58
-msgid "Check for pending update actions."
-msgstr "Zkontrolovat čekající akce po aktualizaci."
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "Nastavit styl"
 
-#: src/Console/PostUpdate.php:60
-msgid "Done."
-msgstr "Hotovo."
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "Komunitní stránky"
 
-#: src/Console/PostUpdate.php:62
-msgid "Execute pending post updates."
-msgstr "Provést čekající aktualizace příspěvků."
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151
+msgid "Community Profiles"
+msgstr "Komunitní profily"
 
-#: src/Console/PostUpdate.php:68
-msgid "All pending post updates are done."
-msgstr "Všechny čekající aktualizace příspěvků jsou hotové."
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr "Pomoc nebo @ProNováčky ?"
 
-#: src/Content/ContactSelector.php:58
-msgid "Frequently"
-msgstr "Často"
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373
+msgid "Connect Services"
+msgstr "Připojit služby"
 
-#: src/Content/ContactSelector.php:59
-msgid "Hourly"
-msgstr "Hodinově"
+#: view/theme/vier/config.php:127
+msgid "Find Friends"
+msgstr "Najít přátele"
 
-#: src/Content/ContactSelector.php:60
-msgid "Twice daily"
-msgstr "Dvakrát denně"
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "Poslední uživatelé"
 
-#: src/Content/ContactSelector.php:61
-msgid "Daily"
-msgstr "Denně"
+#: view/theme/vier/theme.php:199 src/Content/Widget.php:64
+msgid "Find People"
+msgstr "Najít lidi"
 
-#: src/Content/ContactSelector.php:62
-msgid "Weekly"
-msgstr "Týdně"
+#: view/theme/vier/theme.php:200 src/Content/Widget.php:65
+msgid "Enter name or interest"
+msgstr "Zadejte jméno nebo zájmy"
 
-#: src/Content/ContactSelector.php:63
-msgid "Monthly"
-msgstr "Měsíčně"
+#: view/theme/vier/theme.php:202 src/Content/Widget.php:67
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Příklady: Josef Dvořák, rybaření"
 
-#: src/Content/ContactSelector.php:83
-msgid "DFRN"
-msgstr "DFRN"
+#: view/theme/vier/theme.php:203 src/Content/Widget.php:68
+#: src/Module/Contact.php:820 src/Module/Directory.php:86
+msgid "Find"
+msgstr "Najít"
 
-#: src/Content/ContactSelector.php:84
-msgid "OStatus"
-msgstr "OStatus"
+#: view/theme/vier/theme.php:205 src/Content/Widget.php:70
+msgid "Similar Interests"
+msgstr "Podobné zájmy"
 
-#: src/Content/ContactSelector.php:85
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
+#: view/theme/vier/theme.php:206 src/Content/Widget.php:71
+msgid "Random Profile"
+msgstr "Náhodný profil"
 
-#: src/Content/ContactSelector.php:86 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"
+#: view/theme/vier/theme.php:207 src/Content/Widget.php:72
+msgid "Invite Friends"
+msgstr "Pozvat přátele"
 
-#: src/Content/ContactSelector.php:88
-msgid "Zot!"
-msgstr "Zot!"
+#: view/theme/vier/theme.php:208 src/Content/Widget.php:73
+#: src/Module/Directory.php:78
+msgid "Global Directory"
+msgstr "Globální adresář"
 
-#: src/Content/ContactSelector.php:89
-msgid "LinkedIn"
-msgstr "LinkedIn"
+#: view/theme/vier/theme.php:210 src/Content/Widget.php:75
+msgid "Local Directory"
+msgstr "Místní adresář"
 
-#: src/Content/ContactSelector.php:90
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
+#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:903
+#: src/Content/ForumManager.php:130 src/Content/Nav.php:209
+msgid "Forums"
+msgstr "Fóra"
 
-#: src/Content/ContactSelector.php:91
-msgid "MySpace"
-msgstr "MySpace"
+#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132
+msgid "External link to forum"
+msgstr "Externí odkaz na fórum"
 
-#: src/Content/ContactSelector.php:92
-msgid "Google+"
-msgstr "Google+"
+#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:135
+#: src/Content/Widget.php:407 src/Content/Widget.php:507
+msgid "show more"
+msgstr "zobrazit více"
 
-#: src/Content/ContactSelector.php:93
-msgid "pump.io"
-msgstr "pump.io"
+#: view/theme/vier/theme.php:288
+msgid "Quick Start"
+msgstr "Rychlý začátek"
 
-#: src/Content/ContactSelector.php:94
-msgid "Twitter"
-msgstr "Twitter"
+#: 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 "Nápověda"
 
-#: src/Content/ContactSelector.php:95
-msgid "Diaspora Connector"
-msgstr "Diaspora Connector"
+#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139
+msgid "Post to Email"
+msgstr "Poslat příspěvek na e-mail"
 
-#: src/Content/ContactSelector.php:96
-msgid "GNU Social Connector"
-msgstr "GNU social Connector"
+#: src/Core/ACL.php:300
+msgid "Visible to everybody"
+msgstr "Viditelné pro všechny"
 
-#: src/Content/ContactSelector.php:97
-msgid "ActivityPub"
-msgstr "ActivityPub"
+#: src/Core/ACL.php:311
+msgid "Connectors"
+msgstr "Konektory"
 
-#: src/Content/ContactSelector.php:98
-msgid "pnut"
-msgstr "pnut"
+#: src/Core/ACL.php:313
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Skrýt vaše profilové detaily před neznámými návštěvníky?"
 
-#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193
-#: src/Content/ContactSelector.php:231
-msgid "No answer"
-msgstr "Žádná odpověď"
+#: src/Core/ACL.php:313
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Konektory deaktivovány, neboť je aktivován „%s“."
 
-#: src/Content/ContactSelector.php:154
-msgid "Male"
-msgstr "Muž"
+#: src/Core/ACL.php:315
+msgid "Close"
+msgstr "Zavřít"
 
-#: src/Content/ContactSelector.php:155
-msgid "Female"
-msgstr "Žena"
+#: src/Core/Installer.php:163
+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 "Databázový konfigurační soubor „config/local.config.php“ nemohl být zapsán. Prosím, použijte přiložený text k vytvoření konfiguračního souboru v kořenovém adresáři vašeho webového serveru."
 
-#: src/Content/ContactSelector.php:156
-msgid "Currently Male"
-msgstr "V současnosti muž"
+#: src/Core/Installer.php:182
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Nejspíše budete muset manuálně importovat soubor „database.sql“ pomocí phpMyAdmin či MySQL."
 
-#: src/Content/ContactSelector.php:157
-msgid "Currently Female"
-msgstr "V současnosti žena"
+#: src/Core/Installer.php:183 src/Module/Install.php:174
+#: src/Module/Install.php:330
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Přečtěte si prosím informace v souboru „INSTALL.txt“."
 
-#: src/Content/ContactSelector.php:158
-msgid "Mostly Male"
-msgstr "Z větší části muž"
+#: src/Core/Installer.php:244
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru."
 
-#: src/Content/ContactSelector.php:159
-msgid "Mostly Female"
-msgstr "Z větší části žena"
+#: src/Core/Installer.php:245
+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 "Pokud nemáte na vašem serveru nainstalovanou verzi PHP pro příkazový řádek, nebudete moci spouštět procesy v pozadí. Více na <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>„Nastavte pracovníka“</a>"
 
-#: src/Content/ContactSelector.php:160
-msgid "Transgender"
-msgstr "Transgender"
+#: src/Core/Installer.php:250
+msgid "PHP executable path"
+msgstr "Cesta ke spustitelnému souboru PHP"
 
-#: src/Content/ContactSelector.php:161
-msgid "Intersex"
-msgstr "Intersexuál"
+#: src/Core/Installer.php:250
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Zadejte plnou cestu ke spustitelnému souboru PHP. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci."
 
-#: src/Content/ContactSelector.php:162
-msgid "Transsexual"
-msgstr "Transsexuál"
+#: src/Core/Installer.php:255
+msgid "Command line PHP"
+msgstr "Příkazový řádek PHP"
 
-#: src/Content/ContactSelector.php:163
-msgid "Hermaphrodite"
-msgstr "Hermafrodit"
+#: src/Core/Installer.php:264
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP executable není php cli binary (může být verze cgi-fgci)"
 
-#: src/Content/ContactSelector.php:164
-msgid "Neuter"
-msgstr "Střední rod"
+#: src/Core/Installer.php:265
+msgid "Found PHP version: "
+msgstr "Nalezena verze PHP:"
 
-#: src/Content/ContactSelector.php:165
-msgid "Non-specific"
-msgstr "Nespecifikováno"
+#: src/Core/Installer.php:267
+msgid "PHP cli binary"
+msgstr "PHP cli binary"
 
-#: src/Content/ContactSelector.php:166
-msgid "Other"
-msgstr "Jiné"
+#: src/Core/Installer.php:280
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "Verze PHP pro příkazový řádek na vašem systému nemá povoleno nastavení „register_argc_argv“."
 
-#: src/Content/ContactSelector.php:194
-msgid "Males"
-msgstr "Muži"
+#: src/Core/Installer.php:281
+msgid "This is required for message delivery to work."
+msgstr "Toto je nutné pro fungování doručování zpráv."
 
-#: src/Content/ContactSelector.php:195
-msgid "Females"
-msgstr "Ženy"
+#: src/Core/Installer.php:286
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: src/Content/ContactSelector.php:196
-msgid "Gay"
-msgstr "Gay"
+#: src/Core/Installer.php:318
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Chyba: funkce „openssl_pkey_new“ na tomto systému není schopna generovat šifrovací klíče"
 
-#: src/Content/ContactSelector.php:197
-msgid "Lesbian"
-msgstr "Lesba"
+#: src/Core/Installer.php:319
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Pokud systém běží na Windows, prosím přečtěte si „http://www.php.net/manual/en/openssl.installation.php“."
 
-#: src/Content/ContactSelector.php:198
-msgid "No Preference"
-msgstr "Bez preferencí"
+#: src/Core/Installer.php:322
+msgid "Generate encryption keys"
+msgstr "Generovat šifrovací klíče"
 
-#: src/Content/ContactSelector.php:199
-msgid "Bisexual"
-msgstr "Bisexuál"
+#: src/Core/Installer.php:374
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Chyba: Modul mod_rewrite webového serveru Apache je vyadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:200
-msgid "Autosexual"
-msgstr "Autosexuál"
+#: src/Core/Installer.php:379
+msgid "Apache mod_rewrite module"
+msgstr "Modul Apache mod_rewrite"
 
-#: src/Content/ContactSelector.php:201
-msgid "Abstinent"
-msgstr "Abstinent"
+#: src/Core/Installer.php:385
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Chyba: PHP modul PDO nebo MySQLi je vyžadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:202
-msgid "Virgin"
-msgstr "Panic/panna"
+#: src/Core/Installer.php:390
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Chyba: Ovladač MySQL pro PDO není nainstalován"
 
-#: src/Content/ContactSelector.php:203
-msgid "Deviant"
-msgstr "Deviant"
+#: src/Core/Installer.php:394
+msgid "PDO or MySQLi PHP module"
+msgstr "PHP modul PDO nebo MySQLi"
 
-#: src/Content/ContactSelector.php:204
-msgid "Fetish"
-msgstr "Fetišista"
+#: src/Core/Installer.php:402
+msgid "Error, XML PHP module required but not installed."
+msgstr "Chyba: PHP modul XML je vyžadován, ale není nainstalován"
 
-#: src/Content/ContactSelector.php:205
-msgid "Oodles"
-msgstr "Hodně"
+#: src/Core/Installer.php:406
+msgid "XML PHP module"
+msgstr "PHP modul XML"
 
-#: src/Content/ContactSelector.php:206
-msgid "Nonsexual"
-msgstr "Nesexuální"
+#: src/Core/Installer.php:409
+msgid "libCurl PHP module"
+msgstr "PHP modul libCurl"
 
-#: src/Content/ContactSelector.php:232
-msgid "Single"
-msgstr "Svobodný/á"
+#: src/Core/Installer.php:410
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Chyba: PHP modul libcurl je vyžadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:233
-msgid "Lonely"
-msgstr "Osamělý/á"
+#: src/Core/Installer.php:416
+msgid "GD graphics PHP module"
+msgstr "PHP modul GD graphics"
 
-#: src/Content/ContactSelector.php:234
-msgid "Available"
-msgstr "Dostupný/á"
+#: src/Core/Installer.php:417
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Chyba: PHP modul GD graphics je vyžadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:235
-msgid "Unavailable"
-msgstr "Nedostupný/á"
+#: src/Core/Installer.php:423
+msgid "OpenSSL PHP module"
+msgstr "PHP modul OpenSSL"
 
-#: src/Content/ContactSelector.php:236
-msgid "Has crush"
-msgstr "Zamilovaný/á"
+#: src/Core/Installer.php:424
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Chyba: PHP modul openssl je vyžadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:237
-msgid "Infatuated"
-msgstr "Zabouchnutý/á"
+#: src/Core/Installer.php:430
+msgid "mb_string PHP module"
+msgstr "PHP modul mb_string"
 
-#: src/Content/ContactSelector.php:238
-msgid "Dating"
-msgstr "Chodím s někým"
+#: src/Core/Installer.php:431
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Chyba: PHP modul mb_string  je vyžadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:239
-msgid "Unfaithful"
-msgstr "Nevěrný/á"
+#: src/Core/Installer.php:437
+msgid "iconv PHP module"
+msgstr "PHP modul iconv"
 
-#: src/Content/ContactSelector.php:240
-msgid "Sex Addict"
-msgstr "Posedlý/á sexem"
+#: src/Core/Installer.php:438
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Chyba: PHP modul iconv je vyžadován, ale není nainstalován"
 
-#: src/Content/ContactSelector.php:241 src/Model/User.php:729
-msgid "Friends"
-msgstr "Přátelé"
+#: src/Core/Installer.php:444
+msgid "POSIX PHP module"
+msgstr "PHP modul POSIX"
 
-#: src/Content/ContactSelector.php:242
-msgid "Friends/Benefits"
-msgstr "Přátelé/výhody"
+#: src/Core/Installer.php:445
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "Chyba: PHP modul POSIX je vyžadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:243
-msgid "Casual"
-msgstr "Ležérní"
+#: src/Core/Installer.php:451
+msgid "JSON PHP module"
+msgstr "PHP modul JSON"
 
-#: src/Content/ContactSelector.php:244
-msgid "Engaged"
-msgstr "Zadaný/á"
+#: src/Core/Installer.php:452
+msgid "Error: JSON PHP module required but not installed."
+msgstr "Chyba: PHP modul JSON je vyžadován, ale není nainstalován"
 
-#: src/Content/ContactSelector.php:245
-msgid "Married"
-msgstr "Ženatý/vdaná"
+#: src/Core/Installer.php:458
+msgid "File Information PHP module"
+msgstr "PHP modul File Information"
 
-#: src/Content/ContactSelector.php:246
-msgid "Imaginarily married"
-msgstr "Pomyslně ženatý/vdaná"
+#: src/Core/Installer.php:459
+msgid "Error: File Information PHP module required but not installed."
+msgstr "Chyba: PHP modul File Information  je vyžadován, ale není nainstalován."
 
-#: src/Content/ContactSelector.php:247
-msgid "Partners"
-msgstr "Partneři"
+#: src/Core/Installer.php:482
+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 "Webový instalátor musí být schopen vytvořit soubor s názvem „local.config.php“ v adresáři „config“ Vašeho webového serveru a není mu to umožněno. "
 
-#: src/Content/ContactSelector.php:248
-msgid "Cohabiting"
-msgstr "Žiji ve společné domácnosti"
+#: src/Core/Installer.php:483
+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 "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když vy můžete."
 
-#: src/Content/ContactSelector.php:249
-msgid "Common law"
-msgstr "Zvykové právo"
+#: src/Core/Installer.php:484
+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 "Na konci této procedury od nás obdržíte text k uložení v souboru pojmenovaném local.config.php v adresáři „config“ na Vaší instalaci Friendica."
 
-#: src/Content/ContactSelector.php:250
-msgid "Happy"
-msgstr "Šťastný/á"
+#: src/Core/Installer.php:485
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor „INSTALL.txt“ pro další instrukce."
 
-#: src/Content/ContactSelector.php:251
-msgid "Not looking"
-msgstr "Nehledající"
+#: src/Core/Installer.php:488
+msgid "config/local.config.php is writable"
+msgstr "Soubor config/local.config.php je zapisovatelný"
 
-#: src/Content/ContactSelector.php:252
-msgid "Swinger"
-msgstr "Swinger"
+#: src/Core/Installer.php:508
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica používá k zobrazení svých webových stránek šablonovací nástroj Smarty3. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování."
 
-#: src/Content/ContactSelector.php:253
-msgid "Betrayed"
-msgstr "Zrazen/a"
+#: src/Core/Installer.php:509
+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 "Pro uložení kompilovaných šablon potřebuje webový server mít přístup k zápisu do adresáře view/smarty3/ pod kořenovým adresářem Friendica."
 
-#: src/Content/ContactSelector.php:254
-msgid "Separated"
-msgstr "Odloučený/á"
+#: src/Core/Installer.php:510
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Prosím ujistěte se, že má uživatel webového serveru (jako například www-data) právo zápisu do tohoto adresáře"
 
-#: src/Content/ContactSelector.php:255
-msgid "Unstable"
-msgstr "Nestálý/á"
+#: src/Core/Installer.php:511
+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 "Poznámka: jako bezpečnostní opatření byste měl/a přidělit webovém serveru právo zápisu pouze do adresáře /view/smarty3/ -- a nikoliv už do souborů s šablonami (.tpl), které obsahuje."
 
-#: src/Content/ContactSelector.php:256
-msgid "Divorced"
-msgstr "Rozvedený/á"
+#: src/Core/Installer.php:514
+msgid "view/smarty3 is writable"
+msgstr "Adresář view/smarty3 je zapisovatelný"
 
-#: src/Content/ContactSelector.php:257
-msgid "Imaginarily divorced"
-msgstr "Pomyslně rozvedený/á"
+#: src/Core/Installer.php:543
+msgid ""
+"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
+" to .htaccess."
+msgstr "URL rewrite v souboru .htacess nefunguje. Ujistěte se, že jste zkopíroval/a soubor .htaccess-dist jako .htaccess"
 
-#: src/Content/ContactSelector.php:258
-msgid "Widowed"
-msgstr "Ovdovělý/á"
+#: src/Core/Installer.php:545
+msgid "Error message from Curl when fetching"
+msgstr "Chybová zpráva od Curl při načítání"
 
-#: src/Content/ContactSelector.php:259
-msgid "Uncertain"
-msgstr "Nejistý/á"
+#: src/Core/Installer.php:550
+msgid "Url rewrite is working"
+msgstr "Url rewrite je funkční."
 
-#: src/Content/ContactSelector.php:260
-msgid "It's complicated"
-msgstr "Je to složité"
+#: src/Core/Installer.php:579
+msgid "ImageMagick PHP extension is not installed"
+msgstr "PHP rozšíření ImageMagick není nainstalováno"
 
-#: src/Content/ContactSelector.php:261
-msgid "Don't care"
-msgstr "Nezájem"
+#: src/Core/Installer.php:581
+msgid "ImageMagick PHP extension is installed"
+msgstr "PHP rozšíření ImageMagick je nainstalováno"
 
-#: src/Content/ContactSelector.php:262
-msgid "Ask me"
-msgstr "Zeptej se mě"
+#: src/Core/Installer.php:583 tests/src/Core/InstallerTest.php:372
+#: tests/src/Core/InstallerTest.php:400
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick podporuje GIF"
 
-#: src/Content/Feature.php:82
-msgid "General Features"
-msgstr "Obecné vlastnosti"
+#: src/Core/Installer.php:606
+msgid "Database already in use."
+msgstr "Databáze se již používá."
 
-#: src/Content/Feature.php:84
-msgid "Multiple Profiles"
-msgstr "Více profilů"
+#: src/Core/Installer.php:611
+msgid "Could not connect to database."
+msgstr "Nelze se připojit k databázi."
 
-#: src/Content/Feature.php:84
-msgid "Ability to create multiple profiles"
-msgstr "Schopnost vytvořit více profilů"
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397
+msgid "Tuesday"
+msgstr "úterý"
 
-#: src/Content/Feature.php:85
-msgid "Photo Location"
-msgstr "Poloha fotky"
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398
+msgid "Wednesday"
+msgstr "středa"
 
-#: 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 "Metadata fotek jsou normálně odebrána. Tato funkce před odebrání metadat extrahuje polohu (pokud je k dispozici) a propojí ji s mapou."
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399
+msgid "Thursday"
+msgstr "čtvrtek"
 
-#: src/Content/Feature.php:86
-msgid "Export Public Calendar"
-msgstr "Exportovat veřejný kalendář"
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400
+msgid "Friday"
+msgstr "pátek"
 
-#: src/Content/Feature.php:86
-msgid "Ability for visitors to download the public calendar"
-msgstr "Umožnit návštěvníkům stáhnout si veřejný kalendář"
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401
+msgid "Saturday"
+msgstr "sobota"
 
-#: src/Content/Feature.php:91
-msgid "Post Composition Features"
-msgstr "Nastavení vytváření příspěvků"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416
+msgid "January"
+msgstr "leden"
 
-#: src/Content/Feature.php:92
-msgid "Auto-mention Forums"
-msgstr "Automaticky zmiňovat fóra"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417
+msgid "February"
+msgstr "únor"
 
-#: src/Content/Feature.php:92
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr "Přidat/odstranit zmínku, když je stránka na fóru označena/odznačena v okně ACL."
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418
+msgid "March"
+msgstr "březen"
 
-#: src/Content/Feature.php:93
-msgid "Explicit Mentions"
-msgstr "Výslovné zmínky"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419
+msgid "April"
+msgstr "duben"
 
-#: src/Content/Feature.php:93
-msgid ""
-"Add explicit mentions to comment box for manual control over who gets "
-"mentioned in replies."
-msgstr "Přidá do pole pro komentování výslovné zmínky pro ruční kontrolu nad tím, koho zmíníte v odpovědích."
+#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394
+#: src/Model/Event.php:407
+msgid "May"
+msgstr "květen"
 
-#: src/Content/Feature.php:98
-msgid "Network Sidebar"
-msgstr "Síťová postranní lišta"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420
+msgid "June"
+msgstr "červen"
 
-#: src/Content/Feature.php:99
-msgid "Ability to select posts by date ranges"
-msgstr "Možnost označit příspěvky dle časového intervalu"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421
+msgid "July"
+msgstr "červenec"
 
-#: src/Content/Feature.php:100
-msgid "Protocol Filter"
-msgstr "Filtr protokolů"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422
+msgid "August"
+msgstr "srpen"
 
-#: src/Content/Feature.php:100
-msgid "Enable widget to display Network posts only from selected protocols"
-msgstr "Povolením této funkce se budou zobrazovat síťové příspěvky pouze z vybraných protokolů"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423
+msgid "September"
+msgstr "září"
 
-#: src/Content/Feature.php:105
-msgid "Network Tabs"
-msgstr "Síťové záložky"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424
+msgid "October"
+msgstr "říjen"
 
-#: src/Content/Feature.php:106
-msgid "Network New Tab"
-msgstr "Síťová záložka Nové"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425
+msgid "November"
+msgstr "listopad"
 
-#: src/Content/Feature.php:106
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Povolit záložku pro zobrazení pouze nových příspěvků (za posledních 12 hodin)"
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426
+msgid "December"
+msgstr "prosinec"
 
-#: src/Content/Feature.php:107
-msgid "Network Shared Links Tab"
-msgstr "Síťová záložka Sdílené odkazy "
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388
+msgid "Mon"
+msgstr "pon"
 
-#: src/Content/Feature.php:107
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Povolit záložky pro zobrazování pouze Síťových příspěvků s vazbou na ně"
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389
+msgid "Tue"
+msgstr "úte"
 
-#: src/Content/Feature.php:112
-msgid "Post/Comment Tools"
-msgstr "Nástroje příspěvků/komentářů"
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390
+msgid "Wed"
+msgstr "stř"
 
-#: src/Content/Feature.php:113
-msgid "Post Categories"
-msgstr "Kategorie příspěvků"
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391
+msgid "Thu"
+msgstr "čtv"
 
-#: src/Content/Feature.php:113
-msgid "Add categories to your posts"
-msgstr "Přidat kategorie k vašim příspěvkům"
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392
+msgid "Fri"
+msgstr "pát"
 
-#: src/Content/Feature.php:118
-msgid "Advanced Profile Settings"
-msgstr "Pokročilá nastavení profilu"
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393
+msgid "Sat"
+msgstr "sob"
 
-#: src/Content/Feature.php:119
-msgid "List Forums"
-msgstr "Vypsat fóra"
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387
+msgid "Sun"
+msgstr "ned"
 
-#: src/Content/Feature.php:119
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr "Zobrazit návštěvníkům veřejná komunitní fóra na stránce pokročilého profilu"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403
+msgid "Jan"
+msgstr "led"
 
-#: src/Content/Feature.php:120
-msgid "Tag Cloud"
-msgstr "Štítkový oblak"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404
+msgid "Feb"
+msgstr "úno"
 
-#: src/Content/Feature.php:120
-msgid "Provide a personal tag cloud on your profile page"
-msgstr "Poskytne na vaší profilové stránce osobní „štítkový oblak“"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405
+msgid "Mar"
+msgstr "bře"
 
-#: src/Content/Feature.php:121
-msgid "Display Membership Date"
-msgstr "Zobrazit datum členství"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406
+msgid "Apr"
+msgstr "dub"
 
-#: src/Content/Feature.php:121
-msgid "Display membership date in profile"
-msgstr "Zobrazit v profilu datum připojení"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408
+msgid "Jun"
+msgstr "čvn"
 
-#: src/Content/ForumManager.php:130 src/Content/Nav.php:206
-#: src/Content/Text/HTML.php:914 view/theme/vier/theme.php:250
-msgid "Forums"
-msgstr "Fóra"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409
+msgid "Jul"
+msgstr "čvc"
 
-#: src/Content/ForumManager.php:132 view/theme/vier/theme.php:252
-msgid "External link to forum"
-msgstr "Externí odkaz na fórum"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410
+msgid "Aug"
+msgstr "srp"
 
-#: src/Content/Nav.php:73
-msgid "Nothing new here"
-msgstr "Zde není nic nového"
+#: src/Core/L10n/L10n.php:394
+msgid "Sep"
+msgstr "zář"
 
-#: src/Content/Nav.php:77
-msgid "Clear notifications"
-msgstr "Vymazat oznámení"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412
+msgid "Oct"
+msgstr "říj"
 
-#: src/Content/Nav.php:78 src/Content/Text/HTML.php:903
-msgid "@name, !forum, #tags, content"
-msgstr "@jméno, !fórum, #štítky, obsah"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413
+msgid "Nov"
+msgstr "lis"
 
-#: src/Content/Nav.php:152 src/Module/Login.php:324
-#: view/theme/frio/theme.php:259
-msgid "Logout"
-msgstr "Odhlásit se"
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414
+msgid "Dec"
+msgstr "pro"
 
-#: src/Content/Nav.php:152 view/theme/frio/theme.php:259
-msgid "End this session"
-msgstr "Konec této relace"
+#: src/Core/L10n/L10n.php:413
+msgid "poke"
+msgstr "šťouchnout"
 
-#: src/Content/Nav.php:155 src/Model/Profile.php:895
-#: src/Module/Contact.php:655 src/Module/Contact.php:856
-#: src/Module/Settings/TwoFactor/Index.php:85 view/theme/frio/theme.php:262
-msgid "Status"
-msgstr "Stav"
+#: src/Core/L10n/L10n.php:413
+msgid "poked"
+msgstr "šťouchnul/a"
 
-#: src/Content/Nav.php:155 src/Content/Nav.php:241
-#: view/theme/frio/theme.php:262
-msgid "Your posts and conversations"
-msgstr "Vaše příspěvky a konverzace"
+#: src/Core/L10n/L10n.php:414
+msgid "ping"
+msgstr "cinknout"
 
-#: src/Content/Nav.php:156 view/theme/frio/theme.php:263
-msgid "Your profile page"
-msgstr "Vaše profilová stránka"
+#: src/Core/L10n/L10n.php:414
+msgid "pinged"
+msgstr "cinknul/a"
 
-#: src/Content/Nav.php:157 view/theme/frio/theme.php:264
-msgid "Your photos"
-msgstr "Vaše fotky"
+#: src/Core/L10n/L10n.php:415
+msgid "prod"
+msgstr "dloubnout"
 
-#: src/Content/Nav.php:158 src/Model/Profile.php:919 src/Model/Profile.php:922
-#: view/theme/frio/theme.php:265
-msgid "Videos"
-msgstr "Videa"
+#: src/Core/L10n/L10n.php:415
+msgid "prodded"
+msgstr "dloubnul/a"
 
-#: src/Content/Nav.php:158 view/theme/frio/theme.php:265
-msgid "Your videos"
-msgstr "Vaše videa"
+#: src/Core/L10n/L10n.php:416
+msgid "slap"
+msgstr "uhodit"
 
-#: src/Content/Nav.php:159 view/theme/frio/theme.php:266
-msgid "Your events"
-msgstr "Vaše události"
+#: src/Core/L10n/L10n.php:416
+msgid "slapped"
+msgstr "uhodil/a"
 
-#: src/Content/Nav.php:160
-msgid "Personal notes"
-msgstr "Osobní poznámky"
+#: src/Core/L10n/L10n.php:417
+msgid "finger"
+msgstr "osahat"
 
-#: src/Content/Nav.php:160
-msgid "Your personal notes"
-msgstr "Vaše osobní poznámky"
+#: src/Core/L10n/L10n.php:417
+msgid "fingered"
+msgstr "osahal/a"
 
-#: src/Content/Nav.php:169 src/Module/Bookmarklet.php:25
-#: src/Module/Login.php:325
-msgid "Login"
-msgstr "Přihlásit se"
+#: src/Core/L10n/L10n.php:418
+msgid "rebuff"
+msgstr "odmítnout"
 
-#: src/Content/Nav.php:169
-msgid "Sign in"
-msgstr "Přihlásit se"
+#: src/Core/L10n/L10n.php:418
+msgid "rebuffed"
+msgstr "odmítnul/a"
+
+#: src/Core/NotificationsManager.php:144
+msgid "System"
+msgstr "Systém"
 
-#: src/Content/Nav.php:179 src/Content/Nav.php:241
-#: src/Core/NotificationsManager.php:165
+#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182
+#: src/Content/Nav.php:244
 msgid "Home"
 msgstr "Domů"
 
-#: src/Content/Nav.php:179
-msgid "Home Page"
-msgstr "Domovská stránka"
-
-#: src/Content/Nav.php:183 src/Module/Login.php:296
-#: src/Module/Register.php:136
-msgid "Register"
-msgstr "Registrovat"
+#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248
+msgid "Introductions"
+msgstr "Představení"
 
-#: src/Content/Nav.php:183
-msgid "Create an account"
-msgstr "Vytvořit účet"
+#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s okomentoval/a příspěvek uživatele %s"
 
-#: src/Content/Nav.php:189 src/Module/Help.php:50
-#: src/Module/Settings/TwoFactor/Index.php:84
-#: src/Module/Settings/TwoFactor/Recovery.php:77
-#: src/Module/Settings/TwoFactor/Verify.php:117 view/theme/vier/theme.php:294
-msgid "Help"
-msgstr "Nápověda"
+#: src/Core/NotificationsManager.php:245
+#, php-format
+msgid "%s created a new post"
+msgstr "%s vytvořil nový příspěvek"
 
-#: src/Content/Nav.php:189
-msgid "Help and documentation"
-msgstr "Nápověda a dokumentace"
+#: src/Core/NotificationsManager.php:259
+#, php-format
+msgid "%s liked %s's post"
+msgstr "Uživateli %s se líbí příspěvek uživatele %s"
 
-#: src/Content/Nav.php:193
-msgid "Apps"
-msgstr "Aplikace"
+#: src/Core/NotificationsManager.php:272
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "Uživateli %s se nelíbí příspěvek uživatele %s"
 
-#: src/Content/Nav.php:193
-msgid "Addon applications, utilities, games"
-msgstr "Doplňkové aplikace, nástroje, hry"
+#: src/Core/NotificationsManager.php:285
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s se zúčastní události %s"
 
-#: src/Content/Nav.php:197
-msgid "Search site content"
-msgstr "Hledání na stránkách tohoto webu"
+#: src/Core/NotificationsManager.php:298
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%s se nezúčastní události %s"
 
-#: src/Content/Nav.php:200 src/Content/Text/HTML.php:909
-msgid "Full Text"
-msgstr "Celý text"
+#: src/Core/NotificationsManager.php:311
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%s by se mohl/a zúčastnit události %s"
 
-#: src/Content/Nav.php:201 src/Content/Text/HTML.php:910
-#: src/Content/Widget/TagCloud.php:54
-msgid "Tags"
-msgstr "Štítky"
+#: src/Core/NotificationsManager.php:344
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s se nyní přátelí s uživatelem %s"
 
-#: src/Content/Nav.php:221
-msgid "Community"
-msgstr "Komunita"
+#: src/Core/NotificationsManager.php:622
+msgid "Friend Suggestion"
+msgstr "Návrh přátelství"
 
-#: src/Content/Nav.php:221
-msgid "Conversations on this and other servers"
-msgstr "Konverzace na tomto a jiných serverech"
+#: src/Core/NotificationsManager.php:656
+msgid "Friend/Connect Request"
+msgstr "Požadavek o přátelství/spojení"
 
-#: src/Content/Nav.php:225 src/Model/Profile.php:934 src/Model/Profile.php:945
-#: view/theme/frio/theme.php:270
-msgid "Events and Calendar"
-msgstr "Události a kalendář"
+#: src/Core/NotificationsManager.php:656
+msgid "New Follower"
+msgstr "Nový sledující"
 
-#: src/Content/Nav.php:228
-msgid "Directory"
-msgstr "Adresář"
+#: src/Core/Session.php:188
+#, php-format
+msgid "Welcome %s"
+msgstr "Vítejte, %s"
 
-#: src/Content/Nav.php:228
-msgid "People directory"
-msgstr "Adresář"
+#: src/Core/Session.php:189
+msgid "Please upload a profile photo."
+msgstr "Prosím nahrajte profilovou fotku."
 
-#: src/Content/Nav.php:230 src/Module/BaseAdminModule.php:75
-msgid "Information"
-msgstr "Informace"
+#: src/Core/Session.php:192
+#, php-format
+msgid "Welcome back %s"
+msgstr "Vítejte zpět, %s"
 
-#: src/Content/Nav.php:230
-msgid "Information about this friendica instance"
-msgstr "Informace o této instanci Friendica"
+#: src/Core/Update.php:193
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Aktualizace %s selhala. Zkontrolujte protokol chyb."
 
-#: src/Content/Nav.php:233 src/Module/Admin/Tos.php:43
-#: src/Module/BaseAdminModule.php:85 src/Module/Register.php:144
-#: src/Module/Tos.php:73
-msgid "Terms of Service"
-msgstr "Podmínky používání"
+#: 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\tVývojáři Friendica nedávno vydali aktualizaci %s,\n\t\t\t\tale když jsem ji zkusil instalovat, něco se strašně pokazilo.\n\t\t\t\tToto se musí ihned opravit a nemůžu to udělat sám. Prosím, kontaktujte\n\t\t\t\tvývojáře Friendica, pokud to nedokážete sám. Moje databáze může být neplatná."
 
-#: src/Content/Nav.php:233
-msgid "Terms of Service of this Friendica instance"
-msgstr "Podmínky používání této instance Friendica"
+#: src/Core/Update.php:263
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "Chybová zpráva je\n[pre]%s[/pre]"
 
-#: src/Content/Nav.php:238 src/Core/NotificationsManager.php:151
-#: view/theme/frio/theme.php:269
-msgid "Network"
-msgstr "Síť"
+#: src/Core/Update.php:269 src/Core/Update.php:308
+msgid "[Friendica Notify] Database update"
+msgstr "[Friendica:Oznámení] Aktualizace databáze"
 
-#: src/Content/Nav.php:238 view/theme/frio/theme.php:269
-msgid "Conversations from your friends"
-msgstr "Konverzace od vašich přátel"
+#: 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\tDatabáze Friendica byla úspěšně aktualizována z verze %s na %s."
 
-#: src/Content/Nav.php:239
-msgid "Network Reset"
-msgstr "Reset sítě"
+#: src/Core/UserImport.php:107
+msgid "Error decoding account file"
+msgstr "Chyba dekódování uživatelského účtu"
 
-#: src/Content/Nav.php:239
-msgid "Load Network page with no filters"
-msgstr "Načíst stránku Síť bez filtrů"
+#: src/Core/UserImport.php:113
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Chyba! V souboru nejsou data o verzi! Je to opravdu soubor s účtem Friendica?"
 
-#: src/Content/Nav.php:245 src/Core/NotificationsManager.php:172
-msgid "Introductions"
-msgstr "Představení"
+#: src/Core/UserImport.php:121
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "Uživatel „%s“ již na tomto serveru existuje!"
 
-#: src/Content/Nav.php:245
-msgid "Friend Requests"
-msgstr "Požadavky o přátelství"
+#: src/Core/UserImport.php:157
+msgid "User creation error"
+msgstr "Chyba při vytváření uživatele"
 
-#: src/Content/Nav.php:247
-msgid "See all notifications"
-msgstr "Zobrazit všechna oznámení"
+#: src/Core/UserImport.php:175
+msgid "User profile creation error"
+msgstr "Chyba vytváření uživatelského profilu"
 
-#: src/Content/Nav.php:248
-msgid "Mark all system notifications seen"
-msgstr "Označit všechna systémová oznámení jako přečtené"
+#: src/Core/UserImport.php:219
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d kontakt nenaimportován"
+msgstr[1] "%d kontakty nenaimportovány"
+msgstr[2] "%d kontaktu nenaimportováno"
+msgstr[3] "%d kontaktů nenaimportováno"
 
-#: src/Content/Nav.php:251 view/theme/frio/theme.php:271
-msgid "Private mail"
-msgstr "Soukromá pošta"
+#: src/Core/UserImport.php:284
+msgid "Done. You can now login with your username and password"
+msgstr "Hotovo. Nyní  se můžete přihlásit se svým uživatelským jménem a heslem"
 
-#: src/Content/Nav.php:252
-msgid "Inbox"
-msgstr "Doručená pošta"
+#: src/Util/Temporal.php:147 src/Model/Profile.php:776
+msgid "Birthday:"
+msgstr "Narozeniny:"
 
-#: src/Content/Nav.php:253
-msgid "Outbox"
-msgstr "Odeslaná pošta"
+#: src/Util/Temporal.php:151
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "RRRR-MM-DD nebo MM-DD"
 
-#: src/Content/Nav.php:257
-msgid "Manage"
-msgstr "Spravovat"
+#: src/Util/Temporal.php:298
+msgid "never"
+msgstr "nikdy"
 
-#: src/Content/Nav.php:257
-msgid "Manage other pages"
-msgstr "Spravovat jiné stránky"
+#: src/Util/Temporal.php:305
+msgid "less than a second ago"
+msgstr "méně než před sekundou"
 
-#: src/Content/Nav.php:262 view/theme/frio/theme.php:272
-msgid "Account settings"
-msgstr "Nastavení účtu"
+#: src/Util/Temporal.php:313
+msgid "year"
+msgstr "rok"
 
-#: src/Content/Nav.php:265
-msgid "Manage/Edit Profiles"
-msgstr "Spravovat/Editovat Profily"
+#: src/Util/Temporal.php:313
+msgid "years"
+msgstr "let"
 
-#: src/Content/Nav.php:268 view/theme/frio/theme.php:273
-msgid "Manage/edit friends and contacts"
-msgstr "Spravovat/upravit přátelé a kontakty"
+#: src/Util/Temporal.php:314
+msgid "months"
+msgstr "měsíců"
 
-#: src/Content/Nav.php:273 src/Module/BaseAdminModule.php:114
-msgid "Admin"
-msgstr "Administrátor"
+#: src/Util/Temporal.php:315
+msgid "weeks"
+msgstr "týdnů"
 
-#: src/Content/Nav.php:273
-msgid "Site setup and configuration"
-msgstr "Nastavení webu a konfigurace"
+#: src/Util/Temporal.php:316
+msgid "days"
+msgstr "dní"
 
-#: src/Content/Nav.php:276
-msgid "Navigation"
-msgstr "Navigace"
+#: src/Util/Temporal.php:317
+msgid "hour"
+msgstr "hodina"
 
-#: src/Content/Nav.php:276
-msgid "Site map"
-msgstr "Mapa webu"
+#: src/Util/Temporal.php:317
+msgid "hours"
+msgstr "hodin"
 
-#: src/Content/OEmbed.php:255
-msgid "Embedding disabled"
-msgstr "Vkládání zakázáno"
+#: src/Util/Temporal.php:318
+msgid "minute"
+msgstr "minuta"
 
-#: src/Content/OEmbed.php:378
-msgid "Embedded content"
-msgstr "Vložený obsah"
+#: src/Util/Temporal.php:318
+msgid "minutes"
+msgstr "minut"
 
-#: src/Content/Pager.php:153
-msgid "newer"
-msgstr "novější"
+#: src/Util/Temporal.php:319
+msgid "second"
+msgstr "sekunda"
 
-#: src/Content/Pager.php:158
-msgid "older"
-msgstr "starší"
+#: src/Util/Temporal.php:319
+msgid "seconds"
+msgstr "sekund"
 
-#: src/Content/Pager.php:203
-msgid "prev"
-msgstr "předchozí"
+#: src/Util/Temporal.php:329
+#, php-format
+msgid "in %1$d %2$s"
+msgstr "za %1$d %2$s"
 
-#: src/Content/Pager.php:263
-msgid "last"
-msgstr "poslední"
+#: src/Util/Temporal.php:332
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "před %1$d %2$s"
 
-#: src/Content/Text/BBCode.php:430
+#: src/Content/Text/BBCode.php:457
 msgid "view full size"
 msgstr "zobrazit v plné velikosti"
 
-#: src/Content/Text/BBCode.php:864 src/Content/Text/BBCode.php:1591
-#: src/Content/Text/BBCode.php:1592
+#: src/Content/Text/BBCode.php:891 src/Content/Text/BBCode.php:1533
+#: src/Content/Text/BBCode.php:1534
 msgid "Image/photo"
 msgstr "Obrázek/fotka"
 
-#: src/Content/Text/BBCode.php:972
+#: src/Content/Text/BBCode.php:1009
 #, 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/Content/Text/BBCode.php:1518 src/Content/Text/BBCode.php:1540
+#: src/Content/Text/BBCode.php:1460 src/Content/Text/BBCode.php:1482
 msgid "$1 wrote:"
 msgstr "$1 napsal/a:"
 
-#: src/Content/Text/BBCode.php:1602 src/Content/Text/BBCode.php:1603
+#: src/Content/Text/BBCode.php:1536 src/Content/Text/BBCode.php:1537
 msgid "Encrypted content"
 msgstr "Šifrovaný obsah"
 
-#: src/Content/Text/BBCode.php:1710
+#: src/Content/Text/BBCode.php:1758
 msgid "Invalid source protocol"
 msgstr "Neplatný protokol zdroje"
 
-#: src/Content/Text/BBCode.php:1721
+#: src/Content/Text/BBCode.php:1769
 msgid "Invalid link protocol"
 msgstr "Neplatný protokol odkazu"
 
-#: src/Content/Text/HTML.php:800
+#: src/Content/Text/HTML.php:789
 msgid "Loading more entries..."
 msgstr "Načítám více záznamů..."
 
-#: src/Content/Text/HTML.php:801
+#: src/Content/Text/HTML.php:790
 msgid "The end"
 msgstr "Konec"
 
-#: src/Content/Text/HTML.php:894
+#: src/Content/Text/HTML.php:883 src/Model/Profile.php:536
+#: src/Module/Contact.php:335
 msgid "Follow"
 msgstr "Sledovat"
 
-#: src/Content/Text/HTML.php:951 src/Model/Item.php:3471
-#: src/Model/Item.php:3482
+#: src/Content/Text/HTML.php:892 src/Content/Nav.php:79
+msgid "@name, !forum, #tags, content"
+msgstr "@jméno, !fórum, #štítky, obsah"
+
+#: src/Content/Text/HTML.php:898 src/Content/Nav.php:203
+msgid "Full Text"
+msgstr "Celý text"
+
+#: src/Content/Text/HTML.php:899 src/Content/Widget/TagCloud.php:54
+#: src/Content/Nav.php:204
+msgid "Tags"
+msgstr "Štítky"
+
+#: src/Content/Text/HTML.php:940 src/Model/Item.php:3518
+#: src/Model/Item.php:3529
 msgid "Click to open/close"
 msgstr "Kliknutím otevřete/zavřete"
 
@@ -5229,739 +5339,739 @@ msgstr "Exportovat kalendář jako csv"
 msgid "No contacts"
 msgstr "Žádné kontakty"
 
-#: src/Content/Widget/ContactBlock.php:90
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d kontakt"
-msgstr[1] "%d kontakty"
-msgstr[2] "%d kontaktu"
-msgstr[3] "%d kontaktů"
+#: src/Content/Widget/ContactBlock.php:90
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d kontakt"
+msgstr[1] "%d kontakty"
+msgstr[2] "%d kontaktu"
+msgstr[3] "%d kontaktů"
+
+#: src/Content/Widget/ContactBlock.php:109
+msgid "View Contacts"
+msgstr "Zobrazit kontakty"
+
+#: src/Content/Widget/TrendingTags.php:34
+#, php-format
+msgid "Trending Tags (last %d hour)"
+msgid_plural "Trending Tags (last %d hours)"
+msgstr[0] "Populární štítky (poslední %d hodina)"
+msgstr[1] "Populární štítky (poslední %d hodiny)"
+msgstr[2] "Populární štítky (posledních %d hodin)"
+msgstr[3] "Populární štítky (posledních %d hodin)"
+
+#: src/Content/Widget/TrendingTags.php:35
+msgid "More Trending Tags"
+msgstr "Další populární štítky"
+
+#: src/Content/Pager.php:153
+msgid "newer"
+msgstr "novější"
+
+#: src/Content/Pager.php:158
+msgid "older"
+msgstr "starší"
+
+#: src/Content/Pager.php:203
+msgid "prev"
+msgstr "předchozí"
+
+#: src/Content/Pager.php:263
+msgid "last"
+msgstr "poslední"
+
+#: src/Content/ContactSelector.php:58
+msgid "Frequently"
+msgstr "Často"
+
+#: src/Content/ContactSelector.php:59
+msgid "Hourly"
+msgstr "Hodinově"
+
+#: src/Content/ContactSelector.php:60
+msgid "Twice daily"
+msgstr "Dvakrát denně"
+
+#: src/Content/ContactSelector.php:61
+msgid "Daily"
+msgstr "Denně"
+
+#: src/Content/ContactSelector.php:62
+msgid "Weekly"
+msgstr "Týdně"
+
+#: src/Content/ContactSelector.php:63
+msgid "Monthly"
+msgstr "Měsíčně"
 
-#: src/Content/Widget/ContactBlock.php:109
-msgid "View Contacts"
-msgstr "Zobrazit kontakty"
+#: src/Content/ContactSelector.php:83
+msgid "DFRN"
+msgstr "DFRN"
 
-#: src/Content/Widget.php:35
-msgid "Add New Contact"
-msgstr "Přidat nový kontakt"
+#: src/Content/ContactSelector.php:84
+msgid "OStatus"
+msgstr "OStatus"
 
-#: src/Content/Widget.php:36
-msgid "Enter address or web location"
-msgstr "Zadejte adresu nebo umístění webu"
+#: src/Content/ContactSelector.php:85
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: src/Content/Widget.php:37
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Příklad: jan@priklad.cz, http://priklad.cz/lucie"
+#: src/Content/ContactSelector.php:86 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/Content/Widget.php:55
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d pozvánka k dispozici"
-msgstr[1] "%d pozvánky k dispozici"
-msgstr[2] "%d pozvánky k dispozici"
-msgstr[3] "%d pozvánek k dispozici"
+#: src/Content/ContactSelector.php:88
+msgid "Zot!"
+msgstr "Zot!"
 
-#: src/Content/Widget.php:61 view/theme/vier/theme.php:199
-msgid "Find People"
-msgstr "Najít lidi"
+#: src/Content/ContactSelector.php:89
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: src/Content/Widget.php:62 view/theme/vier/theme.php:200
-msgid "Enter name or interest"
-msgstr "Zadejte jméno nebo zájmy"
+#: src/Content/ContactSelector.php:90
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: src/Content/Widget.php:64 view/theme/vier/theme.php:202
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Příklady: Josef Dvořák, rybaření"
+#: src/Content/ContactSelector.php:91
+msgid "MySpace"
+msgstr "MySpace"
 
-#: src/Content/Widget.php:65 src/Module/Contact.php:820
-#: src/Module/Directory.php:91 view/theme/vier/theme.php:203
-msgid "Find"
-msgstr "Najít"
+#: src/Content/ContactSelector.php:92
+msgid "Google+"
+msgstr "Google+"
 
-#: src/Content/Widget.php:67 view/theme/vier/theme.php:205
-msgid "Similar Interests"
-msgstr "Podobné zájmy"
+#: src/Content/ContactSelector.php:93
+msgid "pump.io"
+msgstr "pump.io"
 
-#: src/Content/Widget.php:68 view/theme/vier/theme.php:206
-msgid "Random Profile"
-msgstr "Náhodný profil"
+#: src/Content/ContactSelector.php:94
+msgid "Twitter"
+msgstr "Twitter"
 
-#: src/Content/Widget.php:69 view/theme/vier/theme.php:207
-msgid "Invite Friends"
-msgstr "Pozvat přátele"
+#: src/Content/ContactSelector.php:95
+msgid "Diaspora Connector"
+msgstr "Diaspora Connector"
 
-#: src/Content/Widget.php:70 src/Module/Directory.php:83
-#: view/theme/vier/theme.php:208
-msgid "Global Directory"
-msgstr "Globální adresář"
+#: src/Content/ContactSelector.php:96
+msgid "GNU Social Connector"
+msgstr "GNU social Connector"
 
-#: src/Content/Widget.php:72 view/theme/vier/theme.php:210
-msgid "Local Directory"
-msgstr "Místní adresář"
+#: src/Content/ContactSelector.php:97
+msgid "ActivityPub"
+msgstr "ActivityPub"
 
-#: src/Content/Widget.php:158
-msgid "Protocols"
-msgstr "Protokoly"
+#: src/Content/ContactSelector.php:98
+msgid "pnut"
+msgstr "pnut"
 
-#: src/Content/Widget.php:161
-msgid "All Protocols"
-msgstr "Všechny protokoly"
+#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193
+#: src/Content/ContactSelector.php:231
+msgid "No answer"
+msgstr "Žádná odpověď"
 
-#: src/Content/Widget.php:198
-msgid "Saved Folders"
-msgstr "Uložené složky"
+#: src/Content/ContactSelector.php:154
+msgid "Male"
+msgstr "Muž"
 
-#: src/Content/Widget.php:201 src/Content/Widget.php:243
-msgid "Everything"
-msgstr "Všechno"
+#: src/Content/ContactSelector.php:155
+msgid "Female"
+msgstr "Žena"
 
-#: src/Content/Widget.php:240
-msgid "Categories"
-msgstr "Kategorie"
+#: src/Content/ContactSelector.php:156
+msgid "Currently Male"
+msgstr "V současnosti muž"
 
-#: src/Content/Widget.php:324
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d společný kontakt"
-msgstr[1] "%d společné kontakty"
-msgstr[2] "%d společného kontaktu"
-msgstr[3] "%d společných kontaktů"
+#: src/Content/ContactSelector.php:157
+msgid "Currently Female"
+msgstr "V současnosti žena"
 
-#: src/Core/ACL.php:288
-msgid "Post to Email"
-msgstr "Poslat příspěvek na e-mail"
+#: src/Content/ContactSelector.php:158
+msgid "Mostly Male"
+msgstr "Z větší části muž"
 
-#: src/Core/ACL.php:300
-msgid "Visible to everybody"
-msgstr "Viditelné pro všechny"
+#: src/Content/ContactSelector.php:159
+msgid "Mostly Female"
+msgstr "Z větší části žena"
 
-#: src/Core/ACL.php:301 view/theme/vier/config.php:116
-msgid "show"
-msgstr "zobrazit"
+#: src/Content/ContactSelector.php:160
+msgid "Transgender"
+msgstr "Transgender"
 
-#: src/Core/ACL.php:302 view/theme/vier/config.php:116
-msgid "don't show"
-msgstr "nezobrazit"
+#: src/Content/ContactSelector.php:161
+msgid "Intersex"
+msgstr "Intersexuál"
 
-#: src/Core/ACL.php:311
-msgid "Connectors"
-msgstr "Konektory"
+#: src/Content/ContactSelector.php:162
+msgid "Transsexual"
+msgstr "Transsexuál"
 
-#: src/Core/ACL.php:313
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Skrýt vaše profilové detaily před neznámými návštěvníky?"
+#: src/Content/ContactSelector.php:163
+msgid "Hermaphrodite"
+msgstr "Hermafrodit"
 
-#: src/Core/ACL.php:313
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Konektory deaktivovány, neboť je aktivován „%s“."
+#: src/Content/ContactSelector.php:164
+msgid "Neuter"
+msgstr "Střední rod"
 
-#: src/Core/ACL.php:315
-msgid "Close"
-msgstr "Zavřít"
+#: src/Content/ContactSelector.php:165
+msgid "Non-specific"
+msgstr "Nespecifikováno"
 
-#: src/Core/Installer.php:164
-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 "Databázový konfigurační soubor „config/local.config.php“ nemohl být zapsán. Prosím, použijte přiložený text k vytvoření konfiguračního souboru v kořenovém adresáři vašeho webového serveru."
+#: src/Content/ContactSelector.php:166
+msgid "Other"
+msgstr "Jiné"
 
-#: src/Core/Installer.php:183
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Nejspíše budete muset manuálně importovat soubor „database.sql“ pomocí phpMyAdmin či MySQL."
+#: src/Content/ContactSelector.php:194
+msgid "Males"
+msgstr "Muži"
 
-#: src/Core/Installer.php:184 src/Module/Install.php:172
-#: src/Module/Install.php:328
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Přečtěte si prosím informace v souboru „INSTALL.txt“."
+#: src/Content/ContactSelector.php:195
+msgid "Females"
+msgstr "Ženy"
 
-#: src/Core/Installer.php:245
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru."
+#: src/Content/ContactSelector.php:196
+msgid "Gay"
+msgstr "Gay"
 
-#: src/Core/Installer.php:246
-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 "Pokud nemáte na vašem serveru nainstalovanou verzi PHP pro příkazový řádek, nebudete moci spouštět procesy v pozadí. Více na <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>„Nastavte pracovníka“</a>"
+#: src/Content/ContactSelector.php:197
+msgid "Lesbian"
+msgstr "Lesba"
 
-#: src/Core/Installer.php:251
-msgid "PHP executable path"
-msgstr "Cesta ke spustitelnému souboru PHP"
+#: src/Content/ContactSelector.php:198
+msgid "No Preference"
+msgstr "Bez preferencí"
 
-#: src/Core/Installer.php:251
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Zadejte plnou cestu ke spustitelnému souboru PHP. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci."
+#: src/Content/ContactSelector.php:199
+msgid "Bisexual"
+msgstr "Bisexuál"
 
-#: src/Core/Installer.php:256
-msgid "Command line PHP"
-msgstr "Příkazový řádek PHP"
+#: src/Content/ContactSelector.php:200
+msgid "Autosexual"
+msgstr "Autosexuál"
 
-#: src/Core/Installer.php:265
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "PHP executable není php cli binary (může být verze cgi-fgci)"
+#: src/Content/ContactSelector.php:201
+msgid "Abstinent"
+msgstr "Abstinent"
 
-#: src/Core/Installer.php:266
-msgid "Found PHP version: "
-msgstr "Nalezena verze PHP:"
+#: src/Content/ContactSelector.php:202
+msgid "Virgin"
+msgstr "Panic/panna"
 
-#: src/Core/Installer.php:268
-msgid "PHP cli binary"
-msgstr "PHP cli binary"
+#: src/Content/ContactSelector.php:203
+msgid "Deviant"
+msgstr "Deviant"
 
-#: src/Core/Installer.php:281
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "Verze PHP pro příkazový řádek na vašem systému nemá povoleno nastavení „register_argc_argv“."
+#: src/Content/ContactSelector.php:204
+msgid "Fetish"
+msgstr "Fetišista"
 
-#: src/Core/Installer.php:282
-msgid "This is required for message delivery to work."
-msgstr "Toto je nutné pro fungování doručování zpráv."
+#: src/Content/ContactSelector.php:205
+msgid "Oodles"
+msgstr "Hodně"
 
-#: src/Core/Installer.php:287
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: src/Content/ContactSelector.php:206
+msgid "Nonsexual"
+msgstr "Nesexuální"
 
-#: src/Core/Installer.php:319
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Chyba: funkce „openssl_pkey_new“ na tomto systému není schopna generovat šifrovací klíče"
+#: src/Content/ContactSelector.php:232
+msgid "Single"
+msgstr "Svobodný/á"
 
-#: src/Core/Installer.php:320
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Pokud systém běží na Windows, prosím přečtěte si „http://www.php.net/manual/en/openssl.installation.php“."
+#: src/Content/ContactSelector.php:233
+msgid "Lonely"
+msgstr "Osamělý/á"
 
-#: src/Core/Installer.php:323
-msgid "Generate encryption keys"
-msgstr "Generovat šifrovací klíče"
+#: src/Content/ContactSelector.php:234
+msgid "In a relation"
+msgstr "Ve vztahu"
 
-#: src/Core/Installer.php:375
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Chyba: Modul mod_rewrite webového serveru Apache je vyadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:235
+msgid "Has crush"
+msgstr "Zamilovaný/á"
 
-#: src/Core/Installer.php:380
-msgid "Apache mod_rewrite module"
-msgstr "Modul Apache mod_rewrite"
+#: src/Content/ContactSelector.php:236
+msgid "Infatuated"
+msgstr "Zabouchnutý/á"
 
-#: src/Core/Installer.php:386
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Chyba: PHP modul PDO nebo MySQLi je vyžadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:237
+msgid "Dating"
+msgstr "Chodím s někým"
 
-#: src/Core/Installer.php:391
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Chyba: Ovladač MySQL pro PDO není nainstalován"
+#: src/Content/ContactSelector.php:238
+msgid "Unfaithful"
+msgstr "Nevěrný/á"
 
-#: src/Core/Installer.php:395
-msgid "PDO or MySQLi PHP module"
-msgstr "PHP modul PDO nebo MySQLi"
+#: src/Content/ContactSelector.php:239
+msgid "Sex Addict"
+msgstr "Posedlý/á sexem"
 
-#: src/Core/Installer.php:403
-msgid "Error, XML PHP module required but not installed."
-msgstr "Chyba: PHP modul XML je vyžadován, ale není nainstalován"
+#: src/Content/ContactSelector.php:240 src/Model/User.php:762
+msgid "Friends"
+msgstr "Přátelé"
 
-#: src/Core/Installer.php:407
-msgid "XML PHP module"
-msgstr "PHP modul XML"
+#: src/Content/ContactSelector.php:241
+msgid "Friends/Benefits"
+msgstr "Přátelé/výhody"
 
-#: src/Core/Installer.php:410
-msgid "libCurl PHP module"
-msgstr "PHP modul libCurl"
+#: src/Content/ContactSelector.php:242
+msgid "Casual"
+msgstr "Ležérní"
 
-#: src/Core/Installer.php:411
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Chyba: PHP modul libcurl je vyžadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:243
+msgid "Engaged"
+msgstr "Zadaný/á"
 
-#: src/Core/Installer.php:417
-msgid "GD graphics PHP module"
-msgstr "PHP modul GD graphics"
+#: src/Content/ContactSelector.php:244
+msgid "Married"
+msgstr "Ženatý/vdaná"
 
-#: src/Core/Installer.php:418
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Chyba: PHP modul GD graphics je vyžadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:245
+msgid "Imaginarily married"
+msgstr "Pomyslně ženatý/vdaná"
 
-#: src/Core/Installer.php:424
-msgid "OpenSSL PHP module"
-msgstr "PHP modul OpenSSL"
+#: src/Content/ContactSelector.php:246
+msgid "Partners"
+msgstr "Partneři"
 
-#: src/Core/Installer.php:425
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Chyba: PHP modul openssl je vyžadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:247
+msgid "Cohabiting"
+msgstr "Žiji ve společné domácnosti"
 
-#: src/Core/Installer.php:431
-msgid "mb_string PHP module"
-msgstr "PHP modul mb_string"
+#: src/Content/ContactSelector.php:248
+msgid "Common law"
+msgstr "Zvykové právo"
 
-#: src/Core/Installer.php:432
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Chyba: PHP modul mb_string  je vyžadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:249
+msgid "Happy"
+msgstr "Šťastný/á"
 
-#: src/Core/Installer.php:438
-msgid "iconv PHP module"
-msgstr "PHP modul iconv"
+#: src/Content/ContactSelector.php:250
+msgid "Not looking"
+msgstr "Nehledající"
 
-#: src/Core/Installer.php:439
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Chyba: PHP modul iconv je vyžadován, ale není nainstalován"
+#: src/Content/ContactSelector.php:251
+msgid "Swinger"
+msgstr "Swinger"
 
-#: src/Core/Installer.php:445
-msgid "POSIX PHP module"
-msgstr "PHP modul POSIX"
+#: src/Content/ContactSelector.php:252
+msgid "Betrayed"
+msgstr "Zrazen/a"
 
-#: src/Core/Installer.php:446
-msgid "Error: POSIX PHP module required but not installed."
-msgstr "Chyba: PHP modul POSIX je vyžadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:253
+msgid "Separated"
+msgstr "Odloučený/á"
 
-#: src/Core/Installer.php:452
-msgid "JSON PHP module"
-msgstr "PHP modul JSON"
+#: src/Content/ContactSelector.php:254
+msgid "Unstable"
+msgstr "Nestálý/á"
 
-#: src/Core/Installer.php:453
-msgid "Error: JSON PHP module required but not installed."
-msgstr "Chyba: PHP modul JSON je vyžadován, ale není nainstalován"
+#: src/Content/ContactSelector.php:255
+msgid "Divorced"
+msgstr "Rozvedený/á"
 
-#: src/Core/Installer.php:459
-msgid "File Information PHP module"
-msgstr "PHP modul File Information"
+#: src/Content/ContactSelector.php:256
+msgid "Imaginarily divorced"
+msgstr "Pomyslně rozvedený/á"
 
-#: src/Core/Installer.php:460
-msgid "Error: File Information PHP module required but not installed."
-msgstr "Chyba: PHP modul File Information  je vyžadován, ale není nainstalován."
+#: src/Content/ContactSelector.php:257
+msgid "Widowed"
+msgstr "Ovdovělý/á"
 
-#: src/Core/Installer.php:483
-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 "Webový instalátor musí být schopen vytvořit soubor s názvem „local.config.php“ v adresáři „config“ Vašeho webového serveru a není mu to umožněno. "
+#: src/Content/ContactSelector.php:258
+msgid "Uncertain"
+msgstr "Nejistý/á"
 
-#: src/Core/Installer.php:484
-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 "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když vy můžete."
+#: src/Content/ContactSelector.php:259
+msgid "It's complicated"
+msgstr "Je to složité"
 
-#: src/Core/Installer.php:485
-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 "Na konci této procedury od nás obdržíte text k uložení v souboru pojmenovaném local.config.php v adresáři „config“ na Vaší instalaci Friendica."
+#: src/Content/ContactSelector.php:260
+msgid "Don't care"
+msgstr "Nezájem"
 
-#: src/Core/Installer.php:486
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor „INSTALL.txt“ pro další instrukce."
+#: src/Content/ContactSelector.php:261
+msgid "Ask me"
+msgstr "Zeptej se mě"
 
-#: src/Core/Installer.php:489
-msgid "config/local.config.php is writable"
-msgstr "Soubor config/local.config.php je zapisovatelný"
+#: src/Content/Feature.php:82
+msgid "General Features"
+msgstr "Obecné vlastnosti"
 
-#: src/Core/Installer.php:509
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica používá k zobrazení svých webových stránek šablonovací nástroj Smarty3. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování."
+#: src/Content/Feature.php:84
+msgid "Multiple Profiles"
+msgstr "Více profilů"
 
-#: src/Core/Installer.php:510
-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 "Pro uložení kompilovaných šablon potřebuje webový server mít přístup k zápisu do adresáře view/smarty3/ pod kořenovým adresářem Friendica."
+#: src/Content/Feature.php:84
+msgid "Ability to create multiple profiles"
+msgstr "Schopnost vytvořit více profilů"
 
-#: src/Core/Installer.php:511
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Prosím ujistěte se, že má uživatel webového serveru (jako například www-data) právo zápisu do tohoto adresáře"
+#: src/Content/Feature.php:85
+msgid "Photo Location"
+msgstr "Poloha fotky"
 
-#: src/Core/Installer.php:512
+#: src/Content/Feature.php:85
 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 "Poznámka: jako bezpečnostní opatření byste měl/a přidělit webovém serveru právo zápisu pouze do adresáře /view/smarty3/ -- a nikoliv už do souborů s šablonami (.tpl), které obsahuje."
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "Metadata fotek jsou normálně odebrána. Tato funkce před odebrání metadat extrahuje polohu (pokud je k dispozici) a propojí ji s mapou."
 
-#: src/Core/Installer.php:515
-msgid "view/smarty3 is writable"
-msgstr "Adresář view/smarty3 je zapisovatelný"
+#: src/Content/Feature.php:86
+msgid "Export Public Calendar"
+msgstr "Exportovat veřejný kalendář"
 
-#: src/Core/Installer.php:544
-msgid ""
-"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
-" to .htaccess."
-msgstr "URL rewrite v souboru .htacess nefunguje. Ujistěte se, že jste zkopíroval/a soubor .htaccess-dist jako .htaccess"
+#: src/Content/Feature.php:86
+msgid "Ability for visitors to download the public calendar"
+msgstr "Umožnit návštěvníkům stáhnout si veřejný kalendář"
 
-#: src/Core/Installer.php:546
-msgid "Error message from Curl when fetching"
-msgstr "Chybová zpráva od Curl při načítání"
+#: src/Content/Feature.php:87
+msgid "Trending Tags"
+msgstr "Populární štítky"
 
-#: src/Core/Installer.php:551
-msgid "Url rewrite is working"
-msgstr "Url rewrite je funkční."
+#: src/Content/Feature.php:87
+msgid ""
+"Show a community page widget with a list of the most popular tags in recent "
+"public posts."
+msgstr ""
 
-#: src/Core/Installer.php:580
-msgid "ImageMagick PHP extension is not installed"
-msgstr "PHP rozšíření ImageMagick není nainstalováno"
+#: src/Content/Feature.php:92
+msgid "Post Composition Features"
+msgstr "Nastavení vytváření příspěvků"
 
-#: src/Core/Installer.php:582
-msgid "ImageMagick PHP extension is installed"
-msgstr "PHP rozšíření ImageMagick je nainstalováno"
+#: src/Content/Feature.php:93
+msgid "Auto-mention Forums"
+msgstr "Automaticky zmiňovat fóra"
 
-#: src/Core/Installer.php:584 tests/src/Core/InstallerTest.php:347
-#: tests/src/Core/InstallerTest.php:373
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick podporuje GIF"
+#: src/Content/Feature.php:93
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Přidat/odstranit zmínku, když je stránka na fóru označena/odznačena v okně ACL."
 
-#: src/Core/Installer.php:609
-msgid "Could not connect to database."
-msgstr "Nelze se připojit k databázi."
+#: src/Content/Feature.php:94
+msgid "Explicit Mentions"
+msgstr "Výslovné zmínky"
 
-#: src/Core/Installer.php:616
-msgid "Database already in use."
-msgstr "Databáze se již používá."
+#: src/Content/Feature.php:94
+msgid ""
+"Add explicit mentions to comment box for manual control over who gets "
+"mentioned in replies."
+msgstr "Přidá do pole pro komentování výslovné zmínky pro ruční kontrolu nad tím, koho zmíníte v odpovědích."
 
-#: src/Core/L10n.php:371 src/Model/Event.php:397
-msgid "Tuesday"
-msgstr "úterý"
+#: src/Content/Feature.php:99
+msgid "Network Sidebar"
+msgstr "Síťová postranní lišta"
 
-#: src/Core/L10n.php:371 src/Model/Event.php:398
-msgid "Wednesday"
-msgstr "středa"
+#: src/Content/Feature.php:100 src/Content/Widget.php:501
+msgid "Archives"
+msgstr "Archivy"
 
-#: src/Core/L10n.php:371 src/Model/Event.php:399
-msgid "Thursday"
-msgstr "čtvrtek"
+#: src/Content/Feature.php:100
+msgid "Ability to select posts by date ranges"
+msgstr "Možnost označit příspěvky dle časového intervalu"
 
-#: src/Core/L10n.php:371 src/Model/Event.php:400
-msgid "Friday"
-msgstr "pátek"
+#: src/Content/Feature.php:101
+msgid "Protocol Filter"
+msgstr "Filtr protokolů"
 
-#: src/Core/L10n.php:371 src/Model/Event.php:401
-msgid "Saturday"
-msgstr "sobota"
+#: src/Content/Feature.php:101
+msgid "Enable widget to display Network posts only from selected protocols"
+msgstr "Povolením této funkce se budou zobrazovat síťové příspěvky pouze z vybraných protokolů"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:416
-msgid "January"
-msgstr "leden"
+#: src/Content/Feature.php:106
+msgid "Network Tabs"
+msgstr "Síťové záložky"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:417
-msgid "February"
-msgstr "únor"
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "Síťová záložka Nové"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:418
-msgid "March"
-msgstr "březen"
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Povolit záložku pro zobrazení pouze nových příspěvků (za posledních 12 hodin)"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:419
-msgid "April"
-msgstr "duben"
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "Síťová záložka Sdílené odkazy "
 
-#: src/Core/L10n.php:375 src/Core/L10n.php:394 src/Model/Event.php:407
-msgid "May"
-msgstr "květen"
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Povolit záložky pro zobrazování pouze Síťových příspěvků s vazbou na ně"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:420
-msgid "June"
-msgstr "červen"
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "Nástroje příspěvků/komentářů"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:421
-msgid "July"
-msgstr "červenec"
+#: src/Content/Feature.php:114
+msgid "Post Categories"
+msgstr "Kategorie příspěvků"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:422
-msgid "August"
-msgstr "srpen"
+#: src/Content/Feature.php:114
+msgid "Add categories to your posts"
+msgstr "Přidat kategorie k vašim příspěvkům"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:423
-msgid "September"
-msgstr "září"
+#: src/Content/Feature.php:119
+msgid "Advanced Profile Settings"
+msgstr "Pokročilá nastavení profilu"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:424
-msgid "October"
-msgstr "říjen"
+#: src/Content/Feature.php:120
+msgid "List Forums"
+msgstr "Vypsat fóra"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:425
-msgid "November"
-msgstr "listopad"
+#: src/Content/Feature.php:120
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Zobrazit návštěvníkům veřejná komunitní fóra na stránce pokročilého profilu"
 
-#: src/Core/L10n.php:375 src/Model/Event.php:426
-msgid "December"
-msgstr "prosinec"
+#: src/Content/Feature.php:121
+msgid "Tag Cloud"
+msgstr "Štítkový oblak"
 
-#: src/Core/L10n.php:390 src/Model/Event.php:388
-msgid "Mon"
-msgstr "pon"
+#: src/Content/Feature.php:121
+msgid "Provide a personal tag cloud on your profile page"
+msgstr "Poskytne na vaší profilové stránce osobní „štítkový oblak“"
 
-#: src/Core/L10n.php:390 src/Model/Event.php:389
-msgid "Tue"
-msgstr "úte"
+#: src/Content/Feature.php:122
+msgid "Display Membership Date"
+msgstr "Zobrazit datum členství"
 
-#: src/Core/L10n.php:390 src/Model/Event.php:390
-msgid "Wed"
-msgstr "stř"
+#: src/Content/Feature.php:122
+msgid "Display membership date in profile"
+msgstr "Zobrazit v profilu datum připojení"
 
-#: src/Core/L10n.php:390 src/Model/Event.php:391
-msgid "Thu"
-msgstr "čtv"
+#: src/Content/Nav.php:74
+msgid "Nothing new here"
+msgstr "Zde není nic nového"
 
-#: src/Core/L10n.php:390 src/Model/Event.php:392
-msgid "Fri"
-msgstr "pát"
+#: src/Content/Nav.php:78
+msgid "Clear notifications"
+msgstr "Vymazat oznámení"
 
-#: src/Core/L10n.php:390 src/Model/Event.php:393
-msgid "Sat"
-msgstr "sob"
+#: src/Content/Nav.php:153 src/Module/Login.php:315
+msgid "Logout"
+msgstr "Odhlásit se"
 
-#: src/Core/L10n.php:390 src/Model/Event.php:387
-msgid "Sun"
-msgstr "ned"
+#: src/Content/Nav.php:153
+msgid "End this session"
+msgstr "Konec této relace"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:403
-msgid "Jan"
-msgstr "led"
+#: src/Content/Nav.php:155 src/Module/Bookmarklet.php:25
+#: src/Module/Login.php:316
+msgid "Login"
+msgstr "Přihlásit se"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:404
-msgid "Feb"
-msgstr "úno"
+#: src/Content/Nav.php:155
+msgid "Sign in"
+msgstr "Přihlásit se"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:405
-msgid "Mar"
-msgstr "bře"
+#: src/Content/Nav.php:165
+msgid "Personal notes"
+msgstr "Osobní poznámky"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:406
-msgid "Apr"
-msgstr "dub"
+#: src/Content/Nav.php:165
+msgid "Your personal notes"
+msgstr "Vaše osobní poznámky"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:409
-msgid "Jul"
-msgstr "čvc"
+#: src/Content/Nav.php:182
+msgid "Home Page"
+msgstr "Domovská stránka"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:410
-msgid "Aug"
-msgstr "srp"
+#: src/Content/Nav.php:186 src/Module/Login.php:287
+#: src/Module/Register.php:136
+msgid "Register"
+msgstr "Registrovat"
 
-#: src/Core/L10n.php:394
-msgid "Sep"
-msgstr "zář"
+#: src/Content/Nav.php:186
+msgid "Create an account"
+msgstr "Vytvořit účet"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:412
-msgid "Oct"
-msgstr "říj"
+#: src/Content/Nav.php:192
+msgid "Help and documentation"
+msgstr "Nápověda a dokumentace"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:413
-msgid "Nov"
-msgstr "lis"
+#: src/Content/Nav.php:196
+msgid "Apps"
+msgstr "Aplikace"
 
-#: src/Core/L10n.php:394 src/Model/Event.php:414
-msgid "Dec"
-msgstr "pro"
+#: src/Content/Nav.php:196
+msgid "Addon applications, utilities, games"
+msgstr "Doplňkové aplikace, nástroje, hry"
 
-#: src/Core/L10n.php:413
-msgid "poke"
-msgstr "šťouchnout"
+#: src/Content/Nav.php:200
+msgid "Search site content"
+msgstr "Hledání na stránkách tohoto webu"
 
-#: src/Core/L10n.php:413
-msgid "poked"
-msgstr "šťouchnul/a"
+#: src/Content/Nav.php:224
+msgid "Community"
+msgstr "Komunita"
 
-#: src/Core/L10n.php:414
-msgid "ping"
-msgstr "cinknout"
+#: src/Content/Nav.php:224
+msgid "Conversations on this and other servers"
+msgstr "Konverzace na tomto a jiných serverech"
 
-#: src/Core/L10n.php:414
-msgid "pinged"
-msgstr "cinknul/a"
+#: src/Content/Nav.php:231
+msgid "Directory"
+msgstr "Adresář"
 
-#: src/Core/L10n.php:415
-msgid "prod"
-msgstr "dloubnout"
+#: src/Content/Nav.php:231
+msgid "People directory"
+msgstr "Adresář"
 
-#: src/Core/L10n.php:415
-msgid "prodded"
-msgstr "dloubnul/a"
+#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
+msgid "Information"
+msgstr "Informace"
 
-#: src/Core/L10n.php:416
-msgid "slap"
-msgstr "uhodit"
+#: src/Content/Nav.php:233
+msgid "Information about this friendica instance"
+msgstr "Informace o této instanci Friendica"
 
-#: src/Core/L10n.php:416
-msgid "slapped"
-msgstr "uhodil/a"
+#: 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 "Podmínky používání"
 
-#: src/Core/L10n.php:417
-msgid "finger"
-msgstr "osahat"
+#: src/Content/Nav.php:236
+msgid "Terms of Service of this Friendica instance"
+msgstr "Podmínky používání této instance Friendica"
 
-#: src/Core/L10n.php:417
-msgid "fingered"
-msgstr "osahal/a"
+#: src/Content/Nav.php:242
+msgid "Network Reset"
+msgstr "Reset sítě"
 
-#: src/Core/L10n.php:418
-msgid "rebuff"
-msgstr "odmítnout"
+#: src/Content/Nav.php:242
+msgid "Load Network page with no filters"
+msgstr "Načíst stránku Síť bez filtrů"
 
-#: src/Core/L10n.php:418
-msgid "rebuffed"
-msgstr "odmítnul/a"
+#: src/Content/Nav.php:248
+msgid "Friend Requests"
+msgstr "Požadavky o přátelství"
 
-#: src/Core/NotificationsManager.php:144
-msgid "System"
-msgstr "Systém"
+#: src/Content/Nav.php:250
+msgid "See all notifications"
+msgstr "Zobrazit všechna oznámení"
 
-#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s okomentoval/a příspěvek uživatele %s"
+#: src/Content/Nav.php:251
+msgid "Mark all system notifications seen"
+msgstr "Označit všechna systémová oznámení jako přečtené"
 
-#: src/Core/NotificationsManager.php:245
-#, php-format
-msgid "%s created a new post"
-msgstr "%s vytvořil nový příspěvek"
+#: src/Content/Nav.php:255
+msgid "Inbox"
+msgstr "Doručená pošta"
 
-#: src/Core/NotificationsManager.php:259
-#, php-format
-msgid "%s liked %s's post"
-msgstr "Uživateli %s se líbí příspěvek uživatele %s"
+#: src/Content/Nav.php:256
+msgid "Outbox"
+msgstr "Odeslaná pošta"
 
-#: src/Core/NotificationsManager.php:272
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "Uživateli %s se nelíbí příspěvek uživatele %s"
+#: src/Content/Nav.php:260
+msgid "Manage"
+msgstr "Spravovat"
 
-#: src/Core/NotificationsManager.php:285
-#, php-format
-msgid "%s is attending %s's event"
-msgstr "%s se zúčastní události %s"
+#: src/Content/Nav.php:260
+msgid "Manage other pages"
+msgstr "Spravovat jiné stránky"
 
-#: src/Core/NotificationsManager.php:298
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr "%s se nezúčastní události %s"
+#: src/Content/Nav.php:268
+msgid "Manage/Edit Profiles"
+msgstr "Spravovat/Editovat Profily"
 
-#: src/Core/NotificationsManager.php:311
-#, php-format
-msgid "%s may attend %s's event"
-msgstr "%s by se mohl/a zúčastnit události %s"
+#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114
+msgid "Admin"
+msgstr "Administrátor"
 
-#: src/Core/NotificationsManager.php:344
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s se nyní přátelí s uživatelem %s"
+#: src/Content/Nav.php:276
+msgid "Site setup and configuration"
+msgstr "Nastavení webu a konfigurace"
 
-#: src/Core/NotificationsManager.php:622
-msgid "Friend Suggestion"
-msgstr "Návrh přátelství"
+#: src/Content/Nav.php:279
+msgid "Navigation"
+msgstr "Navigace"
 
-#: src/Core/NotificationsManager.php:656
-msgid "Friend/Connect Request"
-msgstr "Požadavek o přátelství/spojení"
+#: src/Content/Nav.php:279
+msgid "Site map"
+msgstr "Mapa webu"
 
-#: src/Core/NotificationsManager.php:656
-msgid "New Follower"
-msgstr "Nový sledující"
+#: src/Content/OEmbed.php:254
+msgid "Embedding disabled"
+msgstr "Vkládání zakázáno"
 
-#: src/Core/Session.php:194
-#, php-format
-msgid "Welcome %s"
-msgstr "Vítejte, %s"
+#: src/Content/OEmbed.php:377
+msgid "Embedded content"
+msgstr "Vložený obsah"
 
-#: src/Core/Session.php:195
-msgid "Please upload a profile photo."
-msgstr "Prosím nahrajte profilovou fotku."
+#: src/Content/Widget.php:38
+msgid "Add New Contact"
+msgstr "Přidat nový kontakt"
 
-#: src/Core/Session.php:198
-#, php-format
-msgid "Welcome back %s"
-msgstr "Vítejte zpět, %s"
+#: src/Content/Widget.php:39
+msgid "Enter address or web location"
+msgstr "Zadejte adresu nebo umístění webu"
 
-#: src/Core/Update.php:193
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Aktualizace %s selhala. Zkontrolujte protokol chyb."
+#: src/Content/Widget.php:40
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Příklad: jan@priklad.cz, http://priklad.cz/lucie"
 
-#: src/Core/Update.php:257
+#: src/Content/Widget.php:58
 #, 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\tVývojáři Friendica nedávno vydali aktualizaci %s,\n\t\t\t\tale když jsem ji zkusil instalovat, něco se strašně pokazilo.\n\t\t\t\tToto se musí ihned opravit a nemůžu to udělat sám. Prosím, kontaktujte\n\t\t\t\tvývojáře Friendica, pokud to nedokážete sám. Moje databáze může být neplatná."
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d pozvánka k dispozici"
+msgstr[1] "%d pozvánky k dispozici"
+msgstr[2] "%d pozvánky k dispozici"
+msgstr[3] "%d pozvánek k dispozici"
 
-#: src/Core/Update.php:263
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "Chybová zpráva je\n[pre]%s[/pre]"
+#: src/Content/Widget.php:193 src/Module/Contact.php:798
+#: src/Module/Profile/Contacts.php:127
+msgid "Following"
+msgstr "Sledující"
 
-#: src/Core/Update.php:269 src/Core/Update.php:308
-msgid "[Friendica Notify] Database update"
-msgstr "[Friendica:Oznámení] Aktualizace databáze"
+#: src/Content/Widget.php:194 src/Module/Contact.php:799
+#: src/Module/Profile/Contacts.php:128
+msgid "Mutual friends"
+msgstr "Vzájemní přátelé"
 
-#: 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\tDatabáze Friendica byla úspěšně aktualizována z verze %s na %s."
+#: src/Content/Widget.php:199
+msgid "Relationships"
+msgstr "Vztahy"
 
-#: src/Core/UserImport.php:99
-msgid "Error decoding account file"
-msgstr "Chyba dekódování uživatelského účtu"
+#: src/Content/Widget.php:201 src/Module/Contact.php:694
+#: src/Module/Group.php:287
+msgid "All Contacts"
+msgstr "Všechny kontakty"
 
-#: src/Core/UserImport.php:105
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Chyba! V souboru nejsou data o verzi! Je to opravdu soubor s účtem Friendica?"
+#: src/Content/Widget.php:244
+msgid "Protocols"
+msgstr "Protokoly"
 
-#: src/Core/UserImport.php:113
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "Uživatel „%s“ již na tomto serveru existuje!"
+#: src/Content/Widget.php:246
+msgid "All Protocols"
+msgstr "Všechny protokoly"
 
-#: src/Core/UserImport.php:149
-msgid "User creation error"
-msgstr "Chyba při vytváření uživatele"
+#: src/Content/Widget.php:279
+msgid "Saved Folders"
+msgstr "Uložené složky"
 
-#: src/Core/UserImport.php:167
-msgid "User profile creation error"
-msgstr "Chyba vytváření uživatelského profilu"
+#: src/Content/Widget.php:281 src/Content/Widget.php:320
+msgid "Everything"
+msgstr "Všechno"
 
-#: src/Core/UserImport.php:211
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d kontakt nenaimportován"
-msgstr[1] "%d kontakty nenaimportovány"
-msgstr[2] "%d kontaktu nenaimportováno"
-msgstr[3] "%d kontaktů nenaimportováno"
+#: src/Content/Widget.php:318
+msgid "Categories"
+msgstr "Kategorie"
 
-#: src/Core/UserImport.php:276
-msgid "Done. You can now login with your username and password"
-msgstr "Hotovo. Nyní  se můžete přihlásit se svým uživatelským jménem a heslem"
+#: src/Content/Widget.php:402
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d společný kontakt"
+msgstr[1] "%d společné kontakty"
+msgstr[2] "%d společného kontaktu"
+msgstr[3] "%d společných kontaktů"
 
-#: src/Database/DBStructure.php:47
+#: src/Database/DBStructure.php:50
 msgid "There are no tables on MyISAM."
 msgstr "V MyISAM nejsou žádné tabulky."
 
-#: src/Database/DBStructure.php:71
+#: src/Database/DBStructure.php:74
 #, php-format
 msgid ""
 "\n"
@@ -5969,99 +6079,130 @@ msgid ""
 "%s\n"
 msgstr "\nPři aktualizaci databáze se vyskytla chyba %d:\n%s\n"
 
-#: src/Database/DBStructure.php:74
+#: src/Database/DBStructure.php:77
 msgid "Errors encountered performing database changes: "
 msgstr "Při vykonávání změn v databázi se vyskytly chyby: "
 
-#: src/Database/DBStructure.php:263
+#: src/Database/DBStructure.php:266
 #, php-format
 msgid "%s: Database update"
 msgstr "%s: Aktualizace databáze"
 
-#: src/Database/DBStructure.php:524
+#: src/Database/DBStructure.php:527
 #, php-format
 msgid "%s: updating %s table."
 msgstr "%s: aktualizuji tabulku %s"
 
-#: src/LegacyModule.php:30
+#: src/Model/Storage/Filesystem.php:63
 #, php-format
-msgid "Legacy module file not found: %s"
-msgstr "Soubor legacy modulu nenalezen: %s"
+msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
+msgstr "Vytvoření „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat."
+
+#: src/Model/Storage/Filesystem.php:105
+#, php-format
+msgid ""
+"Filesystem storage failed to save data to \"%s\". Check your write "
+"permissions"
+msgstr "Uložení dat do „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat"
+
+#: src/Model/Storage/Filesystem.php:126
+msgid "Storage base path"
+msgstr "Cesta ke kořenové složce úložiště"
+
+#: 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 "Složka, do které jsou ukládány nahrané soubory. Pro maximální bezpečnost to musí být cesta mimo složku webového serveru"
+
+#: src/Model/Storage/Filesystem.php:138
+msgid "Enter a valid existing folder"
+msgstr "Zadejte platnou existující složku"
+
+#: src/Model/Storage/Database.php:36
+#, php-format
+msgid "Database storage failed to update %s"
+msgstr "Aktualizace %s v úložišti databáze neuspěla"
+
+#: src/Model/Storage/Database.php:43
+msgid "Database storage failed to insert data"
+msgstr "Vklad dat do databázového úložiště neuspěl"
 
-#: src/Model/Contact.php:1116
+#: src/Model/Contact.php:1203
 msgid "Drop Contact"
 msgstr "Odstranit kontakt"
 
-#: src/Model/Contact.php:1651
+#: src/Model/Contact.php:1705
 msgid "Organisation"
 msgstr "Organizace"
 
-#: src/Model/Contact.php:1655
+#: src/Model/Contact.php:1709
 msgid "News"
 msgstr "Zprávy"
 
-#: src/Model/Contact.php:1659
+#: src/Model/Contact.php:1713
 msgid "Forum"
 msgstr "Fórum"
 
-#: src/Model/Contact.php:1888
+#: src/Model/Contact.php:2109
 msgid "Connect URL missing."
 msgstr "Chybí URL adresa pro připojení."
 
-#: src/Model/Contact.php:1897
+#: src/Model/Contact.php:2118
 msgid ""
 "The contact could not be added. Please check the relevant network "
 "credentials in your Settings -> Social Networks page."
 msgstr "Kontakt nemohl být přidán. Prosím zkontrolujte relevantní přihlašovací údaje sítě na stránce Nastavení -> Sociální sítě."
 
-#: src/Model/Contact.php:1938
+#: src/Model/Contact.php:2159
 msgid ""
 "This site is not configured to allow communications with other networks."
 msgstr "Tento web není nakonfigurován tak, aby umožňoval komunikaci s ostatními sítěmi."
 
-#: src/Model/Contact.php:1939 src/Model/Contact.php:1952
+#: src/Model/Contact.php:2160 src/Model/Contact.php:2173
 msgid "No compatible communication protocols or feeds were discovered."
 msgstr "Nenalezen žádný kompatibilní komunikační protokol nebo kanál."
 
-#: src/Model/Contact.php:1950
+#: src/Model/Contact.php:2171
 msgid "The profile address specified does not provide adequate information."
 msgstr "Uvedená adresa profilu neposkytuje dostatečné informace."
 
-#: src/Model/Contact.php:1955
+#: src/Model/Contact.php:2176
 msgid "An author or name was not found."
 msgstr "Autor nebo jméno nenalezeno"
 
-#: src/Model/Contact.php:1958
+#: src/Model/Contact.php:2179
 msgid "No browser URL could be matched to this address."
 msgstr "Této adrese neodpovídá žádné URL prohlížeče."
 
-#: src/Model/Contact.php:1961
+#: src/Model/Contact.php:2182
 msgid ""
 "Unable to match @-style Identity Address with a known protocol or email "
 "contact."
 msgstr "Není možné namapovat adresu identity ve stylu @ s žádným možným protokolem ani emailovým kontaktem."
 
-#: src/Model/Contact.php:1962
+#: src/Model/Contact.php:2183
 msgid "Use mailto: in front of address to force email check."
 msgstr "Použite mailo: před adresou k vynucení emailové kontroly."
 
-#: src/Model/Contact.php:1968
+#: src/Model/Contact.php:2189
 msgid ""
 "The profile address specified belongs to a network which has been disabled "
 "on this site."
 msgstr "Zadaná adresa profilu patří do sítě, která  byla na tomto serveru zakázána."
 
-#: src/Model/Contact.php:1973
+#: src/Model/Contact.php:2194
 msgid ""
 "Limited profile. This person will be unable to receive direct/personal "
 "notifications from you."
 msgstr "Omezený profil. Tato osoba nebude schopna od vás přijímat přímá/osobní oznámení."
 
-#: src/Model/Contact.php:2027
+#: src/Model/Contact.php:2249
 msgid "Unable to retrieve contact information."
 msgstr "Nepodařilo se získat kontaktní informace."
 
-#: src/Model/Event.php:34 src/Model/Event.php:847 src/Module/Localtime.php:17
+#: 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 d. F, Y v g:i A"
 
@@ -6079,10 +6220,6 @@ msgstr "Končí:"
 msgid "all-day"
 msgstr "celodenní"
 
-#: src/Model/Event.php:408
-msgid "Jun"
-msgstr "čvn"
-
 #: src/Model/Event.php:411
 msgid "Sept"
 msgstr "září"
@@ -6107,7 +6244,7 @@ msgstr "Duplikovat událost"
 msgid "Delete event"
 msgstr "Smazat událost"
 
-#: src/Model/Event.php:626 src/Model/Item.php:3522 src/Model/Item.php:3529
+#: src/Model/Event.php:626 src/Model/Item.php:3569 src/Model/Item.php:3576
 msgid "link to source"
 msgstr "odkaz na zdroj"
 
@@ -6137,55 +6274,60 @@ msgstr "%s má narozeniny"
 msgid "Happy Birthday %s"
 msgstr "Veselé narozeniny, %s"
 
-#: src/Model/FileTag.php:256
+#: src/Model/FileTag.php:265
 msgid "Item filed"
 msgstr "Položka vyplněna"
 
-#: src/Model/Group.php:63
+#: 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 "Dříve smazaná skupina s tímto jménem byla obnovena. Stávající oprávnění <strong>může</strong> ovlivnit tuto skupinu a její budoucí členy. Pokud to není to, co jste chtěl/a, vytvořte, prosím, další skupinu s jiným názvem."
 
-#: src/Model/Group.php:358
+#: src/Model/Group.php:407
 msgid "Default privacy group for new contacts"
 msgstr "Výchozí soukromá skupina pro nové kontakty."
 
-#: src/Model/Group.php:390
+#: src/Model/Group.php:439
 msgid "Everybody"
 msgstr "Všichni"
 
-#: src/Model/Group.php:410
+#: src/Model/Group.php:458
 msgid "edit"
 msgstr "upravit"
 
-#: src/Model/Group.php:439
+#: src/Model/Group.php:484 src/Module/Contact.php:734
+#: src/Module/Welcome.php:57
+msgid "Groups"
+msgstr "Skupiny"
+
+#: src/Model/Group.php:488
 msgid "Edit group"
 msgstr "Upravit skupinu"
 
-#: src/Model/Group.php:440 src/Module/Group.php:186
+#: src/Model/Group.php:489 src/Module/Group.php:186
 msgid "Contacts not in any group"
 msgstr "Kontakty, které nejsou v žádné skupině"
 
-#: src/Model/Group.php:442
+#: src/Model/Group.php:491
 msgid "Create a new group"
 msgstr "Vytvořit novou skupinu"
 
-#: src/Model/Group.php:443 src/Module/Group.php:171 src/Module/Group.php:194
+#: src/Model/Group.php:492 src/Module/Group.php:171 src/Module/Group.php:194
 #: src/Module/Group.php:271
 msgid "Group Name: "
 msgstr "Název skupiny: "
 
-#: src/Model/Group.php:444
+#: src/Model/Group.php:493
 msgid "Edit groups"
 msgstr "Upravit skupiny"
 
-#: src/Model/Item.php:3257
+#: src/Model/Item.php:3304
 msgid "activity"
 msgstr "aktivita"
 
-#: src/Model/Item.php:3259 src/Object/Post.php:472
+#: src/Model/Item.php:3306 src/Object/Post.php:473
 msgid "comment"
 msgid_plural "comments"
 msgstr[0] "komentář"
@@ -6193,276 +6335,241 @@ msgstr[1] "komentáře"
 msgstr[2] "komentáře"
 msgstr[3] "komentářů"
 
-#: src/Model/Item.php:3262
+#: src/Model/Item.php:3309
 msgid "post"
 msgstr "příspěvek"
 
-#: src/Model/Item.php:3361
+#: src/Model/Item.php:3408
 #, php-format
 msgid "Content warning: %s"
 msgstr "Varování o obsahu: %s"
 
-#: src/Model/Item.php:3438
+#: src/Model/Item.php:3485
 msgid "bytes"
 msgstr "bytů"
 
-#: src/Model/Item.php:3516
+#: src/Model/Item.php:3563
 msgid "View on separate page"
 msgstr "Zobrazit na separátní stránce"
 
-#: src/Model/Item.php:3517
+#: src/Model/Item.php:3564
 msgid "view on separate page"
 msgstr "zobrazit na separátní stránce"
 
-#: src/Model/Mail.php:109 src/Model/Mail.php:244
+#: src/Model/Mail.php:112 src/Model/Mail.php:247
 msgid "[no subject]"
 msgstr "[bez předmětu]"
 
-#: src/Model/Profile.php:177 src/Model/Profile.php:421
-#: src/Model/Profile.php:866
+#: src/Model/Profile.php:212 src/Model/Profile.php:428
+#: src/Model/Profile.php:877
 msgid "Edit profile"
 msgstr "Upravit profil"
 
-#: src/Model/Profile.php:355
-msgid "Atom feed"
-msgstr "Kanál Atom"
-
-#: src/Model/Profile.php:394
+#: src/Model/Profile.php:402
 msgid "Manage/edit profiles"
 msgstr "Spravovat/upravit profily"
 
-#: src/Model/Profile.php:443 src/Model/Profile.php:776
-#: src/Module/Directory.php:148
+#: src/Model/Profile.php:451 src/Model/Profile.php:787
+#: src/Module/Directory.php:143
 msgid "Status:"
 msgstr "Stav:"
 
-#: src/Model/Profile.php:444 src/Model/Profile.php:793
-#: src/Module/Directory.php:149
+#: src/Model/Profile.php:452 src/Model/Profile.php:804
+#: src/Module/Directory.php:144
 msgid "Homepage:"
 msgstr "Domovská stránka:"
 
-#: src/Model/Profile.php:446 src/Module/Contact.php:648
+#: src/Model/Profile.php:454 src/Module/Contact.php:647
 msgid "XMPP:"
 msgstr "XMPP:"
 
-#: src/Model/Profile.php:569 src/Model/Profile.php:666
+#: src/Model/Profile.php:538 src/Module/Contact.php:337
+msgid "Unfollow"
+msgstr ""
+
+#: src/Model/Profile.php:540
+msgid "Atom feed"
+msgstr "Kanál Atom"
+
+#: src/Model/Profile.php:580 src/Model/Profile.php:677
 msgid "g A l F d"
 msgstr "g A, l d. F"
 
-#: src/Model/Profile.php:570
+#: src/Model/Profile.php:581
 msgid "F d"
 msgstr "d. F"
 
-#: src/Model/Profile.php:632 src/Model/Profile.php:717
+#: src/Model/Profile.php:643 src/Model/Profile.php:728
 msgid "[today]"
 msgstr "[dnes]"
 
-#: src/Model/Profile.php:642
+#: src/Model/Profile.php:653
 msgid "Birthday Reminders"
 msgstr "Připomínka narozenin"
 
-#: src/Model/Profile.php:643
+#: src/Model/Profile.php:654
 msgid "Birthdays this week:"
 msgstr "Narozeniny tento týden:"
 
-#: src/Model/Profile.php:704
+#: src/Model/Profile.php:715
 msgid "[No description]"
 msgstr "[Žádný popis]"
 
-#: src/Model/Profile.php:730
+#: src/Model/Profile.php:741
 msgid "Event Reminders"
 msgstr "Připomenutí událostí"
 
-#: src/Model/Profile.php:731
+#: src/Model/Profile.php:742
 msgid "Upcoming events the next 7 days:"
 msgstr "Nadcházející události v příštích 7 dnech:"
 
-#: src/Model/Profile.php:748
+#: src/Model/Profile.php:759
 msgid "Member since:"
 msgstr "Členem od:"
 
-#: src/Model/Profile.php:756
+#: src/Model/Profile.php:767
 msgid "j F, Y"
 msgstr "j F, Y"
 
-#: src/Model/Profile.php:757
+#: src/Model/Profile.php:768
 msgid "j F"
 msgstr "j F"
 
-#: src/Model/Profile.php:765 src/Util/Temporal.php:147
-msgid "Birthday:"
-msgstr "Narozeniny:"
-
-#: src/Model/Profile.php:772
+#: src/Model/Profile.php:783
 msgid "Age:"
 msgstr "Věk:"
 
-#: src/Model/Profile.php:785
+#: src/Model/Profile.php:796
 #, php-format
 msgid "for %1$d %2$s"
 msgstr "%1$d %2$s"
 
-#: src/Model/Profile.php:809
+#: src/Model/Profile.php:820
 msgid "Religion:"
 msgstr "Náboženství:"
 
-#: src/Model/Profile.php:817
+#: src/Model/Profile.php:828
 msgid "Hobbies/Interests:"
 msgstr "Koníčky/zájmy:"
 
-#: src/Model/Profile.php:829
+#: src/Model/Profile.php:840
 msgid "Contact information and Social Networks:"
 msgstr "Kontaktní informace a sociální sítě:"
 
-#: src/Model/Profile.php:833
+#: src/Model/Profile.php:844
 msgid "Musical interests:"
 msgstr "Hudební vkus:"
 
-#: src/Model/Profile.php:837
+#: src/Model/Profile.php:848
 msgid "Books, literature:"
 msgstr "Knihy, literatura:"
 
-#: src/Model/Profile.php:841
+#: src/Model/Profile.php:852
 msgid "Television:"
 msgstr "Televize:"
 
-#: src/Model/Profile.php:845
+#: src/Model/Profile.php:856
 msgid "Film/dance/culture/entertainment:"
 msgstr "Film/tanec/kultura/zábava:"
 
-#: src/Model/Profile.php:849
+#: src/Model/Profile.php:860
 msgid "Love/Romance:"
 msgstr "Láska/romantika"
 
-#: src/Model/Profile.php:853
+#: src/Model/Profile.php:864
 msgid "Work/employment:"
 msgstr "Práce/zaměstnání:"
 
-#: src/Model/Profile.php:857
+#: src/Model/Profile.php:868
 msgid "School/education:"
 msgstr "Škola/vzdělávání:"
 
-#: src/Model/Profile.php:862
+#: src/Model/Profile.php:873
 msgid "Forums:"
 msgstr "Fóra"
 
-#: src/Model/Profile.php:906 src/Module/Contact.php:875
+#: src/Model/Profile.php:920 src/Module/Contact.php:875
 msgid "Profile Details"
 msgstr "Detaily profilu"
 
-#: src/Model/Profile.php:956
+#: src/Model/Profile.php:970
 msgid "Only You Can See This"
 msgstr "Toto můžete vidět jen vy"
 
-#: src/Model/Profile.php:964 src/Model/Profile.php:967
+#: src/Model/Profile.php:978 src/Model/Profile.php:981
 msgid "Tips for New Members"
 msgstr "Tipy pro nové členy"
 
-#: src/Model/Profile.php:1167
+#: src/Model/Profile.php:1178
 #, php-format
 msgid "OpenWebAuth: %1$s welcomes %2$s"
 msgstr "OpenWebAuth: %1$s vítá uživatele %2$s"
 
-#: src/Model/Storage/Database.php:36
-#, php-format
-msgid "Database storage failed to update %s"
-msgstr "Aktualizace %s v úložišti databáze neuspěla"
-
-#: src/Model/Storage/Database.php:43
-msgid "Database storage failed to insert data"
-msgstr "Vklad dat do databázového úložiště neuspěl"
-
-#: src/Model/Storage/Filesystem.php:63
-#, php-format
-msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
-msgstr "Vytvoření „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat."
-
-#: src/Model/Storage/Filesystem.php:105
-#, php-format
-msgid ""
-"Filesystem storage failed to save data to \"%s\". Check your write "
-"permissions"
-msgstr "Uložení dat do „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat"
-
-#: src/Model/Storage/Filesystem.php:126
-msgid "Storage base path"
-msgstr "Cesta ke kořenové složce úložiště"
-
-#: 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 "Složka, do které jsou ukládány nahrané soubory. Pro maximální bezpečnost to musí být cesta mimo složku webového serveru"
-
-#: src/Model/Storage/Filesystem.php:138
-msgid "Enter a valid existing folder"
-msgstr "Zadejte platnou existující složku"
-
-#: src/Model/User.php:298
+#: src/Model/User.php:331
 msgid "Login failed"
 msgstr "Přihlášení selhalo"
 
-#: src/Model/User.php:329
+#: src/Model/User.php:362
 msgid "Not enough information to authenticate"
 msgstr "Není dost informací pro autentikaci"
 
-#: src/Model/User.php:407
+#: src/Model/User.php:440
 msgid "Password can't be empty"
 msgstr "Heslo nemůže být prázdné"
 
-#: src/Model/User.php:426
+#: src/Model/User.php:459
 msgid "Empty passwords are not allowed."
 msgstr "Prázdná hesla nejsou povolena."
 
-#: src/Model/User.php:430
+#: src/Model/User.php:463
 msgid ""
 "The new password has been exposed in a public data dump, please choose "
 "another."
 msgstr "Nové heslo bylo zveřejněno ve veřejném výpisu dat, prosím zvolte si jiné."
 
-#: src/Model/User.php:436
+#: src/Model/User.php:469
 msgid ""
 "The password can't contain accentuated letters, white spaces or colons (:)"
 msgstr "Heslo nesmí obsahovat mezery, znaky s diakritikou a dvojtečky (:)"
 
-#: src/Model/User.php:536
+#: src/Model/User.php:569
 msgid "Passwords do not match. Password unchanged."
 msgstr "Hesla se neshodují. Heslo nebylo změněno."
 
-#: src/Model/User.php:543
+#: src/Model/User.php:576
 msgid "An invitation is required."
 msgstr "Je vyžadována pozvánka."
 
-#: src/Model/User.php:547
+#: src/Model/User.php:580
 msgid "Invitation could not be verified."
 msgstr "Pozvánka nemohla být ověřena."
 
-#: src/Model/User.php:554
+#: src/Model/User.php:587
 msgid "Invalid OpenID url"
 msgstr "Neplatný odkaz OpenID"
 
-#: src/Model/User.php:567 src/Module/Login.php:107
+#: 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 "Zaznamenali jsme problém s vaším přihlášením prostřednictvím Vámi zadaným OpenID. Prosím ověřte si, že jste ID zadali správně. "
 
-#: src/Model/User.php:567 src/Module/Login.php:107
+#: src/Model/User.php:600 src/Module/Login.php:102
 msgid "The error message was:"
 msgstr "Chybová zpráva byla:"
 
-#: src/Model/User.php:573
+#: src/Model/User.php:606
 msgid "Please enter the required information."
 msgstr "Zadejte prosím požadované informace."
 
-#: src/Model/User.php:587
+#: 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) a system.username_max_length (%s) se vzájemně vylučují, čímž se vyměňují hodnoty."
 
-#: src/Model/User.php:594
+#: src/Model/User.php:627
 #, php-format
 msgid "Username should be at least %s character."
 msgid_plural "Username should be at least %s characters."
@@ -6471,7 +6578,7 @@ msgstr[1] "Uživateleké jméno musí mít alespoň %s znaky."
 msgstr[2] "Uživateleké jméno musí mít alespoň %s znaku."
 msgstr[3] "Uživateleké jméno musí mít alespoň %s znaků."
 
-#: src/Model/User.php:598
+#: src/Model/User.php:631
 #, php-format
 msgid "Username should be at most %s character."
 msgid_plural "Username should be at most %s characters."
@@ -6480,60 +6587,56 @@ msgstr[1] "Uživateleké jméno musí mít nanejvýš %s znaky."
 msgstr[2] "Uživateleké jméno musí mít nanejvýš %s znaku."
 msgstr[3] "Uživateleké jméno musí mít nanejvýš %s znaků."
 
-#: src/Model/User.php:606
+#: src/Model/User.php:639
 msgid "That doesn't appear to be your full (First Last) name."
 msgstr "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)."
 
-#: src/Model/User.php:611
+#: src/Model/User.php:644
 msgid "Your email domain is not among those allowed on this site."
 msgstr "Vaše e-mailová doména není na tomto serveru mezi povolenými."
 
-#: src/Model/User.php:615
+#: src/Model/User.php:648
 msgid "Not a valid email address."
 msgstr "Neplatná e-mailová adresa."
 
-#: src/Model/User.php:618
+#: src/Model/User.php:651
 msgid "The nickname was blocked from registration by the nodes admin."
 msgstr "Administrátor serveru zablokoval registraci této přezdívky."
 
-#: src/Model/User.php:622 src/Model/User.php:630
+#: src/Model/User.php:655 src/Model/User.php:663
 msgid "Cannot use that email."
 msgstr "Tento e-mail nelze použít."
 
-#: src/Model/User.php:637
+#: src/Model/User.php:670
 msgid "Your nickname can only contain a-z, 0-9 and _."
 msgstr "Uživatelské jméno může obsahovat pouze znaky a-z, 0-9 a _."
 
-#: src/Model/User.php:644 src/Model/User.php:701
+#: src/Model/User.php:677 src/Model/User.php:734
 msgid "Nickname is already registered. Please choose another."
 msgstr "Přezdívka je již registrována. Prosím vyberte jinou."
 
-#: src/Model/User.php:654
+#: src/Model/User.php:687
 msgid "SERIOUS ERROR: Generation of security keys failed."
 msgstr "ZÁVAŽNÁ CHYBA: Generování bezpečnostních klíčů se nezdařilo."
 
-#: src/Model/User.php:688 src/Model/User.php:692
+#: src/Model/User.php:721 src/Model/User.php:725
 msgid "An error occurred during registration. Please try again."
 msgstr "Došlo k chybě při registraci. Zkuste to prosím znovu."
 
-#: src/Model/User.php:712 view/theme/duepuntozero/config.php:55
-msgid "default"
-msgstr "výchozí"
-
-#: src/Model/User.php:717
+#: src/Model/User.php:750
 msgid "An error occurred creating your default profile. Please try again."
 msgstr "Při vytváření vašeho výchozího profilu došlo k chybě. Zkuste to prosím znovu."
 
-#: src/Model/User.php:724
+#: src/Model/User.php:757
 msgid "An error occurred creating your self contact. Please try again."
 msgstr "Při vytváření vašeho kontaktu na sebe došlo k chybě. Zkuste to prosím znovu."
 
-#: src/Model/User.php:733
+#: src/Model/User.php:766
 msgid ""
 "An error occurred creating your default contact group. Please try again."
 msgstr "Při vytváření vaší výchozí skupiny kontaktů došlo k chybě. Zkuste to prosím znovu."
 
-#: src/Model/User.php:809
+#: src/Model/User.php:842
 #, php-format
 msgid ""
 "\n"
@@ -6548,12 +6651,12 @@ msgid ""
 "\t\t"
 msgstr "\n\t\t\tVážený/á %1$s,\n\t\t\t\tDěkujeme, že jste se registroval/a na %2$s. Váš účet čeká na schválení administrátora.\n\n\t\t\tZde jsou vaše přihlašovací detaily:\n\n\t\t\tAdresa stránky:\t\t%3$s\n\t\t\tPřihlašovací jméno:\t%4$s\n\t\t\tHeslo:\t\t\t%5$s\n\t\t"
 
-#: src/Model/User.php:826
+#: src/Model/User.php:859
 #, php-format
 msgid "Registration at %s"
 msgstr "Registrace na %s"
 
-#: src/Model/User.php:845
+#: src/Model/User.php:878
 #, php-format
 msgid ""
 "\n"
@@ -6562,7 +6665,7 @@ msgid ""
 "\t\t"
 msgstr "\n\t\t\tVážený/á %1$s,\n\t\t\t\tDěkujeme, že jste se registroval/a na %2$s. Váš účet byl vytvořen.\n\t\t"
 
-#: src/Model/User.php:851
+#: src/Model/User.php:884
 #, php-format
 msgid ""
 "\n"
@@ -6594,10 +6697,110 @@ msgid ""
 "\t\t\tThank you and welcome to %2$s."
 msgstr "\n\t\t\tZde jsou vaše přihlašovací detaily:\n\n\t\t\tAdresa stránky:\t\t%3$s\n\t\t\tPřihlašovací jméno:\t%1$s\n\t\t\tHeslo:\t\t\t%5$s\n\n\t\t\tSvé heslo si po přihlášení můžete změnit na stránce „Nastavení“ vašeho\n\t\t\túčtu.\n\n\t\t\tProsím, prohlédněte si na chvilku ostatní nastavení účtu na této stránce.\n\n\t\t\tMožná byste si také přál/a přidat pár základních informací na svůj výchozí\n\t\t\tprofil (na stránce „Profily“) aby vás další lidé mohli snadno najít.\n\t\t\tDoporučujeme nastavit si vaše celé jméno, přidat profilovou fotku,\n\t\t\tpřidat pár „klíčových slov“ k profilu (velmi užitečné při získávání nových\n\t\t\tpřátel) - a možná v jaké zemi žijete; pokud nechcete být konkrétnější.\n\n\t\t\tZcela respektujeme vaše právo na soukromí a žádnou z těchto položek\n\t\t\tnení potřeba vyplňovat. Pokud jste zde nový/á a nikoho zde neznáte, mohou vám\n\t\t\tpomoci si získat nové a zajímavé přátele.\n\t\t\tPokud byste si někdy přál/a smazat účet, můžete tak učinit na stránce\n\t\t\t%3$s/removeme.\n\n\t\t\tDěkujeme vám a vítáme vás na %2$s."
 
-#: src/Model/User.php:886 src/Module/Admin/Users.php:88
+#: src/Model/User.php:919 src/Module/Admin/Users.php:88
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registrační údaje pro uživatele %s"
+
+#: src/Protocol/Diaspora.php:2495
+msgid "Sharing notification from Diaspora network"
+msgstr "Oznámení o sdílení ze sítě Diaspora"
+
+#: src/Protocol/Diaspora.php:3640
+msgid "Attachments:"
+msgstr "Přílohy:"
+
+#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:111
+#: src/Module/Profile.php:114
+#, php-format
+msgid "%s's timeline"
+msgstr "Časová osa uživatele %s"
+
+#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:112
+#, php-format
+msgid "%s's posts"
+msgstr "Příspěvky uživatele %s"
+
+#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:113
+#, php-format
+msgid "%s's comments"
+msgstr "Komentáře uživatele %s"
+
+#: src/Protocol/OStatus.php:1861
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s nyní sleduje %s."
+
+#: src/Protocol/OStatus.php:1862
+msgid "following"
+msgstr "sleduje"
+
+#: src/Protocol/OStatus.php:1865
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s přestal/a sledovat uživatele %s."
+
+#: src/Protocol/OStatus.php:1866
+msgid "stopped following"
+msgstr "přestal/a sledovat"
+
+#: src/Worker/Delivery.php:461
+msgid "(no subject)"
+msgstr "(bez předmětu)"
+
+#: 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 "Ve chvíli registrace, a pro poskytování komunikace mezi uživatelským účtem a jeho kontakty, musí uživatel poskytnout zobrazované jméno (pseudonym), uživatelské jméno (přezdívku) a funkční e-mailovou adresu. Jména budou dostupná na profilové stránce účtu pro kteréhokoliv návštěvníka, i kdyby ostatní detaily nebyly zobrazeny. E-mailová adresa bude použita pouze pro zasílání oznámení o interakcích, nebude ale viditelně zobrazována. Zápis účtu do adresáře účtů serveru nebo globálního adresáře účtů je nepovinný a může být ovládán v nastavení uživatele, není potřebný pro komunikaci."
+
+#: 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 "Tato data jsou vyžadována ke komunikaci a jsou předávána serverům komunikačních partnerů a jsou tam ukládána. Uživatelé mohou zadávat dodatečná soukromá data, která mohou být odeslána na účty komunikačních partnerů."
+
+#: src/Module/Tos.php:37 src/Module/Tos.php:79
 #, php-format
-msgid "Registration details for %s"
-msgstr "Registrační údaje pro uživatele %s"
+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 "Přihlášený uživatel si kdykoliv může exportovat svoje data účtu z <a href=\"%1$s/settings/uexport\">nastavení účtu</a>. Pokud by chtěl uživatel svůj účet smazat, může tak učinit na stránce <a href=\"%1$s/removeme\">%1$s/removeme</a>. Smazání účtu bude trvalé. Na serverech komunikačních partnerů bude zároveň vyžádáno smazání dat."
+
+#: src/Module/Tos.php:40 src/Module/Tos.php:76
+msgid "Privacy Statement"
+msgstr "Prohlášení o soukromí"
+
+#: src/Module/Apps.php:29
+msgid "No installed applications."
+msgstr "Žádné nainstalované aplikace."
+
+#: src/Module/Apps.php:34
+msgid "Applications"
+msgstr "Aplikace"
+
+#: src/Module/Credits.php:25
+msgid "Credits"
+msgstr "Poděkování"
+
+#: 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 je komunitní projekt, který by nebyl možný bez pomoci mnoha lidí. Zde je seznam těch, kteří přispěli ke kódu nebo k překladu Friendica. Děkujeme všem!"
 
 #: src/Module/Admin/Addons/Details.php:51
 msgid "Addon not found."
@@ -6624,12 +6827,12 @@ msgid "Enable"
 msgstr "Povolit"
 
 #: src/Module/Admin/Addons/Details.php:99 src/Module/Admin/Addons/Index.php:50
-#: src/Module/Admin/Blocklist/Contact.php:60
+#: src/Module/Admin/Blocklist/Contact.php:61
 #: src/Module/Admin/Blocklist/Server.php:73
-#: src/Module/Admin/Federation.php:185 src/Module/Admin/Item/Delete.php:46
-#: src/Module/Admin/Logs/Settings.php:57 src/Module/Admin/Logs/View.php:46
-#: src/Module/Admin/Queue.php:56 src/Module/Admin/Site.php:568
-#: src/Module/Admin/Summary.php:160 src/Module/Admin/Themes/Details.php:104
+#: 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/Queue.php:56 src/Module/Admin/Site.php:567
+#: src/Module/Admin/Summary.php:175 src/Module/Admin/Themes/Details.php:104
 #: src/Module/Admin/Themes/Index.php:93 src/Module/Admin/Tos.php:42
 #: src/Module/Admin/Users.php:277
 msgid "Administration"
@@ -6667,7 +6870,18 @@ msgid ""
 " the open addon registry at %2$s"
 msgstr "Aktuálně nejsou na Vašem serveru k dispozici žádné doplňky. Oficiální repozitář doplňků najdete na %1$s a další zajímavé doplňky můžete najít v otevřeném registru doplňků na %2$s"
 
-#: src/Module/Admin/Blocklist/Contact.php:37
+#: src/Module/Admin/Blocklist/Contact.php:28
+#: src/Console/GlobalCommunityBlock.php:87
+msgid "The contact has been blocked from the node"
+msgstr "Kontakt byl na serveru zablokován"
+
+#: 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 "Nelze nalézt žádnou položku v kontaktech pro tuto URL adresu (%s)"
+
+#: src/Module/Admin/Blocklist/Contact.php:38
 #, php-format
 msgid "%s contact unblocked"
 msgid_plural "%s contacts unblocked"
@@ -6676,51 +6890,55 @@ msgstr[1] "%s kontakty odblokovány"
 msgstr[2] "%s kontaktu odblokováno"
 msgstr[3] "%s kontaktů odblokováno"
 
-#: src/Module/Admin/Blocklist/Contact.php:61
+#: src/Module/Admin/Blocklist/Contact.php:62
 msgid "Remote Contact Blocklist"
 msgstr "Blokované vzdálené kontakty"
 
-#: src/Module/Admin/Blocklist/Contact.php:62
+#: 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 "Tato stránka vám umožňuje zabránit jakýmkoliv zprávám ze vzdáleného kontaktu, aby se k vašemu serveru dostaly."
 
-#: src/Module/Admin/Blocklist/Contact.php:63
+#: src/Module/Admin/Blocklist/Contact.php:64
 msgid "Block Remote Contact"
 msgstr "Zablokovat vzdálený kontakt"
 
-#: src/Module/Admin/Blocklist/Contact.php:64 src/Module/Admin/Users.php:280
+#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
 msgid "select all"
 msgstr "Vybrat vše"
 
-#: src/Module/Admin/Blocklist/Contact.php:65
+#: src/Module/Admin/Blocklist/Contact.php:66
 msgid "select none"
 msgstr "nevybrat žádný"
 
-#: src/Module/Admin/Blocklist/Contact.php:67 src/Module/Admin/Users.php:291
-#: src/Module/Contact.php:624 src/Module/Contact.php:827
-#: src/Module/Contact.php:1080
+#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
+#: src/Module/Contact.php:623 src/Module/Contact.php:827
+#: src/Module/Contact.php:1076
 msgid "Unblock"
 msgstr "Odblokovat"
 
-#: src/Module/Admin/Blocklist/Contact.php:68
+#: src/Module/Admin/Blocklist/Contact.php:69
 msgid "No remote contact is blocked from this node."
 msgstr "Žádný vzdálený kontakt není na tomto serveru zablokován."
 
-#: src/Module/Admin/Blocklist/Contact.php:70
+#: src/Module/Admin/Blocklist/Contact.php:71
 msgid "Blocked Remote Contacts"
 msgstr "Zablokované vzdálené kontakty"
 
-#: src/Module/Admin/Blocklist/Contact.php:71
+#: src/Module/Admin/Blocklist/Contact.php:72
 msgid "Block New Remote Contact"
 msgstr "Zablokovat nový vzdálený kontakt"
 
-#: src/Module/Admin/Blocklist/Contact.php:72
+#: src/Module/Admin/Blocklist/Contact.php:73
 msgid "Photo"
 msgstr "Fotka"
 
-#: src/Module/Admin/Blocklist/Contact.php:80
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Reason"
+msgstr "Důvod"
+
+#: src/Module/Admin/Blocklist/Contact.php:81
 #, php-format
 msgid "%s total blocked contact"
 msgid_plural "%s total blocked contacts"
@@ -6729,94 +6947,107 @@ msgstr[1] "Celkem %s zablokované kontakty"
 msgstr[2] "Celkem %s zablokovaného kontaktu"
 msgstr[3] "Celkem %s zablokovaných kontaktů"
 
-#: src/Module/Admin/Blocklist/Contact.php:82
+#: src/Module/Admin/Blocklist/Contact.php:83
 msgid "URL of the remote contact to block."
 msgstr "Adresa URL vzdáleného kontaktu k zablokování."
 
+#: src/Module/Admin/Blocklist/Contact.php:84
+msgid "Block Reason"
+msgstr "Důvod blokace"
+
 #: src/Module/Admin/Blocklist/Server.php:31
-msgid "Server added to blocklist."
-msgstr "Server přidán do blokovacího seznamu"
+msgid "Server domain pattern added to blocklist."
+msgstr ""
 
 #: src/Module/Admin/Blocklist/Server.php:47
 msgid "Site blocklist updated."
 msgstr "Blokovací seznam stránky aktualizován"
 
 #: src/Module/Admin/Blocklist/Server.php:64
-msgid "The blocked domain"
-msgstr "Zablokovaná doména"
+#: src/Module/Admin/Blocklist/Server.php:89
+msgid "Blocked server domain pattern"
+msgstr ""
 
 #: src/Module/Admin/Blocklist/Server.php:65
-#: src/Module/Admin/Blocklist/Server.php:84 src/Module/Friendica.php:60
+#: src/Module/Admin/Blocklist/Server.php:90 src/Module/Friendica.php:60
 msgid "Reason for the block"
 msgstr "Důvody pro zablokování"
 
-#: src/Module/Admin/Blocklist/Server.php:65
-#: src/Module/Admin/Blocklist/Server.php:79
-msgid "The reason why you blocked this domain."
-msgstr "Důvod, proč jste doménu zablokoval/a"
-
 #: src/Module/Admin/Blocklist/Server.php:66
-msgid "Delete domain"
-msgstr "Smazat doménu"
+msgid "Delete server domain pattern"
+msgstr ""
 
 #: src/Module/Admin/Blocklist/Server.php:66
 msgid "Check to delete this entry from the blocklist"
 msgstr "Zaškrtnutím odstraníte tuto položku z blokovacího seznamu"
 
-#: src/Module/Admin/Blocklist/Server.php:74 src/Module/BaseAdminModule.php:94
-msgid "Server Blocklist"
-msgstr "Blokované servery"
+#: src/Module/Admin/Blocklist/Server.php:74
+msgid "Server Domain Pattern Blocklist"
+msgstr ""
 
 #: src/Module/Admin/Blocklist/Server.php:75
 msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
-msgstr "Tato stránka může být použita k definici „černé listiny“ serverů z federované sítě, kterým není dovoleno interagovat s vaším serverem. Měl/a byste také pro všechny zadané domény uvést důvod, proč jste vzdálený server zablokoval/a."
+"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/Admin/Blocklist/Server.php:76
 msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
-msgstr "Seznam zablokovaných serverů bude zveřejněn na stránce /friendica, takže vaši uživatelé a lidé vyšetřující probém s komunikací mohou důvod najít snadno."
+"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/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/Admin/Blocklist/Server.php:83
 msgid "Add new entry to block list"
 msgstr "Přidat na blokovací seznam novou položku"
 
-#: src/Module/Admin/Blocklist/Server.php:78
-msgid "Server Domain"
-msgstr "Serverová doména"
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid "Server Domain Pattern"
+msgstr ""
 
-#: src/Module/Admin/Blocklist/Server.php:78
+#: src/Module/Admin/Blocklist/Server.php:84
 msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr "Doména serveru, který má být přidán na blokovací seznam. Vynechejte protokol („http://“)."
+"The domain pattern of the new server to add to the block list. Do not "
+"include the protocol."
+msgstr ""
 
-#: src/Module/Admin/Blocklist/Server.php:79
+#: src/Module/Admin/Blocklist/Server.php:85
 msgid "Block reason"
 msgstr "Důvod zablokování"
 
-#: src/Module/Admin/Blocklist/Server.php:80
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "The reason why you blocked this server domain pattern."
+msgstr ""
+
+#: src/Module/Admin/Blocklist/Server.php:86
 msgid "Add Entry"
 msgstr "Přidat položku"
 
-#: src/Module/Admin/Blocklist/Server.php:81
+#: src/Module/Admin/Blocklist/Server.php:87
 msgid "Save changes to the blocklist"
 msgstr "Uložit změny do blokovacího seznamu"
 
-#: src/Module/Admin/Blocklist/Server.php:82
+#: src/Module/Admin/Blocklist/Server.php:88
 msgid "Current Entries in the Blocklist"
 msgstr "Aktuální položky v bokovacím seznamu"
 
-#: src/Module/Admin/Blocklist/Server.php:85
+#: src/Module/Admin/Blocklist/Server.php:91
 msgid "Delete entry from blocklist"
 msgstr "Odstranit položku z blokovacího seznamu"
 
-#: src/Module/Admin/Blocklist/Server.php:88
+#: src/Module/Admin/Blocklist/Server.php:94
 msgid "Delete entry from blocklist?"
 msgstr "Odstranit položku z blokovacího seznamu?"
 
@@ -6892,24 +7123,24 @@ msgstr "Spravovat další funkce"
 msgid "unknown"
 msgstr "neznámé"
 
-#: src/Module/Admin/Federation.php:179
+#: 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 "Tato stránka vám nabízí pár čísel pro známou část federované sociální sítě, které je váš server Friendica součástí. Tato čísla nejsou kompletní, ale pouze odrážejí část sítě, které si je Váš server vědom."
 
-#: src/Module/Admin/Federation.php:180
+#: 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 "Funkce <em>Adresář automaticky objevených kontaktů</em> není zapnuta, zlepší zde zobrazená data."
 
-#: src/Module/Admin/Federation.php:186 src/Module/BaseAdminModule.php:77
+#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77
 msgid "Federation Statistics"
 msgstr "Statistiky Federation"
 
-#: src/Module/Admin/Federation.php:192
+#: src/Module/Admin/Federation.php:194
 #, php-format
 msgid ""
 "Currently this node is aware of %d nodes with %d registered users from the "
@@ -6949,54 +7180,60 @@ msgstr "GUID"
 msgid "The GUID of the item you want to delete."
 msgstr "Číslo GUID položky, kterou chcete smazat"
 
-#: src/Module/Admin/Item/Source.php:46 src/Module/Itemsource.php:46
+#: src/Module/Admin/Item/Source.php:46
 msgid "Item Guid"
 msgstr "Číslo GUID položky"
 
-#: src/Module/Admin/Logs/Settings.php:30
+#: 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 "Záznamový soubor „%s“ není zapisovatelný. Zaznamenávání není možno."
+
+#: src/Module/Admin/Logs/Settings.php:36
 msgid "Log settings updated."
 msgstr "Nastavení záznamů aktualizována."
 
-#: src/Module/Admin/Logs/Settings.php:49
+#: src/Module/Admin/Logs/Settings.php:55
 msgid "PHP log currently enabled."
 msgstr "PHP záznamy jsou aktuálně povolené."
 
-#: src/Module/Admin/Logs/Settings.php:51
+#: src/Module/Admin/Logs/Settings.php:57
 msgid "PHP log currently disabled."
 msgstr "PHP záznamy jsou aktuálně zakázané."
 
-#: src/Module/Admin/Logs/Settings.php:58 src/Module/BaseAdminModule.php:97
+#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97
 #: src/Module/BaseAdminModule.php:98
 msgid "Logs"
 msgstr "Záznamy"
 
-#: src/Module/Admin/Logs/Settings.php:60
+#: src/Module/Admin/Logs/Settings.php:66
 msgid "Clear"
 msgstr "Vyčistit"
 
-#: src/Module/Admin/Logs/Settings.php:64
+#: src/Module/Admin/Logs/Settings.php:70
 msgid "Enable Debugging"
 msgstr "Povolit ladění"
 
-#: src/Module/Admin/Logs/Settings.php:65
+#: src/Module/Admin/Logs/Settings.php:71
 msgid "Log file"
 msgstr "Soubor se záznamem"
 
-#: src/Module/Admin/Logs/Settings.php:65
+#: src/Module/Admin/Logs/Settings.php:71
 msgid ""
 "Must be writable by web server. Relative to your Friendica top-level "
 "directory."
 msgstr "Musí být zapisovatelný webovým serverem. Cesta relativní k vašemu kořenovému adresáři Friendica."
 
-#: src/Module/Admin/Logs/Settings.php:66
+#: src/Module/Admin/Logs/Settings.php:72
 msgid "Log level"
 msgstr "Úroveň auditu"
 
-#: src/Module/Admin/Logs/Settings.php:68
+#: src/Module/Admin/Logs/Settings.php:74
 msgid "PHP logging"
 msgstr "Záznamování PHP"
 
-#: src/Module/Admin/Logs/Settings.php:69
+#: 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 "
@@ -7059,7 +7296,7 @@ msgstr "Vytvořeno"
 msgid "Priority"
 msgstr "Priorita"
 
-#: src/Module/Admin/Site.php:49
+#: src/Module/Admin/Site.php:50
 msgid "Can not parse base url. Must have at least <scheme>://<domain>"
 msgstr "Nelze zpracovat výchozí url adresu. Musí obsahovat alespoň <scheme>://<domain>"
 
@@ -7067,260 +7304,260 @@ msgstr "Nelze zpracovat výchozí url adresu. Musí obsahovat alespoň <scheme>:
 msgid "Invalid storage backend setting value."
 msgstr "Neplatná hodnota nastavení backendu úložiště."
 
-#: src/Module/Admin/Site.php:412
+#: src/Module/Admin/Site.php:411
 msgid "Site settings updated."
 msgstr "Nastavení webu aktualizováno."
 
-#: src/Module/Admin/Site.php:464
+#: src/Module/Admin/Site.php:463
 msgid "No community page for local users"
 msgstr "Žádná komunitní stránka pro místní uživatele"
 
-#: src/Module/Admin/Site.php:465
+#: src/Module/Admin/Site.php:464
 msgid "No community page"
 msgstr "Žádná komunitní stránka"
 
-#: src/Module/Admin/Site.php:466
+#: src/Module/Admin/Site.php:465
 msgid "Public postings from users of this site"
 msgstr "Veřejné příspěvky od místních uživatelů"
 
-#: src/Module/Admin/Site.php:467
+#: src/Module/Admin/Site.php:466
 msgid "Public postings from the federated network"
 msgstr "Veřejné příspěvky z federované sítě"
 
-#: src/Module/Admin/Site.php:468
+#: src/Module/Admin/Site.php:467
 msgid "Public postings from local users and the federated network"
 msgstr "Veřejné příspěvky od místních uživatelů a z federované sítě"
 
-#: src/Module/Admin/Site.php:472 src/Module/Admin/Site.php:668
-#: src/Module/Admin/Site.php:678 src/Module/Contact.php:549
-#: src/Module/Settings/TwoFactor/Index.php:91
+#: src/Module/Admin/Site.php:471 src/Module/Admin/Site.php:666
+#: src/Module/Admin/Site.php:676 src/Module/Contact.php:563
+#: src/Module/Settings/TwoFactor/Index.php:97
 msgid "Disabled"
 msgstr "Zakázáno"
 
-#: src/Module/Admin/Site.php:473 src/Module/Admin/Users.php:278
+#: src/Module/Admin/Site.php:472 src/Module/Admin/Users.php:278
 #: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81
 msgid "Users"
 msgstr "Uživatelé"
 
-#: src/Module/Admin/Site.php:474
+#: src/Module/Admin/Site.php:473
 msgid "Users, Global Contacts"
 msgstr "Uživatelé, globální kontakty"
 
-#: src/Module/Admin/Site.php:475
+#: src/Module/Admin/Site.php:474
 msgid "Users, Global Contacts/fallback"
 msgstr "Uživatelé, globální kontakty/fallback"
 
-#: src/Module/Admin/Site.php:479
+#: src/Module/Admin/Site.php:478
 msgid "One month"
 msgstr "Jeden měsíc"
 
-#: src/Module/Admin/Site.php:480
+#: src/Module/Admin/Site.php:479
 msgid "Three months"
 msgstr "Tři měsíce"
 
-#: src/Module/Admin/Site.php:481
+#: src/Module/Admin/Site.php:480
 msgid "Half a year"
 msgstr "Půl roku"
 
-#: src/Module/Admin/Site.php:482
+#: src/Module/Admin/Site.php:481
 msgid "One year"
 msgstr "Jeden rok"
 
-#: src/Module/Admin/Site.php:488
+#: src/Module/Admin/Site.php:487
 msgid "Multi user instance"
 msgstr "Víceuživatelská instance"
 
-#: src/Module/Admin/Site.php:510
+#: src/Module/Admin/Site.php:509
 msgid "Closed"
 msgstr "Uzavřeno"
 
-#: src/Module/Admin/Site.php:511
+#: src/Module/Admin/Site.php:510
 msgid "Requires approval"
 msgstr "Vyžaduje schválení"
 
-#: src/Module/Admin/Site.php:512
+#: src/Module/Admin/Site.php:511
 msgid "Open"
 msgstr "Otevřeno"
 
-#: src/Module/Admin/Site.php:516 src/Module/Install.php:181
+#: src/Module/Admin/Site.php:515 src/Module/Install.php:183
 msgid "No SSL policy, links will track page SSL state"
 msgstr "Žádná SSL politika, odkazy budou následovat SSL stav stránky"
 
-#: src/Module/Admin/Site.php:517 src/Module/Install.php:182
+#: src/Module/Admin/Site.php:516 src/Module/Install.php:184
 msgid "Force all links to use SSL"
 msgstr "Vyžadovat u všech odkazů použití SSL"
 
-#: src/Module/Admin/Site.php:518 src/Module/Install.php:183
+#: src/Module/Admin/Site.php:517 src/Module/Install.php:185
 msgid "Self-signed certificate, use SSL for local links only (discouraged)"
 msgstr "Certifikát podepsaný sám sebou, použít SSL pouze pro místní odkazy (nedoporučeno)"
 
-#: src/Module/Admin/Site.php:522
+#: src/Module/Admin/Site.php:521
 msgid "Don't check"
 msgstr "Nekontrolovat"
 
-#: src/Module/Admin/Site.php:523
+#: src/Module/Admin/Site.php:522
 msgid "check the stable version"
 msgstr "kontrolovat stabilní verzi"
 
-#: src/Module/Admin/Site.php:524
+#: src/Module/Admin/Site.php:523
 msgid "check the development version"
 msgstr "kontrolovat vývojovou verzi"
 
-#: src/Module/Admin/Site.php:544
+#: src/Module/Admin/Site.php:543
 msgid "Database (legacy)"
 msgstr "Databáze (legacy)"
 
-#: src/Module/Admin/Site.php:569 src/Module/BaseAdminModule.php:80
+#: src/Module/Admin/Site.php:568 src/Module/BaseAdminModule.php:80
 msgid "Site"
 msgstr "Web"
 
-#: src/Module/Admin/Site.php:571
+#: src/Module/Admin/Site.php:570
 msgid "Republish users to directory"
 msgstr "Znovu publikovat uživatele do adresáře"
 
-#: src/Module/Admin/Site.php:572 src/Module/Register.php:121
+#: src/Module/Admin/Site.php:571 src/Module/Register.php:121
 msgid "Registration"
 msgstr "Registrace"
 
-#: src/Module/Admin/Site.php:573
+#: src/Module/Admin/Site.php:572
 msgid "File upload"
 msgstr "Nahrání souborů"
 
-#: src/Module/Admin/Site.php:574
+#: src/Module/Admin/Site.php:573
 msgid "Policies"
 msgstr "Politika"
 
-#: src/Module/Admin/Site.php:576
+#: src/Module/Admin/Site.php:575
 msgid "Auto Discovered Contact Directory"
 msgstr "Adresář automaticky objevených kontaktů"
 
-#: src/Module/Admin/Site.php:577
+#: src/Module/Admin/Site.php:576
 msgid "Performance"
 msgstr "Výkon"
 
-#: src/Module/Admin/Site.php:578
+#: src/Module/Admin/Site.php:577
 msgid "Worker"
 msgstr "Pracovník (worker)"
 
-#: src/Module/Admin/Site.php:579
+#: src/Module/Admin/Site.php:578
 msgid "Message Relay"
 msgstr "Přeposílání zpráv"
 
-#: src/Module/Admin/Site.php:580
+#: src/Module/Admin/Site.php:579
 msgid "Relocate Instance"
 msgstr "Přemístit instanci"
 
-#: src/Module/Admin/Site.php:581
+#: src/Module/Admin/Site.php:580
 msgid "Warning! Advanced function. Could make this server unreachable."
 msgstr "Varování! Pokročilá funkce. Tímto můžete znepřístupnit server."
 
-#: src/Module/Admin/Site.php:585
+#: src/Module/Admin/Site.php:584
 msgid "Site name"
 msgstr "Název webu"
 
-#: src/Module/Admin/Site.php:586
+#: src/Module/Admin/Site.php:585
 msgid "Sender Email"
 msgstr "E-mail odesílatele"
 
-#: src/Module/Admin/Site.php:586
+#: src/Module/Admin/Site.php:585
 msgid ""
 "The email address your server shall use to send notification emails from."
 msgstr "E-mailová adresa, kterou bude Váš server používat pro posílání e-mailů s oznámeními."
 
-#: src/Module/Admin/Site.php:587
+#: src/Module/Admin/Site.php:586
 msgid "Banner/Logo"
 msgstr "Banner/logo"
 
-#: src/Module/Admin/Site.php:588
+#: src/Module/Admin/Site.php:587
 msgid "Shortcut icon"
 msgstr "Favikona"
 
-#: src/Module/Admin/Site.php:588
+#: src/Module/Admin/Site.php:587
 msgid "Link to an icon that will be used for browsers."
 msgstr "Odkaz k ikoně, která bude použita pro prohlížeče."
 
-#: src/Module/Admin/Site.php:589
+#: src/Module/Admin/Site.php:588
 msgid "Touch icon"
 msgstr "Dotyková ikona"
 
-#: src/Module/Admin/Site.php:589
+#: src/Module/Admin/Site.php:588
 msgid "Link to an icon that will be used for tablets and mobiles."
 msgstr "Odkaz k ikoně, která bude použita pro tablety a mobilní zařízení."
 
-#: src/Module/Admin/Site.php:590
+#: src/Module/Admin/Site.php:589
 msgid "Additional Info"
 msgstr "Dodatečné informace"
 
-#: src/Module/Admin/Site.php:590
+#: src/Module/Admin/Site.php:589
 #, php-format
 msgid ""
 "For public servers: you can add additional information here that will be "
 "listed at %s/servers."
 msgstr "Pro veřejné servery: zde můžete přidat dodatečné informace, které budou vypsané na stránce %s/servers."
 
-#: src/Module/Admin/Site.php:591
+#: src/Module/Admin/Site.php:590
 msgid "System language"
 msgstr "Systémový jazyk"
 
-#: src/Module/Admin/Site.php:592
+#: src/Module/Admin/Site.php:591
 msgid "System theme"
 msgstr "Systémový motiv"
 
-#: src/Module/Admin/Site.php:592
+#: src/Module/Admin/Site.php:591
 msgid ""
 "Default system theme - may be over-ridden by user profiles - <a "
 "href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
 msgstr "Výchozí systémový motiv - může být změněn v uživatelských profilech - <a href=\"/admin/themes\" id=\"cnftheme\">Změnit výchozí nastavení motivu</a>"
 
-#: src/Module/Admin/Site.php:593
+#: src/Module/Admin/Site.php:592
 msgid "Mobile system theme"
 msgstr "Mobilní systémový motiv"
 
-#: src/Module/Admin/Site.php:593
+#: src/Module/Admin/Site.php:592
 msgid "Theme for mobile devices"
 msgstr "Motiv pro mobilní zařízení"
 
-#: src/Module/Admin/Site.php:594 src/Module/Install.php:191
+#: src/Module/Admin/Site.php:593 src/Module/Install.php:193
 msgid "SSL link policy"
 msgstr "Politika SSL odkazů"
 
-#: src/Module/Admin/Site.php:594 src/Module/Install.php:193
+#: src/Module/Admin/Site.php:593 src/Module/Install.php:195
 msgid "Determines whether generated links should be forced to use SSL"
 msgstr "Určuje, zda-li budou generované odkazy používat SSL"
 
-#: src/Module/Admin/Site.php:595
+#: src/Module/Admin/Site.php:594
 msgid "Force SSL"
 msgstr "Vynutit SSL"
 
-#: src/Module/Admin/Site.php:595
+#: src/Module/Admin/Site.php:594
 msgid ""
 "Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
 " to endless loops."
 msgstr "Vynutit SSL pro všechny ne-SSL žádosti - Upozornění: na některých systémech může dojít k nekonečnému zacyklení."
 
-#: src/Module/Admin/Site.php:596
+#: src/Module/Admin/Site.php:595
 msgid "Hide help entry from navigation menu"
 msgstr "Skrýt nápovědu z navigačního menu"
 
-#: src/Module/Admin/Site.php:596
+#: src/Module/Admin/Site.php:595
 msgid ""
 "Hides the menu entry for the Help pages from the navigation menu. You can "
 "still access it calling /help directly."
 msgstr "Skryje z navigačního menu položku pro stránky nápovědy. Nápovědu můžete stále zobrazit přímo zadáním /help."
 
-#: src/Module/Admin/Site.php:597
+#: src/Module/Admin/Site.php:596
 msgid "Single user instance"
 msgstr "Jednouživatelská instance"
 
-#: src/Module/Admin/Site.php:597
+#: src/Module/Admin/Site.php:596
 msgid "Make this instance multi-user or single-user for the named user"
 msgstr "Nastavit tuto instanci víceuživatelskou nebo jednouživatelskou pro pojmenovaného uživatele"
 
-#: src/Module/Admin/Site.php:599
+#: src/Module/Admin/Site.php:598
 msgid "File storage backend"
 msgstr "Backend souborového úložiště"
 
-#: src/Module/Admin/Site.php:599
+#: src/Module/Admin/Site.php:598
 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 "
@@ -7329,190 +7566,190 @@ msgid ""
 " for more information about the choices and the moving procedure."
 msgstr "Backend použitý pro ukládání nahraných dat. Pokud změníte backend úložiště, můžete manuálně přesunout existující soubory. Pokud tak neučiníte, budou soubory nahrané před změnou stále dostupné ve starém backendu. Pro více informací o možnostech a proceduře pro přesun si prosím přečtěte <a href=\"/help/Settings#1_2_3_1\">dokumentaci nastavení</a>."
 
-#: src/Module/Admin/Site.php:601
+#: src/Module/Admin/Site.php:600
 msgid "Maximum image size"
 msgstr "Maximální velikost obrázků"
 
-#: src/Module/Admin/Site.php:601
+#: src/Module/Admin/Site.php:600
 msgid ""
 "Maximum size in bytes of uploaded images. Default is 0, which means no "
 "limits."
 msgstr "Maximální velikost nahraných obrázků v bajtech. Výchozí hodnota je 0, což znamená bez omezení."
 
-#: src/Module/Admin/Site.php:602
+#: src/Module/Admin/Site.php:601
 msgid "Maximum image length"
 msgstr "Maximální velikost obrázků"
 
-#: src/Module/Admin/Site.php:602
+#: src/Module/Admin/Site.php:601
 msgid ""
 "Maximum length in pixels of the longest side of uploaded images. Default is "
 "-1, which means no limits."
 msgstr "Maximální délka delší stránky nahrávaných obrázků v pixelech. Výchozí hodnota je -1, což znamená bez omezení."
 
-#: src/Module/Admin/Site.php:603
+#: src/Module/Admin/Site.php:602
 msgid "JPEG image quality"
 msgstr "Kvalita obrázků JPEG"
 
-#: src/Module/Admin/Site.php:603
+#: src/Module/Admin/Site.php:602
 msgid ""
 "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
 "100, which is full quality."
 msgstr "Nahrávané obrázky JPEG budou uloženy se zadanou kvalitou v rozmezí [0-100]. Výchozí hodnota je 100, což znamená plnou kvalitu."
 
-#: src/Module/Admin/Site.php:605
+#: src/Module/Admin/Site.php:604
 msgid "Register policy"
 msgstr "Politika registrace"
 
-#: src/Module/Admin/Site.php:606
+#: src/Module/Admin/Site.php:605
 msgid "Maximum Daily Registrations"
 msgstr "Maximální počet denních registrací"
 
-#: src/Module/Admin/Site.php:606
+#: src/Module/Admin/Site.php:605
 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 "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den. Pokud je registrace zakázána, toto nastavení nemá žádný efekt."
 
-#: src/Module/Admin/Site.php:607
+#: src/Module/Admin/Site.php:606
 msgid "Register text"
 msgstr "Text při registraci"
 
-#: src/Module/Admin/Site.php:607
+#: src/Module/Admin/Site.php:606
 msgid ""
 "Will be displayed prominently on the registration page. You can use BBCode "
 "here."
 msgstr "Bude zobrazen viditelně na stránce registrace. Zde můžete používat BBCode."
 
-#: src/Module/Admin/Site.php:608
+#: src/Module/Admin/Site.php:607
 msgid "Forbidden Nicknames"
 msgstr "Zakázané přezdívky"
 
-#: src/Module/Admin/Site.php:608
+#: src/Module/Admin/Site.php:607
 msgid ""
 "Comma separated list of nicknames that are forbidden from registration. "
 "Preset is a list of role names according RFC 2142."
 msgstr "Seznam přezdívek, které nelze registrovat, oddělených čárkami. Přednastaven je seznam častých přezdívek dle RFC 2142."
 
-#: src/Module/Admin/Site.php:609
+#: src/Module/Admin/Site.php:608
 msgid "Accounts abandoned after x days"
 msgstr "Účty jsou opuštěny po x dnech"
 
-#: src/Module/Admin/Site.php:609
+#: src/Module/Admin/Site.php:608
 msgid ""
 "Will not waste system resources polling external sites for abandonded "
 "accounts. Enter 0 for no time limit."
 msgstr "Nebude se plýtvat systémovými zdroji kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit."
 
-#: src/Module/Admin/Site.php:610
+#: src/Module/Admin/Site.php:609
 msgid "Allowed friend domains"
 msgstr "Povolené domény přátel"
 
-#: src/Module/Admin/Site.php:610
+#: src/Module/Admin/Site.php:609
 msgid ""
 "Comma separated list of domains which are allowed to establish friendships "
 "with this site. Wildcards are accepted. Empty to allow any domains"
 msgstr "Seznam domén, kterým je povoleno navazovat přátelství s tímto webem, oddělených čárkami. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolné domény."
 
-#: src/Module/Admin/Site.php:611
+#: src/Module/Admin/Site.php:610
 msgid "Allowed email domains"
 msgstr "Povolené e-mailové domény"
 
-#: src/Module/Admin/Site.php:611
+#: src/Module/Admin/Site.php:610
 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 "Seznam domén e-mailových adres, kterým je povoleno provádět registraci na tomto webu, oddělených čárkami. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolné domény."
 
-#: src/Module/Admin/Site.php:612
+#: src/Module/Admin/Site.php:611
 msgid "No OEmbed rich content"
 msgstr "Žádný obohacený obsah oEmbed"
 
-#: src/Module/Admin/Site.php:612
+#: src/Module/Admin/Site.php:611
 msgid ""
 "Don't show the rich content (e.g. embedded PDF), except from the domains "
 "listed below."
 msgstr "Neukazovat obohacený obsah (např. vložené PDF dokumenty), kromě toho z domén vypsaných níže."
 
-#: src/Module/Admin/Site.php:613
+#: src/Module/Admin/Site.php:612
 msgid "Allowed OEmbed domains"
 msgstr "Povolené domény pro oEmbed"
 
-#: src/Module/Admin/Site.php:613
+#: src/Module/Admin/Site.php:612
 msgid ""
 "Comma separated list of domains which oembed content is allowed to be "
 "displayed. Wildcards are accepted."
 msgstr "Seznam domén, u nichž je povoleno zobrazit obsah oEmbed, oddělených čárkami. Zástupné znaky jsou povoleny."
 
-#: src/Module/Admin/Site.php:614
+#: src/Module/Admin/Site.php:613
 msgid "Block public"
 msgstr "Blokovat veřejný přístup"
 
-#: src/Module/Admin/Site.php:614
+#: src/Module/Admin/Site.php:613
 msgid ""
 "Check to block public access to all otherwise public personal pages on this "
 "site unless you are currently logged in."
 msgstr "Označením zablokujete veřejný přístup ke všem jinak veřejně přístupným osobním stránkám nepřihlášeným uživatelům."
 
-#: src/Module/Admin/Site.php:615
+#: src/Module/Admin/Site.php:614
 msgid "Force publish"
 msgstr "Vynutit publikaci"
 
-#: src/Module/Admin/Site.php:615
+#: src/Module/Admin/Site.php:614
 msgid ""
 "Check to force all profiles on this site to be listed in the site directory."
 msgstr "Označením budou všechny profily na tomto serveru uvedeny v adresáři stránky."
 
-#: src/Module/Admin/Site.php:615
+#: src/Module/Admin/Site.php:614
 msgid "Enabling this may violate privacy laws like the GDPR"
 msgstr "Povolení této funkce může porušit zákony o ochraně soukromí, jako je Obecné nařízení o ochraně osobních údajů (GDPR)"
 
-#: src/Module/Admin/Site.php:616
+#: src/Module/Admin/Site.php:615
 msgid "Global directory URL"
 msgstr "Adresa URL globálního adresáře"
 
-#: src/Module/Admin/Site.php:616
+#: src/Module/Admin/Site.php:615
 msgid ""
 "URL to the global directory. If this is not set, the global directory is "
 "completely unavailable to the application."
 msgstr "Adresa URL globálního adresáře. Pokud toto není nastaveno, globální adresář bude aplikaci naprosto nedostupný."
 
-#: src/Module/Admin/Site.php:617
+#: src/Module/Admin/Site.php:616
 msgid "Private posts by default for new users"
 msgstr "Nastavit pro nové uživatele příspěvky jako soukromé"
 
-#: src/Module/Admin/Site.php:617
+#: src/Module/Admin/Site.php:616
 msgid ""
 "Set default post permissions for all new members to the default privacy "
 "group rather than public."
 msgstr "Nastavit výchozí práva pro příspěvky od všech nových členů na výchozí soukromou skupinu místo veřejné."
 
-#: src/Module/Admin/Site.php:618
+#: src/Module/Admin/Site.php:617
 msgid "Don't include post content in email notifications"
 msgstr "Nezahrnovat v e-mailových oznámeních obsah příspěvků"
 
-#: src/Module/Admin/Site.php:618
+#: src/Module/Admin/Site.php:617
 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 " V e-mailových oznámeních, které jsou odesílány z tohoto webu, nebudou z důvodů bezpečnosti obsaženy příspěvky/komentáře/soukromé zprávy apod. "
 
-#: src/Module/Admin/Site.php:619
+#: src/Module/Admin/Site.php:618
 msgid "Disallow public access to addons listed in the apps menu."
 msgstr "Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace."
 
-#: src/Module/Admin/Site.php:619
+#: src/Module/Admin/Site.php:618
 msgid ""
 "Checking this box will restrict addons listed in the apps menu to members "
 "only."
 msgstr "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy."
 
-#: src/Module/Admin/Site.php:620
+#: src/Module/Admin/Site.php:619
 msgid "Don't embed private images in posts"
 msgstr "Nepovolit přidávání soukromých obrázků do příspěvků"
 
-#: src/Module/Admin/Site.php:620
+#: src/Module/Admin/Site.php:619
 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 "
@@ -7520,11 +7757,11 @@ msgid ""
 "while."
 msgstr "Nenahrazovat místní soukromé fotky v příspěvcích vloženou kopií obrázku. To znamená, že kontakty, které obdrží příspěvek obsahující soukromé fotky, budou muset autentikovat a načíst každý obrázek, což může zabrat nějaký čas."
 
-#: src/Module/Admin/Site.php:621
+#: src/Module/Admin/Site.php:620
 msgid "Explicit Content"
 msgstr "Explicitní obsah"
 
-#: src/Module/Admin/Site.php:621
+#: src/Module/Admin/Site.php:620
 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 "
@@ -7533,211 +7770,200 @@ msgid ""
 "will be shown at the user registration page."
 msgstr "Touto funkcí oznámíte, že je Váš server používán hlavně pro explicitní obsah, který nemusí být vhodný pro mladistvé. Tato informace bude publikována na stránce informací o serveru a může být využita např. globálním adresářem pro odfiltrování Vašeho serveru ze seznamu serverů pro spojení. Poznámka o tom bude navíc zobrazena na stránce registrace."
 
-#: src/Module/Admin/Site.php:622
+#: src/Module/Admin/Site.php:621
 msgid "Allow Users to set remote_self"
 msgstr "Umožnit uživatelům nastavit remote_self"
 
-#: src/Module/Admin/Site.php:622
+#: src/Module/Admin/Site.php:621
 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 "S tímto označením má každý uživatel možnost označit jakékoliv ze svých kontakt jako „remote_self“ v nastavení v dialogu opravit kontakt. Tímto označením se budou zrcadlit všechny správy tohoto kontaktu v uživatelově proudu."
 
-#: src/Module/Admin/Site.php:623
+#: src/Module/Admin/Site.php:622
 msgid "Block multiple registrations"
 msgstr "Blokovat více registrací"
 
-#: src/Module/Admin/Site.php:623
+#: src/Module/Admin/Site.php:622
 msgid "Disallow users to register additional accounts for use as pages."
 msgstr "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky."
 
-#: src/Module/Admin/Site.php:624
+#: src/Module/Admin/Site.php:623
 msgid "Disable OpenID"
 msgstr "Zakázat OpenID"
 
-#: src/Module/Admin/Site.php:624
+#: src/Module/Admin/Site.php:623
 msgid "Disable OpenID support for registration and logins."
 msgstr "Zakázat podporu OpenID pro registrace a přihlášení."
 
-#: src/Module/Admin/Site.php:625
+#: src/Module/Admin/Site.php:624
 msgid "No Fullname check"
 msgstr "Bez kontroly celého jména"
 
-#: src/Module/Admin/Site.php:625
+#: src/Module/Admin/Site.php:624
 msgid ""
 "Allow users to register without a space between the first name and the last "
 "name in their full name."
 msgstr "Dovolit uživatelům se registrovat bez mezery mezi křestním jménem a příjmením ve svém celém jméně."
 
-#: src/Module/Admin/Site.php:626
+#: src/Module/Admin/Site.php:625
 msgid "Community pages for visitors"
 msgstr "Komunitní stránky pro návštěvníky"
 
-#: src/Module/Admin/Site.php:626
+#: src/Module/Admin/Site.php:625
 msgid ""
 "Which community pages should be available for visitors. Local users always "
 "see both pages."
 msgstr "Které komunitní stránky by měly být viditelné pro návštěvníky. Místní uživatelé vždy vidí obě stránky."
 
-#: src/Module/Admin/Site.php:627
+#: src/Module/Admin/Site.php:626
 msgid "Posts per user on community page"
 msgstr "Počet příspěvků na komunitní stránce"
 
-#: src/Module/Admin/Site.php:627
+#: src/Module/Admin/Site.php:626
 msgid ""
 "The maximum number of posts per user on the community page. (Not valid for "
 "\"Global Community\")"
 msgstr "Maximální počet příspěvků na uživatele na komunitní stránce. (neplatí pro „Globální komunitu“)"
 
-#: src/Module/Admin/Site.php:628
+#: src/Module/Admin/Site.php:627
 msgid "Disable OStatus support"
 msgstr "Zakázat podporu pro OStatus"
 
-#: src/Module/Admin/Site.php:628
+#: src/Module/Admin/Site.php:627
 msgid ""
 "Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
 "communications in OStatus are public, so privacy warnings will be "
 "occasionally displayed."
 msgstr "Zakázat zabudouvanou kompatibilitu s OStatus (StatusNet, GNU social apod.). Veškerá komunikace pomocí OStatus je veřejná, proto budou občas zobrazena varování o soukromí."
 
-#: src/Module/Admin/Site.php:629
-msgid "Only import OStatus/ActivityPub threads from our contacts"
-msgstr "Pouze importovat vlákna z OStatus/ActivityPub z našich kontaktů"
-
-#: src/Module/Admin/Site.php:629
-msgid ""
-"Normally we import every content from our OStatus and ActivityPub contacts. "
-"With this option we only store threads that are started by a contact that is"
-" known on our system."
-msgstr "Běžně importujeme všechen obsah z našich kontaktů na OStatus a ActivityPub. S touto volbou uchováváme vlákna počatá kontaktem, který je na našem systému známý."
-
-#: src/Module/Admin/Site.php:630
+#: src/Module/Admin/Site.php:628
 msgid "OStatus support can only be enabled if threading is enabled."
 msgstr "Podpora pro OStatus může být zapnuta pouze, je-li povolen threading."
 
-#: src/Module/Admin/Site.php:632
+#: src/Module/Admin/Site.php:630
 msgid ""
 "Diaspora support can't be enabled because Friendica was installed into a sub"
 " directory."
 msgstr "Podpora pro Diasporu nemůže být zapnuta, protože Friendica byla nainstalována do podadresáře."
 
-#: src/Module/Admin/Site.php:633
+#: src/Module/Admin/Site.php:631
 msgid "Enable Diaspora support"
 msgstr "Zapnout podporu pro Diaspora"
 
-#: src/Module/Admin/Site.php:633
+#: src/Module/Admin/Site.php:631
 msgid "Provide built-in Diaspora network compatibility."
 msgstr "Poskytnout zabudovanou kompatibilitu sitě Diaspora."
 
-#: src/Module/Admin/Site.php:634
+#: src/Module/Admin/Site.php:632
 msgid "Only allow Friendica contacts"
 msgstr "Povolit pouze kontakty z Friendica"
 
-#: src/Module/Admin/Site.php:634
+#: src/Module/Admin/Site.php:632
 msgid ""
 "All contacts must use Friendica protocols. All other built-in communication "
 "protocols disabled."
 msgstr "Všechny kontakty musí používat protokol Friendica. Všchny ostatní zabudované komunikační protokoly budou zablokované."
 
-#: src/Module/Admin/Site.php:635
+#: src/Module/Admin/Site.php:633
 msgid "Verify SSL"
 msgstr "Ověřit SSL"
 
-#: src/Module/Admin/Site.php:635
+#: src/Module/Admin/Site.php:633
 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 "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem."
 
-#: src/Module/Admin/Site.php:636
+#: src/Module/Admin/Site.php:634
 msgid "Proxy user"
 msgstr "Proxy uživatel"
 
-#: src/Module/Admin/Site.php:637
+#: src/Module/Admin/Site.php:635
 msgid "Proxy URL"
 msgstr "Proxy URL adresa"
 
-#: src/Module/Admin/Site.php:638
+#: src/Module/Admin/Site.php:636
 msgid "Network timeout"
 msgstr "Čas vypršení síťového spojení (timeout)"
 
-#: src/Module/Admin/Site.php:638
+#: src/Module/Admin/Site.php:636
 msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
 msgstr "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)."
 
-#: src/Module/Admin/Site.php:639
+#: src/Module/Admin/Site.php:637
 msgid "Maximum Load Average"
 msgstr "Maximální průměrné zatížení"
 
-#: src/Module/Admin/Site.php:639
+#: src/Module/Admin/Site.php:637
 #, php-format
 msgid ""
 "Maximum system load before delivery and poll processes are deferred - "
 "default %d."
 msgstr "Maximální systémová zátěž, než budou procesy pro doručení a dotazování odloženy - výchozí hodnota %d."
 
-#: src/Module/Admin/Site.php:640
+#: src/Module/Admin/Site.php:638
 msgid "Maximum Load Average (Frontend)"
 msgstr "Maximální průměrné zatížení (Frontend)"
 
-#: src/Module/Admin/Site.php:640
+#: src/Module/Admin/Site.php:638
 msgid "Maximum system load before the frontend quits service - default 50."
 msgstr "Maximální zatížení systému předtím, než frontend ukončí službu - výchozí hodnota 50"
 
-#: src/Module/Admin/Site.php:641
+#: src/Module/Admin/Site.php:639
 msgid "Minimal Memory"
 msgstr "Minimální paměť"
 
-#: src/Module/Admin/Site.php:641
+#: src/Module/Admin/Site.php:639
 msgid ""
 "Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
 "default 0 (deactivated)."
 msgstr "Minimální volná paměť v MB pro pracovníka. Potřebuje přístup do /proc/meminfo - výchozí hodnota 0 (deaktivováno)"
 
-#: src/Module/Admin/Site.php:642
+#: src/Module/Admin/Site.php:640
 msgid "Maximum table size for optimization"
 msgstr "Maximální velikost tabulky pro optimalizaci"
 
-#: src/Module/Admin/Site.php:642
+#: src/Module/Admin/Site.php:640
 msgid ""
 "Maximum table size (in MB) for the automatic optimization. Enter -1 to "
 "disable it."
 msgstr "Maximální velikost tabulky (v MB) pro automatickou optimalizaci. Zadáním -1 ji vypnete."
 
-#: src/Module/Admin/Site.php:643
+#: src/Module/Admin/Site.php:641
 msgid "Minimum level of fragmentation"
 msgstr "Minimální úroveň fragmentace"
 
-#: src/Module/Admin/Site.php:643
+#: src/Module/Admin/Site.php:641
 msgid ""
 "Minimum fragmenation level to start the automatic optimization - default "
 "value is 30%."
 msgstr "Minimální úroveň fragmentace pro spuštění automatické optimalizace - výchozí hodnota je 30%."
 
-#: src/Module/Admin/Site.php:645
+#: src/Module/Admin/Site.php:643
 msgid "Periodical check of global contacts"
 msgstr "Pravidelně ověřování globálních kontaktů"
 
-#: src/Module/Admin/Site.php:645
+#: src/Module/Admin/Site.php:643
 msgid ""
 "If enabled, the global contacts are checked periodically for missing or "
 "outdated data and the vitality of the contacts and servers."
 msgstr "Pokud je toto povoleno, budou globální kontakty pravidelně kontrolovány pro zastaralá data a životnost kontaktů a serverů."
 
-#: src/Module/Admin/Site.php:646
+#: src/Module/Admin/Site.php:644
 msgid "Days between requery"
 msgstr "Dny mezi dotazy"
 
-#: src/Module/Admin/Site.php:646
+#: src/Module/Admin/Site.php:644
 msgid "Number of days after which a server is requeried for his contacts."
 msgstr "Počet dnů, po kterých je server znovu dotázán na své kontakty"
 
-#: src/Module/Admin/Site.php:647
+#: src/Module/Admin/Site.php:645
 msgid "Discover contacts from other servers"
 msgstr "Objevit kontakty z ostatních serverů"
 
-#: src/Module/Admin/Site.php:647
+#: src/Module/Admin/Site.php:645
 msgid ""
 "Periodically query other servers for contacts. You can choose between "
 "\"Users\": the users on the remote system, \"Global Contacts\": active "
@@ -7747,32 +7973,32 @@ msgid ""
 "setting is \"Users, Global Contacts\"."
 msgstr "Periodicky dotazovat ostatní servery pro kontakty. Můžete si vybrat mezi možnostmi: „Uživatelé“: uživatelé na vzdáleném systému, a „Globální kontakty“: aktivní kontakty, které jsou známy na systému. Funkce fallback je určena pro servery Redmatrix a starší servery Friendica, kde globální kontakty nejsou dostupné. Fallback zvyšuje serverovou zátěž, doporučené nastavení je proto „Uživatelé, globální kontakty“. "
 
-#: src/Module/Admin/Site.php:648
+#: src/Module/Admin/Site.php:646
 msgid "Timeframe for fetching global contacts"
 msgstr "Časový rámec pro načítání globálních kontaktů"
 
-#: src/Module/Admin/Site.php:648
+#: src/Module/Admin/Site.php:646
 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 "Pokud je aktivováno objevování, tato hodnota definuje časový rámec pro aktivitu globálních kontaktů, které jsou načteny z jiných serverů."
 
-#: src/Module/Admin/Site.php:649
+#: src/Module/Admin/Site.php:647
 msgid "Search the local directory"
 msgstr "Hledat  v místním adresáři"
 
-#: src/Module/Admin/Site.php:649
+#: src/Module/Admin/Site.php:647
 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 "Prohledat místní adresář místo globálního adresáře. Při místním prohledávání bude každé hledání provedeno v globálním adresáři na pozadí. To vylepšuje výsledky při zopakování hledání."
 
-#: src/Module/Admin/Site.php:651
+#: src/Module/Admin/Site.php:649
 msgid "Publish server information"
 msgstr "Zveřejnit informace o serveru"
 
-#: src/Module/Admin/Site.php:651
+#: src/Module/Admin/Site.php:649
 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 "
@@ -7780,50 +8006,50 @@ msgid ""
 " href=\"http://the-federation.info/\">the-federation.info</a> for details."
 msgstr "Pokud je tohle povoleno, budou zveřejněna obecná data o serveru a jeho používání. Data obsahují jméno a verzi serveru, počet uživatelů s veřejnými profily, počet příspěvků a aktivované protokoly a konektory. Pro více informací navštivte <a href=\"http://the-federation.info/\">the-federation.info</a>."
 
-#: src/Module/Admin/Site.php:653
+#: src/Module/Admin/Site.php:651
 msgid "Check upstream version"
 msgstr "Zkontrolovat upstreamovou verzi"
 
-#: src/Module/Admin/Site.php:653
+#: src/Module/Admin/Site.php:651
 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žní kontrolovat nové verze Friendica na GitHubu. Pokud existuje nová verze, budete informován/a na přehledu administračního panelu."
 
-#: src/Module/Admin/Site.php:654
+#: src/Module/Admin/Site.php:652
 msgid "Suppress Tags"
 msgstr "Potlačit štítky"
 
-#: src/Module/Admin/Site.php:654
+#: src/Module/Admin/Site.php:652
 msgid "Suppress showing a list of hashtags at the end of the posting."
 msgstr "Potlačit zobrazení seznamu hastagů na konci příspěvků."
 
-#: src/Module/Admin/Site.php:655
+#: src/Module/Admin/Site.php:653
 msgid "Clean database"
 msgstr "Vyčistit databázi"
 
-#: src/Module/Admin/Site.php:655
+#: src/Module/Admin/Site.php:653
 msgid ""
 "Remove old remote items, orphaned database records and old content from some"
 " other helper tables."
 msgstr "Odstranit staré vzdálené položky, osiřelé záznamy v databázi a starý obsah z některých dalších pomocných tabulek."
 
-#: src/Module/Admin/Site.php:656
+#: src/Module/Admin/Site.php:654
 msgid "Lifespan of remote items"
 msgstr "Životnost vzdálených položek"
 
-#: src/Module/Admin/Site.php:656
+#: src/Module/Admin/Site.php:654
 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 "Pokud je zapnuto čištění databáze, tato funkce definuje počet dnů, po kterých budou smazány vzdálené položky. Vlastní položky a označené či vyplněné položky jsou vždy ponechány. Hodnota 0 tuto funkci vypíná."
 
-#: src/Module/Admin/Site.php:657
+#: src/Module/Admin/Site.php:655
 msgid "Lifespan of unclaimed items"
 msgstr "Životnost nevyžádaných položek"
 
-#: src/Module/Admin/Site.php:657
+#: src/Module/Admin/Site.php:655
 msgid ""
 "When the database cleanup is enabled, this defines the days after which "
 "unclaimed remote items (mostly content from the relay) will be deleted. "
@@ -7831,130 +8057,130 @@ msgid ""
 "items if set to 0."
 msgstr "Pokud je zapnuto čištění databáze, tato funkce definuje počet dnů, po kterých budou smazány nevyžádané vzdálené položky (většinou obsah z přeposílacího serveru). Výchozí hodnota je 90 dní. Pokud je zadaná hodnota 0, výchozí hodnotou bude obecná hodnota životnosti vzdálených položek."
 
-#: src/Module/Admin/Site.php:658
+#: src/Module/Admin/Site.php:656
 msgid "Lifespan of raw conversation data"
 msgstr "Životnost hrubých dat konverzací"
 
-#: src/Module/Admin/Site.php:658
+#: src/Module/Admin/Site.php:656
 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 "Data konverzací jsou použita pro ActivityPub a OStatus a pro účely ladění. Mělo by být bezpečné je odstranit po 14 dnech, výchozí hodnota je 90 dní."
 
-#: src/Module/Admin/Site.php:659
+#: src/Module/Admin/Site.php:657
 msgid "Path to item cache"
 msgstr "Cesta k položkám v mezipaměti"
 
-#: src/Module/Admin/Site.php:659
+#: src/Module/Admin/Site.php:657
 msgid "The item caches buffers generated bbcode and external images."
 msgstr "V mezipaměti je uložen vygenerovaný BBCode a externí obrázky."
 
-#: src/Module/Admin/Site.php:660
+#: src/Module/Admin/Site.php:658
 msgid "Cache duration in seconds"
 msgstr "Doba platnosti vyrovnávací paměti v sekundách"
 
-#: src/Module/Admin/Site.php:660
+#: src/Module/Admin/Site.php:658
 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 dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den). Pro vypnutí funkce vyrovnávací paměti nastavte hodnotu na -1."
 
-#: src/Module/Admin/Site.php:661
+#: src/Module/Admin/Site.php:659
 msgid "Maximum numbers of comments per post"
 msgstr "Maximální počet komentářů k příspěvku"
 
-#: src/Module/Admin/Site.php:661
+#: src/Module/Admin/Site.php:659
 msgid "How much comments should be shown for each post? Default value is 100."
 msgstr "Kolik komentářů by mělo být zobrazeno k každému příspěvku? Výchozí hodnotou je 100."
 
-#: src/Module/Admin/Site.php:662
+#: src/Module/Admin/Site.php:660
 msgid "Temp path"
 msgstr "Cesta k dočasným souborům"
 
-#: src/Module/Admin/Site.php:662
+#: src/Module/Admin/Site.php:660
 msgid ""
 "If you have a restricted system where the webserver can't access the system "
 "temp path, enter another path here."
 msgstr "Pokud máte omezený systém, kde webový server nemá přístup k systémové složce temp, zde zadejte jinou cestu."
 
-#: src/Module/Admin/Site.php:663
+#: src/Module/Admin/Site.php:661
 msgid "Disable picture proxy"
 msgstr "Vypnutí obrázkové proxy"
 
-#: src/Module/Admin/Site.php:663
+#: src/Module/Admin/Site.php:661
 msgid ""
 "The picture proxy increases performance and privacy. It shouldn't be used on"
 " systems with very low bandwidth."
 msgstr "Obrázková proxy zvyšuje výkon a soukromí. Neměla by však být používána na systémech s velmi malou rychlostí připojení."
 
-#: src/Module/Admin/Site.php:664
+#: src/Module/Admin/Site.php:662
 msgid "Only search in tags"
 msgstr "Hledat pouze ve štítcích"
 
-#: src/Module/Admin/Site.php:664
+#: src/Module/Admin/Site.php:662
 msgid "On large systems the text search can slow down the system extremely."
 msgstr "Textové vyhledávání může u rozsáhlých systémů znamenat velmi citelné zpomalení systému."
 
-#: src/Module/Admin/Site.php:666
+#: src/Module/Admin/Site.php:664
 msgid "New base url"
 msgstr "Nová výchozí url adresa"
 
-#: src/Module/Admin/Site.php:666
+#: src/Module/Admin/Site.php:664
 msgid ""
 "Change base url for this server. Sends relocate message to all Friendica and"
 " Diaspora* contacts of all users."
 msgstr "Změnit výchozí URL adresu pro tento server. Toto odešle zprávu o přemístění všem kontaktům na Friendica a Diaspora* všech uživatelů."
 
-#: src/Module/Admin/Site.php:668
+#: src/Module/Admin/Site.php:666
 msgid "RINO Encryption"
 msgstr "RINO Šifrování"
 
-#: src/Module/Admin/Site.php:668
+#: src/Module/Admin/Site.php:666
 msgid "Encryption layer between nodes."
 msgstr "Šifrovací vrstva mezi servery."
 
-#: src/Module/Admin/Site.php:668
+#: src/Module/Admin/Site.php:666
 msgid "Enabled"
 msgstr "Povoleno"
 
-#: src/Module/Admin/Site.php:670
+#: src/Module/Admin/Site.php:668
 msgid "Maximum number of parallel workers"
 msgstr "Maximální počet paralelních pracovníků"
 
-#: src/Module/Admin/Site.php:670
+#: src/Module/Admin/Site.php:668
 #, php-format
 msgid ""
 "On shared hosters set this to %d. On larger systems, values of %d are great."
 " Default value is %d."
 msgstr "Na sdílených hostinzích toto nastavte na hodnotu %d. Na větších systémech se hodí hodnoty kolem %d. Výchozí hodnotou je %d."
 
-#: src/Module/Admin/Site.php:671
+#: src/Module/Admin/Site.php:669
 msgid "Don't use \"proc_open\" with the worker"
 msgstr "Nepoužívat „proc_open“ s pracovníkem"
 
-#: src/Module/Admin/Site.php:671
+#: src/Module/Admin/Site.php:669
 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 "Tohle zapněte, pokud Váš systém nedovoluje používání „proc_open“. To se může stát na sdíleném hostingu. Pokud je toto povoleno, bude zvýšena častost vyvolávání pracovníka v crontabu."
 
-#: src/Module/Admin/Site.php:672
+#: src/Module/Admin/Site.php:670
 msgid "Enable fastlane"
 msgstr "Povolit fastlane"
 
-#: src/Module/Admin/Site.php:672
+#: src/Module/Admin/Site.php:670
 msgid ""
 "When enabed, the fastlane mechanism starts an additional worker if processes"
 " with higher priority are blocked by processes of lower priority."
 msgstr "Pokud je toto povoleno, mechanismus fastlane spustí dodatečného pracovníka, pokud jsou procesy vyšší priority zablokované procesy nižší priority."
 
-#: src/Module/Admin/Site.php:673
+#: src/Module/Admin/Site.php:671
 msgid "Enable frontend worker"
 msgstr "Povolit frontendového pracovníka"
 
-#: src/Module/Admin/Site.php:673
+#: src/Module/Admin/Site.php:671
 #, php-format
 msgid ""
 "When enabled the Worker process is triggered when backend access is "
@@ -7964,73 +8190,73 @@ msgid ""
 "server."
 msgstr "Pokud je toto povoleno, bude proces pracovníka vyvolán, pokud je proveden backendový přístup (např. když jsou doručovány zprávy). Na menších stránkách možná budete chtít pravidelně vyvolávat %s/worker přes externí úlohu cron. Tuto možnost byste měl/a zapnout pouze, pokud nemůžete na vašem serveru používat cron/plánované úlohy."
 
-#: src/Module/Admin/Site.php:675
+#: src/Module/Admin/Site.php:673
 msgid "Subscribe to relay"
 msgstr "Odebírat ze serveru pro přeposílání"
 
-#: src/Module/Admin/Site.php:675
+#: src/Module/Admin/Site.php:673
 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žňuje přijímat veřejné příspěvky z přeposílacího serveru. Budou zahrnuty ve vyhledávání, odebíraných štítcích a na globální komunitní stránce."
 
-#: src/Module/Admin/Site.php:676
+#: src/Module/Admin/Site.php:674
 msgid "Relay server"
 msgstr "Server pro přeposílání (relay)"
 
-#: src/Module/Admin/Site.php:676
+#: src/Module/Admin/Site.php:674
 msgid ""
 "Address of the relay server where public posts should be send to. For "
 "example https://relay.diasp.org"
 msgstr "Adresa přeposílacího serveru, kam budou posílány veřejné příspěvky. Příklad: https://relay.diasp.org"
 
-#: src/Module/Admin/Site.php:677
+#: src/Module/Admin/Site.php:675
 msgid "Direct relay transfer"
 msgstr "Přímý přenos na server pro přeposílání"
 
-#: src/Module/Admin/Site.php:677
+#: src/Module/Admin/Site.php:675
 msgid ""
 "Enables the direct transfer to other servers without using the relay servers"
 msgstr "Umožňuje přímý přenos na ostatní servery bez použití přeposílacích serverů"
 
-#: src/Module/Admin/Site.php:678
+#: src/Module/Admin/Site.php:676
 msgid "Relay scope"
 msgstr "Rozsah příspěvků z přeposílacího serveru"
 
-#: src/Module/Admin/Site.php:678
+#: src/Module/Admin/Site.php:676
 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 "Může být buď „vše“ nebo „štítky“. „vše“ znamená, že budou přijaty všechny veřejné příspěvky. „štítky“ znamená, že budou přijaty pouze příspěvky s vybranými štítky."
 
-#: src/Module/Admin/Site.php:678
+#: src/Module/Admin/Site.php:676
 msgid "all"
 msgstr "vše"
 
-#: src/Module/Admin/Site.php:678
+#: src/Module/Admin/Site.php:676
 msgid "tags"
 msgstr "štítky"
 
-#: src/Module/Admin/Site.php:679
+#: src/Module/Admin/Site.php:677
 msgid "Server tags"
 msgstr "Serverové štítky"
 
-#: src/Module/Admin/Site.php:679
+#: src/Module/Admin/Site.php:677
 msgid "Comma separated list of tags for the \"tags\" subscription."
 msgstr "Seznam štítků pro odběr „tags“, oddělených čárkami."
 
-#: src/Module/Admin/Site.php:680
+#: src/Module/Admin/Site.php:678
 msgid "Allow user tags"
 msgstr "Povolit uživatelské štítky"
 
-#: src/Module/Admin/Site.php:680
+#: src/Module/Admin/Site.php:678
 msgid ""
 "If enabled, the tags from the saved searches will used for the \"tags\" "
 "subscription in addition to the \"relay_server_tags\"."
 msgstr "Pokud je toto povoleno, budou štítky z uložených hledání vedle odběru „relay_server_tags“ použity i pro odběr „tags“."
 
-#: src/Module/Admin/Site.php:683
+#: src/Module/Admin/Site.php:681
 msgid "Start Relocation"
 msgstr "Začít přemístění"
 
@@ -8103,76 +8329,76 @@ msgid ""
 "href=\"%s\">the installation page</a> for help."
 msgstr "<a href=\"%s\">%s</a> není na Vašem systému dosažitelné. Tohle je závažná chyba konfigurace, která brání komunikaci mezi servery. Pro pomoc navštivte <a href=\"%s\">stránku instalace</a>."
 
-#: src/Module/Admin/Summary.php:89
+#: src/Module/Admin/Summary.php:106
 #, 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 Friendica bylo aktualizováno z „%s“ na „%s“. Pro vyhnutí se rozdílům prosím odstraňte z vaší databáze system.basepath."
 
-#: src/Module/Admin/Summary.php:97
+#: src/Module/Admin/Summary.php:114
 #, php-format
 msgid ""
 "Friendica's current system.basepath '%s' is wrong and the config file '%s' "
 "isn't used."
 msgstr "Aktuální system.basepath Friendica „%s“ je špatné a konfigurační soubor „%s“ se nepoužívá."
 
-#: src/Module/Admin/Summary.php:105
+#: src/Module/Admin/Summary.php:122
 #, php-format
 msgid ""
 "Friendica's current system.basepath '%s' is not equal to the config file "
 "'%s'. Please fix your configuration."
 msgstr "Aktuální system.basepath „%s“ není rovno konfguračnímu souboru „%s“. Prosím opravte si svou konfiguraci."
 
-#: src/Module/Admin/Summary.php:112
+#: src/Module/Admin/Summary.php:129
 msgid "Normal Account"
 msgstr "Normální účet"
 
-#: src/Module/Admin/Summary.php:113
+#: src/Module/Admin/Summary.php:130
 msgid "Automatic Follower Account"
 msgstr "Účet s automatickými sledujícími"
 
-#: src/Module/Admin/Summary.php:114
+#: src/Module/Admin/Summary.php:131
 msgid "Public Forum Account"
 msgstr "Účet veřejného fóra"
 
-#: src/Module/Admin/Summary.php:115
+#: src/Module/Admin/Summary.php:132
 msgid "Automatic Friend Account"
 msgstr "Účet s automatickými přáteli"
 
-#: src/Module/Admin/Summary.php:116
+#: src/Module/Admin/Summary.php:133
 msgid "Blog Account"
 msgstr "Blogovací účet"
 
-#: src/Module/Admin/Summary.php:117
+#: src/Module/Admin/Summary.php:134
 msgid "Private Forum Account"
 msgstr "Účet soukromého fóra"
 
-#: src/Module/Admin/Summary.php:141
+#: src/Module/Admin/Summary.php:156
 msgid "Message queues"
 msgstr "Fronty zpráv"
 
-#: src/Module/Admin/Summary.php:147
+#: src/Module/Admin/Summary.php:162
 msgid "Server Settings"
 msgstr "Nastavení serveru"
 
-#: src/Module/Admin/Summary.php:161
+#: src/Module/Admin/Summary.php:176
 msgid "Summary"
 msgstr "Shrnutí"
 
-#: src/Module/Admin/Summary.php:163
+#: src/Module/Admin/Summary.php:178
 msgid "Registered users"
 msgstr "Registrovaní uživatelé"
 
-#: src/Module/Admin/Summary.php:165
+#: src/Module/Admin/Summary.php:180
 msgid "Pending registrations"
 msgstr "Čekající registrace"
 
-#: src/Module/Admin/Summary.php:166
+#: src/Module/Admin/Summary.php:181
 msgid "Version"
 msgstr "Verze"
 
-#: src/Module/Admin/Summary.php:170
+#: src/Module/Admin/Summary.php:185
 msgid "Active addons"
 msgstr "Aktivní doplňky"
 
@@ -8412,163 +8638,57 @@ msgstr "Administrátor webu"
 
 #: src/Module/Admin/Users.php:293
 msgid "Account expired"
-msgstr "Účtu vypršela platnost"
-
-#: src/Module/Admin/Users.php:296
-msgid "New User"
-msgstr "Nový uživatel"
-
-#: src/Module/Admin/Users.php:297
-msgid "Permanent deletion"
-msgstr "Trvalé smazání"
-
-#: 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 "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\nOpravdu chcete pokračovat?"
-
-#: 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 "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu chcete pokračovat?"
-
-#: src/Module/Admin/Users.php:313
-msgid "Name of the new user."
-msgstr "Jméno nového uživatele."
-
-#: src/Module/Admin/Users.php:314
-msgid "Nickname"
-msgstr "Přezdívka"
-
-#: src/Module/Admin/Users.php:314
-msgid "Nickname of the new user."
-msgstr "Přezdívka nového uživatele."
-
-#: src/Module/Admin/Users.php:315
-msgid "Email address of the new user."
-msgstr "Emailová adresa nového uživatele."
-
-#: src/Module/AllFriends.php:55
-msgid "No friends to display."
-msgstr "Žádní přátelé k zobrazení"
-
-#: src/Module/Apps.php:29
-msgid "No installed applications."
-msgstr "Žádné nainstalované aplikace."
-
-#: src/Module/Apps.php:34
-msgid "Applications"
-msgstr "Aplikace"
-
-#: src/Module/Attach.php:36 src/Module/Attach.php:48
-msgid "Item was not found."
-msgstr "Položka nebyla nalezena."
-
-#: src/Module/Babel.php:31
-msgid "Source input"
-msgstr "Zdrojový vstup"
-
-#: src/Module/Babel.php:37
-msgid "BBCode::toPlaintext"
-msgstr "BBCode::toPlaintext"
-
-#: src/Module/Babel.php:43
-msgid "BBCode::convert (raw HTML)"
-msgstr "BBCode::convert (hrubé HTML)"
-
-#: src/Module/Babel.php:48
-msgid "BBCode::convert"
-msgstr "BBCode::convert"
-
-#: src/Module/Babel.php:54
-msgid "BBCode::convert => HTML::toBBCode"
-msgstr "BBCode::convert => HTML::toBBCode"
-
-#: src/Module/Babel.php:60
-msgid "BBCode::toMarkdown"
-msgstr "BBCode::toMarkdown"
-
-#: src/Module/Babel.php:66
-msgid "BBCode::toMarkdown => Markdown::convert"
-msgstr "BBCode::toMarkdown => Markdown::convert"
-
-#: src/Module/Babel.php:72
-msgid "BBCode::toMarkdown => Markdown::toBBCode"
-msgstr "BBCode::toMarkdown => Markdown::toBBCode"
-
-#: src/Module/Babel.php:78
-msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
-
-#: src/Module/Babel.php:89
-msgid "Item Body"
-msgstr "Tělo položky"
-
-#: src/Module/Babel.php:93
-msgid "Item Tags"
-msgstr "Štítky položky"
-
-#: src/Module/Babel.php:100
-msgid "Source input (Diaspora format)"
-msgstr "Zdrojový vstup (formát Diaspora)"
-
-#: src/Module/Babel.php:106
-msgid "Markdown::convert (raw HTML)"
-msgstr "Markdown::convert (hrubé HTML)"
-
-#: src/Module/Babel.php:111
-msgid "Markdown::convert"
-msgstr "Markdown::convert"
-
-#: src/Module/Babel.php:117
-msgid "Markdown::toBBCode"
-msgstr "Markdown::toBBCode"
+msgstr "Účtu vypršela platnost"
 
-#: src/Module/Babel.php:124
-msgid "Raw HTML input"
-msgstr "Hrubý HTML vstup"
+#: src/Module/Admin/Users.php:296
+msgid "New User"
+msgstr "Nový uživatel"
 
-#: src/Module/Babel.php:129
-msgid "HTML Input"
-msgstr "HTML vstup"
+#: src/Module/Admin/Users.php:297
+msgid "Permanent deletion"
+msgstr "Trvalé smazání"
 
-#: src/Module/Babel.php:135
-msgid "HTML::toBBCode"
-msgstr "HTML::toBBCode"
+#: 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 "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\nOpravdu chcete pokračovat?"
 
-#: src/Module/Babel.php:141
-msgid "HTML::toBBCode => BBCode::convert"
-msgstr "HTML::toBBCode => BBCode::convert"
+#: 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 "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu chcete pokračovat?"
 
-#: src/Module/Babel.php:146
-msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
-msgstr "HTML::toBBCode => BBCode::convert (hrubé HTML)"
+#: src/Module/Admin/Users.php:313
+msgid "Name of the new user."
+msgstr "Jméno nového uživatele."
 
-#: src/Module/Babel.php:152
-msgid "HTML::toMarkdown"
-msgstr "HTML::toMarkdown"
+#: src/Module/Admin/Users.php:314
+msgid "Nickname"
+msgstr "Přezdívka"
 
-#: src/Module/Babel.php:158
-msgid "HTML::toPlaintext"
-msgstr "HTML::toPlaintext"
+#: src/Module/Admin/Users.php:314
+msgid "Nickname of the new user."
+msgstr "Přezdívka nového uživatele."
 
-#: src/Module/Babel.php:166
-msgid "Source text"
-msgstr "Zdrojový text"
+#: src/Module/Admin/Users.php:315
+msgid "Email address of the new user."
+msgstr "Emailová adresa nového uživatele."
 
-#: src/Module/Babel.php:167
-msgid "BBCode"
-msgstr "BBCode"
+#: src/Module/AllFriends.php:55
+msgid "No friends to display."
+msgstr "Žádní přátelé k zobrazení"
 
-#: src/Module/Babel.php:168
-msgid "Markdown"
-msgstr "Markdown"
+#: src/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "Položka nebyla nalezena."
 
-#: src/Module/Babel.php:169
-msgid "HTML"
-msgstr "HTML"
+#: src/Module/BaseAdminModule.php:62
+msgid ""
+"Submanaged account can't access the administation pages. Please log back in "
+"as the master account."
+msgstr "Účet spravovaný jiným nemá přístup k administračním stránkám. Prosím přihlaste se znovu jako nejvyšší účet."
 
 #: src/Module/BaseAdminModule.php:76
 msgid "Overview"
@@ -8602,6 +8722,10 @@ msgstr "Nástroje"
 msgid "Contact Blocklist"
 msgstr "Blokované kontakty"
 
+#: src/Module/BaseAdminModule.php:94
+msgid "Server Blocklist"
+msgstr "Blokované servery"
+
 #: src/Module/BaseAdminModule.php:101
 msgid "Diagnostics"
 msgstr "Diagnostika"
@@ -8634,6 +8758,16 @@ msgstr "Vlastnosti doplňků"
 msgid "User registrations waiting for confirmation"
 msgstr "Registrace uživatelů čekající na potvrzení"
 
+#: src/Module/BaseSearchModule.php:52
+#, php-format
+msgid "People Search - %s"
+msgstr "Vyhledávání lidí - %s"
+
+#: src/Module/BaseSearchModule.php:62
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Vyhledávání fór - %s"
+
 #: src/Module/Bookmarklet.php:35
 msgid "This page is missing a url parameter."
 msgstr "Této stránce chybí parametr url."
@@ -8642,7 +8776,7 @@ msgstr "Této stránce chybí parametr url."
 msgid "The post was created"
 msgstr "Příspěvek byl vytvořen"
 
-#: src/Module/Contact.php:166
+#: src/Module/Contact.php:72
 #, php-format
 msgid "%d contact edited."
 msgid_plural "%d contacts edited."
@@ -8651,285 +8785,275 @@ msgstr[1] "%d kontakty upraveny"
 msgstr[2] "%d kontaktu upraveno"
 msgstr[3] "%d kontaktů upraveno"
 
-#: src/Module/Contact.php:193 src/Module/Contact.php:377
+#: src/Module/Contact.php:99
 msgid "Could not access contact record."
 msgstr "Nelze získat přístup k záznamu kontaktu."
 
-#: src/Module/Contact.php:203
+#: src/Module/Contact.php:109
 msgid "Could not locate selected profile."
 msgstr "Nelze nalézt vybraný profil."
 
-#: src/Module/Contact.php:235
+#: src/Module/Contact.php:141
 msgid "Contact updated."
 msgstr "Kontakt aktualizován."
 
-#: src/Module/Contact.php:398
+#: src/Module/Contact.php:393
+msgid "Contact not found"
+msgstr "Kontakt nenalezen."
+
+#: src/Module/Contact.php:412
 msgid "Contact has been blocked"
 msgstr "Kontakt byl zablokován"
 
-#: src/Module/Contact.php:398
+#: src/Module/Contact.php:412
 msgid "Contact has been unblocked"
 msgstr "Kontakt byl odblokován"
 
-#: src/Module/Contact.php:408
+#: src/Module/Contact.php:422
 msgid "Contact has been ignored"
 msgstr "Kontakt bude ignorován"
 
-#: src/Module/Contact.php:408
+#: src/Module/Contact.php:422
 msgid "Contact has been unignored"
 msgstr "Kontakt přestal být ignorován"
 
-#: src/Module/Contact.php:418
+#: src/Module/Contact.php:432
 msgid "Contact has been archived"
 msgstr "Kontakt byl archivován"
 
-#: src/Module/Contact.php:418
+#: src/Module/Contact.php:432
 msgid "Contact has been unarchived"
 msgstr "Kontakt byl vrácen z archivu."
 
-#: src/Module/Contact.php:442
+#: src/Module/Contact.php:456
 msgid "Drop contact"
 msgstr "Zrušit kontakt"
 
-#: src/Module/Contact.php:445 src/Module/Contact.php:823
+#: src/Module/Contact.php:459 src/Module/Contact.php:823
 msgid "Do you really want to delete this contact?"
 msgstr "Opravdu chcete smazat tento kontakt?"
 
-#: src/Module/Contact.php:459
+#: src/Module/Contact.php:473
 msgid "Contact has been removed."
 msgstr "Kontakt byl odstraněn."
 
-#: src/Module/Contact.php:489
+#: src/Module/Contact.php:503
 #, php-format
 msgid "You are mutual friends with %s"
 msgstr "Jste vzájemní přátelé s uživatelem %s"
 
-#: src/Module/Contact.php:494
+#: src/Module/Contact.php:508
 #, php-format
 msgid "You are sharing with %s"
 msgstr "Sdílíte s uživatelem %s"
 
-#: src/Module/Contact.php:499
+#: src/Module/Contact.php:513
 #, php-format
 msgid "%s is sharing with you"
 msgstr "%s s vámi sdílí"
 
-#: src/Module/Contact.php:523
+#: src/Module/Contact.php:537
 msgid "Private communications are not available for this contact."
 msgstr "Soukromá komunikace není dostupná pro tento kontakt."
 
-#: src/Module/Contact.php:525
+#: src/Module/Contact.php:539
 msgid "Never"
 msgstr "Nikdy"
 
-#: src/Module/Contact.php:528
+#: src/Module/Contact.php:542
 msgid "(Update was successful)"
 msgstr "(Aktualizace byla úspěšná)"
 
-#: src/Module/Contact.php:528
+#: src/Module/Contact.php:542
 msgid "(Update was not successful)"
 msgstr "(Aktualizace nebyla úspěšná)"
 
-#: src/Module/Contact.php:530 src/Module/Contact.php:1061
+#: src/Module/Contact.php:544 src/Module/Contact.php:1057
 msgid "Suggest friends"
 msgstr "Navrhnout přátele"
 
-#: src/Module/Contact.php:534
+#: src/Module/Contact.php:548
 #, php-format
 msgid "Network type: %s"
 msgstr "Typ sítě: %s"
 
-#: src/Module/Contact.php:539
+#: src/Module/Contact.php:553
 msgid "Communications lost with this contact!"
 msgstr "Komunikace s tímto kontaktem byla ztracena!"
 
-#: src/Module/Contact.php:545
+#: src/Module/Contact.php:559
 msgid "Fetch further information for feeds"
 msgstr "Načíst další informace pro kanál"
 
-#: src/Module/Contact.php:547
+#: src/Module/Contact.php:561
 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 "Načíst informace jako obrázky náhledu, nadpis a popisek z položky kanálu. Toto můžete aktivovat, pokud kanál neobsahuje moc textu. Klíčová slova jsou vzata z hlavičky meta v položce kanálu a jsou zveřejněna jako hashtagy."
 
-#: src/Module/Contact.php:550
+#: src/Module/Contact.php:564
 msgid "Fetch information"
 msgstr "Načíst informace"
 
-#: src/Module/Contact.php:551
+#: src/Module/Contact.php:565
 msgid "Fetch keywords"
 msgstr "Načíst klíčová slova"
 
-#: src/Module/Contact.php:552
+#: src/Module/Contact.php:566
 msgid "Fetch information and keywords"
 msgstr "Načíst informace a klíčová slova"
 
-#: src/Module/Contact.php:584
+#: src/Module/Contact.php:585
 msgid "Profile Visibility"
 msgstr "Viditelnost profilu"
 
-#: src/Module/Contact.php:585
+#: src/Module/Contact.php:586
 msgid "Contact Information / Notes"
 msgstr "Kontaktní informace / poznámky"
 
-#: src/Module/Contact.php:586
+#: src/Module/Contact.php:587
 msgid "Contact Settings"
 msgstr "Nastavení kontaktů"
 
-#: src/Module/Contact.php:595
+#: src/Module/Contact.php:596
 msgid "Contact"
 msgstr "Kontakt"
 
-#: src/Module/Contact.php:599
+#: src/Module/Contact.php:600
 #, php-format
 msgid ""
 "Please choose the profile you would like to display to %s when viewing your "
 "profile securely."
 msgstr "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu."
 
-#: src/Module/Contact.php:601
+#: src/Module/Contact.php:602
 msgid "Their personal note"
 msgstr "Jejich osobní poznámka"
 
-#: src/Module/Contact.php:603
+#: src/Module/Contact.php:604
 msgid "Edit contact notes"
 msgstr "Upravit poznámky kontaktu"
 
-#: src/Module/Contact.php:607
+#: src/Module/Contact.php:607 src/Module/Contact.php:1023
+#: src/Module/Profile/Contacts.php:93
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Navštivte profil uživatele %s [%s]"
+
+#: src/Module/Contact.php:608
 msgid "Block/Unblock contact"
 msgstr "Blokovat / Odblokovat kontakt"
 
-#: src/Module/Contact.php:608
+#: src/Module/Contact.php:609
 msgid "Ignore contact"
 msgstr "Ignorovat kontakt"
 
-#: src/Module/Contact.php:609
+#: src/Module/Contact.php:610
 msgid "Repair URL settings"
 msgstr "Opravit nastavení adresy URL "
 
-#: src/Module/Contact.php:610
+#: src/Module/Contact.php:611
 msgid "View conversations"
 msgstr "Zobrazit konverzace"
 
-#: src/Module/Contact.php:615
+#: src/Module/Contact.php:616
 msgid "Last update:"
 msgstr "Poslední aktualizace:"
 
-#: src/Module/Contact.php:617
+#: src/Module/Contact.php:618
 msgid "Update public posts"
 msgstr "Aktualizovat veřejné příspěvky"
 
-#: src/Module/Contact.php:619 src/Module/Contact.php:1071
+#: src/Module/Contact.php:620 src/Module/Contact.php:1067
 msgid "Update now"
 msgstr "Aktualizovat"
 
-#: src/Module/Contact.php:625 src/Module/Contact.php:828
-#: src/Module/Contact.php:1088
+#: src/Module/Contact.php:624 src/Module/Contact.php:828
+#: src/Module/Contact.php:1084
 msgid "Unignore"
 msgstr "Přestat ignorovat"
 
-#: src/Module/Contact.php:629
+#: src/Module/Contact.php:628
 msgid "Currently blocked"
 msgstr "V současnosti zablokováno"
 
-#: src/Module/Contact.php:630
+#: src/Module/Contact.php:629
 msgid "Currently ignored"
 msgstr "V současnosti ignorováno"
 
-#: src/Module/Contact.php:631
+#: src/Module/Contact.php:630
 msgid "Currently archived"
 msgstr "Aktuálně archivován"
 
-#: src/Module/Contact.php:632
+#: src/Module/Contact.php:631
 msgid "Awaiting connection acknowledge"
 msgstr "Čekám na potrvzení spojení"
 
-#: src/Module/Contact.php:633
+#: src/Module/Contact.php:632
 msgid ""
 "Replies/likes to your public posts <strong>may</strong> still be visible"
 msgstr "Odpovědi/oblíbení na vaše veřejné příspěvky <strong>mohou</strong> být stále viditelné"
 
-#: src/Module/Contact.php:634
+#: src/Module/Contact.php:633
 msgid "Notification for new posts"
 msgstr "Oznámení o nových příspěvcích"
 
-#: src/Module/Contact.php:634
+#: src/Module/Contact.php:633
 msgid "Send a notification of every new post of this contact"
 msgstr "Posílat oznámení o každém novém příspěvku tohoto kontaktu"
 
-#: src/Module/Contact.php:636
+#: src/Module/Contact.php:635
 msgid "Blacklisted keywords"
 msgstr "Zakázaná klíčová slova"
 
-#: src/Module/Contact.php:636
+#: src/Module/Contact.php:635
 msgid ""
 "Comma separated list of keywords that should not be converted to hashtags, "
 "when \"Fetch information and keywords\" is selected"
 msgstr "Seznam klíčových slov, které by neměly být převáděna na hashtagy, když je zvoleno „Načíst informace a klíčová slova“. Oddělujte čárkami"
 
-#: src/Module/Contact.php:653 src/Module/Settings/TwoFactor/Index.php:100
+#: src/Module/Contact.php:652 src/Module/Settings/TwoFactor/Index.php:111
 msgid "Actions"
 msgstr "Akce"
 
-#: src/Module/Contact.php:700
-msgid "Suggestions"
-msgstr "Návrhy"
-
-#: src/Module/Contact.php:703
-msgid "Suggest potential friends"
-msgstr "Navrhnout potenciální přátele"
-
-#: src/Module/Contact.php:708 src/Module/Group.php:287
-msgid "All Contacts"
-msgstr "Všechny kontakty"
-
-#: src/Module/Contact.php:711
+#: src/Module/Contact.php:697
 msgid "Show all contacts"
 msgstr "Zobrazit všechny kontakty"
 
-#: src/Module/Contact.php:716
-msgid "Unblocked"
-msgstr "Neblokované"
-
-#: src/Module/Contact.php:719
-msgid "Only show unblocked contacts"
-msgstr "Zobrazit pouze neblokované kontakty"
-
-#: src/Module/Contact.php:724
+#: src/Module/Contact.php:702 src/Module/Contact.php:804
 msgid "Blocked"
 msgstr "Blokované"
 
-#: src/Module/Contact.php:727
+#: src/Module/Contact.php:705
 msgid "Only show blocked contacts"
 msgstr "Zobrazit pouze blokované kontakty"
 
-#: src/Module/Contact.php:732
+#: src/Module/Contact.php:710 src/Module/Contact.php:806
 msgid "Ignored"
 msgstr "Ignorované"
 
-#: src/Module/Contact.php:735
+#: src/Module/Contact.php:713
 msgid "Only show ignored contacts"
 msgstr "Zobrazit pouze ignorované kontakty"
 
-#: src/Module/Contact.php:740
+#: src/Module/Contact.php:718 src/Module/Contact.php:807
 msgid "Archived"
 msgstr "Archivované"
 
-#: src/Module/Contact.php:743
+#: src/Module/Contact.php:721
 msgid "Only show archived contacts"
 msgstr "Zobrazit pouze archivované kontakty"
 
-#: src/Module/Contact.php:748
+#: src/Module/Contact.php:726 src/Module/Contact.php:805
 msgid "Hidden"
 msgstr "Skryté"
 
-#: src/Module/Contact.php:751
+#: src/Module/Contact.php:729
 msgid "Only show hidden contacts"
 msgstr "Zobrazit pouze skryté kontakty"
 
-#: src/Module/Contact.php:759
+#: src/Module/Contact.php:737
 msgid "Organize your contact groups"
 msgstr "Organizovat vaše skupiny kontaktů"
 
@@ -8937,11 +9061,11 @@ msgstr "Organizovat vaše skupiny kontaktů"
 msgid "Search your contacts"
 msgstr "Prohledat vaše kontakty"
 
-#: src/Module/Contact.php:829 src/Module/Contact.php:1097
+#: src/Module/Contact.php:829 src/Module/Contact.php:1093
 msgid "Archive"
 msgstr "Archivovat"
 
-#: src/Module/Contact.php:829 src/Module/Contact.php:1097
+#: src/Module/Contact.php:829 src/Module/Contact.php:1093
 msgid "Unarchive"
 msgstr "Vrátit z archivu"
 
@@ -8969,79 +9093,217 @@ msgstr "Zobrazit všechny společné přátele"
 msgid "Advanced Contact Settings"
 msgstr "Pokročilé nastavení kontaktu"
 
-#: src/Module/Contact.php:994
+#: src/Module/Contact.php:990
 msgid "Mutual Friendship"
 msgstr "Vzájemné přátelství"
 
-#: src/Module/Contact.php:999
+#: src/Module/Contact.php:995
 msgid "is a fan of yours"
 msgstr "je váš fanoušek"
 
-#: src/Module/Contact.php:1004
+#: src/Module/Contact.php:1000
 msgid "you are a fan of"
 msgstr "jste fanouškem"
 
-#: src/Module/Contact.php:1028
+#: src/Module/Contact.php:1024
 msgid "Edit contact"
 msgstr "Upravit kontakt"
 
-#: src/Module/Contact.php:1082
+#: src/Module/Contact.php:1078
 msgid "Toggle Blocked status"
 msgstr "Přepínat stav Blokováno"
 
-#: src/Module/Contact.php:1090
+#: src/Module/Contact.php:1086
 msgid "Toggle Ignored status"
 msgstr "Přepínat stav Ignorováno"
 
-#: src/Module/Contact.php:1099
+#: src/Module/Contact.php:1095
 msgid "Toggle Archive status"
 msgstr "Přepínat stav Archivováno"
 
-#: src/Module/Contact.php:1107
+#: src/Module/Contact.php:1103
 msgid "Delete contact"
 msgstr "Odstranit kontakt"
 
-#: src/Module/Credits.php:25
-msgid "Credits"
-msgstr "Poděkování"
+#: src/Module/Debug/Babel.php:32
+msgid "Source input"
+msgstr "Zdrojový vstup"
 
-#: src/Module/Credits.php:26
+#: src/Module/Debug/Babel.php:38
+msgid "BBCode::toPlaintext"
+msgstr "BBCode::toPlaintext"
+
+#: src/Module/Debug/Babel.php:44
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode::convert (hrubé HTML)"
+
+#: src/Module/Debug/Babel.php:49
+msgid "BBCode::convert"
+msgstr "BBCode::convert"
+
+#: src/Module/Debug/Babel.php:55
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode::convert => HTML::toBBCode"
+
+#: src/Module/Debug/Babel.php:61
+msgid "BBCode::toMarkdown"
+msgstr "BBCode::toMarkdown"
+
+#: src/Module/Debug/Babel.php:67
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode::toMarkdown => Markdown::convert"
+
+#: src/Module/Debug/Babel.php:73
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode::toMarkdown => Markdown::toBBCode"
+
+#: src/Module/Debug/Babel.php:79
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+
+#: src/Module/Debug/Babel.php:90
+msgid "Item Body"
+msgstr "Tělo položky"
+
+#: src/Module/Debug/Babel.php:94
+msgid "Item Tags"
+msgstr "Štítky položky"
+
+#: src/Module/Debug/Babel.php:101
+msgid "Source input (Diaspora format)"
+msgstr "Zdrojový vstup (formát Diaspora)"
+
+#: src/Module/Debug/Babel.php:107
+msgid "Markdown::convert (raw HTML)"
+msgstr "Markdown::convert (hrubé HTML)"
+
+#: src/Module/Debug/Babel.php:112
+msgid "Markdown::convert"
+msgstr "Markdown::convert"
+
+#: src/Module/Debug/Babel.php:118
+msgid "Markdown::toBBCode"
+msgstr "Markdown::toBBCode"
+
+#: src/Module/Debug/Babel.php:125
+msgid "Raw HTML input"
+msgstr "Hrubý HTML vstup"
+
+#: src/Module/Debug/Babel.php:130
+msgid "HTML Input"
+msgstr "HTML vstup"
+
+#: src/Module/Debug/Babel.php:136
+msgid "HTML::toBBCode"
+msgstr "HTML::toBBCode"
+
+#: src/Module/Debug/Babel.php:142
+msgid "HTML::toBBCode => BBCode::convert"
+msgstr "HTML::toBBCode => BBCode::convert"
+
+#: src/Module/Debug/Babel.php:147
+msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
+msgstr "HTML::toBBCode => BBCode::convert (hrubé HTML)"
+
+#: src/Module/Debug/Babel.php:153
+msgid "HTML::toBBCode => BBCode::toPlaintext"
+msgstr "HTML::toBBCode => BBCode::toPlaintext"
+
+#: src/Module/Debug/Babel.php:159
+msgid "HTML::toMarkdown"
+msgstr "HTML::toMarkdown"
+
+#: src/Module/Debug/Babel.php:165
+msgid "HTML::toPlaintext"
+msgstr "HTML::toPlaintext"
+
+#: src/Module/Debug/Babel.php:171
+msgid "HTML::toPlaintext (compact)"
+msgstr "HTML::toPlaintext (kompaktní)"
+
+#: src/Module/Debug/Babel.php:179
+msgid "Source text"
+msgstr "Zdrojový text"
+
+#: src/Module/Debug/Babel.php:180
+msgid "BBCode"
+msgstr "BBCode"
+
+#: src/Module/Debug/Babel.php:181
+msgid "Markdown"
+msgstr "Markdown"
+
+#: src/Module/Debug/Babel.php:182
+msgid "HTML"
+msgstr "HTML"
+
+#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
+msgid "You must be logged in to use this module"
+msgstr "Pro používání tohoto modulu musíte být přihlášen/a"
+
+#: src/Module/Debug/Feed.php:49
+msgid "Source URL"
+msgstr "Zdrojová adresa URL"
+
+#: src/Module/Debug/Localtime.php:30
+msgid "Time Conversion"
+msgstr "Časový převod"
+
+#: src/Module/Debug/Localtime.php:31
 msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
-msgstr "Friendica je komunitní projekt, který by nebyl možný bez pomoci mnoha lidí. Zde je seznam těch, kteří přispěli ke kódu nebo k překladu Friendica. Děkujeme všem!"
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica poskytuje tuto službu ke sdílení událostí s ostatními sítěmi a přáteli v neznámých časových pásmech"
+
+#: src/Module/Debug/Localtime.php:32
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC čas: %s"
 
-#: src/Module/Directory.php:66
+#: src/Module/Debug/Localtime.php:35
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Aktuální časové pásmo: %s"
+
+#: src/Module/Debug/Localtime.php:39
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Převedený místní čas : %s"
+
+#: src/Module/Debug/Localtime.php:43
+msgid "Please select your timezone:"
+msgstr "Prosím, vyberte své časové pásmo:"
+
+#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Pouze přihlášení uživatelé mohou zkoušet adresy."
+
+#: src/Module/Debug/Probe.php:35
+msgid "Lookup address"
+msgstr "Najít adresu"
+
+#: src/Module/Directory.php:61
 msgid "No entries (some entries may be hidden)."
 msgstr "Žádné záznamy (některé položky mohou být skryty)."
 
-#: src/Module/Directory.php:85
+#: src/Module/Directory.php:80
 msgid "Find on this site"
 msgstr "Najít na tomto webu"
 
-#: src/Module/Directory.php:87
+#: src/Module/Directory.php:82
 msgid "Results for:"
 msgstr "Výsledky pro:"
 
-#: src/Module/Directory.php:89
+#: src/Module/Directory.php:84
 msgid "Site Directory"
 msgstr "Adresář serveru"
 
-#: src/Module/Feedtest.php:20 src/Module/Filer/SaveTag.php:20
-msgid "You must be logged in to use this module"
-msgstr "Pro používání tohoto modulu musíte být přihlášen/a"
-
-#: src/Module/Feedtest.php:49
-msgid "Source URL"
-msgstr "Zdrojová adresa URL"
-
 #: src/Module/Filer/SaveTag.php:39
 #, php-format
 msgid "Filetag %s saved to item"
 msgstr "Filetag %s uložen k předmětu"
 
-#: src/Module/Filer/SaveTag.php:49
+#: src/Module/Filer/SaveTag.php:48
 msgid "- select -"
 msgstr "- vyberte -"
 
@@ -9196,143 +9458,143 @@ msgstr "Nápověda:"
 msgid "Welcome to %s"
 msgstr "Vítejte na %s"
 
-#: src/Module/Install.php:158
+#: src/Module/Install.php:160
 msgid "Friendica Communications Server - Setup"
 msgstr "Komunikační server Friendica - Nastavení"
 
-#: src/Module/Install.php:169
+#: src/Module/Install.php:171
 msgid "System check"
 msgstr "Zkouška systému"
 
-#: src/Module/Install.php:174
+#: src/Module/Install.php:176
 msgid "Check again"
 msgstr "Vyzkoušet znovu"
 
-#: src/Module/Install.php:189
+#: src/Module/Install.php:191
 msgid "Base settings"
 msgstr "Základní nastavení"
 
-#: src/Module/Install.php:196
+#: src/Module/Install.php:198
 msgid "Host name"
 msgstr "Jméno hostitele (host name)"
 
-#: src/Module/Install.php:198
+#: src/Module/Install.php:200
 msgid ""
 "Overwrite this field in case the determinated hostname isn't right, "
 "otherweise leave it as is."
 msgstr "Toto pole přepište, pokud určený název hostitele není správný, jinak to nechte tak, jak to je."
 
-#: src/Module/Install.php:201
+#: src/Module/Install.php:203
 msgid "Base path to installation"
 msgstr "Základní cesta k instalaci"
 
-#: src/Module/Install.php:203
+#: src/Module/Install.php:205
 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 "Pokud systém nemůže detekovat správnou cestu k Vaší instalaci, zde zadejte jinou cestu. Toto nastavení by mělo být nastaveno pouze, pokud používáte omezený systém a symbolické odkazy ke kořenové složce webu."
 
-#: src/Module/Install.php:206
+#: src/Module/Install.php:208
 msgid "Sub path of the URL"
 msgstr "Podcesta URL"
 
-#: src/Module/Install.php:208
+#: src/Module/Install.php:210
 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 "Toto pole přepište, pokud určení podcesty není správné, jinak to nechte tak, jak to je. Pokud tohle necháte prázdné, znamená to, že se instalace nachází v základním URL bez podcesty."
 
-#: src/Module/Install.php:219
+#: src/Module/Install.php:221
 msgid "Database connection"
 msgstr "Databázové spojení"
 
-#: src/Module/Install.php:220
+#: src/Module/Install.php:222
 msgid ""
 "In order to install Friendica we need to know how to connect to your "
 "database."
 msgstr "Pro instalaci Friendica potřebujeme znát připojení k vaší databázi."
 
-#: src/Module/Install.php:221
+#: src/Module/Install.php:223
 msgid ""
 "Please contact your hosting provider or site administrator if you have "
 "questions about these settings."
 msgstr "Pokud máte otázky k následujícím nastavením, obraťte se na svého poskytovatele hostingu nebo administrátora serveru."
 
-#: src/Module/Install.php:222
+#: src/Module/Install.php:224
 msgid ""
 "The database you specify below should already exist. If it does not, please "
 "create it before continuing."
 msgstr "Databáze, kterou uvedete níže, by již měla existovat. Pokud to tak není, prosíme, vytvořte ji před pokračováním."
 
-#: src/Module/Install.php:229
+#: src/Module/Install.php:231
 msgid "Database Server Name"
 msgstr "Jméno databázového serveru"
 
-#: src/Module/Install.php:234
+#: src/Module/Install.php:236
 msgid "Database Login Name"
 msgstr "Přihlašovací jméno k databázi"
 
-#: src/Module/Install.php:240
+#: src/Module/Install.php:242
 msgid "Database Login Password"
 msgstr "Heslo k databázovému účtu "
 
-#: src/Module/Install.php:242
+#: src/Module/Install.php:244
 msgid "For security reasons the password must not be empty"
 msgstr "Z bezpečnostních důvodů nesmí být heslo prázdné."
 
-#: src/Module/Install.php:245
+#: src/Module/Install.php:247
 msgid "Database Name"
 msgstr "Jméno databáze"
 
-#: src/Module/Install.php:249 src/Module/Install.php:278
+#: src/Module/Install.php:251 src/Module/Install.php:280
 msgid "Please select a default timezone for your website"
 msgstr "Prosím, vyberte výchozí časové pásmo pro váš server"
 
-#: src/Module/Install.php:263
+#: src/Module/Install.php:265
 msgid "Site settings"
 msgstr "Nastavení webu"
 
-#: src/Module/Install.php:273
+#: src/Module/Install.php:275
 msgid "Site administrator email address"
 msgstr "E-mailová adresa administrátora webu"
 
-#: src/Module/Install.php:275
+#: src/Module/Install.php:277
 msgid ""
 "Your account email address must match this in order to use the web admin "
 "panel."
 msgstr "Vaše e-mailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní."
 
-#: src/Module/Install.php:282
+#: src/Module/Install.php:284
 msgid "System Language:"
 msgstr "Systémový jazyk"
 
-#: src/Module/Install.php:284
+#: src/Module/Install.php:286
 msgid ""
 "Set the default language for your Friendica installation interface and to "
 "send emails."
 msgstr "Nastavte si výchozí jazyk pro vaše instalační rozhraní Friendica a pro odesílání e-mailů."
 
-#: src/Module/Install.php:296
+#: src/Module/Install.php:298
 msgid "Your Friendica site database has been installed."
 msgstr "Databáze vašeho serveru Friendica  byla nainstalována."
 
-#: src/Module/Install.php:304
+#: src/Module/Install.php:306
 msgid "Installation finished"
 msgstr "Instalace dokončena"
 
-#: src/Module/Install.php:326
+#: src/Module/Install.php:328
 msgid "<h1>What next</h1>"
 msgstr "<h1>Co dál</h1>"
 
-#: src/Module/Install.php:327
+#: src/Module/Install.php:329
 msgid ""
 "IMPORTANT: You will need to [manually] setup a scheduled task for the "
 "worker."
 msgstr "DŮLEŽITÉ: Budete si muset [manuálně] nastavit naplánovaný úkol pro pracovníka."
 
-#: src/Module/Install.php:330
+#: src/Module/Install.php:332
 #, php-format
 msgid ""
 "Go to your new Friendica node <a href=\"%s/register\">registration page</a> "
@@ -9446,72 +9708,93 @@ msgid ""
 "important, please visit http://friendi.ca"
 msgstr "Pro více informací o projektu Friendica a proč si myslím, že je důležitý, prosím navštiv http://friendi.ca"
 
-#: src/Module/Localtime.php:30
-msgid "Time Conversion"
-msgstr "Časový převod"
+#: src/Module/Item/Compose.php:30
+msgid "Please enter a post body."
+msgstr ""
+
+#: src/Module/Item/Compose.php:43
+msgid "This feature is only available with the frio theme."
+msgstr ""
+
+#: src/Module/Item/Compose.php:63
+msgid "Compose new personal note"
+msgstr ""
+
+#: src/Module/Item/Compose.php:70
+msgid "Compose new post"
+msgstr ""
+
+#: src/Module/Item/Compose.php:190
+msgid "Clear the location"
+msgstr ""
+
+#: src/Module/Item/Compose.php:191
+msgid "Location services are unavailable on your device"
+msgstr ""
 
-#: src/Module/Localtime.php:31
+#: src/Module/Item/Compose.php:192
 msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica poskytuje tuto službu ke sdílení událostí s ostatními sítěmi a přáteli v neznámých časových pásmech"
+"Location services are disabled. Please check the website's permissions on "
+"your device"
+msgstr ""
 
-#: src/Module/Localtime.php:32
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC čas: %s"
+#: src/Module/Item/Compose.php:196
+msgid "Public"
+msgstr ""
 
-#: src/Module/Localtime.php:35
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Aktuální časové pásmo: %s"
+#: 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 ""
 
-#: src/Module/Localtime.php:39
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Převedený místní čas : %s"
+#: src/Module/Item/Compose.php:198
+msgid "Limited/Private"
+msgstr ""
 
-#: src/Module/Localtime.php:43
-msgid "Please select your timezone:"
-msgstr "Prosím, vyberte své časové pásmo:"
+#: 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 ""
 
-#: src/Module/Login.php:295
+#: src/Module/Login.php:286
 msgid "Create a New Account"
 msgstr "Vytvořit nový účet"
 
-#: src/Module/Login.php:328
+#: src/Module/Login.php:319
 msgid "Password: "
 msgstr "Heslo: "
 
-#: src/Module/Login.php:329
+#: src/Module/Login.php:320
 msgid "Remember me"
 msgstr "Pamatovat si mě"
 
-#: src/Module/Login.php:332
+#: src/Module/Login.php:323
 msgid "Or login using OpenID: "
 msgstr "Nebo se přihlaste pomocí OpenID: "
 
-#: src/Module/Login.php:338
+#: src/Module/Login.php:329
 msgid "Forgot your password?"
 msgstr "Zapomněl/a jste heslo?"
 
-#: src/Module/Login.php:341
+#: src/Module/Login.php:332
 msgid "Website Terms of Service"
 msgstr "Podmínky používání stránky"
 
-#: src/Module/Login.php:342
+#: src/Module/Login.php:333
 msgid "terms of service"
 msgstr "podmínky používání"
 
-#: src/Module/Login.php:344
+#: src/Module/Login.php:335
 msgid "Website Privacy Policy"
 msgstr "Zásady soukromí serveru"
 
-#: src/Module/Login.php:345
+#: src/Module/Login.php:336
 msgid "privacy policy"
 msgstr "zásady soukromí"
 
-#: src/Module/Logout.php:27
+#: src/Module/Logout.php:38
 msgid "Logged out."
 msgstr "Odhlášen."
 
@@ -9528,21 +9811,53 @@ msgstr "Stránka nenalezena"
 msgid "Invalid photo with id %s."
 msgstr "Neplatná fotka s ID %s."
 
-#: src/Module/Profile.php:110 src/Module/Profile.php:113
-#: src/Protocol/OStatus.php:1302
+#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36
+msgid "User not found."
+msgstr "Uživatel nenalezen."
+
+#: src/Module/Profile/Contacts.php:78
+msgid "No contacts."
+msgstr "Žádné kontakty."
+
+#: src/Module/Profile/Contacts.php:112
 #, php-format
-msgid "%s's timeline"
-msgstr "Časová osa uživatele %s"
+msgid "Follower (%s)"
+msgid_plural "Followers (%s)"
+msgstr[0] "Sledující (%s)"
+msgstr[1] "Sledující (%s)"
+msgstr[2] "Sledující (%s)"
+msgstr[3] "Sledující (%s)"
 
-#: src/Module/Profile.php:111 src/Protocol/OStatus.php:1306
+#: src/Module/Profile/Contacts.php:113
 #, php-format
-msgid "%s's posts"
-msgstr "Příspěvky uživatele %s"
+msgid "Following (%s)"
+msgid_plural "Following (%s)"
+msgstr[0] "Sledovaný (%s)"
+msgstr[1] "Sledovaní (%s)"
+msgstr[2] "Sledovaní (%s)"
+msgstr[3] "Sledovaní (%s)"
 
-#: src/Module/Profile.php:112 src/Protocol/OStatus.php:1309
+#: src/Module/Profile/Contacts.php:114
 #, php-format
-msgid "%s's comments"
-msgstr "Komentáře uživatele %s"
+msgid "Mutual friend (%s)"
+msgid_plural "Mutual friends (%s)"
+msgstr[0] "Vzájemný přítel (%s)"
+msgstr[1] "Vzájemní přátelé (%s)"
+msgstr[2] "Vzájemní přátelé (%s)"
+msgstr[3] "Vzájemní přátelé (%s)"
+
+#: src/Module/Profile/Contacts.php:116
+#, php-format
+msgid "Contact (%s)"
+msgid_plural "Contacts (%s)"
+msgstr[0] "Kontakt (%s)"
+msgstr[1] "Kontakty (%s)"
+msgstr[2] "Kontakty (%s)"
+msgstr[3] "Kontakty (%s)"
+
+#: src/Module/Profile/Contacts.php:125
+msgid "All contacts"
+msgstr "Všechny kontakty"
 
 #: src/Module/Register.php:83
 msgid ""
@@ -9637,81 +9952,172 @@ msgstr "Vaši registraci nelze zpracovat."
 msgid "Your registration is pending approval by the site owner."
 msgstr "Vaše registrace čeká na schválení vlastníkem serveru."
 
-#: src/Module/Settings/TwoFactor/Index.php:50
+#: 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 "Pro přístup k této stránce prosím zadejte své heslo."
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:54
+msgid "App-specific password generation failed: The description is empty."
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:57
+msgid ""
+"App-specific password generation failed: This description already exists."
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:61
+msgid "New app-specific password generated."
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:67
+msgid "App-specific passwords successfully revoked."
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:77
+msgid "App-specific password successfully revoked."
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:98
+msgid "Two-factor app-specific passwords"
+msgstr ""
+
+#: 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/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/Module/Settings/TwoFactor/AppSpecific.php:104
+msgid "Description"
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:105
+msgid "Last Used"
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:106
+msgid "Revoke"
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:107
+msgid "Revoke All"
+msgstr ""
+
+#: 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/Module/Settings/TwoFactor/AppSpecific.php:111
+msgid "Generate new app-specific password"
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:112
+msgid "Friendiqa on my Fairphone 2..."
+msgstr "Friendiqa na mém Fairphone 2..."
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:113
+msgid "Generate"
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/Index.php:51
 msgid "Two-factor authentication successfully disabled."
 msgstr "Dvoufázové ověřování úspěšně zakázáno."
 
-#: src/Module/Settings/TwoFactor/Index.php:86
+#: 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>Pomocí aplikace na mobilním zařízení získejte při přihlášení kódy pro dvoufázové ověřování.</p>"
 
-#: src/Module/Settings/TwoFactor/Index.php:90
+#: src/Module/Settings/TwoFactor/Index.php:96
 msgid "Authenticator app"
 msgstr "Autentizační aplikace"
 
-#: src/Module/Settings/TwoFactor/Index.php:91
+#: src/Module/Settings/TwoFactor/Index.php:97
 msgid "Configured"
 msgstr "Nakonfigurováno"
 
-#: src/Module/Settings/TwoFactor/Index.php:91
+#: src/Module/Settings/TwoFactor/Index.php:97
 msgid "Not Configured"
 msgstr "Nenakonfigurováno"
 
-#: src/Module/Settings/TwoFactor/Index.php:92
+#: src/Module/Settings/TwoFactor/Index.php:98
 msgid "<p>You haven't finished configuring your authenticator app.</p>"
 msgstr "<p>Nedokončil/a jste konfiguraci vaší autentizační aplikace.</p>"
 
-#: src/Module/Settings/TwoFactor/Index.php:93
+#: src/Module/Settings/TwoFactor/Index.php:99
 msgid "<p>Your authenticator app is correctly configured.</p>"
 msgstr "<p>Vaše autentizační aplikace je správně nakonfigurována.</p>"
 
-#: src/Module/Settings/TwoFactor/Index.php:95
+#: src/Module/Settings/TwoFactor/Index.php:101
 msgid "Recovery codes"
 msgstr "Záložní kódy"
 
-#: src/Module/Settings/TwoFactor/Index.php:96
+#: src/Module/Settings/TwoFactor/Index.php:102
 msgid "Remaining valid codes"
 msgstr "Zbývající platné kódy"
 
-#: src/Module/Settings/TwoFactor/Index.php:98
+#: 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>Tyto jednorázové kódy mohou nahradit kód autentizační aplikace, pokud k ní ztratíte přístup.</p>"
 
-#: src/Module/Settings/TwoFactor/Index.php:101
+#: src/Module/Settings/TwoFactor/Index.php:106
+msgid "App-specific passwords"
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/Index.php:107
+msgid "Generated app-specific passwords"
+msgstr ""
+
+#: 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 ""
+
+#: src/Module/Settings/TwoFactor/Index.php:112
 msgid "Current password:"
 msgstr "Aktuální heslo:"
 
-#: src/Module/Settings/TwoFactor/Index.php:101
+#: src/Module/Settings/TwoFactor/Index.php:112
 msgid ""
 "You need to provide your current password to change two-factor "
 "authentication settings."
 msgstr "Pro změnu nastavení dvoufázového ověřování musíte poskytnout vaše aktuální heslo."
 
-#: src/Module/Settings/TwoFactor/Index.php:102
+#: src/Module/Settings/TwoFactor/Index.php:113
 msgid "Enable two-factor authentication"
 msgstr "Povolit dvoufázové ověřování"
 
-#: src/Module/Settings/TwoFactor/Index.php:103
+#: src/Module/Settings/TwoFactor/Index.php:114
 msgid "Disable two-factor authentication"
 msgstr "Zakázat dvoufázové ověřování"
 
-#: src/Module/Settings/TwoFactor/Index.php:104
+#: src/Module/Settings/TwoFactor/Index.php:115
 msgid "Show recovery codes"
 msgstr "Zobrazit záložní kódy"
 
-#: src/Module/Settings/TwoFactor/Index.php:105
+#: src/Module/Settings/TwoFactor/Index.php:116
+msgid "Manage app-specific passwords"
+msgstr ""
+
+#: src/Module/Settings/TwoFactor/Index.php:117
 msgid "Finish app configuration"
 msgstr "Dokončit konfiguraci aplikace"
 
-#: src/Module/Settings/TwoFactor/Recovery.php:34
-#: src/Module/Settings/TwoFactor/Verify.php:41
-msgid "Please enter your password to access this page."
-msgstr "Pro přístup k této stránce prosím zadejte své heslo."
-
 #: src/Module/Settings/TwoFactor/Recovery.php:50
 msgid "New recovery codes successfully generated."
 msgstr "Nové záložní kódy byly úspěšně vygenerovány."
@@ -9748,7 +10154,7 @@ msgid "Two-factor authentication successfully activated."
 msgstr "Dvoufázové ověření úspěšně aktivováno."
 
 #: src/Module/Settings/TwoFactor/Verify.php:67
-#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:41
+#: src/Module/TwoFactor/Recovery.php:46 src/Module/TwoFactor/Verify.php:43
 msgid "Invalid code, please retry."
 msgstr "Neplatný kód, prosím zkuste to znovu."
 
@@ -9790,7 +10196,7 @@ msgid ""
 msgstr "<p>Nebo můžete otevřít na vašem mobilním zařízení následující URL: </p><p><a href=\"%s\">%s</a></p>"
 
 #: src/Module/Settings/TwoFactor/Verify.php:126
-#: src/Module/TwoFactor/Verify.php:63
+#: src/Module/TwoFactor/Verify.php:67
 msgid "Please enter a code from your authentication app"
 msgstr "Prosím zadejte kód z vaší autentizační aplikace"
 
@@ -9861,521 +10267,418 @@ msgstr "Server je aktuálně nedostupný (protože je přetížen nebo probíhá
 msgid "Go back"
 msgstr "Přejít zpět"
 
-#: 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 "Ve chvíli registrace, a pro poskytování komunikace mezi uživatelským účtem a jeho kontakty, musí uživatel poskytnout zobrazované jméno (pseudonym), uživatelské jméno (přezdívku) a funkční e-mailovou adresu. Jména budou dostupná na profilové stránce účtu pro kteréhokoliv návštěvníka, i kdyby ostatní detaily nebyly zobrazeny. E-mailová adresa bude použita pouze pro zasílání oznámení o interakcích, nebude ale viditelně zobrazována. Zápis účtu do adresáře účtů serveru nebo globálního adresáře účtů je nepovinný a může být ovládán v nastavení uživatele, není potřebný pro komunikaci."
-
-#: 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 "Tato data jsou vyžadována ke komunikaci a jsou předávána serverům komunikačních partnerů a jsou tam ukládána. Uživatelé mohou zadávat dodatečná soukromá data, která mohou být odeslána na účty komunikačních partnerů."
-
-#: 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/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 "Přihlášený uživatel si kdykoliv může exportovat svoje data účtu z <a href=\"%1$s/settings/uexport\">nastavení účtu</a>. Pokud by chtěl uživatel svůj účet smazat, může tak učinit na stránce <a href=\"%1$s/removeme\">%1$s/removeme</a>. Smazání účtu bude trvalé. Na serverech komunikačních partnerů bude zároveň vyžádáno smazání dat."
-
-#: src/Module/Tos.php:40 src/Module/Tos.php:76
-msgid "Privacy Statement"
-msgstr "Prohlášení o soukromí"
-
 #: src/Module/TwoFactor/Recovery.php:41
 #, php-format
 msgid "Remaining recovery codes: %d"
-msgstr "Zbývající záložní kódy: %d"
-
-#: src/Module/TwoFactor/Recovery.php:65
-msgid "Two-factor recovery"
-msgstr "Dvoufázové záložní kódy"
-
-#: 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>Pokud jste ztratil/a přístup k vašemu mobilnímu zařízení , můžete zadat jeden z vašich jednorázových záložních kódů.</p>"
-
-#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:62
-#, php-format
-msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
-msgstr "Nemáte svůj mobil? <a href=\"%s\">Zadejte dvoufázový záložní kód</a>"
-
-#: src/Module/TwoFactor/Recovery.php:68
-msgid "Please enter a recovery code"
-msgstr "Prosím zadejte záložní kód"
-
-#: src/Module/TwoFactor/Recovery.php:69
-msgid "Submit recovery code and complete login"
-msgstr "Odeslat záložní kód a dokončit přihlášení"
-
-#: src/Module/TwoFactor/Verify.php:61
-msgid ""
-"<p>Open the two-factor authentication app on your device to get an "
-"authentication code and verify your identity.</p>"
-msgstr "<p>Otevřete na vašem zařízení aplikaci pro dvoufázové ověřování, získejte autentizační kód a ověřte svou identitu.</p>"
-
-#: src/Module/TwoFactor/Verify.php:64
-msgid "Verify code and complete login"
-msgstr "Ověřit kód a dokončit přihlášení"
-
-#: src/Object/Post.php:137
-msgid "This entry was edited"
-msgstr "Tato položka byla upravena"
-
-#: src/Object/Post.php:157
-msgid "Private Message"
-msgstr "Soukromá zpráva"
-
-#: src/Object/Post.php:199
-msgid "Delete locally"
-msgstr "Smazat lokálně"
-
-#: src/Object/Post.php:202
-msgid "Delete globally"
-msgstr "Smazat globálně"
-
-#: src/Object/Post.php:202
-msgid "Remove locally"
-msgstr "Odstranit lokálně"
-
-#: src/Object/Post.php:216
-msgid "save to folder"
-msgstr "uložit do složky"
-
-#: src/Object/Post.php:251
-msgid "I will attend"
-msgstr "zúčastním se"
-
-#: src/Object/Post.php:251
-msgid "I will not attend"
-msgstr "nezúčastním se"
-
-#: src/Object/Post.php:251
-msgid "I might attend"
-msgstr "mohl bych se zúčastnit"
-
-#: src/Object/Post.php:279
-msgid "ignore thread"
-msgstr "ignorovat vlákno"
-
-#: src/Object/Post.php:280
-msgid "unignore thread"
-msgstr "přestat ignorovat vlákno"
-
-#: src/Object/Post.php:281
-msgid "toggle ignore status"
-msgstr "přepínat stav ignorování"
-
-#: src/Object/Post.php:292
-msgid "add star"
-msgstr "přidat hvězdu"
-
-#: src/Object/Post.php:293
-msgid "remove star"
-msgstr "odebrat hvězdu"
-
-#: src/Object/Post.php:294
-msgid "toggle star status"
-msgstr "přepínat hvězdu"
-
-#: src/Object/Post.php:297
-msgid "starred"
-msgstr "s hvězdou"
-
-#: src/Object/Post.php:301
-msgid "add tag"
-msgstr "přidat štítek"
-
-#: src/Object/Post.php:312
-msgid "like"
-msgstr "líbí se mi"
-
-#: src/Object/Post.php:313
-msgid "dislike"
-msgstr "nelíbí se mi"
-
-#: src/Object/Post.php:316
-msgid "Share this"
-msgstr "Sdílet toto"
-
-#: src/Object/Post.php:316
-msgid "share"
-msgstr "sdílet"
-
-#: src/Object/Post.php:384
-msgid "to"
-msgstr "na"
-
-#: src/Object/Post.php:385
-msgid "via"
-msgstr "přes"
+msgstr "Zbývající záložní kódy: %d"
 
-#: src/Object/Post.php:386
-msgid "Wall-to-Wall"
-msgstr "Ze zdi na zeď"
+#: src/Module/TwoFactor/Recovery.php:65
+msgid "Two-factor recovery"
+msgstr "Dvoufázové záložní kódy"
 
-#: src/Object/Post.php:387
-msgid "via Wall-To-Wall:"
-msgstr "ze zdi na zeď"
+#: 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>Pokud jste ztratil/a přístup k vašemu mobilnímu zařízení , můžete zadat jeden z vašich jednorázových záložních kódů.</p>"
 
-#: src/Object/Post.php:420
+#: src/Module/TwoFactor/Recovery.php:67 src/Module/TwoFactor/Verify.php:66
 #, php-format
-msgid "Reply to %s"
-msgstr "Odpovědět uživateli %s"
+msgid "Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"
+msgstr "Nemáte svůj mobil? <a href=\"%s\">Zadejte dvoufázový záložní kód</a>"
 
-#: src/Object/Post.php:435
-msgid "Notifier task is pending"
-msgstr "Úloha pro notifiera čeká"
+#: src/Module/TwoFactor/Recovery.php:68
+msgid "Please enter a recovery code"
+msgstr "Prosím zadejte záložní kód"
 
-#: src/Object/Post.php:436
-msgid "Delivery to remote servers is pending"
-msgstr "Doručení vzdáleným serverům čeká"
+#: src/Module/TwoFactor/Recovery.php:69
+msgid "Submit recovery code and complete login"
+msgstr "Odeslat záložní kód a dokončit přihlášení"
 
-#: src/Object/Post.php:437
-msgid "Delivery to remote servers is underway"
-msgstr "Doručení vzdáleným serverům je v plném proudu"
+#: 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>Otevřete na vašem zařízení aplikaci pro dvoufázové ověřování, získejte autentizační kód a ověřte svou identitu.</p>"
 
-#: src/Object/Post.php:438
-msgid "Delivery to remote servers is mostly done"
-msgstr "Doručení vzdáleným serverům je téměř hotovo"
+#: src/Module/TwoFactor/Verify.php:68
+msgid "Verify code and complete login"
+msgstr "Ověřit kód a dokončit přihlášení"
 
-#: src/Object/Post.php:439
-msgid "Delivery to remote servers is done"
-msgstr "Doručení vzdáleným serverům je hotovo"
+#: src/Module/Welcome.php:25
+msgid "Welcome to Friendica"
+msgstr "Vítejte na Friendica"
 
-#: src/Object/Post.php:459
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d komentář"
-msgstr[1] "%d komentáře"
-msgstr[2] "%d komentáře"
-msgstr[3] "%d komentářů"
+#: src/Module/Welcome.php:26
+msgid "New Member Checklist"
+msgstr "Seznam doporučení pro nového člena"
 
-#: src/Object/Post.php:460
-msgid "Show more"
-msgstr "Zobrazit více"
+#: 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 "Rádi bychom vám nabídli několik tipů a odkazů, abychom vám zpříjemnili zážitek. Kliknutím na jakoukoliv položku zobrazíte relevantní stránku. Odkaz na tuto stránku bude viditelný z vaší domovské stránky po dobu dvou týdnů od vaší první registrace a poté tiše zmizí."
 
-#: src/Object/Post.php:461
-msgid "Show fewer"
-msgstr "Zobrazit méně"
+#: src/Module/Welcome.php:29
+msgid "Getting Started"
+msgstr "Začínáme"
 
-#: src/Protocol/Diaspora.php:2438
-msgid "Sharing notification from Diaspora network"
-msgstr "Oznámení o sdílení ze sítě Diaspora"
+#: src/Module/Welcome.php:30
+msgid "Friendica Walk-Through"
+msgstr "Prohlídka Friendica "
 
-#: src/Protocol/Diaspora.php:3598
-msgid "Attachments:"
-msgstr "Přílohy:"
+#: 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 vaší stránce <em>Rychlý začátek</em> najděte stručný úvod k vašemu profilu a síťovým záložkám, spojte se s novými kontakty a najděte skupiny, ke kterým se můžete připojit."
 
-#: src/Protocol/OStatus.php:1863
-#, php-format
-msgid "%s is now following %s."
-msgstr "%s nyní sleduje %s."
+#: src/Module/Welcome.php:34
+msgid "Go to Your Settings"
+msgstr "Navštivte své nastavení"
 
-#: src/Protocol/OStatus.php:1864
-msgid "following"
-msgstr "sleduje"
+#: 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 vaší stránce <em>Nastavení</em> si změňte vaše první heslo. Věnujte také svou pozornost vaší adrese identity. Vypadá jako e-mailová adresa a bude vám užitečná pro navazování přátelství na svobodném sociálním webu."
 
-#: src/Protocol/OStatus.php:1867
-#, php-format
-msgid "%s stopped following %s."
-msgstr "%s přestal/a sledovat uživatele %s."
+#: 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 "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný - ledaže by všichni vaši přátelé a potenciální přátelé přesně věděli, jak vás najít."
 
-#: src/Protocol/OStatus.php:1868
-msgid "stopped following"
-msgstr "přestal/a sledovat"
+#: 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 "Nahrajte si svou profilovou fotku, pokud jste tak již neučinil/a. Studie ukázaly, že lidé se skutečnými fotkami mají desetkrát častěji přátele než lidé, kteří nemají."
 
-#: src/Util/Temporal.php:151
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "RRRR-MM-DD nebo MM-DD"
+#: src/Module/Welcome.php:41
+msgid "Edit Your Profile"
+msgstr "Upravte si svůj profil"
 
-#: src/Util/Temporal.php:298
-msgid "never"
-msgstr "nikdy"
+#: 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 "Upravte si <strong>výchozí</strong> profil podle vašich představ. Prověřte nastavení pro skrytí vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky."
 
-#: src/Util/Temporal.php:305
-msgid "less than a second ago"
-msgstr "méně než před sekundou"
+#: src/Module/Welcome.php:43
+msgid "Profile Keywords"
+msgstr "Profilová klíčová slova"
 
-#: src/Util/Temporal.php:313
-msgid "year"
-msgstr "rok"
+#: 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 "Nastavte si nějaká veřejná klíčová slova pro výchozí profil, která popisují vaše zájmy. Můžeme vám najít další lidi s podobnými zájmy a navrhnout přátelství."
 
-#: src/Util/Temporal.php:313
-msgid "years"
-msgstr "let"
+#: src/Module/Welcome.php:46
+msgid "Connecting"
+msgstr "Připojuji se"
 
-#: src/Util/Temporal.php:314
-msgid "months"
-msgstr "měsíců"
+#: src/Module/Welcome.php:48
+msgid "Importing Emails"
+msgstr "Importuji e-maily"
 
-#: src/Util/Temporal.php:315
-msgid "weeks"
-msgstr "týdnů"
+#: 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 "Pokud chcete importovat své přátele nebo mailové skupiny z INBOX vašeho e-mailu a komunikovat s nimi, zadejte na vaší stránce Nastavení kontektoru své přístupové údaje do svého e-mailového účtu"
 
-#: src/Util/Temporal.php:316
-msgid "days"
-msgstr "dní"
+#: src/Module/Welcome.php:50
+msgid "Go to Your Contacts Page"
+msgstr "Navštivte vaši stránku Kontakty"
 
-#: src/Util/Temporal.php:317
-msgid "hour"
-msgstr "hodina"
+#: 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 "Vaše stránka Kontakty je vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu <em>Přidat nový kontakt</em>."
 
-#: src/Util/Temporal.php:317
-msgid "hours"
-msgstr "hodin"
+#: src/Module/Welcome.php:52
+msgid "Go to Your Site's Directory"
+msgstr "Navštivte adresář vaší stránky"
 
-#: src/Util/Temporal.php:318
-msgid "minute"
-msgstr "minuta"
+#: 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 "Stránka Adresář vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Najděte na jejich stránce odkaz <em>Spojit se</em> nebo <em>Sledovat</em>. Uveďte svou vlastní adresu identity, je-li požadována."
 
-#: src/Util/Temporal.php:318
-msgid "minutes"
-msgstr "minut"
+#: src/Module/Welcome.php:54
+msgid "Finding New People"
+msgstr "Nalezení nových lidí"
 
-#: src/Util/Temporal.php:319
-msgid "second"
-msgstr "sekunda"
+#: 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 bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin."
 
-#: src/Util/Temporal.php:319
-msgid "seconds"
-msgstr "sekund"
+#: src/Module/Welcome.php:58
+msgid "Group Your Contacts"
+msgstr "Seskupte si své kontakty"
 
-#: src/Util/Temporal.php:329
-#, php-format
-msgid "in %1$d %2$s"
-msgstr "za %1$d %2$s"
+#: 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 "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť."
 
-#: src/Util/Temporal.php:332
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "před %1$d %2$s"
+#: src/Module/Welcome.php:61
+msgid "Why Aren't My Posts Public?"
+msgstr "Proč nejsou mé příspěvky veřejné?"
 
-#: src/Worker/Delivery.php:450
-msgid "(no subject)"
-msgstr "(bez předmětu)"
+#: 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 respektuje vaše soukromí. Ve výchozím stavu jsou vaše příspěvky viditelné pouze lidem, které označíte jako vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu"
 
-#: update.php:218
-#, php-format
-msgid "%s: Updating author-id and owner-id in item and thread table. "
-msgstr "%s: Aktualizuji author-id a owner-id v tabulce položek a vláken."
+#: src/Module/Welcome.php:64
+msgid "Getting Help"
+msgstr "Získání nápovědy"
 
-#: update.php:273
-#, php-format
-msgid "%s: Updating post-type."
-msgstr "%s: Aktualizuji post-type."
+#: src/Module/Welcome.php:65
+msgid "Go to the Help Section"
+msgstr "Navštivte sekci nápovědy"
 
-#: view/theme/duepuntozero/config.php:56
-msgid "greenzero"
-msgstr "greenzero"
+#: src/Module/Welcome.php:66
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Na stránkách <strong>Nápověda</strong> naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací."
 
-#: view/theme/duepuntozero/config.php:57
-msgid "purplezero"
-msgstr "purplezero"
+#: src/Object/Post.php:138
+msgid "This entry was edited"
+msgstr "Tato položka byla upravena"
 
-#: view/theme/duepuntozero/config.php:58
-msgid "easterbunny"
-msgstr "easterbunny"
+#: src/Object/Post.php:158
+msgid "Private Message"
+msgstr "Soukromá zpráva"
+
+#: src/Object/Post.php:200
+msgid "Delete locally"
+msgstr "Smazat lokálně"
+
+#: src/Object/Post.php:203
+msgid "Delete globally"
+msgstr "Smazat globálně"
 
-#: view/theme/duepuntozero/config.php:59
-msgid "darkzero"
-msgstr "darkzero"
+#: src/Object/Post.php:203
+msgid "Remove locally"
+msgstr "Odstranit lokálně"
 
-#: view/theme/duepuntozero/config.php:60
-msgid "comix"
-msgstr "comix"
+#: src/Object/Post.php:217
+msgid "save to folder"
+msgstr "uložit do složky"
 
-#: view/theme/duepuntozero/config.php:61
-msgid "slackr"
-msgstr "slackr"
+#: src/Object/Post.php:252
+msgid "I will attend"
+msgstr "zúčastním se"
 
-#: view/theme/duepuntozero/config.php:74
-msgid "Variations"
-msgstr "Variace"
+#: src/Object/Post.php:252
+msgid "I will not attend"
+msgstr "nezúčastním se"
 
-#: view/theme/frio/config.php:105
-msgid "Custom"
-msgstr "Vlastní"
+#: src/Object/Post.php:252
+msgid "I might attend"
+msgstr "mohl bych se zúčastnit"
 
-#: view/theme/frio/config.php:117
-msgid "Note"
-msgstr "Poznámka"
+#: src/Object/Post.php:280
+msgid "ignore thread"
+msgstr "ignorovat vlákno"
 
-#: view/theme/frio/config.php:117
-msgid "Check image permissions if all users are allowed to see the image"
-msgstr "Zkontrolujte povolení u obrázku, jestli mají všichni uživatelé povolení obrázek vidět"
+#: src/Object/Post.php:281
+msgid "unignore thread"
+msgstr "přestat ignorovat vlákno"
 
-#: view/theme/frio/config.php:123
-msgid "Select color scheme"
-msgstr "Vybrat barevné schéma"
+#: src/Object/Post.php:282
+msgid "toggle ignore status"
+msgstr "přepínat stav ignorování"
 
-#: view/theme/frio/config.php:124
-msgid "Copy or paste schemestring"
-msgstr "Kopírovat a vložit řetězec schématu"
+#: src/Object/Post.php:293
+msgid "add star"
+msgstr "přidat hvězdu"
 
-#: view/theme/frio/config.php:124
-msgid ""
-"You can copy this string to share your theme with others. Pasting here "
-"applies the schemestring"
-msgstr "Tento řetězec můžete zkopírovat a sdílet tak svůj motiv s jinými lidmi. Vložením sem aplikujete řetězec schématu"
+#: src/Object/Post.php:294
+msgid "remove star"
+msgstr "odebrat hvězdu"
 
-#: view/theme/frio/config.php:125
-msgid "Navigation bar background color"
-msgstr "Barva pozadí navigační lišty"
+#: src/Object/Post.php:295
+msgid "toggle star status"
+msgstr "přepínat hvězdu"
 
-#: view/theme/frio/config.php:126
-msgid "Navigation bar icon color "
-msgstr "Barva ikon navigační lišty"
+#: src/Object/Post.php:298
+msgid "starred"
+msgstr "s hvězdou"
 
-#: view/theme/frio/config.php:127
-msgid "Link color"
-msgstr "Barva odkazů"
+#: src/Object/Post.php:302
+msgid "add tag"
+msgstr "přidat štítek"
 
-#: view/theme/frio/config.php:128
-msgid "Set the background color"
-msgstr "Nastavit barvu pozadí"
+#: src/Object/Post.php:313
+msgid "like"
+msgstr "líbí se mi"
 
-#: view/theme/frio/config.php:129
-msgid "Content background opacity"
-msgstr "Průhlednost pozadí obsahu"
+#: src/Object/Post.php:314
+msgid "dislike"
+msgstr "nelíbí se mi"
 
-#: view/theme/frio/config.php:130
-msgid "Set the background image"
-msgstr "Nastavit obrázek na pozadí"
+#: src/Object/Post.php:317
+msgid "Share this"
+msgstr "Sdílet toto"
 
-#: view/theme/frio/config.php:131
-msgid "Background image style"
-msgstr "Styl obrázku na pozadí"
+#: src/Object/Post.php:317
+msgid "share"
+msgstr "sdílet"
 
-#: view/theme/frio/config.php:136
-msgid "Login page background image"
-msgstr "Obrázek na pozadí přihlašovací stránky"
+#: src/Object/Post.php:385
+msgid "to"
+msgstr "na"
 
-#: view/theme/frio/config.php:140
-msgid "Login page background color"
-msgstr "Barva pozadí přihlašovací stránky"
+#: src/Object/Post.php:386
+msgid "via"
+msgstr "přes"
 
-#: view/theme/frio/config.php:140
-msgid "Leave background image and color empty for theme defaults"
-msgstr "Nechejte obrázek a barvu pozadí prázdnou pro výchozí nastavení motivů"
+#: src/Object/Post.php:387
+msgid "Wall-to-Wall"
+msgstr "Ze zdi na zeď"
 
-#: view/theme/frio/php/Image.php:24
-msgid "Top Banner"
-msgstr "Vrchní banner"
+#: src/Object/Post.php:388
+msgid "via Wall-To-Wall:"
+msgstr "ze zdi na zeď"
 
-#: 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 "Změnit velikost obrázku na šířku obrazovky a ukázat pod ním barvu pozadí na dlouhých stránkách."
+#: src/Object/Post.php:421
+#, php-format
+msgid "Reply to %s"
+msgstr "Odpovědět uživateli %s"
 
-#: view/theme/frio/php/Image.php:25
-msgid "Full screen"
-msgstr "Celá obrazovka"
+#: src/Object/Post.php:436
+msgid "Notifier task is pending"
+msgstr "Úloha pro notifiera čeká"
 
-#: view/theme/frio/php/Image.php:25
-msgid ""
-"Resize image to fill entire screen, clipping either the right or the bottom."
-msgstr "Změnit velikost obrázku, aby zaplnil celou obrazovku, a odštěpit buď pravou, nebo dolní část"
+#: src/Object/Post.php:437
+msgid "Delivery to remote servers is pending"
+msgstr "Doručení vzdáleným serverům čeká"
 
-#: view/theme/frio/php/Image.php:26
-msgid "Single row mosaic"
-msgstr "Mozaika s jedinou řadou"
+#: src/Object/Post.php:438
+msgid "Delivery to remote servers is underway"
+msgstr "Doručení vzdáleným serverům je v plném proudu"
 
-#: view/theme/frio/php/Image.php:26
-msgid ""
-"Resize image to repeat it on a single row, either vertical or horizontal."
-msgstr "Změnit velikost obrázku a opakovat jej v jediné řadě, buď svislé, nebo vodorovné"
+#: src/Object/Post.php:439
+msgid "Delivery to remote servers is mostly done"
+msgstr "Doručení vzdáleným serverům je téměř hotovo"
 
-#: view/theme/frio/php/Image.php:27
-msgid "Mosaic"
-msgstr "Mozaika"
+#: src/Object/Post.php:440
+msgid "Delivery to remote servers is done"
+msgstr "Doručení vzdáleným serverům je hotovo"
 
-#: view/theme/frio/php/Image.php:27
-msgid "Repeat image to fill the screen."
-msgstr "Opakovat obrázek, aby zaplnil obrazovku"
+#: src/Object/Post.php:460
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d komentář"
+msgstr[1] "%d komentáře"
+msgstr[2] "%d komentáře"
+msgstr[3] "%d komentářů"
 
-#: view/theme/frio/theme.php:239
-msgid "Guest"
-msgstr "Host"
+#: src/Object/Post.php:461
+msgid "Show more"
+msgstr "Zobrazit více"
 
-#: view/theme/frio/theme.php:244
-msgid "Visitor"
-msgstr "Návštěvník"
+#: src/Object/Post.php:462
+msgid "Show fewer"
+msgstr "Zobrazit méně"
 
-#: view/theme/quattro/config.php:76
-msgid "Alignment"
-msgstr "Zarovnání"
+#: src/LegacyModule.php:30
+#, php-format
+msgid "Legacy module file not found: %s"
+msgstr "Soubor legacy modulu nenalezen: %s"
 
-#: view/theme/quattro/config.php:76
-msgid "Left"
-msgstr "Vlevo"
+#: src/App.php:505
+msgid "Delete this item?"
+msgstr "Odstranit tuto položku?"
 
-#: view/theme/quattro/config.php:76
-msgid "Center"
-msgstr "Uprostřed"
+#: src/App.php:547
+msgid "toggle mobile"
+msgstr "přepínat mobilní zobrazení"
 
-#: view/theme/quattro/config.php:77
-msgid "Color scheme"
-msgstr "Barevné schéma"
+#: src/App.php:863
+msgid "No system theme config value set."
+msgstr "Není nastavena konfigurační hodnota systémového motivu."
 
-#: view/theme/quattro/config.php:78
-msgid "Posts font size"
-msgstr "Velikost písma u příspěvků"
+#: src/App.php:1151
+msgid "You must be logged in to use addons. "
+msgstr "Pro použití doplňků musíte být přihlášen/a."
 
-#: view/theme/quattro/config.php:79
-msgid "Textareas font size"
-msgstr "Velikost písma textů"
+#: 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 "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním."
 
-#: view/theme/vier/config.php:76
-msgid "Comma separated list of helper forums"
-msgstr "Seznam fór s pomocníky, oddělených čárkami"
+#: src/Console/ArchiveContact.php:86
+#, php-format
+msgid "Could not find any unarchived contact entry for this URL (%s)"
+msgstr "Nelze najít žádný nearchivovaný záznam kontaktu pro tuto URL adresu (%s)"
 
-#: view/theme/vier/config.php:122
-msgid "Set style"
-msgstr "Nastavit styl"
+#: src/Console/ArchiveContact.php:89
+msgid "The contact entries have been archived"
+msgstr "Záznamy kontaktů byly archivovány"
 
-#: view/theme/vier/config.php:123
-msgid "Community Pages"
-msgstr "Komunitní stránky"
+#: src/Console/NewPassword.php:93
+msgid "Enter new password: "
+msgstr "Zadejte nové heslo"
 
-#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151
-msgid "Community Profiles"
-msgstr "Komunitní profily"
+#: src/Console/PostUpdate.php:73
+#, php-format
+msgid "Post update version number has been set to %s."
+msgstr "Číslo verze post update bylo nastaveno na %s."
 
-#: view/theme/vier/config.php:125
-msgid "Help or @NewHere ?"
-msgstr "Pomoc nebo @ProNováčky ?"
+#: src/Console/PostUpdate.php:81
+msgid "Check for pending update actions."
+msgstr "Zkontrolovat čekající akce po aktualizaci."
 
-#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373
-msgid "Connect Services"
-msgstr "Připojit služby"
+#: src/Console/PostUpdate.php:83
+msgid "Done."
+msgstr "Hotovo."
 
-#: view/theme/vier/config.php:127
-msgid "Find Friends"
-msgstr "Najít přátele"
+#: src/Console/PostUpdate.php:85
+msgid "Execute pending post updates."
+msgstr "Provést čekající aktualizace příspěvků."
 
-#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr "Poslední uživatelé"
+#: src/Console/PostUpdate.php:91
+msgid "All pending post updates are done."
+msgstr "Všechny čekající aktualizace příspěvků jsou hotové."
 
-#: view/theme/vier/theme.php:288
-msgid "Quick Start"
-msgstr "Rychlý začátek"
+#: update.php:218
+#, php-format
+msgid "%s: Updating author-id and owner-id in item and thread table. "
+msgstr "%s: Aktualizuji author-id a owner-id v tabulce položek a vláken."
+
+#: update.php:273
+#, php-format
+msgid "%s: Updating post-type."
+msgstr "%s: Aktualizuji post-type."
index 1bcaf43056067be9c7876f0de661af93a9570b5b..9d5573c760b05bdd373c63bd50816b7a7723730f 100644 (file)
@@ -6,6 +6,69 @@ function string_plural_select_cs($n){
        return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
 }}
 ;
+$a->strings["Friendica Notification"] = "Oznámení Friendica";
+$a->strings["Thank You,"] = "Děkuji,";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, administrátor %2\$s";
+$a->strings["%s Administrator"] = "Administrátor %s";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Oznámení] Obdržena nová zpráva na %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s vám poslal/a novou soukromou zprávu na %2\$s.";
+$a->strings["a private message"] = "soukromou zprávu";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s vám poslal/a %2\$s.";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Pro zobrazení vašich soukromých zpráv a možnost na ně odpovědět prosím navštivte %s.";
+$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s vás označil/a na [url=%2\$s]%3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]%3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s vás označil/a na  [url=%2\$s]%3\$s uživatele %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]%4\$s od %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s vás označil/a na [url=%2\$s]vašem %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]váš/vaši %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s vás označil/a na [url=%2\$s]jeho/její %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]svůj %3\$s[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Oznámení] %s vás označil/a";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s vás označil/a na %2\$s";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Oznámení] Komentář ke konverzaci #%1\$d od %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s okomentoval/a vámi sledovanou položku/konverzaci.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Oznámení] %s přidal/a příspěvek na vaši profilovou zeď";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s přidal/a příspěvek na vaši profilovou zeď na %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s přidal/a příspěvek na [url=%2\$s]vaši zeď[/url]";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Oznámení] %s sdílel/a nový příspěvek";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s sdílel/a nový příspěvek na %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]sdílel/a příspěvek[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Oznámení] %1\$s vás šťouchnul/a";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s vás šťouchnul/a na %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]vás šťouchnul/a[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Oznámení] %s označil/a váš příspěvek";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s označil/a váš příspěvek na %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s označil/a [url=%2\$s]váš příspěvek[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Oznámení] Obdrženo představení";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Obdržel/a jste představení od uživatele „%1\$s“ na %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Obdržel/a jste [url=%1\$s]představení[/url] od uživatele %2\$s.";
+$a->strings["You may visit their profile at %s"] = "Můžete navštívit jeho/její profil na %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Prosím navštivte %s pro schválení či zamítnutí představení.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Oznámení] Nový člověk s vámi sdílí";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "Uživatel %1\$s s vámi sdílí na %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Oznámení] Máte nového sledujícího";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Máte nového sledujícího na %2\$s: %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Oznámení] Obdržen návrh přátelství";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Obdržel/a jste návrh přátelství od uživatele „%1\$s“ na %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Obdržel/a jste [url=%1\$s]návrh přátelství[/url] s uživatelem %2\$s od uživatele %3\$s.";
+$a->strings["Name:"] = "Jméno:";
+$a->strings["Photo:"] = "Fotka:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Prosím navštivte %s pro schválení či zamítnutí návrhu.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Oznámení] Spojení přijato";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "„%1\$s“ přijal/a váš požadavek o spojení na %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s přijal/a váš [url=%1\$s]požadavek o spojení[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jste nyní vzájemní přátelé a můžete si vyměňovat stavové zprávy, fotky a e-maily bez omezení.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Pokud chcete provést změny s tímto vztahem, prosím navštivte %s.";
+$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“ se rozhodl/a vás přijmout jako fanouška, což omezuje některé formy komunikace - například soukoromé zprávy a některé interakce s profily. Pokud je toto stránka celebrity či komunity, byla tato nastavení aplikována automaticky.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "„%1\$s“ se může rozhodnout tento vztah v budoucnosti rozšířit do oboustranného či jiného liberálnějšího vztahu.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Prosím navštivte %s  pokud chcete změnit tento vztah.";
+$a->strings["[Friendica System Notify]"] = "[Systémové oznámení Friendica]";
+$a->strings["registration request"] = "požadavek o registraci";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Obdržel/a jste požadavek o registraci od uživatele „%1\$s“ na %2\$s";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Obdržel/a jste [url=%1\$s]požadavek o registraci[/url] od uživatele %2\$s.";
+$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Celé jméno:\t\t%s\nAdresa stránky:\t\t%s\nPřihlašovací jméno:\t%s (%s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Prosím navštivte %s k odsouhlasení nebo k zamítnutí požadavku.";
 $a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
        0 => "Byl dosažen denní limit %d příspěvku. Příspěvek byl odmítnut.",
        1 => "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnut.",
@@ -145,130 +208,15 @@ $a->strings["Undecided"] = [
        2 => "Nerozhodnutých",
        3 => "Nerozhodnuti",
 ];
-$a->strings["Friendica Notification"] = "Oznámení Friendica";
-$a->strings["Thank You,"] = "Děkuji,";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, administrátor %2\$s";
-$a->strings["%s Administrator"] = "Administrátor %s";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Oznámení] Obdržena nová zpráva na %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s vám poslal/a novou soukromou zprávu na %2\$s.";
-$a->strings["a private message"] = "soukromou zprávu";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s vám poslal/a %2\$s.";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Pro zobrazení vašich soukromých zpráv a možnost na ně odpovědět prosím navštivte %s.";
-$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s vás označil/a na [url=%2\$s]%3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]%3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s vás označil/a na  [url=%2\$s]%3\$s uživatele %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]%4\$s od %3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s vás označil/a na [url=%2\$s]vašem %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]váš/vaši %3\$s[/url]";
-$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s vás označil/a na [url=%2\$s]jeho/její %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s okomentoval/a [url=%2\$s]svůj %3\$s[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Oznámení] %s vás označil/a";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s vás označil/a na %2\$s";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Oznámení] Komentář ke konverzaci #%1\$d od %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s okomentoval/a vámi sledovanou položku/konverzaci.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Oznámení] %s přidal/a příspěvek na vaši profilovou zeď";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s přidal/a příspěvek na vaši profilovou zeď na %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s přidal/a příspěvek na [url=%2\$s]vaši zeď[/url]";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Oznámení] %s sdílel/a nový příspěvek";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s sdílel/a nový příspěvek na %2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]sdílel/a příspěvek[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Oznámení] %1\$s vás šťouchnul/a";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s vás šťouchnul/a na %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]vás šťouchnul/a[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Oznámení] %s označil/a váš příspěvek";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s označil/a váš příspěvek na %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s označil/a [url=%2\$s]váš příspěvek[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Oznámení] Obdrženo představení";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Obdržel/a jste představení od uživatele „%1\$s“ na %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Obdržel/a jste [url=%1\$s]představení[/url] od uživatele %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Můžete navštívit jeho/její profil na %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Prosím navštivte %s pro schválení či zamítnutí představení.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Oznámení] Nový člověk s vámi sdílí";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "Uživatel %1\$s s vámi sdílí na %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Oznámení] Máte nového sledujícího";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "Máte nového sledujícího na %2\$s: %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Oznámení] Obdržen návrh přátelství";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Obdržel/a jste návrh přátelství od uživatele „%1\$s“ na %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Obdržel/a jste [url=%1\$s]návrh přátelství[/url] s uživatelem %2\$s od uživatele %3\$s.";
-$a->strings["Name:"] = "Jméno:";
-$a->strings["Photo:"] = "Fotka:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Prosím navštivte %s pro schválení či zamítnutí návrhu.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Oznámení] Spojení přijato";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "„%1\$s“ přijal/a váš požadavek o spojení na %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s přijal/a váš [url=%1\$s]požadavek o spojení[/url].";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Jste nyní vzájemní přátelé a můžete si vyměňovat stavové zprávy, fotky a e-maily bez omezení.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Pokud chcete provést změny s tímto vztahem, prosím navštivte %s.";
-$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“ se rozhodl/a vás přijmout jako fanouška, což omezuje některé formy komunikace - například soukoromé zprávy a některé interakce s profily. Pokud je toto stránka celebrity či komunity, byla tato nastavení aplikována automaticky.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "„%1\$s“ se může rozhodnout tento vztah v budoucnosti rozšířit do oboustranného či jiného liberálnějšího vztahu.";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Prosím navštivte %s  pokud chcete změnit tento vztah.";
-$a->strings["[Friendica System Notify]"] = "[Systémové oznámení Friendica]";
-$a->strings["registration request"] = "požadavek o registraci";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Obdržel/a jste požadavek o registraci od uživatele „%1\$s“ na %2\$s";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Obdržel/a jste [url=%1\$s]požadavek o registraci[/url] od uživatele %2\$s.";
-$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "Celé jméno:\t\t%s\nAdresa stránky:\t\t%s\nPřihlašovací jméno:\t%s (%s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Prosím navštivte %s k odsouhlasení nebo k zamítnutí požadavku.";
 $a->strings["Item not found."] = "Položka nenalezena.";
 $a->strings["Do you really want to delete this item?"] = "Opravdu chcete smazat tuto položku?";
 $a->strings["Yes"] = "Ano";
 $a->strings["Permission denied."] = "Přístup odmítnut.";
-$a->strings["Archives"] = "Archivy";
-$a->strings["show more"] = "zobrazit více";
 $a->strings["Authorize application connection"] = "Povolit připojení aplikacím";
 $a->strings["Return to your app and insert this Securty Code:"] = "Vraťte se do vaší aplikace a zadejte tento bezpečnostní kód:";
 $a->strings["Please login to continue."] = "Pro pokračování se prosím přihlaste.";
 $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Chcete umožnit této aplikaci přístup k vašim příspěvkům a kontaktům a/nebo k vytváření Vašich nových příspěvků?";
 $a->strings["No"] = "Ne";
-$a->strings["Access denied."] = "Přístup odmítnut.";
-$a->strings["Access to this profile has been restricted."] = "Přístup na tento profil byl omezen.";
-$a->strings["Events"] = "Události";
-$a->strings["View"] = "Zobrazit";
-$a->strings["Previous"] = "Předchozí";
-$a->strings["Next"] = "Dále";
-$a->strings["today"] = "dnes";
-$a->strings["month"] = "měsíc";
-$a->strings["week"] = "týden";
-$a->strings["day"] = "den";
-$a->strings["list"] = "seznam";
-$a->strings["User not found"] = "Uživatel nenalezen.";
-$a->strings["This calendar format is not supported"] = "Tento formát kalendáře není podporován.";
-$a->strings["No exportable data found"] = "Nenalezena žádná data pro export";
-$a->strings["calendar"] = "kalendář";
-$a->strings["No contacts in common."] = "Žádné společné kontakty.";
-$a->strings["Common Friends"] = "Společní přátelé";
-$a->strings["Public access denied."] = "Veřejný přístup odepřen.";
-$a->strings["Community option not available."] = "Možnost komunity není dostupná.";
-$a->strings["Not available."] = "Není k dispozici.";
-$a->strings["Local Community"] = "Místní komunita";
-$a->strings["Posts from local users on this server"] = "Příspěvky od místních uživatelů na tomto serveru";
-$a->strings["Global Community"] = "Globální komunita";
-$a->strings["Posts from users of the whole federated network"] = "Příspěvky od uživatelů z celé federované sítě";
-$a->strings["No results."] = "Žádné výsledky.";
-$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Tento komunitní proud ukazuje všechny veřejné příspěvky, které tento server přijme. Nemusí odrážet názory uživatelů serveru.";
-$a->strings["Contact settings applied."] = "Nastavení kontaktu změněno";
-$a->strings["Contact update failed."] = "Aktualizace kontaktu selhala.";
-$a->strings["Contact not found."] = "Kontakt nenalezen.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>VAROVÁNÍ: Toto je velmi pokročilé</strong> a pokud zadáte nesprávné informace, vaše komunikace s tímto kontaktem může přestat fungovat.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Prosím použijte <strong>ihned</strong> v prohlížeči tlačítko „zpět“ pokud si nejste jisti, co dělat na této stránce.";
-$a->strings["No mirroring"] = "Žádné zrcadlení";
-$a->strings["Mirror as forwarded posting"] = "Zrcadlit pro přeposlané příspěvky";
-$a->strings["Mirror as my own posting"] = "Zrcadlit jako mé vlastní příspěvky";
-$a->strings["Return to contact editor"] = "Zpět k editoru kontaktu";
-$a->strings["Refetch contact data"] = "Znovu načíst data kontaktu";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Remote Self"] = "Vzdálené zrcadlení";
-$a->strings["Mirror postings from this contact"] = "Zrcadlení příspěvků od tohoto kontaktu";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Označit tento kontakt jako „remote_self“, s tímto nastavením bude Friendica znovupublikovat všechny nové příspěvky od tohoto kontaktu.";
-$a->strings["Name"] = "Jméno";
-$a->strings["Account Nickname"] = "Přezdívka účtu";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@jménoštítku- upřednostněno před jménem/přezdívkou";
-$a->strings["Account URL"] = "URL adresa účtu";
-$a->strings["Account URL Alias"] = "Alias URL adresy účtu";
-$a->strings["Friend Request URL"] = "URL požadavku o přátelství";
-$a->strings["Friend Confirm URL"] = "URL adresa pro potvrzení přátelství";
-$a->strings["Notification Endpoint URL"] = "URL adresa koncového bodu oznámení";
-$a->strings["Poll/Feed URL"] = "URL adresa poll/feed";
-$a->strings["New photo from this URL"] = "Nová fotka z této URL adresy";
 $a->strings["Parent user not found."] = "Rodičovský uživatel nenalezen.";
 $a->strings["No parent user"] = "Žádný rodičovský uživatel";
 $a->strings["Parent Password:"] = "Rodičovské heslo:";
@@ -284,58 +232,275 @@ $a->strings["Potential Delegates"] = "Potenciální delegáti";
 $a->strings["Remove"] = "Odstranit";
 $a->strings["Add"] = "Přidat";
 $a->strings["No entries."] = "Žádné záznamy.";
-$a->strings["Profile not found."] = "Profil nenalezen.";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "To se může občas stát, pokud bylo o kontaktování požádáno oběma osobami a již bylo schváleno.";
-$a->strings["Response from remote site was not understood."] = "Odpověď ze vzdáleného serveru nebyla srozumitelná.";
-$a->strings["Unexpected response from remote site: "] = "Neočekávaná odpověď od vzdáleného serveru:";
-$a->strings["Confirmation completed successfully."] = "Potvrzení úspěšně dokončena.";
-$a->strings["Temporary failure. Please wait and try again."] = "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu.";
-$a->strings["Introduction failed or was revoked."] = "Žádost o propojení selhala nebo byla zrušena.";
-$a->strings["Remote site reported: "] = "Vzdálený server oznámil:";
-$a->strings["No user record found for '%s' "] = "Pro „%s“ nenalezen žádný uživatelský záznam ";
-$a->strings["Our site encryption key is apparently messed up."] = "Náš šifrovací klíč zřejmě přestal správně fungovat.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat.";
-$a->strings["Contact record was not found for you on our site."] = "Záznam kontaktu pro vás nebyl na našich stránkách nalezen.";
-$a->strings["Site public key not available in contact record for URL %s."] = "V adresáři není k dispozici veřejný klíč pro URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID poskytnuté vaším systémem je duplikát ID na našem systému. Mělo by fungovat, pokud to zkusíte znovu.";
-$a->strings["Unable to set your contact credentials on our system."] = "Nelze nastavit vaše přihlašovací údaje v našem systému.";
-$a->strings["Unable to update your contact profile details on our system"] = "Nelze aktualizovat váš profil v našem systému";
-$a->strings["[Name Withheld]"] = "[Jméno odepřeno]";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s vítá uživatele %2\$s";
-$a->strings["This introduction has already been accepted."] = "Toto pozvání již bylo přijato.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Adresa profilu není platná nebo neobsahuje profilové informace";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka";
-$a->strings["Warning: profile location has no profile photo."] = "Varování: umístění profilu nemá žádnou profilovou fotku.";
-$a->strings["%d required parameter was not found at the given location"] = [
-       0 => "%d požadovaný parametr nebyl nalezen na daném umístění",
-       1 => "%d požadované parametry nebyly nalezeny na daném umístění",
-       2 => "%d požadovaného parametru nebylo nalezeno na daném umístění",
-       3 => "%d požadovaných parametrů nebylo nalezeno na daném umístění",
+$a->strings["Post successful."] = "Příspěvek úspěšně odeslán";
+$a->strings["Subscribing to OStatus contacts"] = "Registruji Vás ke kontaktům OStatus";
+$a->strings["No contact provided."] = "Nebyl poskytnut žádný kontakt.";
+$a->strings["Couldn't fetch information for contact."] = "Nelze načíst informace pro kontakt.";
+$a->strings["Couldn't fetch friends for contact."] = "Nelze načíst přátele pro kontakt.";
+$a->strings["Done"] = "Hotovo";
+$a->strings["success"] = "úspěch";
+$a->strings["failed"] = "selhalo";
+$a->strings["ignored"] = "ignorován";
+$a->strings["Keep this window open until done."] = "Toto okno nechte otevřené až do konce.";
+$a->strings["Permission denied"] = "Nedostatečné oprávnění";
+$a->strings["Invalid profile identifier."] = "Neplatný identifikátor profilu.";
+$a->strings["Profile Visibility Editor"] = "Editor viditelnosti profilu ";
+$a->strings["Profile"] = "Profil";
+$a->strings["Click on a contact to add or remove."] = "Klikněte na kontakt pro přidání nebo odebrání";
+$a->strings["Visible To"] = "Viditelný uživatelům";
+$a->strings["All Contacts (with secure profile access)"] = "Všem kontaktům (se zabezpečeným přístupem k profilu)";
+$a->strings["Account approved."] = "Účet schválen.";
+$a->strings["Registration revoked for %s"] = "Registrace zrušena pro %s";
+$a->strings["Please login."] = "Přihlaste se, prosím.";
+$a->strings["User deleted their account"] = "Uživatel si smazal účet";
+$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Uživatel na vašem serveru Friendica smazal svůj účet. Prosím ujistěte se, ře jsou jeho data odstraněna ze záloh dat.";
+$a->strings["The user id is %d"] = "Uživatelské ID je %d";
+$a->strings["Remove My Account"] = "Odstranit můj účet";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit.";
+$a->strings["Please enter your password for verification:"] = "Prosím, zadejte své heslo pro ověření:";
+$a->strings["Resubscribing to OStatus contacts"] = "Znovu Vás registruji ke kontaktům OStatus";
+$a->strings["Error"] = [
+       0 => "Chyba",
+       1 => "Chyby",
+       2 => "Chyb",
+       3 => "Chyb",
 ];
-$a->strings["Introduction complete."] = "Představení dokončeno.";
-$a->strings["Unrecoverable protocol error."] = "Neopravitelná chyba protokolu";
-$a->strings["Profile unavailable."] = "Profil není k dispozici.";
-$a->strings["%s has received too many connection requests today."] = "%s dnes obdržel/a příliš mnoho požadavků o spojení.";
-$a->strings["Spam protection measures have been invoked."] = "Ochrana proti spamu byla aktivována";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Přátelům se doporučuje to zkusit znovu za 24 hodin.";
-$a->strings["Invalid locator"] = "Neplatný odkaz";
-$a->strings["You have already introduced yourself here."] = "Již jste se zde představil/a.";
-$a->strings["Apparently you are already friends with %s."] = "Zřejmě jste s %s již přátelé.";
-$a->strings["Invalid profile URL."] = "Neplatné URL profilu.";
-$a->strings["Disallowed profile URL."] = "Nepovolené URL profilu.";
-$a->strings["Blocked domain"] = "Zablokovaná doména";
-$a->strings["Failed to update contact record."] = "Nepodařilo se aktualizovat kontakt.";
-$a->strings["Your introduction has been sent."] = "Vaše představení bylo odesláno.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Vzdálený odběr nemůže být na vaší síti proveden. Prosím, přihlaste se k odběru přímo na vašem systému.";
-$a->strings["Please login to confirm introduction."] = "Pro potvrzení představení se prosím přihlaste.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Jste přihlášen/a pod nesprávnou identitou. Prosím, přihlaste se do <strong>tohoto</strong> profilu.";
-$a->strings["Confirm"] = "Potvrdit";
-$a->strings["Hide this contact"] = "Skrýt tento kontakt";
-$a->strings["Welcome home %s."] = "Vítejte doma, %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Prosím potvrďte váš požadavek o spojení uživateli %s.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Prosím zadejte vaši „adresu identity“ jedné z následujících podporovaných komunikačních sítí:";
-$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>."] = "Pokud ještě nejste členem svobodného sociálního webu, <a href=\"%s\">klikněte na tento odkaz, najděte si veřejný server Friendica a připojte se k nám ještě dnes</a>.";
-$a->strings["Friend/Connection Request"] = "Požadavek o přátelství/spojení";
+$a->strings["Tag(s) removed"] = "Štítek(ky) odstraněn(y)";
+$a->strings["Remove Item Tag"] = "Odebrat štítek položky";
+$a->strings["Select a tag to remove: "] = "Vyberte štítek k odebrání: ";
+$a->strings["User imports on closed servers can only be done by an administrator."] = "Importy uživatelů na uzavřených serverech může provést pouze administrátor.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to  zítra znovu.";
+$a->strings["Import"] = "Import";
+$a->strings["Move account"] = "Přesunout účet";
+$a->strings["You can import an account from another Friendica server."] = "Můžete importovat účet z jiného serveru 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."] = "Musíte exportovat svůj účet na starém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhoval/a.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Tato vlastnost je experimentální. Nemůžeme importovat kontakty za sítě OStatus (GNU social/StatusNet) nebo z Diaspory";
+$a->strings["Account file"] = "Soubor s účtem";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "K exportu Vašeho účtu jděte na „Nastavení->Exportovat osobní údaje“ a zvolte „Exportovat účet“";
+$a->strings["You aren't following this contact."] = "Tento kontakt nesledujete.";
+$a->strings["Unfollowing is currently not supported by your network."] = "Zrušení sledování není aktuálně na Vaši síti podporováno.";
+$a->strings["Contact unfollowed"] = "Zrušeno sledování kontaktu";
+$a->strings["Disconnect/Unfollow"] = "Odpojit se/Zrušit sledování";
+$a->strings["Your Identity Address:"] = "Vaše adresa identity:";
+$a->strings["Submit Request"] = "Odeslat požadavek";
+$a->strings["Profile URL"] = "URL profilu";
+$a->strings["Status Messages and Posts"] = "Stavové zprávy a příspěvky ";
+$a->strings["[Embedded content - reload page to view]"] = "[Vložený obsah - pro zobrazení obnovte stránku]";
+$a->strings["Invalid request."] = "Neplatný požadavek.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Omlouváme se, možná je váš soubor větší než je povolené maximum dle nastavení PHP";
+$a->strings["Or - did you try to upload an empty file?"] = "Nebo - nenahrával/a jste prázdný soubor?";
+$a->strings["File exceeds size limit of %s"] = "Velikost souboru přesáhla limit %s";
+$a->strings["File upload failed."] = "Nahrání souboru se nezdařilo.";
+$a->strings["Image exceeds size limit of %s"] = "Velikost obrázku překročila limit %s";
+$a->strings["Unable to process image."] = "Obrázek není možné zprocesovat";
+$a->strings["Wall Photos"] = "Fotky na zdi";
+$a->strings["Image upload failed."] = "Nahrání obrázku selhalo.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena.";
+$a->strings["No recipient selected."] = "Nevybrán příjemce.";
+$a->strings["Unable to check your home location."] = "Nebylo možné zjistit polohu vašeho domova.";
+$a->strings["Message could not be sent."] = "Zprávu se nepodařilo odeslat.";
+$a->strings["Message collection failure."] = "Sběr zpráv selhal.";
+$a->strings["Message sent."] = "Zpráva odeslána.";
+$a->strings["No recipient."] = "Žádný příjemce.";
+$a->strings["Please enter a link URL:"] = "Zadejte prosím URL odkaz:";
+$a->strings["Send Private Message"] = "Odeslat soukromou zprávu";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů.";
+$a->strings["To:"] = "Adresát:";
+$a->strings["Subject:"] = "Předmět:";
+$a->strings["Your message:"] = "Vaše zpráva:";
+$a->strings["Insert web link"] = "Vložit webový odkaz";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do vašeho výchozího profilu.";
+$a->strings["Connect"] = "Spojit se";
+$a->strings["first"] = "první";
+$a->strings["next"] = "další";
+$a->strings["No matches"] = "Žádné shody";
+$a->strings["Profile Match"] = "Shoda profilu";
+$a->strings["Profile not found."] = "Profil nenalezen.";
+$a->strings["Profile deleted."] = "Profil smazán.";
+$a->strings["Profile-"] = "Profil-";
+$a->strings["New profile created."] = "Nový profil vytvořen.";
+$a->strings["Profile unavailable to clone."] = "Profil není možné naklonovat.";
+$a->strings["Profile Name is required."] = "Jméno profilu je povinné.";
+$a->strings["Marital Status"] = "Rodinný stav";
+$a->strings["Romantic Partner"] = "Romatický partner";
+$a->strings["Work/Employment"] = "Práce/Zaměstnání";
+$a->strings["Religion"] = "Náboženství";
+$a->strings["Political Views"] = "Politické přesvědčení";
+$a->strings["Gender"] = "Pohlaví";
+$a->strings["Sexual Preference"] = "Sexuální orientace";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Domovská stránka";
+$a->strings["Interests"] = "Zájmy";
+$a->strings["Address"] = "Adresa";
+$a->strings["Location"] = "Poloha";
+$a->strings["Profile updated."] = "Profil aktualizován.";
+$a->strings["Hide contacts and friends:"] = "Skrýt kontakty a přátele:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skrýt u tohoto profilu vaše kontakty/seznam přátel před před dalšími uživateli zobrazující si tento profil?";
+$a->strings["Show more profile fields:"] = "Zobrazit další profilová pole";
+$a->strings["Profile Actions"] = "Akce profilu";
+$a->strings["Edit Profile Details"] = "Upravit podrobnosti profilu ";
+$a->strings["Submit"] = "Odeslat";
+$a->strings["Change Profile Photo"] = "Změnit profilovou fotku";
+$a->strings["View this profile"] = "Zobrazit tento profil";
+$a->strings["View all profiles"] = "Zobrazit všechny profily";
+$a->strings["Edit visibility"] = "Upravit viditelnost";
+$a->strings["Create a new profile using these settings"] = "Vytvořit nový profil pomocí tohoto nastavení";
+$a->strings["Clone this profile"] = "Klonovat tento profil";
+$a->strings["Delete this profile"] = "Smazat tento profil";
+$a->strings["Basic information"] = "Základní informace";
+$a->strings["Profile picture"] = "Profilový obrázek";
+$a->strings["Preferences"] = "Nastavení";
+$a->strings["Status information"] = "Informace o stavu";
+$a->strings["Additional information"] = "Dodatečné informace";
+$a->strings["Personal"] = "Osobní";
+$a->strings["Relation"] = "Vztah";
+$a->strings["Miscellaneous"] = "Různé";
+$a->strings["Upload Profile Photo"] = "Nahrát profilovou fotku";
+$a->strings["Your Gender:"] = "Vaše pohlaví:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Rodinný stav:";
+$a->strings["Sexual Preference:"] = "Sexuální orientace:";
+$a->strings["Example: fishing photography software"] = "Příklad: rybaření fotografování software";
+$a->strings["Profile Name:"] = "Jméno profilu:";
+$a->strings["Required"] = "Vyžadováno";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Toto je váš <strong>veřejný</strong> profil.<br />Ten <strong>může</strong> být viditelný kýmkoliv na internetu.";
+$a->strings["Your Full Name:"] = "Vaše celé jméno:";
+$a->strings["Title/Description:"] = "Název / Popis:";
+$a->strings["Street Address:"] = "Ulice:";
+$a->strings["Locality/City:"] = "Poloha/město:";
+$a->strings["Region/State:"] = "Region / stát:";
+$a->strings["Postal/Zip Code:"] = "PSČ:";
+$a->strings["Country:"] = "Země:";
+$a->strings["Age: "] = "Věk: ";
+$a->strings["Who: (if applicable)"] = "Kdo: (pokud je možné)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Příklady: jan123, Jan Novák, jan@priklad.cz";
+$a->strings["Since [date]:"] = "Od [data]:";
+$a->strings["Tell us about yourself..."] = "Řekněte nám něco o sobě...";
+$a->strings["XMPP (Jabber) address:"] = "Adresa XMPP (Jabber):";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adresa XMPP bude rozšířena mezi vašimi kontakty, aby vás mohly sledovat.";
+$a->strings["Homepage URL:"] = "Odkaz na domovskou stránku:";
+$a->strings["Hometown:"] = "Rodné město:";
+$a->strings["Political Views:"] = "Politické přesvědčení:";
+$a->strings["Religious Views:"] = "Náboženské přesvědčení:";
+$a->strings["Public Keywords:"] = "Veřejná klíčová slova:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)";
+$a->strings["Private Keywords:"] = "Soukromá klíčová slova:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)";
+$a->strings["Likes:"] = "Líbí se:";
+$a->strings["Dislikes:"] = "Nelibí se:";
+$a->strings["Musical interests"] = "Hudební vkus";
+$a->strings["Books, literature"] = "Knihy, literatura";
+$a->strings["Television"] = "Televize";
+$a->strings["Film/dance/culture/entertainment"] = "Film/tanec/kultura/zábava";
+$a->strings["Hobbies/Interests"] = "Koníčky/zájmy";
+$a->strings["Love/romance"] = "Láska/romantika";
+$a->strings["Work/employment"] = "Práce/zaměstnání";
+$a->strings["School/education"] = "Škola/vzdělání";
+$a->strings["Contact information and Social Networks"] = "Kontaktní informace a sociální sítě";
+$a->strings["Profile Image"] = "Profilový obrázek";
+$a->strings["visible to everybody"] = "viditelné pro všechny";
+$a->strings["Edit/Manage Profiles"] = "Upravit/spravovat profily";
+$a->strings["Change profile photo"] = "Změnit profilovou fotku";
+$a->strings["Create New Profile"] = "Vytvořit nový profil";
+$a->strings["Access denied."] = "Přístup odmítnut.";
+$a->strings["Access to this profile has been restricted."] = "Přístup na tento profil byl omezen.";
+$a->strings["Events"] = "Události";
+$a->strings["View"] = "Zobrazit";
+$a->strings["Previous"] = "Předchozí";
+$a->strings["Next"] = "Dále";
+$a->strings["today"] = "dnes";
+$a->strings["month"] = "měsíc";
+$a->strings["week"] = "týden";
+$a->strings["day"] = "den";
+$a->strings["list"] = "seznam";
+$a->strings["User not found"] = "Uživatel nenalezen.";
+$a->strings["This calendar format is not supported"] = "Tento formát kalendáře není podporován.";
+$a->strings["No exportable data found"] = "Nenalezena žádná data pro export";
+$a->strings["calendar"] = "kalendář";
+$a->strings["No contacts in common."] = "Žádné společné kontakty.";
+$a->strings["Common Friends"] = "Společní přátelé";
+$a->strings["Public access denied."] = "Veřejný přístup odepřen.";
+$a->strings["Community option not available."] = "Možnost komunity není dostupná.";
+$a->strings["Not available."] = "Není k dispozici.";
+$a->strings["Local Community"] = "Místní komunita";
+$a->strings["Posts from local users on this server"] = "Příspěvky od místních uživatelů na tomto serveru";
+$a->strings["Global Community"] = "Globální komunita";
+$a->strings["Posts from users of the whole federated network"] = "Příspěvky od uživatelů z celé federované sítě";
+$a->strings["No results."] = "Žádné výsledky.";
+$a->strings["This community stream shows all public posts received by this node. They may not reflect the opinions of this node’s users."] = "Tento komunitní proud ukazuje všechny veřejné příspěvky, které tento server přijme. Nemusí odrážet názory uživatelů serveru.";
+$a->strings["Contact settings applied."] = "Nastavení kontaktu změněno";
+$a->strings["Contact update failed."] = "Aktualizace kontaktu selhala.";
+$a->strings["Contact not found."] = "Kontakt nenalezen.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>VAROVÁNÍ: Toto je velmi pokročilé</strong> a pokud zadáte nesprávné informace, vaše komunikace s tímto kontaktem může přestat fungovat.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Prosím použijte <strong>ihned</strong> v prohlížeči tlačítko „zpět“ pokud si nejste jisti, co dělat na této stránce.";
+$a->strings["No mirroring"] = "Žádné zrcadlení";
+$a->strings["Mirror as forwarded posting"] = "Zrcadlit pro přeposlané příspěvky";
+$a->strings["Mirror as my own posting"] = "Zrcadlit jako mé vlastní příspěvky";
+$a->strings["Return to contact editor"] = "Zpět k editoru kontaktu";
+$a->strings["Refetch contact data"] = "Znovu načíst data kontaktu";
+$a->strings["Remote Self"] = "Vzdálené zrcadlení";
+$a->strings["Mirror postings from this contact"] = "Zrcadlení příspěvků od tohoto kontaktu";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Označit tento kontakt jako „remote_self“, s tímto nastavením bude Friendica znovupublikovat všechny nové příspěvky od tohoto kontaktu.";
+$a->strings["Name"] = "Jméno";
+$a->strings["Account Nickname"] = "Přezdívka účtu";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@jménoštítku- upřednostněno před jménem/přezdívkou";
+$a->strings["Account URL"] = "URL adresa účtu";
+$a->strings["Account URL Alias"] = "Alias URL adresy účtu";
+$a->strings["Friend Request URL"] = "URL požadavku o přátelství";
+$a->strings["Friend Confirm URL"] = "URL adresa pro potvrzení přátelství";
+$a->strings["Notification Endpoint URL"] = "URL adresa koncového bodu oznámení";
+$a->strings["Poll/Feed URL"] = "URL adresa poll/feed";
+$a->strings["New photo from this URL"] = "Nová fotka z této URL adresy";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "To se může občas stát, pokud bylo o kontaktování požádáno oběma osobami a již bylo schváleno.";
+$a->strings["Response from remote site was not understood."] = "Odpověď ze vzdáleného serveru nebyla srozumitelná.";
+$a->strings["Unexpected response from remote site: "] = "Neočekávaná odpověď od vzdáleného serveru:";
+$a->strings["Confirmation completed successfully."] = "Potvrzení úspěšně dokončena.";
+$a->strings["Temporary failure. Please wait and try again."] = "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu.";
+$a->strings["Introduction failed or was revoked."] = "Žádost o propojení selhala nebo byla zrušena.";
+$a->strings["Remote site reported: "] = "Vzdálený server oznámil:";
+$a->strings["No user record found for '%s' "] = "Pro „%s“ nenalezen žádný uživatelský záznam ";
+$a->strings["Our site encryption key is apparently messed up."] = "Náš šifrovací klíč zřejmě přestal správně fungovat.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat.";
+$a->strings["Contact record was not found for you on our site."] = "Záznam kontaktu pro vás nebyl na našich stránkách nalezen.";
+$a->strings["Site public key not available in contact record for URL %s."] = "V adresáři není k dispozici veřejný klíč pro URL %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "ID poskytnuté vaším systémem je duplikát ID na našem systému. Mělo by fungovat, pokud to zkusíte znovu.";
+$a->strings["Unable to set your contact credentials on our system."] = "Nelze nastavit vaše přihlašovací údaje v našem systému.";
+$a->strings["Unable to update your contact profile details on our system"] = "Nelze aktualizovat váš profil v našem systému";
+$a->strings["[Name Withheld]"] = "[Jméno odepřeno]";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s vítá uživatele %2\$s";
+$a->strings["This introduction has already been accepted."] = "Toto pozvání již bylo přijato.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Adresa profilu není platná nebo neobsahuje profilové informace";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka";
+$a->strings["Warning: profile location has no profile photo."] = "Varování: umístění profilu nemá žádnou profilovou fotku.";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "%d požadovaný parametr nebyl nalezen na daném umístění",
+       1 => "%d požadované parametry nebyly nalezeny na daném umístění",
+       2 => "%d požadovaného parametru nebylo nalezeno na daném umístění",
+       3 => "%d požadovaných parametrů nebylo nalezeno na daném umístění",
+];
+$a->strings["Introduction complete."] = "Představení dokončeno.";
+$a->strings["Unrecoverable protocol error."] = "Neopravitelná chyba protokolu";
+$a->strings["Profile unavailable."] = "Profil není k dispozici.";
+$a->strings["%s has received too many connection requests today."] = "%s dnes obdržel/a příliš mnoho požadavků o spojení.";
+$a->strings["Spam protection measures have been invoked."] = "Ochrana proti spamu byla aktivována";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Přátelům se doporučuje to zkusit znovu za 24 hodin.";
+$a->strings["Invalid locator"] = "Neplatný odkaz";
+$a->strings["You have already introduced yourself here."] = "Již jste se zde představil/a.";
+$a->strings["Apparently you are already friends with %s."] = "Zřejmě jste s %s již přátelé.";
+$a->strings["Invalid profile URL."] = "Neplatné URL profilu.";
+$a->strings["Disallowed profile URL."] = "Nepovolené URL profilu.";
+$a->strings["Blocked domain"] = "Zablokovaná doména";
+$a->strings["Failed to update contact record."] = "Nepodařilo se aktualizovat kontakt.";
+$a->strings["Your introduction has been sent."] = "Vaše představení bylo odesláno.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Vzdálený odběr nemůže být na vaší síti proveden. Prosím, přihlaste se k odběru přímo na vašem systému.";
+$a->strings["Please login to confirm introduction."] = "Pro potvrzení představení se prosím přihlaste.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Jste přihlášen/a pod nesprávnou identitou. Prosím, přihlaste se do <strong>tohoto</strong> profilu.";
+$a->strings["Confirm"] = "Potvrdit";
+$a->strings["Hide this contact"] = "Skrýt tento kontakt";
+$a->strings["Welcome home %s."] = "Vítejte doma, %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Prosím potvrďte váš požadavek o spojení uživateli %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Prosím zadejte vaši „adresu identity“ jedné z následujících podporovaných komunikačních sítí:";
+$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>."] = "Pokud ještě nejste členem svobodného sociálního webu, <a href=\"%s\">klikněte na tento odkaz, najděte si veřejný server Friendica a připojte se k nám ještě dnes</a>.";
+$a->strings["Friend/Connection Request"] = "Požadavek o přátelství/spojení";
 $a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "Příklady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de";
 $a->strings["Please answer the following:"] = "Odpovězte, prosím, následující:";
 $a->strings["Does %s know you?"] = "Zná vás %s?";
@@ -344,18 +509,11 @@ $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."] = " - prosím nepoužívejte tento formulář.  Místo toho zadejte do vašeho vyhledávacího pole Diaspora %s.";
-$a->strings["Your Identity Address:"] = "Vaše adresa identity:";
-$a->strings["Submit Request"] = "Odeslat požadavek";
-$a->strings["People Search - %s"] = "Vyhledávání lidí - %s";
-$a->strings["Forum Search - %s"] = "Vyhledávání fór - %s";
-$a->strings["Connect"] = "Spojit se";
-$a->strings["No matches"] = "Žádné shody";
 $a->strings["The requested item doesn't exist or has been deleted."] = "Požadovaná položka neexistuje nebo byla smazána.";
 $a->strings["The feed for this item is unavailable."] = "Proud pro tuto položku je nedostupný.";
 $a->strings["Item not found"] = "Položka nenalezena";
 $a->strings["Edit post"] = "Upravit příspěvek";
 $a->strings["Save"] = "Uložit";
-$a->strings["Insert web link"] = "Vložit webový odkaz";
 $a->strings["web link"] = "webový odkaz";
 $a->strings["Insert video link"] = "Vložit odkaz na video";
 $a->strings["video link"] = "odkaz na video";
@@ -369,7 +527,6 @@ $a->strings["Create New Event"] = "Vytvořit novou událost";
 $a->strings["Event details"] = "Detaily události";
 $a->strings["Starting date and Title are required."] = "Počáteční datum a Název jsou vyžadovány.";
 $a->strings["Event Starts:"] = "Událost začíná:";
-$a->strings["Required"] = "Vyžadováno";
 $a->strings["Finish date/time is not known or not relevant"] = "Datum/čas konce není zadán nebo není relevantní";
 $a->strings["Event Finishes:"] = "Akce končí:";
 $a->strings["Adjust for viewer timezone"] = "Nastavit časové pásmo pro uživatele s právem pro čtení";
@@ -391,9 +548,8 @@ $a->strings["You already added this contact."] = "Již jste si tento kontakt př
 $a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Podpora pro Diasporu není zapnuta. Kontakt nemůže být přidán.";
 $a->strings["OStatus support is disabled. Contact can't be added."] = "Podpora pro OStatus je vypnnuta. Kontakt nemůže být přidán.";
 $a->strings["The network type couldn't be detected. Contact can't be added."] = "Typ sítě nemohl být detekován. Kontakt nemůže být přidán.";
-$a->strings["Profile URL"] = "URL profilu";
 $a->strings["Tags:"] = "Štítky:";
-$a->strings["Status Messages and Posts"] = "Stavové zprávy a příspěvky ";
+$a->strings["Suggested contact not found."] = "Navrhovaný kontakt nenalezen.";
 $a->strings["Friend suggestion sent."] = "Návrh přátelství odeslán. ";
 $a->strings["Suggest Friends"] = "Navrhnout přátele";
 $a->strings["Suggest a friend for %s"] = "Navrhnout přítele pro uživatele %s";
@@ -406,6 +562,8 @@ $a->strings["Please contact the sender by replying to this post if you do not wi
 $a->strings["%s posted an update."] = "%s poslal/a aktualizaci.";
 $a->strings["Remote privacy information not available."] = "Vzdálené informace o soukromí nejsou k dispozici.";
 $a->strings["Visible to:"] = "Viditelné pro:";
+$a->strings["Followers"] = "Sledovaní";
+$a->strings["Mutuals"] = "Vzájemní";
 $a->strings["No valid account found."] = "Nenalezen žádný platný účet.";
 $a->strings["Password reset request issued. Check your email."] = "Požadavek o obnovení hesla vyřízen. Zkontrolujte Vaši e-mailovou schránku.";
 $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\tVážený/á %1\$s,\n\t\t\tPřed nedávnem jsme obdrželi na „%2\$s“ požadavek o obnovení\n\t\thesla k vašemu účtu. Pro potvrzení tohoto požadavku, prosím klikněte na odkaz\n\t\tpro ověření dole, nebo ho zkopírujte do adresního řádku vašeho prohlížeče.\n\n\t\tPokud jste o tuto změnu NEPOŽÁDAL/A, prosím NEKLIKEJTE na tento odkaz\n\t\ta ignorujte a/nebo smažte tento e-mail. Platnost požadavku brzy vyprší.\n\n\t\tVaše heslo nebude změněno, dokud nedokážeme ověřit, že jste tento\n\t\tpožadavek nevydal/a vy.";
@@ -429,27 +587,14 @@ $a->strings["Your password has been changed at %s"] = "Vaše heslo bylo změněn
 $a->strings["Manage Identities and/or Pages"] = "Správa identit a/nebo stránek";
 $a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Přepínání mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí vaše detaily účtu, nebo kterým jste přidělil/a oprávnění nastavovat přístupová práva.";
 $a->strings["Select an identity to manage: "] = "Vyberte identitu ke spravování: ";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do vašeho výchozího profilu.";
-$a->strings["first"] = "první";
-$a->strings["next"] = "další";
-$a->strings["Profile Match"] = "Shoda profilu";
 $a->strings["New Message"] = "Nová zpráva";
-$a->strings["No recipient selected."] = "Nevybrán příjemce.";
 $a->strings["Unable to locate contact information."] = "Nepodařilo se najít kontaktní informace.";
-$a->strings["Message could not be sent."] = "Zprávu se nepodařilo odeslat.";
-$a->strings["Message collection failure."] = "Sběr zpráv selhal.";
-$a->strings["Message sent."] = "Zpráva odeslána.";
 $a->strings["Discard"] = "Odstranit";
 $a->strings["Messages"] = "Zprávy";
 $a->strings["Do you really want to delete this message?"] = "Opravdu chcete smazat tuto zprávu?";
 $a->strings["Conversation not found."] = "Konverzace nenalezena.";
 $a->strings["Message deleted."] = "Zpráva odstraněna.";
 $a->strings["Conversation removed."] = "Konverzace odstraněna.";
-$a->strings["Please enter a link URL:"] = "Zadejte prosím URL odkaz:";
-$a->strings["Send Private Message"] = "Odeslat soukromou zprávu";
-$a->strings["To:"] = "Adresát:";
-$a->strings["Subject:"] = "Předmět:";
-$a->strings["Your message:"] = "Vaše zpráva:";
 $a->strings["No messages."] = "Žádné zprávy.";
 $a->strings["Message not available."] = "Zpráva není k dispozici.";
 $a->strings["Delete message"] = "Smazat zprávu";
@@ -485,7 +630,6 @@ $a->strings["Commented Order"] = "Dle komentářů";
 $a->strings["Sort by Comment Date"] = "Řadit podle data komentáře";
 $a->strings["Posted Order"] = "Dle data";
 $a->strings["Sort by Post Date"] = "Řadit podle data příspěvku";
-$a->strings["Personal"] = "Osobní";
 $a->strings["Posts that mention or involve you"] = "Příspěvky, které vás zmiňují nebo zahrnují";
 $a->strings["New"] = "Nové";
 $a->strings["Activity Stream - by date"] = "Proud aktivit - dle data";
@@ -493,40 +637,6 @@ $a->strings["Shared Links"] = "Sdílené odkazy";
 $a->strings["Interesting Links"] = "Zajímavé odkazy";
 $a->strings["Starred"] = "S hvězdou";
 $a->strings["Favourite Posts"] = "Oblíbené přízpěvky";
-$a->strings["Welcome to Friendica"] = "Vítejte na Friendica";
-$a->strings["New Member Checklist"] = "Seznam doporučení pro nového člena";
-$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."] = "Rádi bychom vám nabídli několik tipů a odkazů, abychom vám zpříjemnili zážitek. Kliknutím na jakoukoliv položku zobrazíte relevantní stránku. Odkaz na tuto stránku bude viditelný z vaší domovské stránky po dobu dvou týdnů od vaší první registrace a poté tiše zmizí.";
-$a->strings["Getting Started"] = "Začínáme";
-$a->strings["Friendica Walk-Through"] = "Prohlídka Friendica ";
-$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."] = "Na vaší stránce <em>Rychlý začátek</em> najděte stručný úvod k vašemu profilu a síťovým záložkám, spojte se s novými kontakty a najděte skupiny, ke kterým se můžete připojit.";
-$a->strings["Settings"] = "Nastavení";
-$a->strings["Go to Your Settings"] = "Navštivte své nastavení";
-$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 vaší stránce <em>Nastavení</em> si změňte vaše první heslo. Věnujte také svou pozornost vaší adrese identity. Vypadá jako e-mailová adresa a bude vám užitečná pro navazování přátelství na svobodném sociálním webu.";
-$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."] = "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný - ledaže by všichni vaši přátelé a potenciální přátelé přesně věděli, jak vás najít.";
-$a->strings["Profile"] = "Profil";
-$a->strings["Upload Profile Photo"] = "Nahrát profilovou fotku";
-$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."] = "Nahrajte si svou profilovou fotku, pokud jste tak již neučinil/a. Studie ukázaly, že lidé se skutečnými fotkami mají desetkrát častěji přátele než lidé, kteří nemají.";
-$a->strings["Edit Your Profile"] = "Upravte si svůj 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."] = "Upravte si <strong>výchozí</strong> profil podle vašich představ. Prověřte nastavení pro skrytí vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky.";
-$a->strings["Profile Keywords"] = "Profilová klíčová slova";
-$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."] = "Nastavte si nějaká veřejná klíčová slova pro výchozí profil, která popisují vaše zájmy. Můžeme vám najít další lidi s podobnými zájmy a navrhnout přátelství.";
-$a->strings["Connecting"] = "Připojuji se";
-$a->strings["Importing Emails"] = "Importuji e-maily";
-$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"] = "Pokud chcete importovat své přátele nebo mailové skupiny z INBOX vašeho e-mailu a komunikovat s nimi, zadejte na vaší stránce Nastavení kontektoru své přístupové údaje do svého e-mailového účtu";
-$a->strings["Go to Your Contacts Page"] = "Navštivte vaši stránku Kontakty";
-$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."] = "Vaše stránka Kontakty je vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu <em>Přidat nový kontakt</em>.";
-$a->strings["Go to Your Site's Directory"] = "Navštivte adresář vaší stránky";
-$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."] = "Stránka Adresář vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Najděte na jejich stránce odkaz <em>Spojit se</em> nebo <em>Sledovat</em>. Uveďte svou vlastní adresu identity, je-li požadována.";
-$a->strings["Finding New People"] = "Nalezení nových lidí";
-$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."] = "Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin.";
-$a->strings["Groups"] = "Skupiny";
-$a->strings["Group Your Contacts"] = "Seskupte si své kontakty";
-$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."] = "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť.";
-$a->strings["Why Aren't My Posts Public?"] = "Proč nejsou mé příspěvky veřejné?";
-$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 respektuje vaše soukromí. Ve výchozím stavu jsou vaše příspěvky viditelné pouze lidem, které označíte jako vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu";
-$a->strings["Getting Help"] = "Získání nápovědy";
-$a->strings["Go to the Help Section"] = "Navštivte sekci nápovědy";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Na stránkách <strong>Nápověda</strong> naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací.";
 $a->strings["Personal Notes"] = "Osobní poznámky";
 $a->strings["Invalid request identifier."] = "Neplatný identifikátor požadavku.";
 $a->strings["Notifications"] = "Oznámení";
@@ -557,20 +667,9 @@ $a->strings["Gender:"] = "Pohlaví:";
 $a->strings["Network:"] = "Síť:";
 $a->strings["No introductions."] = "Žádné představení.";
 $a->strings["No more %s notifications."] = "Žádná další %s oznámení";
-$a->strings["No more system notifications."] = "Žádné další systémová upozornění.";
-$a->strings["Post successful."] = "Příspěvek úspěšně odeslán";
 $a->strings["OpenID protocol error. No ID returned."] = "Chyba OpenID protokolu. Nebylo navráceno žádné ID.";
 $a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nenalezen účet a OpenID registrace na tomto serveru není dovolena.";
 $a->strings["Login failed."] = "Přihlášení se nezdařilo.";
-$a->strings["Subscribing to OStatus contacts"] = "Registruji Vás ke kontaktům OStatus";
-$a->strings["No contact provided."] = "Nebyl poskytnut žádný kontakt.";
-$a->strings["Couldn't fetch information for contact."] = "Nelze načíst informace pro kontakt.";
-$a->strings["Couldn't fetch friends for contact."] = "Nelze načíst přátele pro kontakt.";
-$a->strings["Done"] = "Hotovo";
-$a->strings["success"] = "úspěch";
-$a->strings["failed"] = "selhalo";
-$a->strings["ignored"] = "ignorován";
-$a->strings["Keep this window open until done."] = "Toto okno nechte otevřené až do konce.";
 $a->strings["Photo Albums"] = "Fotoalba";
 $a->strings["Recent Photos"] = "Nedávné fotky";
 $a->strings["Upload New Photos"] = "Nahrát nové fotky";
@@ -581,13 +680,10 @@ $a->strings["Album successfully deleted"] = "Album úspěšně smazáno";
 $a->strings["Album was empty."] = "Album bylo prázdné.";
 $a->strings["a photo"] = "fotce";
 $a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s byl označen ve %2\$s uživatelem %3\$s";
-$a->strings["Image exceeds size limit of %s"] = "Velikost obrázku překročila limit %s";
 $a->strings["Image upload didn't complete, please try again"] = "Nahrávání obrázku nebylo dokončeno, zkuste to prosím znovu";
 $a->strings["Image file is missing"] = "Chybí soubor obrázku";
 $a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "Server v tuto chvíli nemůže akceptovat nové nahrané soubory, prosím kontaktujte vašeho administrátora";
 $a->strings["Image file is empty."] = "Soubor obrázku je prázdný.";
-$a->strings["Unable to process image."] = "Obrázek není možné zprocesovat";
-$a->strings["Image upload failed."] = "Nahrání obrázku selhalo.";
 $a->strings["No photos selected"] = "Není vybrána žádná fotka";
 $a->strings["Access to this item is restricted."] = "Přístup k této položce je omezen.";
 $a->strings["Upload Photos"] = "Nahrát fotky";
@@ -635,88 +731,6 @@ $a->strings["poke, prod or do other things to somebody"] = "někoho šťouchnout
 $a->strings["Recipient"] = "Příjemce";
 $a->strings["Choose what you wish to do to recipient"] = "Vyberte, co si přejete příjemci udělat";
 $a->strings["Make this post private"] = "Změnit tento příspěvek na soukromý";
-$a->strings["Only logged in users are permitted to perform a probing."] = "Pouze přihlášení uživatelé mohou zkoušet adresy.";
-$a->strings["Profile deleted."] = "Profil smazán.";
-$a->strings["Profile-"] = "Profil-";
-$a->strings["New profile created."] = "Nový profil vytvořen.";
-$a->strings["Profile unavailable to clone."] = "Profil není možné naklonovat.";
-$a->strings["Profile Name is required."] = "Jméno profilu je povinné.";
-$a->strings["Marital Status"] = "Rodinný stav";
-$a->strings["Romantic Partner"] = "Romatický partner";
-$a->strings["Work/Employment"] = "Práce/Zaměstnání";
-$a->strings["Religion"] = "Náboženství";
-$a->strings["Political Views"] = "Politické přesvědčení";
-$a->strings["Gender"] = "Pohlaví";
-$a->strings["Sexual Preference"] = "Sexuální orientace";
-$a->strings["XMPP"] = "XMPP";
-$a->strings["Homepage"] = "Domovská stránka";
-$a->strings["Interests"] = "Zájmy";
-$a->strings["Address"] = "Adresa";
-$a->strings["Location"] = "Poloha";
-$a->strings["Profile updated."] = "Profil aktualizován.";
-$a->strings["Hide contacts and friends:"] = "Skrýt kontakty a přátele:";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skrýt u tohoto profilu vaše kontakty/seznam přátel před před dalšími uživateli zobrazující si tento profil?";
-$a->strings["Show more profile fields:"] = "Zobrazit další profilová pole";
-$a->strings["Profile Actions"] = "Akce profilu";
-$a->strings["Edit Profile Details"] = "Upravit podrobnosti profilu ";
-$a->strings["Change Profile Photo"] = "Změnit profilovou fotku";
-$a->strings["View this profile"] = "Zobrazit tento profil";
-$a->strings["View all profiles"] = "Zobrazit všechny profily";
-$a->strings["Edit visibility"] = "Upravit viditelnost";
-$a->strings["Create a new profile using these settings"] = "Vytvořit nový profil pomocí tohoto nastavení";
-$a->strings["Clone this profile"] = "Klonovat tento profil";
-$a->strings["Delete this profile"] = "Smazat tento profil";
-$a->strings["Basic information"] = "Základní informace";
-$a->strings["Profile picture"] = "Profilový obrázek";
-$a->strings["Preferences"] = "Nastavení";
-$a->strings["Status information"] = "Informace o stavu";
-$a->strings["Additional information"] = "Dodatečné informace";
-$a->strings["Relation"] = "Vztah";
-$a->strings["Miscellaneous"] = "Různé";
-$a->strings["Your Gender:"] = "Vaše pohlaví:";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Rodinný stav:";
-$a->strings["Sexual Preference:"] = "Sexuální orientace:";
-$a->strings["Example: fishing photography software"] = "Příklad: rybaření fotografování software";
-$a->strings["Profile Name:"] = "Jméno profilu:";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "Toto je váš <strong>veřejný</strong> profil.<br />Ten <strong>může</strong> být viditelný kýmkoliv na internetu.";
-$a->strings["Your Full Name:"] = "Vaše celé jméno:";
-$a->strings["Title/Description:"] = "Název / Popis:";
-$a->strings["Street Address:"] = "Ulice:";
-$a->strings["Locality/City:"] = "Poloha/město:";
-$a->strings["Region/State:"] = "Region / stát:";
-$a->strings["Postal/Zip Code:"] = "PSČ:";
-$a->strings["Country:"] = "Země:";
-$a->strings["Age: "] = "Věk: ";
-$a->strings["Who: (if applicable)"] = "Kdo: (pokud je možné)";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Příklady: jan123, Jan Novák, jan@priklad.cz";
-$a->strings["Since [date]:"] = "Od [data]:";
-$a->strings["Tell us about yourself..."] = "Řekněte nám něco o sobě...";
-$a->strings["XMPP (Jabber) address:"] = "Adresa XMPP (Jabber):";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "Adresa XMPP bude rozšířena mezi vašimi kontakty, aby vás mohly sledovat.";
-$a->strings["Homepage URL:"] = "Odkaz na domovskou stránku:";
-$a->strings["Hometown:"] = "Rodné město:";
-$a->strings["Political Views:"] = "Politické přesvědčení:";
-$a->strings["Religious Views:"] = "Náboženské přesvědčení:";
-$a->strings["Public Keywords:"] = "Veřejná klíčová slova:";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)";
-$a->strings["Private Keywords:"] = "Soukromá klíčová slova:";
-$a->strings["(Used for searching profiles, never shown to others)"] = "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)";
-$a->strings["Likes:"] = "Líbí se:";
-$a->strings["Dislikes:"] = "Nelibí se:";
-$a->strings["Musical interests"] = "Hudební vkus";
-$a->strings["Books, literature"] = "Knihy, literatura";
-$a->strings["Television"] = "Televize";
-$a->strings["Film/dance/culture/entertainment"] = "Film/tanec/kultura/zábava";
-$a->strings["Hobbies/Interests"] = "Koníčky/zájmy";
-$a->strings["Love/romance"] = "Láska/romantika";
-$a->strings["Work/employment"] = "Práce/zaměstnání";
-$a->strings["School/education"] = "Škola/vzdělání";
-$a->strings["Contact information and Social Networks"] = "Kontaktní informace a sociální sítě";
-$a->strings["Profile Image"] = "Profilový obrázek";
-$a->strings["visible to everybody"] = "viditelné pro všechny";
-$a->strings["Edit/Manage Profiles"] = "Upravit/spravovat profily";
-$a->strings["Change profile photo"] = "Změnit profilovou fotku";
-$a->strings["Create New Profile"] = "Vytvořit nový profil";
 $a->strings["Image uploaded but image cropping failed."] = "Obrázek byl odeslán, ale jeho oříznutí se nesdařilo.";
 $a->strings["Image size reduction [%s] failed."] = "Nepodařilo se snížit velikost obrázku [%s].";
 $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Znovu načtěte stránku (Shift+F5) nebo vymažte cache prohlížeče, pokud se nová fotka nezobrazí okamžitě.";
@@ -730,23 +744,6 @@ $a->strings["Crop Image"] = "Oříznout obrázek";
 $a->strings["Please adjust the image cropping for optimum viewing."] = "Prosím, ořízněte tento obrázek pro optimální zobrazení.";
 $a->strings["Done Editing"] = "Upravování dokončeno";
 $a->strings["Image uploaded successfully."] = "Obrázek byl úspěšně nahrán.";
-$a->strings["Permission denied"] = "Nedostatečné oprávnění";
-$a->strings["Invalid profile identifier."] = "Neplatný identifikátor profilu.";
-$a->strings["Profile Visibility Editor"] = "Editor viditelnosti profilu ";
-$a->strings["Click on a contact to add or remove."] = "Klikněte na kontakt pro přidání nebo odebrání";
-$a->strings["Visible To"] = "Viditelný uživatelům";
-$a->strings["All Contacts (with secure profile access)"] = "Všem kontaktům (se zabezpečeným přístupem k profilu)";
-$a->strings["Account approved."] = "Účet schválen.";
-$a->strings["Registration revoked for %s"] = "Registrace zrušena pro %s";
-$a->strings["Please login."] = "Přihlaste se, prosím.";
-$a->strings["User deleted their account"] = "Uživatel si smazal účet";
-$a->strings["On your Friendica node an user deleted their account. Please ensure that their data is removed from the backups."] = "Uživatel na vašem serveru Friendica smazal svůj účet. Prosím ujistěte se, ře jsou jeho data odstraněna ze záloh dat.";
-$a->strings["The user id is %d"] = "Uživatelské ID je %d";
-$a->strings["Remove My Account"] = "Odstranit můj účet";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit.";
-$a->strings["Please enter your password for verification:"] = "Prosím, zadejte své heslo pro ověření:";
-$a->strings["Resubscribing to OStatus contacts"] = "Znovu Vás registruji ke kontaktům OStatus";
-$a->strings["Error"] = "Chyba";
 $a->strings["Only logged in users are permitted to perform a search."] = "Pouze přihlášení uživatelé mohou prohledávat tento server.";
 $a->strings["Only one search per minute is permitted for not logged in users."] = "Nepřihlášení uživatelé mohou vyhledávat pouze jednou za minutu.";
 $a->strings["Search"] = "Hledat";
@@ -763,11 +760,13 @@ $a->strings["Delegations"] = "Delegace";
 $a->strings["Connected apps"] = "Připojené aplikace";
 $a->strings["Export personal data"] = "Exportovat osobní údaje";
 $a->strings["Remove account"] = "Odstranit účet";
+$a->strings["Settings"] = "Nastavení";
 $a->strings["Missing some important data!"] = "Chybí některé důležité údaje!";
 $a->strings["Update"] = "Aktualizace";
 $a->strings["Failed to connect with email account using the settings provided."] = "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení.";
 $a->strings["Email settings updated."] = "Nastavení e-mailu aktualizována.";
 $a->strings["Features updated"] = "Vlastnosti aktualizovány";
+$a->strings["The theme you chose isn't available."] = "Motiv, který jste si vybral/a, není dostupný.";
 $a->strings["Relocate message has been send to your contacts"] = "Správa o změně umístění byla odeslána vašim kontaktům";
 $a->strings["Passwords do not match."] = "Hasla se neshodují.";
 $a->strings["Password update failed. Please try again."] = "Aktualizace hesla se nezdařila. Zkuste to prosím znovu.";
@@ -804,6 +803,8 @@ $a->strings["Built-in support for %s connectivity is %s"] = "Vestavěná podpora
 $a->strings["GNU Social (OStatus)"] = "GNU social (OStatus)";
 $a->strings["Email access is disabled on this site."] = "Přístup k e-mailu je na tomto serveru zakázán.";
 $a->strings["General Social Media Settings"] = "Obecná nastavení sociálních sítí";
+$a->strings["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."] = "";
 $a->strings["Disable Content Warning"] = "Vypnout varování o obsahu";
 $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živatelé na sítích, jako je Mastodon nebo Pleroma, si mohou nastavit pole s varováním o obsahu, která ve výchozím nastavení skryje jejich příspěvek. Tato možnost vypíná automatické skrývání a nastavuje varování o obsahu jako titulek příspěvku. Toto se netýká žádného dalšího filtrování obsahu, které se rozhodnete nastavit.";
 $a->strings["Disable intelligent shortening"] = "Vypnout inteligentní zkracování";
@@ -963,59 +964,292 @@ $a->strings["No suggestions available. If this is a new site, please try again i
 $a->strings["Do you really want to delete this suggestion?"] = "Opravdu chcete smazat tento návrh?";
 $a->strings["Ignore/Hide"] = "Ignorovat/skrýt";
 $a->strings["Friend Suggestions"] = "Návrhy přátel";
-$a->strings["Tag(s) removed"] = "Štítek(ky) odstraněn(y)";
-$a->strings["Remove Item Tag"] = "Odebrat štítek položky";
-$a->strings["Select a tag to remove: "] = "Vyberte štítek k odebrání: ";
 $a->strings["Export account"] = "Exportovat účet";
 $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."] = "Exportujte svůj účet a své kontakty. Použijte tuto funkci pro vytvoření  zálohy svého účtu a/nebo k přesunu na jiný server.";
 $a->strings["Export all"] = "Exportovat vše";
 $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)"] = "Exportujte své informace o účtu, kontakty a všechny své položky jako JSON. To může být velmi velký soubor a může to zabrat spoustu času. Tuto funkci použijte pro úplnou zálohu svého účtu (fotky se neexportují)";
-$a->strings["User imports on closed servers can only be done by an administrator."] = "Importy uživatelů na uzavřených serverech může provést pouze administrátor.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to  zítra znovu.";
-$a->strings["Import"] = "Import";
-$a->strings["Move account"] = "Přesunout účet";
-$a->strings["You can import an account from another Friendica server."] = "Můžete importovat účet z jiného serveru 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."] = "Musíte exportovat svůj účet na starém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhoval/a.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Tato vlastnost je experimentální. Nemůžeme importovat kontakty za sítě OStatus (GNU social/StatusNet) nebo z Diaspory";
-$a->strings["Account file"] = "Soubor s účtem";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "K exportu Vašeho účtu jděte na „Nastavení->Exportovat osobní údaje“ a zvolte „Exportovat účet“";
-$a->strings["You aren't following this contact."] = "Tento kontakt nesledujete.";
-$a->strings["Unfollowing is currently not supported by your network."] = "Zrušení sledování není aktuálně na Vaši síti podporováno.";
-$a->strings["Contact unfollowed"] = "Zrušeno sledování kontaktu";
-$a->strings["Disconnect/Unfollow"] = "Odpojit se/Zrušit sledování";
-$a->strings["[Embedded content - reload page to view]"] = "[Vložený obsah - pro zobrazení obnovte stránku]";
 $a->strings["No videos selected"] = "Není vybráno žádné video";
 $a->strings["View Video"] = "Zobrazit video";
 $a->strings["Recent Videos"] = "Nedávná videa";
 $a->strings["Upload New Videos"] = "Nahrát nová videa";
-$a->strings["No contacts."] = "Žádné kontakty.";
-$a->strings["Visit %s's profile [%s]"] = "Navštivte profil uživatele %s [%s]";
+$a->strings["default"] = "výchozí";
+$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"] = "Variace";
+$a->strings["Top Banner"] = "Vrchní banner";
+$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Změnit velikost obrázku na šířku obrazovky a ukázat pod ním barvu pozadí na dlouhých stránkách.";
+$a->strings["Full screen"] = "Celá obrazovka";
+$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Změnit velikost obrázku, aby zaplnil celou obrazovku, a odštěpit buď pravou, nebo dolní část";
+$a->strings["Single row mosaic"] = "Mozaika s jedinou řadou";
+$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Změnit velikost obrázku a opakovat jej v jediné řadě, buď svislé, nebo vodorovné";
+$a->strings["Mosaic"] = "Mozaika";
+$a->strings["Repeat image to fill the screen."] = "Opakovat obrázek, aby zaplnil obrazovku";
+$a->strings["Custom"] = "Vlastní";
+$a->strings["Note"] = "Poznámka";
+$a->strings["Check image permissions if all users are allowed to see the image"] = "Zkontrolujte povolení u obrázku, jestli mají všichni uživatelé povolení obrázek vidět";
+$a->strings["Select color scheme"] = "Vybrat barevné schéma";
+$a->strings["Copy or paste schemestring"] = "Kopírovat a vložit řetězec schématu";
+$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "Tento řetězec můžete zkopírovat a sdílet tak svůj motiv s jinými lidmi. Vložením sem aplikujete řetězec schématu";
+$a->strings["Navigation bar background color"] = "Barva pozadí navigační lišty";
+$a->strings["Navigation bar icon color "] = "Barva ikon navigační lišty";
+$a->strings["Link color"] = "Barva odkazů";
+$a->strings["Set the background color"] = "Nastavit barvu pozadí";
+$a->strings["Content background opacity"] = "Průhlednost pozadí obsahu";
+$a->strings["Set the background image"] = "Nastavit obrázek na pozadí";
+$a->strings["Background image style"] = "Styl obrázku na pozadí";
+$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"] = "Obrázek na pozadí přihlašovací stránky";
+$a->strings["Login page background color"] = "Barva pozadí přihlašovací stránky";
+$a->strings["Leave background image and color empty for theme defaults"] = "Nechejte obrázek a barvu pozadí prázdnou pro výchozí nastavení motivů";
+$a->strings["Guest"] = "Host";
+$a->strings["Visitor"] = "Návštěvník";
+$a->strings["Status"] = "Stav";
+$a->strings["Your posts and conversations"] = "Vaše příspěvky a konverzace";
+$a->strings["Your profile page"] = "Vaše profilová stránka";
+$a->strings["Your photos"] = "Vaše fotky";
+$a->strings["Videos"] = "Videa";
+$a->strings["Your videos"] = "Vaše videa";
+$a->strings["Your events"] = "Vaše události";
+$a->strings["Network"] = "Síť";
+$a->strings["Conversations from your friends"] = "Konverzace od vašich přátel";
+$a->strings["Events and Calendar"] = "Události a kalendář";
+$a->strings["Private mail"] = "Soukromá pošta";
+$a->strings["Account settings"] = "Nastavení účtu";
 $a->strings["Contacts"] = "Kontakty";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena.";
-$a->strings["Unable to check your home location."] = "Nebylo možné zjistit polohu vašeho domova.";
-$a->strings["No recipient."] = "Žádný příjemce.";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů.";
-$a->strings["Invalid request."] = "Neplatný požadavek.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Omlouváme se, možná je váš soubor větší než je povolené maximum dle nastavení PHP";
-$a->strings["Or - did you try to upload an empty file?"] = "Nebo - nenahrával/a jste prázdný soubor?";
-$a->strings["File exceeds size limit of %s"] = "Velikost souboru přesáhla limit %s";
-$a->strings["File upload failed."] = "Nahrání souboru se nezdařilo.";
-$a->strings["Wall Photos"] = "Fotky na zdi";
-$a->strings["Delete this item?"] = "Odstranit tuto položku?";
-$a->strings["toggle mobile"] = "přepínat mobilní zobrazení";
-$a->strings["No system theme config value set."] = "Není nastavena konfigurační hodnota systémového motivu.";
-$a->strings["You must be logged in to use addons. "] = "Pro použití doplňků musíte být přihlášen/a.";
-$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."] = "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním.";
-$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Nelze najít žádný nearchivovaný záznam kontaktu pro tuto URL adresu (%s)";
-$a->strings["The contact entries have been archived"] = "Záznamy kontaktů byly archivovány";
-$a->strings["Could not find any contact entry for this URL (%s)"] = "Nelze nalézt žádnou položku v kontaktech pro tuto URL adresu (%s)";
-$a->strings["The contact has been blocked from the node"] = "Kontakt byl na serveru zablokován";
-$a->strings["Enter new password: "] = "Zadejte nové heslo";
-$a->strings["Post update version number has been set to %s."] = "Číslo verze post update bylo nastaveno na %s.";
-$a->strings["Check for pending update actions."] = "Zkontrolovat čekající akce po aktualizaci.";
-$a->strings["Done."] = "Hotovo.";
-$a->strings["Execute pending post updates."] = "Provést čekající aktualizace příspěvků.";
-$a->strings["All pending post updates are done."] = "Všechny čekající aktualizace příspěvků jsou hotové.";
+$a->strings["Manage/edit friends and contacts"] = "Spravovat/upravit přátelé a kontakty";
+$a->strings["Alignment"] = "Zarovnání";
+$a->strings["Left"] = "Vlevo";
+$a->strings["Center"] = "Uprostřed";
+$a->strings["Color scheme"] = "Barevné schéma";
+$a->strings["Posts font size"] = "Velikost písma u příspěvků";
+$a->strings["Textareas font size"] = "Velikost písma textů";
+$a->strings["Comma separated list of helper forums"] = "Seznam fór s pomocníky, oddělených čárkami";
+$a->strings["don't show"] = "nezobrazit";
+$a->strings["show"] = "zobrazit";
+$a->strings["Set style"] = "Nastavit styl";
+$a->strings["Community Pages"] = "Komunitní stránky";
+$a->strings["Community Profiles"] = "Komunitní profily";
+$a->strings["Help or @NewHere ?"] = "Pomoc nebo @ProNováčky ?";
+$a->strings["Connect Services"] = "Připojit služby";
+$a->strings["Find Friends"] = "Najít přátele";
+$a->strings["Last users"] = "Poslední uživatelé";
+$a->strings["Find People"] = "Najít lidi";
+$a->strings["Enter name or interest"] = "Zadejte jméno nebo zájmy";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Příklady: Josef Dvořák, rybaření";
+$a->strings["Find"] = "Najít";
+$a->strings["Similar Interests"] = "Podobné zájmy";
+$a->strings["Random Profile"] = "Náhodný profil";
+$a->strings["Invite Friends"] = "Pozvat přátele";
+$a->strings["Global Directory"] = "Globální adresář";
+$a->strings["Local Directory"] = "Místní adresář";
+$a->strings["Forums"] = "Fóra";
+$a->strings["External link to forum"] = "Externí odkaz na fórum";
+$a->strings["show more"] = "zobrazit více";
+$a->strings["Quick Start"] = "Rychlý začátek";
+$a->strings["Help"] = "Nápověda";
+$a->strings["Post to Email"] = "Poslat příspěvek na e-mail";
+$a->strings["Visible to everybody"] = "Viditelné pro všechny";
+$a->strings["Connectors"] = "Konektory";
+$a->strings["Hide your profile details from unknown viewers?"] = "Skrýt vaše profilové detaily před neznámými návštěvníky?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konektory deaktivovány, neboť je aktivován „%s“.";
+$a->strings["Close"] = "Zavřít";
+$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."] = "Databázový konfigurační soubor „config/local.config.php“ nemohl být zapsán. Prosím, použijte přiložený text k vytvoření konfiguračního souboru v kořenovém adresáři vašeho webového serveru.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Nejspíše budete muset manuálně importovat soubor „database.sql“ pomocí phpMyAdmin či MySQL.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Přečtěte si prosím informace v souboru „INSTALL.txt“.";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru.";
+$a->strings["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>"] = "Pokud nemáte na vašem serveru nainstalovanou verzi PHP pro příkazový řádek, nebudete moci spouštět procesy v pozadí. Více na <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>„Nastavte pracovníka“</a>";
+$a->strings["PHP executable path"] = "Cesta ke spustitelnému souboru PHP";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Zadejte plnou cestu ke spustitelnému souboru PHP. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci.";
+$a->strings["Command line PHP"] = "Příkazový řádek PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable není php cli binary (může být verze cgi-fgci)";
+$a->strings["Found PHP version: "] = "Nalezena verze PHP:";
+$a->strings["PHP cli binary"] = "PHP cli binary";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Verze PHP pro příkazový řádek na vašem systému nemá povoleno nastavení „register_argc_argv“.";
+$a->strings["This is required for message delivery to work."] = "Toto je nutné pro fungování doručování zpráv.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Chyba: funkce „openssl_pkey_new“ na tomto systému není schopna generovat šifrovací klíče";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Pokud systém běží na Windows, prosím přečtěte si „http://www.php.net/manual/en/openssl.installation.php“.";
+$a->strings["Generate encryption keys"] = "Generovat šifrovací klíče";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Chyba: Modul mod_rewrite webového serveru Apache je vyadován, ale není nainstalován.";
+$a->strings["Apache mod_rewrite module"] = "Modul Apache mod_rewrite";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Chyba: PHP modul PDO nebo MySQLi je vyžadován, ale není nainstalován.";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "Chyba: Ovladač MySQL pro PDO není nainstalován";
+$a->strings["PDO or MySQLi PHP module"] = "PHP modul PDO nebo MySQLi";
+$a->strings["Error, XML PHP module required but not installed."] = "Chyba: PHP modul XML je vyžadován, ale není nainstalován";
+$a->strings["XML PHP module"] = "PHP modul XML";
+$a->strings["libCurl PHP module"] = "PHP modul libCurl";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Chyba: PHP modul libcurl je vyžadován, ale není nainstalován.";
+$a->strings["GD graphics PHP module"] = "PHP modul GD graphics";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Chyba: PHP modul GD graphics je vyžadován, ale není nainstalován.";
+$a->strings["OpenSSL PHP module"] = "PHP modul OpenSSL";
+$a->strings["Error: openssl PHP module required but not installed."] = "Chyba: PHP modul openssl je vyžadován, ale není nainstalován.";
+$a->strings["mb_string PHP module"] = "PHP modul mb_string";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Chyba: PHP modul mb_string  je vyžadován, ale není nainstalován.";
+$a->strings["iconv PHP module"] = "PHP modul iconv";
+$a->strings["Error: iconv PHP module required but not installed."] = "Chyba: PHP modul iconv je vyžadován, ale není nainstalován";
+$a->strings["POSIX PHP module"] = "PHP modul POSIX";
+$a->strings["Error: POSIX PHP module required but not installed."] = "Chyba: PHP modul POSIX je vyžadován, ale není nainstalován.";
+$a->strings["JSON PHP module"] = "PHP modul JSON";
+$a->strings["Error: JSON PHP module required but not installed."] = "Chyba: PHP modul JSON je vyžadován, ale není nainstalován";
+$a->strings["File Information PHP module"] = "PHP modul File Information";
+$a->strings["Error: File Information PHP module required but not installed."] = "Chyba: PHP modul File Information  je vyžadován, ale není nainstalován.";
+$a->strings["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."] = "Webový instalátor musí být schopen vytvořit soubor s názvem „local.config.php“ v adresáři „config“ Vašeho webového serveru a není mu to umožněno. ";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když vy můžete.";
+$a->strings["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."] = "Na konci této procedury od nás obdržíte text k uložení v souboru pojmenovaném local.config.php v adresáři „config“ na Vaší instalaci Friendica.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor „INSTALL.txt“ pro další instrukce.";
+$a->strings["config/local.config.php is writable"] = "Soubor config/local.config.php je zapisovatelný";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica používá k zobrazení svých webových stránek šablonovací nástroj Smarty3. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování.";
+$a->strings["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."] = "Pro uložení kompilovaných šablon potřebuje webový server mít přístup k zápisu do adresáře view/smarty3/ pod kořenovým adresářem Friendica.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Prosím ujistěte se, že má uživatel webového serveru (jako například www-data) právo zápisu do tohoto adresáře";
+$a->strings["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."] = "Poznámka: jako bezpečnostní opatření byste měl/a přidělit webovém serveru právo zápisu pouze do adresáře /view/smarty3/ -- a nikoliv už do souborů s šablonami (.tpl), které obsahuje.";
+$a->strings["view/smarty3 is writable"] = "Adresář view/smarty3 je zapisovatelný";
+$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = "URL rewrite v souboru .htacess nefunguje. Ujistěte se, že jste zkopíroval/a soubor .htaccess-dist jako .htaccess";
+$a->strings["Error message from Curl when fetching"] = "Chybová zpráva od Curl při načítání";
+$a->strings["Url rewrite is working"] = "Url rewrite je funkční.";
+$a->strings["ImageMagick PHP extension is not installed"] = "PHP rozšíření ImageMagick není nainstalováno";
+$a->strings["ImageMagick PHP extension is installed"] = "PHP rozšíření ImageMagick je nainstalováno";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick podporuje GIF";
+$a->strings["Database already in use."] = "Databáze se již používá.";
+$a->strings["Could not connect to database."] = "Nelze se připojit k databázi.";
+$a->strings["Tuesday"] = "úterý";
+$a->strings["Wednesday"] = "středa";
+$a->strings["Thursday"] = "čtvrtek";
+$a->strings["Friday"] = "pátek";
+$a->strings["Saturday"] = "sobota";
+$a->strings["January"] = "leden";
+$a->strings["February"] = "únor";
+$a->strings["March"] = "březen";
+$a->strings["April"] = "duben";
+$a->strings["May"] = "květen";
+$a->strings["June"] = "červen";
+$a->strings["July"] = "červenec";
+$a->strings["August"] = "srpen";
+$a->strings["September"] = "září";
+$a->strings["October"] = "říjen";
+$a->strings["November"] = "listopad";
+$a->strings["December"] = "prosinec";
+$a->strings["Mon"] = "pon";
+$a->strings["Tue"] = "úte";
+$a->strings["Wed"] = "stř";
+$a->strings["Thu"] = "čtv";
+$a->strings["Fri"] = "pát";
+$a->strings["Sat"] = "sob";
+$a->strings["Sun"] = "ned";
+$a->strings["Jan"] = "led";
+$a->strings["Feb"] = "úno";
+$a->strings["Mar"] = "bře";
+$a->strings["Apr"] = "dub";
+$a->strings["Jun"] = "čvn";
+$a->strings["Jul"] = "čvc";
+$a->strings["Aug"] = "srp";
+$a->strings["Sep"] = "zář";
+$a->strings["Oct"] = "říj";
+$a->strings["Nov"] = "lis";
+$a->strings["Dec"] = "pro";
+$a->strings["poke"] = "šťouchnout";
+$a->strings["poked"] = "šťouchnul/a";
+$a->strings["ping"] = "cinknout";
+$a->strings["pinged"] = "cinknul/a";
+$a->strings["prod"] = "dloubnout";
+$a->strings["prodded"] = "dloubnul/a";
+$a->strings["slap"] = "uhodit";
+$a->strings["slapped"] = "uhodil/a";
+$a->strings["finger"] = "osahat";
+$a->strings["fingered"] = "osahal/a";
+$a->strings["rebuff"] = "odmítnout";
+$a->strings["rebuffed"] = "odmítnul/a";
+$a->strings["System"] = "Systém";
+$a->strings["Home"] = "Domů";
+$a->strings["Introductions"] = "Představení";
+$a->strings["%s commented on %s's post"] = "%s okomentoval/a příspěvek uživatele %s";
+$a->strings["%s created a new post"] = "%s vytvořil nový příspěvek";
+$a->strings["%s liked %s's post"] = "Uživateli %s se líbí příspěvek uživatele %s";
+$a->strings["%s disliked %s's post"] = "Uživateli %s se nelíbí příspěvek uživatele %s";
+$a->strings["%s is attending %s's event"] = "%s se zúčastní události %s";
+$a->strings["%s is not attending %s's event"] = "%s se nezúčastní události %s";
+$a->strings["%s may attend %s's event"] = "%s by se mohl/a zúčastnit události %s";
+$a->strings["%s is now friends with %s"] = "%s se nyní přátelí s uživatelem %s";
+$a->strings["Friend Suggestion"] = "Návrh přátelství";
+$a->strings["Friend/Connect Request"] = "Požadavek o přátelství/spojení";
+$a->strings["New Follower"] = "Nový sledující";
+$a->strings["Welcome %s"] = "Vítejte, %s";
+$a->strings["Please upload a profile photo."] = "Prosím nahrajte profilovou fotku.";
+$a->strings["Welcome back %s"] = "Vítejte zpět, %s";
+$a->strings["Update %s failed. See error logs."] = "Aktualizace %s selhala. Zkontrolujte protokol chyb.";
+$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\tVývojáři Friendica nedávno vydali aktualizaci %s,\n\t\t\t\tale když jsem ji zkusil instalovat, něco se strašně pokazilo.\n\t\t\t\tToto se musí ihned opravit a nemůžu to udělat sám. Prosím, kontaktujte\n\t\t\t\tvývojáře Friendica, pokud to nedokážete sám. Moje databáze může být neplatná.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "Chybová zpráva je\n[pre]%s[/pre]";
+$a->strings["[Friendica Notify] Database update"] = "[Friendica:Oznámení] Aktualizace databáze";
+$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tDatabáze Friendica byla úspěšně aktualizována z verze %s na %s.";
+$a->strings["Error decoding account file"] = "Chyba dekódování uživatelského účtu";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Chyba! V souboru nejsou data o verzi! Je to opravdu soubor s účtem Friendica?";
+$a->strings["User '%s' already exists on this server!"] = "Uživatel „%s“ již na tomto serveru existuje!";
+$a->strings["User creation error"] = "Chyba při vytváření uživatele";
+$a->strings["User profile creation error"] = "Chyba vytváření uživatelského profilu";
+$a->strings["%d contact not imported"] = [
+       0 => "%d kontakt nenaimportován",
+       1 => "%d kontakty nenaimportovány",
+       2 => "%d kontaktu nenaimportováno",
+       3 => "%d kontaktů nenaimportováno",
+];
+$a->strings["Done. You can now login with your username and password"] = "Hotovo. Nyní  se můžete přihlásit se svým uživatelským jménem a heslem";
+$a->strings["Birthday:"] = "Narozeniny:";
+$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD nebo MM-DD";
+$a->strings["never"] = "nikdy";
+$a->strings["less than a second ago"] = "méně než před sekundou";
+$a->strings["year"] = "rok";
+$a->strings["years"] = "let";
+$a->strings["months"] = "měsíců";
+$a->strings["weeks"] = "týdnů";
+$a->strings["days"] = "dní";
+$a->strings["hour"] = "hodina";
+$a->strings["hours"] = "hodin";
+$a->strings["minute"] = "minuta";
+$a->strings["minutes"] = "minut";
+$a->strings["second"] = "sekunda";
+$a->strings["seconds"] = "sekund";
+$a->strings["in %1\$d %2\$s"] = "za %1\$d %2\$s";
+$a->strings["%1\$d %2\$s ago"] = "před %1\$d %2\$s";
+$a->strings["view full size"] = "zobrazit v plné velikosti";
+$a->strings["Image/photo"] = "Obrázek/fotka";
+$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 napsal/a:";
+$a->strings["Encrypted content"] = "Šifrovaný obsah";
+$a->strings["Invalid source protocol"] = "Neplatný protokol zdroje";
+$a->strings["Invalid link protocol"] = "Neplatný protokol odkazu";
+$a->strings["Loading more entries..."] = "Načítám více záznamů...";
+$a->strings["The end"] = "Konec";
+$a->strings["Follow"] = "Sledovat";
+$a->strings["@name, !forum, #tags, content"] = "@jméno, !fórum, #štítky, obsah";
+$a->strings["Full Text"] = "Celý text";
+$a->strings["Tags"] = "Štítky";
+$a->strings["Click to open/close"] = "Kliknutím otevřete/zavřete";
+$a->strings["Export"] = "Exportovat";
+$a->strings["Export calendar as ical"] = "Exportovat kalendář jako ical";
+$a->strings["Export calendar as csv"] = "Exportovat kalendář jako csv";
+$a->strings["No contacts"] = "Žádné kontakty";
+$a->strings["%d Contact"] = [
+       0 => "%d kontakt",
+       1 => "%d kontakty",
+       2 => "%d kontaktu",
+       3 => "%d kontaktů",
+];
+$a->strings["View Contacts"] = "Zobrazit kontakty";
+$a->strings["Trending Tags (last %d hour)"] = [
+       0 => "Populární štítky (poslední %d hodina)",
+       1 => "Populární štítky (poslední %d hodiny)",
+       2 => "Populární štítky (posledních %d hodin)",
+       3 => "Populární štítky (posledních %d hodin)",
+];
+$a->strings["More Trending Tags"] = "Další populární štítky";
+$a->strings["newer"] = "novější";
+$a->strings["older"] = "starší";
+$a->strings["prev"] = "předchozí";
+$a->strings["last"] = "poslední";
 $a->strings["Frequently"] = "Často";
 $a->strings["Hourly"] = "Hodinově";
 $a->strings["Twice daily"] = "Dvakrát denně";
@@ -1066,8 +1300,7 @@ $a->strings["Oodles"] = "Hodně";
 $a->strings["Nonsexual"] = "Nesexuální";
 $a->strings["Single"] = "Svobodný/á";
 $a->strings["Lonely"] = "Osamělý/á";
-$a->strings["Available"] = "Dostupný/á";
-$a->strings["Unavailable"] = "Nedostupný/á";
+$a->strings["In a relation"] = "Ve vztahu";
 $a->strings["Has crush"] = "Zamilovaný/á";
 $a->strings["Infatuated"] = "Zabouchnutý/á";
 $a->strings["Dating"] = "Chodím s někým";
@@ -1102,12 +1335,15 @@ $a->strings["Photo Location"] = "Poloha fotky";
 $a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Metadata fotek jsou normálně odebrána. Tato funkce před odebrání metadat extrahuje polohu (pokud je k dispozici) a propojí ji s mapou.";
 $a->strings["Export Public Calendar"] = "Exportovat veřejný kalendář";
 $a->strings["Ability for visitors to download the public calendar"] = "Umožnit návštěvníkům stáhnout si veřejný kalendář";
+$a->strings["Trending Tags"] = "Populární štítky";
+$a->strings["Show a community page widget with a list of the most popular tags in recent public posts."] = "";
 $a->strings["Post Composition Features"] = "Nastavení vytváření příspěvků";
 $a->strings["Auto-mention Forums"] = "Automaticky zmiňovat fóra";
 $a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Přidat/odstranit zmínku, když je stránka na fóru označena/odznačena v okně ACL.";
 $a->strings["Explicit Mentions"] = "Výslovné zmínky";
 $a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "Přidá do pole pro komentování výslovné zmínky pro ruční kontrolu nad tím, koho zmíníte v odpovědích.";
 $a->strings["Network Sidebar"] = "Síťová postranní lišta";
+$a->strings["Archives"] = "Archivy";
 $a->strings["Ability to select posts by date ranges"] = "Možnost označit příspěvky dle časového intervalu";
 $a->strings["Protocol Filter"] = "Filtr protokolů";
 $a->strings["Enable widget to display Network posts only from selected protocols"] = "Povolením této funkce se budou zobrazovat síťové příspěvky pouze z vybraných protokolů";
@@ -1126,92 +1362,45 @@ $a->strings["Tag Cloud"] = "Štítkový oblak";
 $a->strings["Provide a personal tag cloud on your profile page"] = "Poskytne na vaší profilové stránce osobní „štítkový oblak“";
 $a->strings["Display Membership Date"] = "Zobrazit datum členství";
 $a->strings["Display membership date in profile"] = "Zobrazit v profilu datum připojení";
-$a->strings["Forums"] = "Fóra";
-$a->strings["External link to forum"] = "Externí odkaz na fórum";
 $a->strings["Nothing new here"] = "Zde není nic nového";
 $a->strings["Clear notifications"] = "Vymazat oznámení";
-$a->strings["@name, !forum, #tags, content"] = "@jméno, !fórum, #štítky, obsah";
 $a->strings["Logout"] = "Odhlásit se";
 $a->strings["End this session"] = "Konec této relace";
-$a->strings["Status"] = "Stav";
-$a->strings["Your posts and conversations"] = "Vaše příspěvky a konverzace";
-$a->strings["Your profile page"] = "Vaše profilová stránka";
-$a->strings["Your photos"] = "Vaše fotky";
-$a->strings["Videos"] = "Videa";
-$a->strings["Your videos"] = "Vaše videa";
-$a->strings["Your events"] = "Vaše události";
-$a->strings["Personal notes"] = "Osobní poznámky";
-$a->strings["Your personal notes"] = "Vaše osobní poznámky";
 $a->strings["Login"] = "Přihlásit se";
 $a->strings["Sign in"] = "Přihlásit se";
-$a->strings["Home"] = "Domů";
+$a->strings["Personal notes"] = "Osobní poznámky";
+$a->strings["Your personal notes"] = "Vaše osobní poznámky";
 $a->strings["Home Page"] = "Domovská stránka";
 $a->strings["Register"] = "Registrovat";
 $a->strings["Create an account"] = "Vytvořit účet";
-$a->strings["Help"] = "Nápověda";
 $a->strings["Help and documentation"] = "Nápověda a dokumentace";
 $a->strings["Apps"] = "Aplikace";
 $a->strings["Addon applications, utilities, games"] = "Doplňkové aplikace, nástroje, hry";
 $a->strings["Search site content"] = "Hledání na stránkách tohoto webu";
-$a->strings["Full Text"] = "Celý text";
-$a->strings["Tags"] = "Štítky";
 $a->strings["Community"] = "Komunita";
 $a->strings["Conversations on this and other servers"] = "Konverzace na tomto a jiných serverech";
-$a->strings["Events and Calendar"] = "Události a kalendář";
 $a->strings["Directory"] = "Adresář";
 $a->strings["People directory"] = "Adresář";
 $a->strings["Information"] = "Informace";
 $a->strings["Information about this friendica instance"] = "Informace o této instanci Friendica";
 $a->strings["Terms of Service"] = "Podmínky používání";
 $a->strings["Terms of Service of this Friendica instance"] = "Podmínky používání této instance Friendica";
-$a->strings["Network"] = "Síť";
-$a->strings["Conversations from your friends"] = "Konverzace od vašich přátel";
 $a->strings["Network Reset"] = "Reset sítě";
 $a->strings["Load Network page with no filters"] = "Načíst stránku Síť bez filtrů";
-$a->strings["Introductions"] = "Představení";
 $a->strings["Friend Requests"] = "Požadavky o přátelství";
 $a->strings["See all notifications"] = "Zobrazit všechna oznámení";
 $a->strings["Mark all system notifications seen"] = "Označit všechna systémová oznámení jako přečtené";
-$a->strings["Private mail"] = "Soukromá pošta";
 $a->strings["Inbox"] = "Doručená pošta";
 $a->strings["Outbox"] = "Odeslaná pošta";
 $a->strings["Manage"] = "Spravovat";
 $a->strings["Manage other pages"] = "Spravovat jiné stránky";
-$a->strings["Account settings"] = "Nastavení účtu";
 $a->strings["Manage/Edit Profiles"] = "Spravovat/Editovat Profily";
-$a->strings["Manage/edit friends and contacts"] = "Spravovat/upravit přátelé a kontakty";
 $a->strings["Admin"] = "Administrátor";
 $a->strings["Site setup and configuration"] = "Nastavení webu a konfigurace";
 $a->strings["Navigation"] = "Navigace";
 $a->strings["Site map"] = "Mapa webu";
 $a->strings["Embedding disabled"] = "Vkládání zakázáno";
 $a->strings["Embedded content"] = "Vložený obsah";
-$a->strings["newer"] = "novější";
-$a->strings["older"] = "starší";
-$a->strings["prev"] = "předchozí";
-$a->strings["last"] = "poslední";
-$a->strings["view full size"] = "zobrazit v plné velikosti";
-$a->strings["Image/photo"] = "Obrázek/fotka";
-$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 napsal/a:";
-$a->strings["Encrypted content"] = "Šifrovaný obsah";
-$a->strings["Invalid source protocol"] = "Neplatný protokol zdroje";
-$a->strings["Invalid link protocol"] = "Neplatný protokol odkazu";
-$a->strings["Loading more entries..."] = "Načítám více záznamů...";
-$a->strings["The end"] = "Konec";
-$a->strings["Follow"] = "Sledovat";
-$a->strings["Click to open/close"] = "Kliknutím otevřete/zavřete";
-$a->strings["Export"] = "Exportovat";
-$a->strings["Export calendar as ical"] = "Exportovat kalendář jako ical";
-$a->strings["Export calendar as csv"] = "Exportovat kalendář jako csv";
-$a->strings["No contacts"] = "Žádné kontakty";
-$a->strings["%d Contact"] = [
-       0 => "%d kontakt",
-       1 => "%d kontakty",
-       2 => "%d kontaktu",
-       3 => "%d kontaktů",
-];
-$a->strings["View Contacts"] = "Zobrazit kontakty";
 $a->strings["Add New Contact"] = "Přidat nový kontakt";
 $a->strings["Enter address or web location"] = "Zadejte adresu nebo umístění webu";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Příklad: jan@priklad.cz, http://priklad.cz/lucie";
@@ -1221,176 +1410,33 @@ $a->strings["%d invitation available"] = [
        2 => "%d pozvánky k dispozici",
        3 => "%d pozvánek k dispozici",
 ];
-$a->strings["Find People"] = "Najít lidi";
-$a->strings["Enter name or interest"] = "Zadejte jméno nebo zájmy";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Příklady: Josef Dvořák, rybaření";
-$a->strings["Find"] = "Najít";
-$a->strings["Similar Interests"] = "Podobné zájmy";
-$a->strings["Random Profile"] = "Náhodný profil";
-$a->strings["Invite Friends"] = "Pozvat přátele";
-$a->strings["Global Directory"] = "Globální adresář";
-$a->strings["Local Directory"] = "Místní adresář";
+$a->strings["Following"] = "Sledující";
+$a->strings["Mutual friends"] = "Vzájemní přátelé";
+$a->strings["Relationships"] = "Vztahy";
+$a->strings["All Contacts"] = "Všechny kontakty";
 $a->strings["Protocols"] = "Protokoly";
 $a->strings["All Protocols"] = "Všechny protokoly";
 $a->strings["Saved Folders"] = "Uložené složky";
 $a->strings["Everything"] = "Všechno";
-$a->strings["Categories"] = "Kategorie";
-$a->strings["%d contact in common"] = [
-       0 => "%d společný kontakt",
-       1 => "%d společné kontakty",
-       2 => "%d společného kontaktu",
-       3 => "%d společných kontaktů",
-];
-$a->strings["Post to Email"] = "Poslat příspěvek na e-mail";
-$a->strings["Visible to everybody"] = "Viditelné pro všechny";
-$a->strings["show"] = "zobrazit";
-$a->strings["don't show"] = "nezobrazit";
-$a->strings["Connectors"] = "Konektory";
-$a->strings["Hide your profile details from unknown viewers?"] = "Skrýt vaše profilové detaily před neznámými návštěvníky?";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Konektory deaktivovány, neboť je aktivován „%s“.";
-$a->strings["Close"] = "Zavřít";
-$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."] = "Databázový konfigurační soubor „config/local.config.php“ nemohl být zapsán. Prosím, použijte přiložený text k vytvoření konfiguračního souboru v kořenovém adresáři vašeho webového serveru.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Nejspíše budete muset manuálně importovat soubor „database.sql“ pomocí phpMyAdmin či MySQL.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Přečtěte si prosím informace v souboru „INSTALL.txt“.";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru.";
-$a->strings["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>"] = "Pokud nemáte na vašem serveru nainstalovanou verzi PHP pro příkazový řádek, nebudete moci spouštět procesy v pozadí. Více na <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'>„Nastavte pracovníka“</a>";
-$a->strings["PHP executable path"] = "Cesta ke spustitelnému souboru PHP";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Zadejte plnou cestu ke spustitelnému souboru PHP. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci.";
-$a->strings["Command line PHP"] = "Příkazový řádek PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable není php cli binary (může být verze cgi-fgci)";
-$a->strings["Found PHP version: "] = "Nalezena verze PHP:";
-$a->strings["PHP cli binary"] = "PHP cli binary";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Verze PHP pro příkazový řádek na vašem systému nemá povoleno nastavení „register_argc_argv“.";
-$a->strings["This is required for message delivery to work."] = "Toto je nutné pro fungování doručování zpráv.";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Chyba: funkce „openssl_pkey_new“ na tomto systému není schopna generovat šifrovací klíče";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Pokud systém běží na Windows, prosím přečtěte si „http://www.php.net/manual/en/openssl.installation.php“.";
-$a->strings["Generate encryption keys"] = "Generovat šifrovací klíče";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Chyba: Modul mod_rewrite webového serveru Apache je vyadován, ale není nainstalován.";
-$a->strings["Apache mod_rewrite module"] = "Modul Apache mod_rewrite";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Chyba: PHP modul PDO nebo MySQLi je vyžadován, ale není nainstalován.";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "Chyba: Ovladač MySQL pro PDO není nainstalován";
-$a->strings["PDO or MySQLi PHP module"] = "PHP modul PDO nebo MySQLi";
-$a->strings["Error, XML PHP module required but not installed."] = "Chyba: PHP modul XML je vyžadován, ale není nainstalován";
-$a->strings["XML PHP module"] = "PHP modul XML";
-$a->strings["libCurl PHP module"] = "PHP modul libCurl";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Chyba: PHP modul libcurl je vyžadován, ale není nainstalován.";
-$a->strings["GD graphics PHP module"] = "PHP modul GD graphics";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Chyba: PHP modul GD graphics je vyžadován, ale není nainstalován.";
-$a->strings["OpenSSL PHP module"] = "PHP modul OpenSSL";
-$a->strings["Error: openssl PHP module required but not installed."] = "Chyba: PHP modul openssl je vyžadován, ale není nainstalován.";
-$a->strings["mb_string PHP module"] = "PHP modul mb_string";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Chyba: PHP modul mb_string  je vyžadován, ale není nainstalován.";
-$a->strings["iconv PHP module"] = "PHP modul iconv";
-$a->strings["Error: iconv PHP module required but not installed."] = "Chyba: PHP modul iconv je vyžadován, ale není nainstalován";
-$a->strings["POSIX PHP module"] = "PHP modul POSIX";
-$a->strings["Error: POSIX PHP module required but not installed."] = "Chyba: PHP modul POSIX je vyžadován, ale není nainstalován.";
-$a->strings["JSON PHP module"] = "PHP modul JSON";
-$a->strings["Error: JSON PHP module required but not installed."] = "Chyba: PHP modul JSON je vyžadován, ale není nainstalován";
-$a->strings["File Information PHP module"] = "PHP modul File Information";
-$a->strings["Error: File Information PHP module required but not installed."] = "Chyba: PHP modul File Information  je vyžadován, ale není nainstalován.";
-$a->strings["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."] = "Webový instalátor musí být schopen vytvořit soubor s názvem „local.config.php“ v adresáři „config“ Vašeho webového serveru a není mu to umožněno. ";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když vy můžete.";
-$a->strings["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."] = "Na konci této procedury od nás obdržíte text k uložení v souboru pojmenovaném local.config.php v adresáři „config“ na Vaší instalaci Friendica.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor „INSTALL.txt“ pro další instrukce.";
-$a->strings["config/local.config.php is writable"] = "Soubor config/local.config.php je zapisovatelný";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica používá k zobrazení svých webových stránek šablonovací nástroj Smarty3. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování.";
-$a->strings["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."] = "Pro uložení kompilovaných šablon potřebuje webový server mít přístup k zápisu do adresáře view/smarty3/ pod kořenovým adresářem Friendica.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Prosím ujistěte se, že má uživatel webového serveru (jako například www-data) právo zápisu do tohoto adresáře";
-$a->strings["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."] = "Poznámka: jako bezpečnostní opatření byste měl/a přidělit webovém serveru právo zápisu pouze do adresáře /view/smarty3/ -- a nikoliv už do souborů s šablonami (.tpl), které obsahuje.";
-$a->strings["view/smarty3 is writable"] = "Adresář view/smarty3 je zapisovatelný";
-$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = "URL rewrite v souboru .htacess nefunguje. Ujistěte se, že jste zkopíroval/a soubor .htaccess-dist jako .htaccess";
-$a->strings["Error message from Curl when fetching"] = "Chybová zpráva od Curl při načítání";
-$a->strings["Url rewrite is working"] = "Url rewrite je funkční.";
-$a->strings["ImageMagick PHP extension is not installed"] = "PHP rozšíření ImageMagick není nainstalováno";
-$a->strings["ImageMagick PHP extension is installed"] = "PHP rozšíření ImageMagick je nainstalováno";
-$a->strings["ImageMagick supports GIF"] = "ImageMagick podporuje GIF";
-$a->strings["Could not connect to database."] = "Nelze se připojit k databázi.";
-$a->strings["Database already in use."] = "Databáze se již používá.";
-$a->strings["Tuesday"] = "úterý";
-$a->strings["Wednesday"] = "středa";
-$a->strings["Thursday"] = "čtvrtek";
-$a->strings["Friday"] = "pátek";
-$a->strings["Saturday"] = "sobota";
-$a->strings["January"] = "leden";
-$a->strings["February"] = "únor";
-$a->strings["March"] = "březen";
-$a->strings["April"] = "duben";
-$a->strings["May"] = "květen";
-$a->strings["June"] = "červen";
-$a->strings["July"] = "červenec";
-$a->strings["August"] = "srpen";
-$a->strings["September"] = "září";
-$a->strings["October"] = "říjen";
-$a->strings["November"] = "listopad";
-$a->strings["December"] = "prosinec";
-$a->strings["Mon"] = "pon";
-$a->strings["Tue"] = "úte";
-$a->strings["Wed"] = "stř";
-$a->strings["Thu"] = "čtv";
-$a->strings["Fri"] = "pát";
-$a->strings["Sat"] = "sob";
-$a->strings["Sun"] = "ned";
-$a->strings["Jan"] = "led";
-$a->strings["Feb"] = "úno";
-$a->strings["Mar"] = "bře";
-$a->strings["Apr"] = "dub";
-$a->strings["Jul"] = "čvc";
-$a->strings["Aug"] = "srp";
-$a->strings["Sep"] = "zář";
-$a->strings["Oct"] = "říj";
-$a->strings["Nov"] = "lis";
-$a->strings["Dec"] = "pro";
-$a->strings["poke"] = "šťouchnout";
-$a->strings["poked"] = "šťouchnul/a";
-$a->strings["ping"] = "cinknout";
-$a->strings["pinged"] = "cinknul/a";
-$a->strings["prod"] = "dloubnout";
-$a->strings["prodded"] = "dloubnul/a";
-$a->strings["slap"] = "uhodit";
-$a->strings["slapped"] = "uhodil/a";
-$a->strings["finger"] = "osahat";
-$a->strings["fingered"] = "osahal/a";
-$a->strings["rebuff"] = "odmítnout";
-$a->strings["rebuffed"] = "odmítnul/a";
-$a->strings["System"] = "Systém";
-$a->strings["%s commented on %s's post"] = "%s okomentoval/a příspěvek uživatele %s";
-$a->strings["%s created a new post"] = "%s vytvořil nový příspěvek";
-$a->strings["%s liked %s's post"] = "Uživateli %s se líbí příspěvek uživatele %s";
-$a->strings["%s disliked %s's post"] = "Uživateli %s se nelíbí příspěvek uživatele %s";
-$a->strings["%s is attending %s's event"] = "%s se zúčastní události %s";
-$a->strings["%s is not attending %s's event"] = "%s se nezúčastní události %s";
-$a->strings["%s may attend %s's event"] = "%s by se mohl/a zúčastnit události %s";
-$a->strings["%s is now friends with %s"] = "%s se nyní přátelí s uživatelem %s";
-$a->strings["Friend Suggestion"] = "Návrh přátelství";
-$a->strings["Friend/Connect Request"] = "Požadavek o přátelství/spojení";
-$a->strings["New Follower"] = "Nový sledující";
-$a->strings["Welcome %s"] = "Vítejte, %s";
-$a->strings["Please upload a profile photo."] = "Prosím nahrajte profilovou fotku.";
-$a->strings["Welcome back %s"] = "Vítejte zpět, %s";
-$a->strings["Update %s failed. See error logs."] = "Aktualizace %s selhala. Zkontrolujte protokol chyb.";
-$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\tVývojáři Friendica nedávno vydali aktualizaci %s,\n\t\t\t\tale když jsem ji zkusil instalovat, něco se strašně pokazilo.\n\t\t\t\tToto se musí ihned opravit a nemůžu to udělat sám. Prosím, kontaktujte\n\t\t\t\tvývojáře Friendica, pokud to nedokážete sám. Moje databáze může být neplatná.";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "Chybová zpráva je\n[pre]%s[/pre]";
-$a->strings["[Friendica Notify] Database update"] = "[Friendica:Oznámení] Aktualizace databáze";
-$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\t\tDatabáze Friendica byla úspěšně aktualizována z verze %s na %s.";
-$a->strings["Error decoding account file"] = "Chyba dekódování uživatelského účtu";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Chyba! V souboru nejsou data o verzi! Je to opravdu soubor s účtem Friendica?";
-$a->strings["User '%s' already exists on this server!"] = "Uživatel „%s“ již na tomto serveru existuje!";
-$a->strings["User creation error"] = "Chyba při vytváření uživatele";
-$a->strings["User profile creation error"] = "Chyba vytváření uživatelského profilu";
-$a->strings["%d contact not imported"] = [
-       0 => "%d kontakt nenaimportován",
-       1 => "%d kontakty nenaimportovány",
-       2 => "%d kontaktu nenaimportováno",
-       3 => "%d kontaktů nenaimportováno",
+$a->strings["Categories"] = "Kategorie";
+$a->strings["%d contact in common"] = [
+       0 => "%d společný kontakt",
+       1 => "%d společné kontakty",
+       2 => "%d společného kontaktu",
+       3 => "%d společných kontaktů",
 ];
-$a->strings["Done. You can now login with your username and password"] = "Hotovo. Nyní  se můžete přihlásit se svým uživatelským jménem a heslem";
 $a->strings["There are no tables on MyISAM."] = "V MyISAM nejsou žádné tabulky.";
 $a->strings["\nError %d occurred during database update:\n%s\n"] = "\nPři aktualizaci databáze se vyskytla chyba %d:\n%s\n";
 $a->strings["Errors encountered performing database changes: "] = "Při vykonávání změn v databázi se vyskytly chyby: ";
 $a->strings["%s: Database update"] = "%s: Aktualizace databáze";
 $a->strings["%s: updating %s table."] = "%s: aktualizuji tabulku %s";
-$a->strings["Legacy module file not found: %s"] = "Soubor legacy modulu nenalezen: %s";
+$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Vytvoření „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat.";
+$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Uložení dat do „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat";
+$a->strings["Storage base path"] = "Cesta ke kořenové složce úložiště";
+$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Složka, do které jsou ukládány nahrané soubory. Pro maximální bezpečnost to musí být cesta mimo složku webového serveru";
+$a->strings["Enter a valid existing folder"] = "Zadejte platnou existující složku";
+$a->strings["Database storage failed to update %s"] = "Aktualizace %s v úložišti databáze neuspěla";
+$a->strings["Database storage failed to insert data"] = "Vklad dat do databázového úložiště neuspěl";
 $a->strings["Drop Contact"] = "Odstranit kontakt";
 $a->strings["Organisation"] = "Organizace";
 $a->strings["News"] = "Zprávy";
@@ -1411,7 +1457,6 @@ $a->strings["l F d, Y \\@ g:i A"] = "l d. F, Y v g:i A";
 $a->strings["Starts:"] = "Začíná:";
 $a->strings["Finishes:"] = "Končí:";
 $a->strings["all-day"] = "celodenní";
-$a->strings["Jun"] = "čvn";
 $a->strings["Sept"] = "září";
 $a->strings["No events to display"] = "Žádné události k zobrazení";
 $a->strings["l, F j"] = "l, j. F";
@@ -1430,6 +1475,7 @@ $a->strings["A deleted group with this name was revived. Existing item permissio
 $a->strings["Default privacy group for new contacts"] = "Výchozí soukromá skupina pro nové kontakty.";
 $a->strings["Everybody"] = "Všichni";
 $a->strings["edit"] = "upravit";
+$a->strings["Groups"] = "Skupiny";
 $a->strings["Edit group"] = "Upravit skupinu";
 $a->strings["Contacts not in any group"] = "Kontakty, které nejsou v žádné skupině";
 $a->strings["Create a new group"] = "Vytvořit novou skupinu";
@@ -1449,11 +1495,12 @@ $a->strings["View on separate page"] = "Zobrazit na separátní stránce";
 $a->strings["view on separate page"] = "zobrazit na separátní stránce";
 $a->strings["[no subject]"] = "[bez předmětu]";
 $a->strings["Edit profile"] = "Upravit profil";
-$a->strings["Atom feed"] = "Kanál Atom";
 $a->strings["Manage/edit profiles"] = "Spravovat/upravit profily";
 $a->strings["Status:"] = "Stav:";
 $a->strings["Homepage:"] = "Domovská stránka:";
 $a->strings["XMPP:"] = "XMPP:";
+$a->strings["Unfollow"] = "";
+$a->strings["Atom feed"] = "Kanál Atom";
 $a->strings["g A l F d"] = "g A, l d. F";
 $a->strings["F d"] = "d. F";
 $a->strings["[today]"] = "[dnes]";
@@ -1465,7 +1512,6 @@ $a->strings["Upcoming events the next 7 days:"] = "Nadcházející události v p
 $a->strings["Member since:"] = "Členem od:";
 $a->strings["j F, Y"] = "j F, Y";
 $a->strings["j F"] = "j F";
-$a->strings["Birthday:"] = "Narozeniny:";
 $a->strings["Age:"] = "Věk:";
 $a->strings["for %1\$d %2\$s"] = "%1\$d %2\$s";
 $a->strings["Religion:"] = "Náboženství:";
@@ -1483,13 +1529,6 @@ $a->strings["Profile Details"] = "Detaily profilu";
 $a->strings["Only You Can See This"] = "Toto můžete vidět jen vy";
 $a->strings["Tips for New Members"] = "Tipy pro nové členy";
 $a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s vítá uživatele %2\$s";
-$a->strings["Database storage failed to update %s"] = "Aktualizace %s v úložišti databáze neuspěla";
-$a->strings["Database storage failed to insert data"] = "Vklad dat do databázového úložiště neuspěl";
-$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Vytvoření „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat.";
-$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Uložení dat do „%s“ v úložišti souborového systému neuspělo. Zkontrolujte vaše povolení zapisovat";
-$a->strings["Storage base path"] = "Cesta ke kořenové složce úložiště";
-$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Složka, do které jsou ukládány nahrané soubory. Pro maximální bezpečnost to musí být cesta mimo složku webového serveru";
-$a->strings["Enter a valid existing folder"] = "Zadejte platnou existující složku";
 $a->strings["Login failed"] = "Přihlášení selhalo";
 $a->strings["Not enough information to authenticate"] = "Není dost informací pro autentikaci";
 $a->strings["Password can't be empty"] = "Heslo nemůže být prázdné";
@@ -1525,7 +1564,6 @@ $a->strings["Your nickname can only contain a-z, 0-9 and _."] = "Uživatelské j
 $a->strings["Nickname is already registered. Please choose another."] = "Přezdívka je již registrována. Prosím vyberte jinou.";
 $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ZÁVAŽNÁ CHYBA: Generování bezpečnostních klíčů se nezdařilo.";
 $a->strings["An error occurred during registration. Please try again."] = "Došlo k chybě při registraci. Zkuste to prosím znovu.";
-$a->strings["default"] = "výchozí";
 $a->strings["An error occurred creating your default profile. Please try again."] = "Při vytváření vašeho výchozího profilu došlo k chybě. Zkuste to prosím znovu.";
 $a->strings["An error occurred creating your self contact. Please try again."] = "Při vytváření vašeho kontaktu na sebe došlo k chybě. Zkuste to prosím znovu.";
 $a->strings["An error occurred creating your default contact group. Please try again."] = "Při vytváření vaší výchozí skupiny kontaktů došlo k chybě. Zkuste to prosím znovu.";
@@ -1534,6 +1572,24 @@ $a->strings["Registration at %s"] = "Registrace na %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\tVážený/á %1\$s,\n\t\t\t\tDěkujeme, že jste se registroval/a na %2\$s. Váš účet byl vytvořen.\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\tZde jsou vaše přihlašovací detaily:\n\n\t\t\tAdresa stránky:\t\t%3\$s\n\t\t\tPřihlašovací jméno:\t%1\$s\n\t\t\tHeslo:\t\t\t%5\$s\n\n\t\t\tSvé heslo si po přihlášení můžete změnit na stránce „Nastavení“ vašeho\n\t\t\túčtu.\n\n\t\t\tProsím, prohlédněte si na chvilku ostatní nastavení účtu na této stránce.\n\n\t\t\tMožná byste si také přál/a přidat pár základních informací na svůj výchozí\n\t\t\tprofil (na stránce „Profily“) aby vás další lidé mohli snadno najít.\n\t\t\tDoporučujeme nastavit si vaše celé jméno, přidat profilovou fotku,\n\t\t\tpřidat pár „klíčových slov“ k profilu (velmi užitečné při získávání nových\n\t\t\tpřátel) - a možná v jaké zemi žijete; pokud nechcete být konkrétnější.\n\n\t\t\tZcela respektujeme vaše právo na soukromí a žádnou z těchto položek\n\t\t\tnení potřeba vyplňovat. Pokud jste zde nový/á a nikoho zde neznáte, mohou vám\n\t\t\tpomoci si získat nové a zajímavé přátele.\n\t\t\tPokud byste si někdy přál/a smazat účet, můžete tak učinit na stránce\n\t\t\t%3\$s/removeme.\n\n\t\t\tDěkujeme vám a vítáme vás na %2\$s.";
 $a->strings["Registration details for %s"] = "Registrační údaje pro uživatele %s";
+$a->strings["Sharing notification from Diaspora network"] = "Oznámení o sdílení ze sítě Diaspora";
+$a->strings["Attachments:"] = "Přílohy:";
+$a->strings["%s's timeline"] = "Časová osa uživatele %s";
+$a->strings["%s's posts"] = "Příspěvky uživatele %s";
+$a->strings["%s's comments"] = "Komentáře uživatele %s";
+$a->strings["%s is now following %s."] = "%s nyní sleduje %s.";
+$a->strings["following"] = "sleduje";
+$a->strings["%s stopped following %s."] = "%s přestal/a sledovat uživatele %s.";
+$a->strings["stopped following"] = "přestal/a sledovat";
+$a->strings["(no subject)"] = "(bez předmětu)";
+$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."] = "Ve chvíli registrace, a pro poskytování komunikace mezi uživatelským účtem a jeho kontakty, musí uživatel poskytnout zobrazované jméno (pseudonym), uživatelské jméno (přezdívku) a funkční e-mailovou adresu. Jména budou dostupná na profilové stránce účtu pro kteréhokoliv návštěvníka, i kdyby ostatní detaily nebyly zobrazeny. E-mailová adresa bude použita pouze pro zasílání oznámení o interakcích, nebude ale viditelně zobrazována. Zápis účtu do adresáře účtů serveru nebo globálního adresáře účtů je nepovinný a může být ovládán v nastavení uživatele, není potřebný pro komunikaci.";
+$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."] = "Tato data jsou vyžadována ke komunikaci a jsou předávána serverům komunikačních partnerů a jsou tam ukládána. Uživatelé mohou zadávat dodatečná soukromá data, která mohou být odeslána na účty komunikačních partnerů.";
+$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."] = "Přihlášený uživatel si kdykoliv může exportovat svoje data účtu z <a href=\"%1\$s/settings/uexport\">nastavení účtu</a>. Pokud by chtěl uživatel svůj účet smazat, může tak učinit na stránce <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. Smazání účtu bude trvalé. Na serverech komunikačních partnerů bude zároveň vyžádáno smazání dat.";
+$a->strings["Privacy Statement"] = "Prohlášení o soukromí";
+$a->strings["No installed applications."] = "Žádné nainstalované aplikace.";
+$a->strings["Applications"] = "Aplikace";
+$a->strings["Credits"] = "Poděkování";
+$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 je komunitní projekt, který by nebyl možný bez pomoci mnoha lidí. Zde je seznam těch, kteří přispěli ke kódu nebo k překladu Friendica. Děkujeme všem!";
 $a->strings["Addon not found."] = "Doplněk nenalezen.";
 $a->strings["Addon %s disabled."] = "Doplněk %s zakázán.";
 $a->strings["Addon %s enabled."] = "Doplněk %s povolen.";
@@ -1546,6 +1602,8 @@ $a->strings["Maintainer: "] = "Správce: ";
 $a->strings["Addon %s failed to install."] = "Instalace doplňku %s selhala.";
 $a->strings["Reload active addons"] = "Znovu načíst aktivní doplňky";
 $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"] = "Aktuálně nejsou na Vašem serveru k dispozici žádné doplňky. Oficiální repozitář doplňků najdete na %1\$s a další zajímavé doplňky můžete najít v otevřeném registru doplňků na %2\$s";
+$a->strings["The contact has been blocked from the node"] = "Kontakt byl na serveru zablokován";
+$a->strings["Could not find any contact entry for this URL (%s)"] = "Nelze nalézt žádnou položku v kontaktech pro tuto URL adresu (%s)";
 $a->strings["%s contact unblocked"] = [
        0 => "%s kontakt odblokován",
        1 => "%s kontakty odblokovány",
@@ -1562,6 +1620,7 @@ $a->strings["No remote contact is blocked from this node."] = "Žádný vzdálen
 $a->strings["Blocked Remote Contacts"] = "Zablokované vzdálené kontakty";
 $a->strings["Block New Remote Contact"] = "Zablokovat nový vzdálený kontakt";
 $a->strings["Photo"] = "Fotka";
+$a->strings["Reason"] = "Důvod";
 $a->strings["%s total blocked contact"] = [
        0 => "Celkem %s zablokovaný kontakt",
        1 => "Celkem %s zablokované kontakty",
@@ -1569,20 +1628,22 @@ $a->strings["%s total blocked contact"] = [
        3 => "Celkem %s zablokovaných kontaktů",
 ];
 $a->strings["URL of the remote contact to block."] = "Adresa URL vzdáleného kontaktu k zablokování.";
-$a->strings["Server added to blocklist."] = "Server přidán do blokovacího seznamu";
+$a->strings["Block Reason"] = "Důvod blokace";
+$a->strings["Server domain pattern added to blocklist."] = "";
 $a->strings["Site blocklist updated."] = "Blokovací seznam stránky aktualizován";
-$a->strings["The blocked domain"] = "Zablokovaná doména";
+$a->strings["Blocked server domain pattern"] = "";
 $a->strings["Reason for the block"] = "Důvody pro zablokování";
-$a->strings["The reason why you blocked this domain."] = "Důvod, proč jste doménu zablokoval/a";
-$a->strings["Delete domain"] = "Smazat doménu";
+$a->strings["Delete server domain pattern"] = "";
 $a->strings["Check to delete this entry from the blocklist"] = "Zaškrtnutím odstraníte tuto položku z blokovacího seznamu";
-$a->strings["Server Blocklist"] = "Blokované servery";
-$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "Tato stránka může být použita k definici „černé listiny“ serverů z federované sítě, kterým není dovoleno interagovat s vaším serverem. Měl/a byste také pro všechny zadané domény uvést důvod, proč jste vzdálený server zablokoval/a.";
-$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "Seznam zablokovaných serverů bude zveřejněn na stránce /friendica, takže vaši uživatelé a lidé vyšetřující probém s komunikací mohou důvod najít snadno.";
+$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"] = "Přidat na blokovací seznam novou položku";
-$a->strings["Server Domain"] = "Serverová doména";
-$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "Doména serveru, který má být přidán na blokovací seznam. Vynechejte protokol („http://“).";
+$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"] = "Důvod zablokování";
+$a->strings["The reason why you blocked this server domain pattern."] = "";
 $a->strings["Add Entry"] = "Přidat položku";
 $a->strings["Save changes to the blocklist"] = "Uložit změny do blokovacího seznamu";
 $a->strings["Current Entries in the Blocklist"] = "Aktuální položky v bokovacím seznamu";
@@ -1616,6 +1677,7 @@ $a->strings["You need to know the GUID of the item. You can find it e.g. by look
 $a->strings["GUID"] = "GUID";
 $a->strings["The GUID of the item you want to delete."] = "Číslo GUID položky, kterou chcete smazat";
 $a->strings["Item Guid"] = "Číslo GUID položky";
+$a->strings["The logfile '%s' is not writable. No logging possible"] = "Záznamový soubor „%s“ není zapisovatelný. Zaznamenávání není možno.";
 $a->strings["Log settings updated."] = "Nastavení záznamů aktualizována.";
 $a->strings["PHP log currently enabled."] = "PHP záznamy jsou aktuálně povolené.";
 $a->strings["PHP log currently disabled."] = "PHP záznamy jsou aktuálně zakázané.";
@@ -1755,8 +1817,6 @@ $a->strings["Posts per user on community page"] = "Počet příspěvků na komun
 $a->strings["The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"] = "Maximální počet příspěvků na uživatele na komunitní stránce. (neplatí pro „Globální komunitu“)";
 $a->strings["Disable OStatus support"] = "Zakázat podporu pro OStatus";
 $a->strings["Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Zakázat zabudouvanou kompatibilitu s OStatus (StatusNet, GNU social apod.). Veškerá komunikace pomocí OStatus je veřejná, proto budou občas zobrazena varování o soukromí.";
-$a->strings["Only import OStatus/ActivityPub threads from our contacts"] = "Pouze importovat vlákna z OStatus/ActivityPub z našich kontaktů";
-$a->strings["Normally we import every content from our OStatus and ActivityPub contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Běžně importujeme všechen obsah z našich kontaktů na OStatus a ActivityPub. S touto volbou uchováváme vlákna počatá kontaktem, který je na našem systému známý.";
 $a->strings["OStatus support can only be enabled if threading is enabled."] = "Podpora pro OStatus může být zapnuta pouze, je-li povolen threading.";
 $a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Podpora pro Diasporu nemůže být zapnuta, protože Friendica byla nainstalována do podadresáře.";
 $a->strings["Enable Diaspora support"] = "Zapnout podporu pro Diaspora";
@@ -1936,35 +1996,8 @@ $a->strings["Nickname"] = "Přezdívka";
 $a->strings["Nickname of the new user."] = "Přezdívka nového uživatele.";
 $a->strings["Email address of the new user."] = "Emailová adresa nového uživatele.";
 $a->strings["No friends to display."] = "Žádní přátelé k zobrazení";
-$a->strings["No installed applications."] = "Žádné nainstalované aplikace.";
-$a->strings["Applications"] = "Aplikace";
 $a->strings["Item was not found."] = "Položka nebyla nalezena.";
-$a->strings["Source input"] = "Zdrojový vstup";
-$a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext";
-$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (hrubé HTML)";
-$a->strings["BBCode::convert"] = "BBCode::convert";
-$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode";
-$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown";
-$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert";
-$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode";
-$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode";
-$a->strings["Item Body"] = "Tělo položky";
-$a->strings["Item Tags"] = "Štítky položky";
-$a->strings["Source input (Diaspora format)"] = "Zdrojový vstup (formát Diaspora)";
-$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (hrubé HTML)";
-$a->strings["Markdown::convert"] = "Markdown::convert";
-$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
-$a->strings["Raw HTML input"] = "Hrubý HTML vstup";
-$a->strings["HTML Input"] = "HTML vstup";
-$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 (hrubé HTML)";
-$a->strings["HTML::toMarkdown"] = "HTML::toMarkdown";
-$a->strings["HTML::toPlaintext"] = "HTML::toPlaintext";
-$a->strings["Source text"] = "Zdrojový text";
-$a->strings["BBCode"] = "BBCode";
-$a->strings["Markdown"] = "Markdown";
-$a->strings["HTML"] = "HTML";
+$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "Účet spravovaný jiným nemá přístup k administračním stránkám. Prosím přihlaste se znovu jako nejvyšší účet.";
 $a->strings["Overview"] = "Přehled";
 $a->strings["Configuration"] = "Konfigurace";
 $a->strings["Database"] = "Databáze";
@@ -1973,6 +2006,7 @@ $a->strings["Inspect Deferred Workers"] = "Prozkoumat odložené pracovníky";
 $a->strings["Inspect worker Queue"] = "Prozkoumat frontu pro pracovníka";
 $a->strings["Tools"] = "Nástroje";
 $a->strings["Contact Blocklist"] = "Blokované kontakty";
+$a->strings["Server Blocklist"] = "Blokované servery";
 $a->strings["Diagnostics"] = "Diagnostika";
 $a->strings["PHP Info"] = "Info o PHP";
 $a->strings["probe address"] = "vyzkoušet adresu";
@@ -1981,6 +2015,8 @@ $a->strings["Item Source"] = "Zdroj položky";
 $a->strings["Babel"] = "Babel";
 $a->strings["Addon Features"] = "Vlastnosti doplňků";
 $a->strings["User registrations waiting for confirmation"] = "Registrace uživatelů čekající na potvrzení";
+$a->strings["People Search - %s"] = "Vyhledávání lidí - %s";
+$a->strings["Forum Search - %s"] = "Vyhledávání fór - %s";
 $a->strings["This page is missing a url parameter."] = "Této stránce chybí parametr url.";
 $a->strings["The post was created"] = "Příspěvek byl vytvořen";
 $a->strings["%d contact edited."] = [
@@ -1992,6 +2028,7 @@ $a->strings["%d contact edited."] = [
 $a->strings["Could not access contact record."] = "Nelze získat přístup k záznamu kontaktu.";
 $a->strings["Could not locate selected profile."] = "Nelze nalézt vybraný profil.";
 $a->strings["Contact updated."] = "Kontakt aktualizován.";
+$a->strings["Contact not found"] = "Kontakt nenalezen.";
 $a->strings["Contact has been blocked"] = "Kontakt byl zablokován";
 $a->strings["Contact has been unblocked"] = "Kontakt byl odblokován";
 $a->strings["Contact has been ignored"] = "Kontakt bude ignorován";
@@ -2023,6 +2060,7 @@ $a->strings["Contact"] = "Kontakt";
 $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu.";
 $a->strings["Their personal note"] = "Jejich osobní poznámka";
 $a->strings["Edit contact notes"] = "Upravit poznámky kontaktu";
+$a->strings["Visit %s's profile [%s]"] = "Navštivte profil uživatele %s [%s]";
 $a->strings["Block/Unblock contact"] = "Blokovat / Odblokovat kontakt";
 $a->strings["Ignore contact"] = "Ignorovat kontakt";
 $a->strings["Repair URL settings"] = "Opravit nastavení adresy URL ";
@@ -2041,12 +2079,7 @@ $a->strings["Send a notification of every new post of this contact"] = "Posílat
 $a->strings["Blacklisted keywords"] = "Zakázaná klíčová slova";
 $a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Seznam klíčových slov, které by neměly být převáděna na hashtagy, když je zvoleno „Načíst informace a klíčová slova“. Oddělujte čárkami";
 $a->strings["Actions"] = "Akce";
-$a->strings["Suggestions"] = "Návrhy";
-$a->strings["Suggest potential friends"] = "Navrhnout potenciální přátele";
-$a->strings["All Contacts"] = "Všechny kontakty";
 $a->strings["Show all contacts"] = "Zobrazit všechny kontakty";
-$a->strings["Unblocked"] = "Neblokované";
-$a->strings["Only show unblocked contacts"] = "Zobrazit pouze neblokované kontakty";
 $a->strings["Blocked"] = "Blokované";
 $a->strings["Only show blocked contacts"] = "Zobrazit pouze blokované kontakty";
 $a->strings["Ignored"] = "Ignorované";
@@ -2073,14 +2106,48 @@ $a->strings["Toggle Blocked status"] = "Přepínat stav Blokováno";
 $a->strings["Toggle Ignored status"] = "Přepínat stav Ignorováno";
 $a->strings["Toggle Archive status"] = "Přepínat stav Archivováno";
 $a->strings["Delete contact"] = "Odstranit kontakt";
-$a->strings["Credits"] = "Poděkování";
-$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 je komunitní projekt, který by nebyl možný bez pomoci mnoha lidí. Zde je seznam těch, kteří přispěli ke kódu nebo k překladu Friendica. Děkujeme všem!";
+$a->strings["Source input"] = "Zdrojový vstup";
+$a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext";
+$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (hrubé HTML)";
+$a->strings["BBCode::convert"] = "BBCode::convert";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode::convert => HTML::toBBCode";
+$a->strings["BBCode::toMarkdown"] = "BBCode::toMarkdown";
+$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode::toMarkdown => Markdown::convert";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode::toMarkdown => Markdown::toBBCode";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode";
+$a->strings["Item Body"] = "Tělo položky";
+$a->strings["Item Tags"] = "Štítky položky";
+$a->strings["Source input (Diaspora format)"] = "Zdrojový vstup (formát Diaspora)";
+$a->strings["Markdown::convert (raw HTML)"] = "Markdown::convert (hrubé HTML)";
+$a->strings["Markdown::convert"] = "Markdown::convert";
+$a->strings["Markdown::toBBCode"] = "Markdown::toBBCode";
+$a->strings["Raw HTML input"] = "Hrubý HTML vstup";
+$a->strings["HTML Input"] = "HTML vstup";
+$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 (hrubé HTML)";
+$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)"] = "HTML::toPlaintext (kompaktní)";
+$a->strings["Source text"] = "Zdrojový text";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "Markdown";
+$a->strings["HTML"] = "HTML";
+$a->strings["You must be logged in to use this module"] = "Pro používání tohoto modulu musíte být přihlášen/a";
+$a->strings["Source URL"] = "Zdrojová adresa URL";
+$a->strings["Time Conversion"] = "Časový převod";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica poskytuje tuto službu ke sdílení událostí s ostatními sítěmi a přáteli v neznámých časových pásmech";
+$a->strings["UTC time: %s"] = "UTC čas: %s";
+$a->strings["Current timezone: %s"] = "Aktuální časové pásmo: %s";
+$a->strings["Converted localtime: %s"] = "Převedený místní čas : %s";
+$a->strings["Please select your timezone:"] = "Prosím, vyberte své časové pásmo:";
+$a->strings["Only logged in users are permitted to perform a probing."] = "Pouze přihlášení uživatelé mohou zkoušet adresy.";
+$a->strings["Lookup address"] = "Najít adresu";
 $a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty).";
 $a->strings["Find on this site"] = "Najít na tomto webu";
 $a->strings["Results for:"] = "Výsledky pro:";
 $a->strings["Site Directory"] = "Adresář serveru";
-$a->strings["You must be logged in to use this module"] = "Pro používání tohoto modulu musíte být přihlášen/a";
-$a->strings["Source URL"] = "Zdrojová adresa URL";
 $a->strings["Filetag %s saved to item"] = "Filetag %s uložen k předmětu";
 $a->strings["- select -"] = "- vyberte -";
 $a->strings["No given contact."] = "Žádný daný kontakt.";
@@ -2173,12 +2240,17 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "Budeš muset zadat tento pozvánkový kód: \$invite_code";
 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Jakmile se zaregistruješ, prosím spoj se se mnou přes mou profilovu stránku na:";
 $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendi.ca"] = "Pro více informací o projektu Friendica a proč si myslím, že je důležitý, prosím navštiv http://friendi.ca";
-$a->strings["Time Conversion"] = "Časový převod";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica poskytuje tuto službu ke sdílení událostí s ostatními sítěmi a přáteli v neznámých časových pásmech";
-$a->strings["UTC time: %s"] = "UTC čas: %s";
-$a->strings["Current timezone: %s"] = "Aktuální časové pásmo: %s";
-$a->strings["Converted localtime: %s"] = "Převedený místní čas : %s";
-$a->strings["Please select your timezone:"] = "Prosím, vyberte své časové pásmo:";
+$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"] = "Vytvořit nový účet";
 $a->strings["Password: "] = "Heslo: ";
 $a->strings["Remember me"] = "Pamatovat si mě";
@@ -2192,9 +2264,33 @@ $a->strings["Logged out."] = "Odhlášen.";
 $a->strings["System down for maintenance"] = "Systém vypnut z důvodů údržby";
 $a->strings["Page not found."] = "Stránka nenalezena";
 $a->strings["Invalid photo with id %s."] = "Neplatná fotka s ID %s.";
-$a->strings["%s's timeline"] = "Časová osa uživatele %s";
-$a->strings["%s's posts"] = "Příspěvky uživatele %s";
-$a->strings["%s's comments"] = "Komentáře uživatele %s";
+$a->strings["User not found."] = "Uživatel nenalezen.";
+$a->strings["No contacts."] = "Žádné kontakty.";
+$a->strings["Follower (%s)"] = [
+       0 => "Sledující (%s)",
+       1 => "Sledující (%s)",
+       2 => "Sledující (%s)",
+       3 => "Sledující (%s)",
+];
+$a->strings["Following (%s)"] = [
+       0 => "Sledovaný (%s)",
+       1 => "Sledovaní (%s)",
+       2 => "Sledovaní (%s)",
+       3 => "Sledovaní (%s)",
+];
+$a->strings["Mutual friend (%s)"] = [
+       0 => "Vzájemný přítel (%s)",
+       1 => "Vzájemní přátelé (%s)",
+       2 => "Vzájemní přátelé (%s)",
+       3 => "Vzájemní přátelé (%s)",
+];
+$a->strings["Contact (%s)"] = [
+       0 => "Kontakt (%s)",
+       1 => "Kontakty (%s)",
+       2 => "Kontakty (%s)",
+       3 => "Kontakty (%s)",
+];
+$a->strings["All contacts"] = "Všechny kontakty";
 $a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "Tento formulář můžete (volitelně) vyplnit s pomocí OpenID tím, že vyplníte své OpenID a kliknete na tlačítko „Zaregistrovat“.";
 $a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Pokud nepoužíváte OpenID, nechte prosím toto pole prázdné a vyplňte zbylé položky.";
 $a->strings["Your OpenID (optional): "] = "Vaše OpenID (nepovinné): ";
@@ -2215,6 +2311,23 @@ $a->strings["Failed to send email message. Here your accout details:<br> login:
 $a->strings["Registration successful."] = "Registrace byla úspěšná.";
 $a->strings["Your registration can not be processed."] = "Vaši registraci nelze zpracovat.";
 $a->strings["Your registration is pending approval by the site owner."] = "Vaše registrace čeká na schválení vlastníkem serveru.";
+$a->strings["Please enter your password to access this page."] = "Pro přístup k této stránce prosím zadejte své heslo.";
+$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..."] = "Friendiqa na mém Fairphone 2...";
+$a->strings["Generate"] = "";
 $a->strings["Two-factor authentication successfully disabled."] = "Dvoufázové ověřování úspěšně zakázáno.";
 $a->strings["<p>Use an application on a mobile device to get two-factor authentication codes when prompted on login.</p>"] = "<p>Pomocí aplikace na mobilním zařízení získejte při přihlášení kódy pro dvoufázové ověřování.</p>";
 $a->strings["Authenticator app"] = "Autentizační aplikace";
@@ -2225,13 +2338,16 @@ $a->strings["<p>Your authenticator app is correctly configured.</p>"] = "<p>Vaš
 $a->strings["Recovery codes"] = "Záložní kódy";
 $a->strings["Remaining valid codes"] = "Zbývající platné kódy";
 $a->strings["<p>These one-use codes can replace an authenticator app code in case you have lost access to it.</p>"] = "<p>Tyto jednorázové kódy mohou nahradit kód autentizační aplikace, pokud k ní ztratíte přístup.</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["Current password:"] = "Aktuální heslo:";
 $a->strings["You need to provide your current password to change two-factor authentication settings."] = "Pro změnu nastavení dvoufázového ověřování musíte poskytnout vaše aktuální heslo.";
 $a->strings["Enable two-factor authentication"] = "Povolit dvoufázové ověřování";
 $a->strings["Disable two-factor authentication"] = "Zakázat dvoufázové ověřování";
 $a->strings["Show recovery codes"] = "Zobrazit záložní kódy";
+$a->strings["Manage app-specific passwords"] = "";
 $a->strings["Finish app configuration"] = "Dokončit konfiguraci aplikace";
-$a->strings["Please enter your password to access this page."] = "Pro přístup k této stránce prosím zadejte své heslo.";
 $a->strings["New recovery codes successfully generated."] = "Nové záložní kódy byly úspěšně vygenerovány.";
 $a->strings["Two-factor recovery codes"] = "Dvoufázové záložní kódy";
 $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>Záložní kódy mohou být použity pro přístup k vašemu účtu, pokud ztratíte přístup k vašemu zařízení a nemůžete obdržet dvoufázové autentizační kódy.</p><p><strong>Uložte je na bezpečné místo!</strong> Pokud zratíte vaše zařízení a nemáte Záložní kódy, ztratíte přístup ke svému účtu.</p>";
@@ -2259,10 +2375,6 @@ $a->strings["The requested resource could not be found but may be available in t
 $a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Došlo k neočekávané chybě a není vhodná žádná specifičtější zpráva.";
 $a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Server je aktuálně nedostupný (protože je přetížen nebo probíhá údržba). Prosím zkuste to znovu později.";
 $a->strings["Go back"] = "Přejít zpět";
-$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."] = "Ve chvíli registrace, a pro poskytování komunikace mezi uživatelským účtem a jeho kontakty, musí uživatel poskytnout zobrazované jméno (pseudonym), uživatelské jméno (přezdívku) a funkční e-mailovou adresu. Jména budou dostupná na profilové stránce účtu pro kteréhokoliv návštěvníka, i kdyby ostatní detaily nebyly zobrazeny. E-mailová adresa bude použita pouze pro zasílání oznámení o interakcích, nebude ale viditelně zobrazována. Zápis účtu do adresáře účtů serveru nebo globálního adresáře účtů je nepovinný a může být ovládán v nastavení uživatele, není potřebný pro komunikaci.";
-$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."] = "Tato data jsou vyžadována ke komunikaci a jsou předávána serverům komunikačních partnerů a jsou tam ukládána. Uživatelé mohou zadávat dodatečná soukromá data, která mohou být odeslána na účty komunikačních partnerů.";
-$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."] = "Přihlášený uživatel si kdykoliv může exportovat svoje data účtu z <a href=\"%1\$s/settings/uexport\">nastavení účtu</a>. Pokud by chtěl uživatel svůj účet smazat, může tak učinit na stránce <a href=\"%1\$s/removeme\">%1\$s/removeme</a>. Smazání účtu bude trvalé. Na serverech komunikačních partnerů bude zároveň vyžádáno smazání dat.";
-$a->strings["Privacy Statement"] = "Prohlášení o soukromí";
 $a->strings["Remaining recovery codes: %d"] = "Zbývající záložní kódy: %d";
 $a->strings["Two-factor recovery"] = "Dvoufázové záložní kódy";
 $a->strings["<p>You can enter one of your one-time recovery codes in case you lost access to your mobile device.</p>"] = "<p>Pokud jste ztratil/a přístup k vašemu mobilnímu zařízení , můžete zadat jeden z vašich jednorázových záložních kódů.</p>";
@@ -2271,6 +2383,36 @@ $a->strings["Please enter a recovery code"] = "Prosím zadejte záložní kód";
 $a->strings["Submit recovery code and complete login"] = "Odeslat záložní kód a dokončit přihlášení";
 $a->strings["<p>Open the two-factor authentication app on your device to get an authentication code and verify your identity.</p>"] = "<p>Otevřete na vašem zařízení aplikaci pro dvoufázové ověřování, získejte autentizační kód a ověřte svou identitu.</p>";
 $a->strings["Verify code and complete login"] = "Ověřit kód a dokončit přihlášení";
+$a->strings["Welcome to Friendica"] = "Vítejte na Friendica";
+$a->strings["New Member Checklist"] = "Seznam doporučení pro nového člena";
+$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."] = "Rádi bychom vám nabídli několik tipů a odkazů, abychom vám zpříjemnili zážitek. Kliknutím na jakoukoliv položku zobrazíte relevantní stránku. Odkaz na tuto stránku bude viditelný z vaší domovské stránky po dobu dvou týdnů od vaší první registrace a poté tiše zmizí.";
+$a->strings["Getting Started"] = "Začínáme";
+$a->strings["Friendica Walk-Through"] = "Prohlídka Friendica ";
+$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."] = "Na vaší stránce <em>Rychlý začátek</em> najděte stručný úvod k vašemu profilu a síťovým záložkám, spojte se s novými kontakty a najděte skupiny, ke kterým se můžete připojit.";
+$a->strings["Go to Your Settings"] = "Navštivte své nastavení";
+$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 vaší stránce <em>Nastavení</em> si změňte vaše první heslo. Věnujte také svou pozornost vaší adrese identity. Vypadá jako e-mailová adresa a bude vám užitečná pro navazování přátelství na svobodném sociálním webu.";
+$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."] = "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný - ledaže by všichni vaši přátelé a potenciální přátelé přesně věděli, jak vás najít.";
+$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."] = "Nahrajte si svou profilovou fotku, pokud jste tak již neučinil/a. Studie ukázaly, že lidé se skutečnými fotkami mají desetkrát častěji přátele než lidé, kteří nemají.";
+$a->strings["Edit Your Profile"] = "Upravte si svůj 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."] = "Upravte si <strong>výchozí</strong> profil podle vašich představ. Prověřte nastavení pro skrytí vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky.";
+$a->strings["Profile Keywords"] = "Profilová klíčová slova";
+$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."] = "Nastavte si nějaká veřejná klíčová slova pro výchozí profil, která popisují vaše zájmy. Můžeme vám najít další lidi s podobnými zájmy a navrhnout přátelství.";
+$a->strings["Connecting"] = "Připojuji se";
+$a->strings["Importing Emails"] = "Importuji e-maily";
+$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"] = "Pokud chcete importovat své přátele nebo mailové skupiny z INBOX vašeho e-mailu a komunikovat s nimi, zadejte na vaší stránce Nastavení kontektoru své přístupové údaje do svého e-mailového účtu";
+$a->strings["Go to Your Contacts Page"] = "Navštivte vaši stránku Kontakty";
+$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."] = "Vaše stránka Kontakty je vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu <em>Přidat nový kontakt</em>.";
+$a->strings["Go to Your Site's Directory"] = "Navštivte adresář vaší stránky";
+$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."] = "Stránka Adresář vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Najděte na jejich stránce odkaz <em>Spojit se</em> nebo <em>Sledovat</em>. Uveďte svou vlastní adresu identity, je-li požadována.";
+$a->strings["Finding New People"] = "Nalezení nových lidí";
+$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."] = "Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin.";
+$a->strings["Group Your Contacts"] = "Seskupte si své kontakty";
+$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."] = "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť.";
+$a->strings["Why Aren't My Posts Public?"] = "Proč nejsou mé příspěvky veřejné?";
+$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 respektuje vaše soukromí. Ve výchozím stavu jsou vaše příspěvky viditelné pouze lidem, které označíte jako vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu";
+$a->strings["Getting Help"] = "Získání nápovědy";
+$a->strings["Go to the Help Section"] = "Navštivte sekci nápovědy";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Na stránkách <strong>Nápověda</strong> naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací.";
 $a->strings["This entry was edited"] = "Tato položka byla upravena";
 $a->strings["Private Message"] = "Soukromá zpráva";
 $a->strings["Delete locally"] = "Smazat lokálně";
@@ -2310,76 +2452,19 @@ $a->strings["%d comment"] = [
 ];
 $a->strings["Show more"] = "Zobrazit více";
 $a->strings["Show fewer"] = "Zobrazit méně";
-$a->strings["Sharing notification from Diaspora network"] = "Oznámení o sdílení ze sítě Diaspora";
-$a->strings["Attachments:"] = "Přílohy:";
-$a->strings["%s is now following %s."] = "%s nyní sleduje %s.";
-$a->strings["following"] = "sleduje";
-$a->strings["%s stopped following %s."] = "%s přestal/a sledovat uživatele %s.";
-$a->strings["stopped following"] = "přestal/a sledovat";
-$a->strings["YYYY-MM-DD or MM-DD"] = "RRRR-MM-DD nebo MM-DD";
-$a->strings["never"] = "nikdy";
-$a->strings["less than a second ago"] = "méně než před sekundou";
-$a->strings["year"] = "rok";
-$a->strings["years"] = "let";
-$a->strings["months"] = "měsíců";
-$a->strings["weeks"] = "týdnů";
-$a->strings["days"] = "dní";
-$a->strings["hour"] = "hodina";
-$a->strings["hours"] = "hodin";
-$a->strings["minute"] = "minuta";
-$a->strings["minutes"] = "minut";
-$a->strings["second"] = "sekunda";
-$a->strings["seconds"] = "sekund";
-$a->strings["in %1\$d %2\$s"] = "za %1\$d %2\$s";
-$a->strings["%1\$d %2\$s ago"] = "před %1\$d %2\$s";
-$a->strings["(no subject)"] = "(bez předmětu)";
+$a->strings["Legacy module file not found: %s"] = "Soubor legacy modulu nenalezen: %s";
+$a->strings["Delete this item?"] = "Odstranit tuto položku?";
+$a->strings["toggle mobile"] = "přepínat mobilní zobrazení";
+$a->strings["No system theme config value set."] = "Není nastavena konfigurační hodnota systémového motivu.";
+$a->strings["You must be logged in to use addons. "] = "Pro použití doplňků musíte být přihlášen/a.";
+$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."] = "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním.";
+$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Nelze najít žádný nearchivovaný záznam kontaktu pro tuto URL adresu (%s)";
+$a->strings["The contact entries have been archived"] = "Záznamy kontaktů byly archivovány";
+$a->strings["Enter new password: "] = "Zadejte nové heslo";
+$a->strings["Post update version number has been set to %s."] = "Číslo verze post update bylo nastaveno na %s.";
+$a->strings["Check for pending update actions."] = "Zkontrolovat čekající akce po aktualizaci.";
+$a->strings["Done."] = "Hotovo.";
+$a->strings["Execute pending post updates."] = "Provést čekající aktualizace příspěvků.";
+$a->strings["All pending post updates are done."] = "Všechny čekající aktualizace příspěvků jsou hotové.";
 $a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s: Aktualizuji author-id a owner-id v tabulce položek a vláken.";
 $a->strings["%s: Updating post-type."] = "%s: Aktualizuji post-type.";
-$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"] = "Variace";
-$a->strings["Custom"] = "Vlastní";
-$a->strings["Note"] = "Poznámka";
-$a->strings["Check image permissions if all users are allowed to see the image"] = "Zkontrolujte povolení u obrázku, jestli mají všichni uživatelé povolení obrázek vidět";
-$a->strings["Select color scheme"] = "Vybrat barevné schéma";
-$a->strings["Copy or paste schemestring"] = "Kopírovat a vložit řetězec schématu";
-$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "Tento řetězec můžete zkopírovat a sdílet tak svůj motiv s jinými lidmi. Vložením sem aplikujete řetězec schématu";
-$a->strings["Navigation bar background color"] = "Barva pozadí navigační lišty";
-$a->strings["Navigation bar icon color "] = "Barva ikon navigační lišty";
-$a->strings["Link color"] = "Barva odkazů";
-$a->strings["Set the background color"] = "Nastavit barvu pozadí";
-$a->strings["Content background opacity"] = "Průhlednost pozadí obsahu";
-$a->strings["Set the background image"] = "Nastavit obrázek na pozadí";
-$a->strings["Background image style"] = "Styl obrázku na pozadí";
-$a->strings["Login page background image"] = "Obrázek na pozadí přihlašovací stránky";
-$a->strings["Login page background color"] = "Barva pozadí přihlašovací stránky";
-$a->strings["Leave background image and color empty for theme defaults"] = "Nechejte obrázek a barvu pozadí prázdnou pro výchozí nastavení motivů";
-$a->strings["Top Banner"] = "Vrchní banner";
-$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "Změnit velikost obrázku na šířku obrazovky a ukázat pod ním barvu pozadí na dlouhých stránkách.";
-$a->strings["Full screen"] = "Celá obrazovka";
-$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "Změnit velikost obrázku, aby zaplnil celou obrazovku, a odštěpit buď pravou, nebo dolní část";
-$a->strings["Single row mosaic"] = "Mozaika s jedinou řadou";
-$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "Změnit velikost obrázku a opakovat jej v jediné řadě, buď svislé, nebo vodorovné";
-$a->strings["Mosaic"] = "Mozaika";
-$a->strings["Repeat image to fill the screen."] = "Opakovat obrázek, aby zaplnil obrazovku";
-$a->strings["Guest"] = "Host";
-$a->strings["Visitor"] = "Návštěvník";
-$a->strings["Alignment"] = "Zarovnání";
-$a->strings["Left"] = "Vlevo";
-$a->strings["Center"] = "Uprostřed";
-$a->strings["Color scheme"] = "Barevné schéma";
-$a->strings["Posts font size"] = "Velikost písma u příspěvků";
-$a->strings["Textareas font size"] = "Velikost písma textů";
-$a->strings["Comma separated list of helper forums"] = "Seznam fór s pomocníky, oddělených čárkami";
-$a->strings["Set style"] = "Nastavit styl";
-$a->strings["Community Pages"] = "Komunitní stránky";
-$a->strings["Community Profiles"] = "Komunitní profily";
-$a->strings["Help or @NewHere ?"] = "Pomoc nebo @ProNováčky ?";
-$a->strings["Connect Services"] = "Připojit služby";
-$a->strings["Find Friends"] = "Najít přátele";
-$a->strings["Last users"] = "Poslední uživatelé";
-$a->strings["Quick Start"] = "Rychlý začátek";
diff --git a/view/lang/ja/messages.po b/view/lang/ja/messages.po
new file mode 100644 (file)
index 0000000..6540957
--- /dev/null
@@ -0,0 +1,10588 @@
+# FRIENDICA Distributed Social Network
+# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# This file is distributed under the same license as the Friendica package.
+# 
+# Translators:
+# Antron Samurai <rock_spring_fu@yahoo.co.jp>, 2018
+# Ozero Dien <rgfx0020+misc@gmail.com>, 2019
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2019-08-06 16:52+0200\n"
+"PO-Revision-Date: 2019-08-29 13:02+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"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#: include/enotify.php:57
+msgid "Friendica Notification"
+msgstr "Friendica の通知"
+
+#: include/enotify.php:60
+msgid "Thank You,"
+msgstr "ありがとうございます "
+
+#: include/enotify.php:63
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s 管理者"
+
+#: include/enotify.php:65
+#, php-format
+msgid "%s Administrator"
+msgstr "%s 管理者"
+
+#: include/enotify.php:134
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] 新着メール: %s "
+
+#: include/enotify.php:136
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s さんが %2$s に あなたにプライベートメッセージを送りました"
+
+#: include/enotify.php:137
+msgid "a private message"
+msgstr "プライベートメッセージ"
+
+#: include/enotify.php:137
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s があなたに %2$s を送りました"
+
+#: include/enotify.php:139
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "%s を開いて、プライベートメッセージを確認・返信してください"
+
+#: include/enotify.php:172
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s が [url=%2$s]%3$s[/url] で あなたをタグ付けしました"
+
+#: include/enotify.php:178
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s が [url=%2$s]%3$s[/url] で コメントしました"
+
+#: include/enotify.php:188
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s が [url=%2$s]%3$s の %4$s[/url]で あなたをタグ付けしました"
+
+#: include/enotify.php:195
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s が [url=%2$s]%3$sの%4$s[/url] で コメントしました"
+
+#: include/enotify.php:207
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s が [url=%2$s]あなたの %3$s[/url] で あなたをタグ付けしました"
+
+#: include/enotify.php:213
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s が [url=%2$s]あなたの %3$s[/url]で コメントしました"
+
+#: include/enotify.php:224
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s が [url=%2$s]彼らの %3$s[/url]で あなたをタグ付けしました"
+
+#: include/enotify.php:230
+#, php-format
+msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s が [url=%2$s]彼らの %3$s[/url]で コメントしました"
+
+#: include/enotify.php:243
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s があなたをタグ付けしました"
+
+#: include/enotify.php:245
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s さんが %2$s にて あなたをタグ付けしました"
+
+#: include/enotify.php:247
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] 会話 #%1$d に %2$s がコメントしました"
+
+#: include/enotify.php:249
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s さんが、あなたがフォローしているアイテム/会話にコメントしました"
+
+#: 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 " %s を開いて、コメントを確認・返信してください"
+
+#: include/enotify.php:261
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s が あなたのプロフィール ウォールへ投稿しました"
+
+#: include/enotify.php:263
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s が %2$s に あなたのプロフィールウォールへ投稿しました"
+
+#: include/enotify.php:264
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s が [url=%2$s]あなたのウォール[/url] に投稿しました"
+
+#: include/enotify.php:276
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s が投稿を共有しました"
+
+#: include/enotify.php:278
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s が %2$s に 投稿を共有しました"
+
+#: include/enotify.php:279
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s が [url=%2$s]投稿を共有しました[/url]."
+
+#: include/enotify.php:291
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s からPokeがありました"
+
+#: include/enotify.php:293
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s からあなたへ %2$s に Pokeがありました"
+
+#: include/enotify.php:294
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s から [url=%2$s]Pokeがありました[/url]."
+
+#: include/enotify.php:311
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s があなたの投稿をタグ付けしました"
+
+#: include/enotify.php:313
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s が %2$s に あなたの投稿をタグ付けしました"
+
+#: include/enotify.php:314
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s が [url=%2$s]あなたの投稿[/url] をタグ付けしました"
+
+#: include/enotify.php:326
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] 招待が来ています"
+
+#: include/enotify.php:328
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "'%1$s' から %2$s に 招待が来ています"
+
+#: include/enotify.php:329
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "[url=%1$s]招待[/url] が %2$s から来ています。"
+
+#: include/enotify.php:334 include/enotify.php:380
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "彼らのプロフィールを %s に訪問するようです"
+
+#: include/enotify.php:336
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr " %s を開いて、招待を承諾・拒否してください。"
+
+#: include/enotify.php:343
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Notify] あなたの投稿が新しく共有されました"
+
+#: include/enotify.php:345 include/enotify.php:346
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s さんが %2$s にて あなたの投稿を共有しました"
+
+#: include/enotify.php:353
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notify] 新しいフォロワーがいます"
+
+#: include/enotify.php:355 include/enotify.php:356
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "新しいフォロワーです %2$s : %1$s"
+
+#: include/enotify.php:369
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] 友達の候補があります"
+
+#: include/enotify.php:371
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "'%1$s' より %2$s に 友達の候補を受け取りました"
+
+#: include/enotify.php:372
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "%3$s から %2$s への [url=%1$s]友達の候補[/url] を受け取りました。"
+
+#: include/enotify.php:378
+msgid "Name:"
+msgstr "名前:"
+
+#: include/enotify.php:379
+msgid "Photo:"
+msgstr "写真:"
+
+#: include/enotify.php:382
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "%s を開いて、候補を承諾・拒否してください。"
+
+#: include/enotify.php:390 include/enotify.php:405
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notify] つながりが承諾されました"
+
+#: include/enotify.php:392 include/enotify.php:407
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' は %2$s に あなたからのつながりの申込みを承諾しました"
+
+#: 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 は あなたからの [url=%1$s]つながりの申し込み[/url] を承諾しました。"
+
+#: include/enotify.php:398
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "あなたたちは友達になりました。ステータスの更新、写真、メールを制限なくやりとりできます。"
+
+#: include/enotify.php:400
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "このつながりを変更する場合は %s を開いてください。"
+
+#: 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' はあなたをファンとして受け入れました。プライベートメッセージやプロフィール インタラクションなど、一部のやりとりは制限されています。 有名人またはコミュニティページの場合、これらの設定は自動的に適用されます。"
+
+#: 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' は後日、これを双方向・より寛容な関係へと拡張する場合があります。"
+
+#: include/enotify.php:417
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "このつながりを変更する場合は %s を開いてください。"
+
+#: include/enotify.php:427 mod/removeme.php:46
+msgid "[Friendica System Notify]"
+msgstr "[Friendica システム通知]"
+
+#: include/enotify.php:427
+msgid "registration request"
+msgstr "登録リクエスト"
+
+#: include/enotify.php:429
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "'%1$s' より %2$s に 登録リクエストを受け取りました"
+
+#: include/enotify.php:430
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "[url=%1$s]登録リクエスト[/url] が %2$s から来ています。"
+
+#: include/enotify.php:435
+#, php-format
+msgid ""
+"Full Name:\t%s\n"
+"Site Location:\t%s\n"
+"Login Name:\t%s (%s)"
+msgstr "フルネーム:\t%s\nサイト:\t%s\nログイン名:\t%s (%s)"
+
+#: include/enotify.php:441
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "%s を開いて、リクエストを承諾・拒否してください。"
+
+#: include/api.php:1119
+#, 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] "一日の最大投稿数 %d 件を超えたため、投稿できませんでした。"
+
+#: include/api.php:1133
+#, php-format
+msgid "Weekly posting limit of %d post reached. The post was rejected."
+msgid_plural ""
+"Weekly posting limit of %d posts reached. The post was rejected."
+msgstr[0] "一週間の最大投稿数 %d 件を超えたため、投稿できませんでした。"
+
+#: include/api.php:1147
+#, php-format
+msgid "Monthly posting limit of %d post reached. The post was rejected."
+msgstr "月間の最大投稿数 %d 件を超えたため、投稿できませんでした。"
+
+#: include/api.php:4587 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
+#: 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
+msgid "Profile Photos"
+msgstr "プロフィール写真"
+
+#: include/conversation.php:161 include/conversation.php:298
+#: src/Model/Item.php:3300
+msgid "event"
+msgstr "イベント"
+
+#: 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 "ステータス"
+
+#: include/conversation.php:169 include/conversation.php:306
+#: mod/subthread.php:88 mod/tagger.php:69 src/Model/Item.php:3302
+msgid "photo"
+msgstr "写真"
+
+#: include/conversation.php:182
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s が %2$s の %3$s をいいねしました"
+
+#: include/conversation.php:184
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s は %2$sの %3$s を好きではないようです"
+
+#: include/conversation.php:186
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s は %2$s の %3$s に参加します"
+
+#: include/conversation.php:188
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s は %2$s の %3$s を欠席します"
+
+#: include/conversation.php:190
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s は %2$s の %3$s を様子見しています"
+
+#: include/conversation.php:225
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s は %2$s と友達になりました"
+
+#: include/conversation.php:266
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s が %2$s にpokeを送りました"
+
+#: include/conversation.php:320 mod/tagger.php:102
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s が %2$s の %3$s を %4$s としてタグ付けしました"
+
+#: include/conversation.php:342
+msgid "post/item"
+msgstr "投稿/アイテム"
+
+#: include/conversation.php:343
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s が %2$sの %3$s をお気に入りとしてマークしました"
+
+#: include/conversation.php:569 mod/profiles.php:352 mod/photos.php:1442
+msgid "Likes"
+msgstr "いいねしたもの"
+
+#: include/conversation.php:570 mod/profiles.php:355 mod/photos.php:1442
+msgid "Dislikes"
+msgstr "良くなかったもの"
+
+#: include/conversation.php:571 include/conversation.php:1565
+#: mod/photos.php:1443
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "参加"
+
+#: include/conversation.php:572 mod/photos.php:1443
+msgid "Not attending"
+msgstr "欠席します"
+
+#: include/conversation.php:573 mod/photos.php:1443
+msgid "Might attend"
+msgstr "様子見"
+
+#: include/conversation.php:574
+msgid "Reshares"
+msgstr "再共有"
+
+#: include/conversation.php:654 mod/photos.php:1499 src/Object/Post.php:209
+msgid "Select"
+msgstr "選択"
+
+#: include/conversation.php:655 mod/photos.php:1500 mod/settings.php:738
+#: src/Module/Admin/Users.php:288 src/Module/Contact.php:830
+#: src/Module/Contact.php:1101
+msgid "Delete"
+msgstr "削除"
+
+#: include/conversation.php:680 src/Object/Post.php:383
+#: src/Object/Post.php:384
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "%sのプロフィールを確認 @ %s"
+
+#: include/conversation.php:693 src/Object/Post.php:371
+msgid "Categories:"
+msgstr "カテゴリ:"
+
+#: include/conversation.php:694 src/Object/Post.php:372
+msgid "Filed under:"
+msgstr "格納先:"
+
+#: include/conversation.php:701 src/Object/Post.php:397
+#, php-format
+msgid "%s from %s"
+msgstr "%s から %s"
+
+#: include/conversation.php:716
+msgid "View in context"
+msgstr "文脈で表示する"
+
+#: include/conversation.php:718 include/conversation.php:1231
+#: 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 "お待ち下さい"
+
+#: include/conversation.php:782
+msgid "remove"
+msgstr "削除"
+
+#: include/conversation.php:786
+msgid "Delete Selected Items"
+msgstr "選択した項目を削除"
+
+#: include/conversation.php:941 view/theme/frio/theme.php:363
+msgid "Follow Thread"
+msgstr "このスレッドをフォロー"
+
+#: include/conversation.php:942 src/Model/Contact.php:1198
+msgid "View Status"
+msgstr "ステータスを見る"
+
+#: include/conversation.php:943 include/conversation.php:961 mod/match.php:87
+#: mod/suggest.php:87 src/Model/Contact.php:1138 src/Model/Contact.php:1191
+#: src/Model/Contact.php:1199 src/Module/AllFriends.php:74
+#: src/Module/BaseSearchModule.php:133 src/Module/Directory.php:150
+msgid "View Profile"
+msgstr "プロフィールを見る"
+
+#: include/conversation.php:944 src/Model/Contact.php:1200
+msgid "View Photos"
+msgstr "写真を見る"
+
+#: include/conversation.php:945 src/Model/Contact.php:1192
+#: src/Model/Contact.php:1201
+msgid "Network Posts"
+msgstr "ネットワーク投稿"
+
+#: include/conversation.php:946 src/Model/Contact.php:1193
+#: src/Model/Contact.php:1202
+msgid "View Contact"
+msgstr "コンタクトを見る"
+
+#: include/conversation.php:947 src/Model/Contact.php:1204
+msgid "Send PM"
+msgstr "PMを送る"
+
+#: include/conversation.php:948 src/Module/Admin/Blocklist/Contact.php:67
+#: src/Module/Admin/Users.php:289 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1076
+msgid "Block"
+msgstr "ブロック"
+
+#: include/conversation.php:949 mod/notifications.php:60
+#: mod/notifications.php:189 mod/notifications.php:282
+#: src/Module/Contact.php:624 src/Module/Contact.php:828
+#: src/Module/Contact.php:1084
+msgid "Ignore"
+msgstr "無視"
+
+#: include/conversation.php:953 src/Model/Contact.php:1205
+msgid "Poke"
+msgstr "Pokeを送る"
+
+#: include/conversation.php:958 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:1194 src/Module/AllFriends.php:75
+#: src/Module/BaseSearchModule.php:134
+msgid "Connect/Follow"
+msgstr "つながる/フォローする"
+
+#: include/conversation.php:1083
+#, php-format
+msgid "%s likes this."
+msgstr "%s がいいねしました"
+
+#: include/conversation.php:1086
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s はこれを好きではないようです"
+
+#: include/conversation.php:1089
+#, php-format
+msgid "%s attends."
+msgstr "%s が参加します。"
+
+#: include/conversation.php:1092
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s は欠席します。"
+
+#: include/conversation.php:1095
+#, php-format
+msgid "%s attends maybe."
+msgstr "%s は様子見しています。"
+
+#: include/conversation.php:1098 include/conversation.php:1141
+#, php-format
+msgid "%s reshared this."
+msgstr "%s が再共有しました。"
+
+#: include/conversation.php:1106
+msgid "and"
+msgstr "と"
+
+#: include/conversation.php:1112
+#, php-format
+msgid "and %d other people"
+msgstr "と他 %d 人"
+
+#: include/conversation.php:1120
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d 人</span> がいいねしました"
+
+#: include/conversation.php:1121
+#, php-format
+msgid "%s like this."
+msgstr "%s がいいねしました"
+
+#: include/conversation.php:1124
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d 人</span> がこれを好きでは無いようです"
+
+#: include/conversation.php:1125
+#, php-format
+msgid "%s don't like this."
+msgstr "%s はこれを好きではないようです"
+
+#: include/conversation.php:1128
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d 人</span> が参加します"
+
+#: include/conversation.php:1129
+#, php-format
+msgid "%s attend."
+msgstr "%s が参加します。"
+
+#: include/conversation.php:1132
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d 人</span> が欠席します"
+
+#: include/conversation.php:1133
+#, php-format
+msgid "%s don't attend."
+msgstr "%s は欠席します。"
+
+#: include/conversation.php:1136
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d 人</span> が様子見しています"
+
+#: include/conversation.php:1137
+#, php-format
+msgid "%s attend maybe."
+msgstr "%s は様子見しています。"
+
+#: include/conversation.php:1140
+#, php-format
+msgid "<span  %1$s>%2$d people</span> reshared this"
+msgstr "<span  %1$s>%2$d 人</span> が再共有しました"
+
+#: include/conversation.php:1170
+msgid "Visible to <strong>everybody</strong>"
+msgstr "<strong>すべての人</strong> が閲覧可能です"
+
+#: include/conversation.php:1171 src/Module/Item/Compose.php:187
+#: src/Object/Post.php:887
+msgid "Please enter a image/video/audio/webpage URL:"
+msgstr "画像/動画/音声/ウェブページのURLを入力してください:"
+
+#: include/conversation.php:1172
+msgid "Tag term:"
+msgstr "用語のタグ付け:"
+
+#: include/conversation.php:1173 src/Module/Filer/SaveTag.php:48
+msgid "Save to Folder:"
+msgstr "保存先のフォルダ:"
+
+#: include/conversation.php:1174
+msgid "Where are you right now?"
+msgstr "どこにいますか?:"
+
+#: include/conversation.php:1175
+msgid "Delete item(s)?"
+msgstr "削除しますか?"
+
+#: include/conversation.php:1207
+msgid "New Post"
+msgstr "新しい投稿"
+
+#: include/conversation.php:1210
+msgid "Share"
+msgstr "共有"
+
+#: include/conversation.php:1211 mod/wallmessage.php:139 mod/editpost.php:72
+#: mod/message.php:258 mod/message.php:439
+msgid "Upload photo"
+msgstr "写真をアップロード"
+
+#: include/conversation.php:1212 mod/editpost.php:73
+msgid "upload photo"
+msgstr "写真をアップロード"
+
+#: include/conversation.php:1213 mod/editpost.php:74
+msgid "Attach file"
+msgstr "ファイルを添付"
+
+#: include/conversation.php:1214 mod/editpost.php:75
+msgid "attach file"
+msgstr "ファイルを添付"
+
+#: include/conversation.php:1215 src/Module/Item/Compose.php:179
+#: src/Object/Post.php:879
+msgid "Bold"
+msgstr "太字"
+
+#: include/conversation.php:1216 src/Module/Item/Compose.php:180
+#: src/Object/Post.php:880
+msgid "Italic"
+msgstr "斜体"
+
+#: include/conversation.php:1217 src/Module/Item/Compose.php:181
+#: src/Object/Post.php:881
+msgid "Underline"
+msgstr "下線"
+
+#: include/conversation.php:1218 src/Module/Item/Compose.php:182
+#: src/Object/Post.php:882
+msgid "Quote"
+msgstr "引用"
+
+#: include/conversation.php:1219 src/Module/Item/Compose.php:183
+#: src/Object/Post.php:883
+msgid "Code"
+msgstr "コード"
+
+#: include/conversation.php:1220 src/Module/Item/Compose.php:184
+#: src/Object/Post.php:884
+msgid "Image"
+msgstr "画像"
+
+#: include/conversation.php:1221 src/Module/Item/Compose.php:185
+#: src/Object/Post.php:885
+msgid "Link"
+msgstr "リンク"
+
+#: include/conversation.php:1222 src/Module/Item/Compose.php:186
+#: src/Object/Post.php:886
+msgid "Link or Media"
+msgstr "リンク/メディア"
+
+#: include/conversation.php:1223 mod/editpost.php:82
+#: src/Module/Item/Compose.php:189
+msgid "Set your location"
+msgstr "現在地を設定"
+
+#: include/conversation.php:1224 mod/editpost.php:83
+msgid "set location"
+msgstr "現在地を設定"
+
+#: include/conversation.php:1225 mod/editpost.php:84
+msgid "Clear browser location"
+msgstr "ブラウザの現在地を解除"
+
+#: include/conversation.php:1226 mod/editpost.php:85
+msgid "clear location"
+msgstr "現在地を解除"
+
+#: include/conversation.php:1228 mod/editpost.php:99
+#: src/Module/Item/Compose.php:194
+msgid "Set title"
+msgstr "件名を設定"
+
+#: include/conversation.php:1230 mod/editpost.php:101
+#: src/Module/Item/Compose.php:195
+msgid "Categories (comma-separated list)"
+msgstr "カテゴリ(半角カンマ区切り)"
+
+#: include/conversation.php:1232 mod/editpost.php:87
+msgid "Permission settings"
+msgstr "権限設定"
+
+#: include/conversation.php:1233 mod/editpost.php:116
+msgid "permissions"
+msgstr "権限"
+
+#: include/conversation.php:1242 mod/editpost.php:96
+msgid "Public post"
+msgstr "一般公開の投稿"
+
+#: include/conversation.php:1246 mod/editpost.php:107 mod/events.php:550
+#: mod/photos.php:1433 mod/photos.php:1472 mod/photos.php:1532
+#: src/Module/Item/Compose.php:188 src/Object/Post.php:888
+msgid "Preview"
+msgstr "プレビュー"
+
+#: include/conversation.php:1250 include/items.php:397 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/settings.php:678 mod/settings.php:704
+#: mod/suggest.php:76 src/Module/Contact.php:464
+msgid "Cancel"
+msgstr "キャンセル"
+
+#: include/conversation.php:1255
+msgid "Post to Groups"
+msgstr "グループへの投稿"
+
+#: include/conversation.php:1256
+msgid "Post to Contacts"
+msgstr "知り合いへの限定公開"
+
+#: include/conversation.php:1257
+msgid "Private post"
+msgstr "プライベート投稿"
+
+#: include/conversation.php:1262 mod/editpost.php:114
+#: src/Model/Profile.php:542 src/Module/Contact.php:339
+msgid "Message"
+msgstr "メッセージ"
+
+#: include/conversation.php:1263 mod/editpost.php:115
+msgid "Browser"
+msgstr "ブラウザ"
+
+#: include/conversation.php:1535
+msgid "View all"
+msgstr "ずべて表示"
+
+#: include/conversation.php:1559
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "いいねしたもの"
+
+#: include/conversation.php:1562
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "好きではないもの"
+
+#: include/conversation.php:1568
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "欠席"
+
+#: include/conversation.php:1571 src/Content/ContactSelector.php:167
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "未定"
+
+#: include/items.php:354 src/Module/Admin/Themes/Details.php:53
+#: src/Module/Admin/Themes/Index.php:41 src/Module/Debug/ItemBody.php:27
+#: src/Module/Debug/ItemBody.php:40
+msgid "Item not found."
+msgstr "見つかりませんでした。"
+
+#: include/items.php:392
+msgid "Do you really want to delete this item?"
+msgstr "このアイテムを本当に削除していいですか?"
+
+#: 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/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
+#: mod/suggest.php:73 src/Module/Contact.php:461 src/Module/Register.php:97
+msgid "Yes"
+msgstr "はい"
+
+#: 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/events.php:208
+#: mod/follow.php:57 mod/follow.php:134 mod/fsuggest.php:63 mod/item.php:170
+#: mod/manage.php:130 mod/message.php:56 mod/message.php:101
+#: mod/network.php:37 mod/notes.php:27 mod/notifications.php:70
+#: 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/settings.php:52 mod/settings.php:165
+#: mod/settings.php:667 mod/suggest.php:39 src/Module/Attach.php:42
+#: src/Module/Contact.php:378 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:17
+msgid "Permission denied."
+msgstr "必要な権限が有りません。"
+
+#: mod/api.php:84 mod/api.php:106
+msgid "Authorize application connection"
+msgstr "アプリからの接続を承認します"
+
+#: mod/api.php:85
+msgid "Return to your app and insert this Securty Code:"
+msgstr "アプリの画面に戻り、以下のセキュリティコードを入力してください:"
+
+#: mod/api.php:94 src/Module/BaseAdminModule.php:56
+msgid "Please login to continue."
+msgstr "この先に進むにはログインしてください。"
+
+#: 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 "このアプリケーションによる、あなたの投稿・コンタクトの読み取りや、新しい投稿の作成を許可しますか?"
+
+#: 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 "いいえ"
+
+#: mod/delegate.php:42
+msgid "Parent user not found."
+msgstr "親となるユーザが見つかりません。"
+
+#: mod/delegate.php:149
+msgid "No parent user"
+msgstr "親となるユーザが存在しません。"
+
+#: mod/delegate.php:164
+msgid "Parent Password:"
+msgstr "親パスワード:"
+
+#: mod/delegate.php:164
+msgid ""
+"Please enter the password of the parent account to legitimize your request."
+msgstr "リクエストの確認のため、親アカウントのパスワードを入力してください。"
+
+#: mod/delegate.php:171
+msgid "Parent User"
+msgstr "親ユーザ"
+
+#: 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 "親ユーザは、このアカウントについてアカウント設定を含む全ての権限を持ちます。 このアクセスを許可するユーザ名を再確認してください。"
+
+#: 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/Site.php:569
+#: src/Module/Admin/Themes/Index.php:95 src/Module/Admin/Tos.php:50
+msgid "Save Settings"
+msgstr "設定を保存"
+
+#: mod/delegate.php:176 src/Content/Nav.php:263
+msgid "Delegate Page Management"
+msgstr "ベージの管理を移譲"
+
+#: mod/delegate.php:177
+msgid "Delegates"
+msgstr "移譲"
+
+#: 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 "移譲された人は、このアカウント/ページの管理について、基本的なアカウント設定を除いた、すべての権限を得ます。 完全に信頼していない人には、あなたの個人アカウントを移譲しないでください。"
+
+#: mod/delegate.php:180
+msgid "Existing Page Delegates"
+msgstr "既存のページの移譲"
+
+#: mod/delegate.php:182
+msgid "Potential Delegates"
+msgstr "移譲先の候補"
+
+#: mod/delegate.php:184 mod/tagrm.php:114
+msgid "Remove"
+msgstr "削除"
+
+#: mod/delegate.php:185
+msgid "Add"
+msgstr "追加"
+
+#: mod/delegate.php:186
+msgid "No entries."
+msgstr "エントリは有りません。"
+
+#: mod/oexchange.php:32
+msgid "Post successful."
+msgstr "投稿しました。"
+
+#: mod/ostatus_subscribe.php:23
+msgid "Subscribing to OStatus contacts"
+msgstr "Ostatusコンタクトを購読しています。"
+
+#: mod/ostatus_subscribe.php:35
+msgid "No contact provided."
+msgstr "コンタクトは提供されていません。"
+
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch information for contact."
+msgstr "コンタクトの情報を取得できませんでした。"
+
+#: mod/ostatus_subscribe.php:52
+msgid "Couldn't fetch friends for contact."
+msgstr "コンタクトの友達関係を取得できませんでした。"
+
+#: mod/ostatus_subscribe.php:70 mod/repair_ostatus.php:52
+msgid "Done"
+msgstr "完了"
+
+#: mod/ostatus_subscribe.php:84
+msgid "success"
+msgstr "成功"
+
+#: mod/ostatus_subscribe.php:86
+msgid "failed"
+msgstr "失敗"
+
+#: mod/ostatus_subscribe.php:89 src/Object/Post.php:285
+msgid "ignored"
+msgstr "無視"
+
+#: mod/ostatus_subscribe.php:94 mod/repair_ostatus.php:58
+msgid "Keep this window open until done."
+msgstr "ウィンドウを閉じずにお待ちください…"
+
+#: mod/profperm.php:30
+msgid "Permission denied"
+msgstr "必要な権限が有りません"
+
+#: mod/profperm.php:36 mod/profperm.php:69
+msgid "Invalid profile identifier."
+msgstr "無効なプロフィールidentifierです。"
+
+#: mod/profperm.php:115
+msgid "Profile Visibility Editor"
+msgstr "プロフィールの公開範囲を編集"
+
+#: mod/profperm.php:117 view/theme/frio/theme.php:268 src/Content/Nav.php:161
+#: src/Model/Profile.php:881 src/Model/Profile.php:917
+#: src/Module/Contact.php:656 src/Module/Contact.php:872
+#: src/Module/Welcome.php:38
+msgid "Profile"
+msgstr "プロフィール"
+
+#: mod/profperm.php:119 src/Module/Group.php:321
+msgid "Click on a contact to add or remove."
+msgstr "コンタクトをクリックして追加・削除"
+
+#: mod/profperm.php:128
+msgid "Visible To"
+msgstr "以下に公開しています"
+
+#: mod/profperm.php:144
+msgid "All Contacts (with secure profile access)"
+msgstr "すべてのコンタクト(保護されたアクセスを含む)"
+
+#: mod/regmod.php:53
+msgid "Account approved."
+msgstr "アカウントが認証されました。"
+
+#: mod/regmod.php:77
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "%s への登録は取り消されました"
+
+#: mod/regmod.php:84
+msgid "Please login."
+msgstr "ログインしてください。"
+
+#: mod/removeme.php:46
+msgid "User deleted their account"
+msgstr "このユーザはアカウントを削除しました。"
+
+#: 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 "Friendicaノードで、ユーザーがアカウントを削除しました。 それらのデータがバックアップから削除されていることを確認してください。"
+
+#: mod/removeme.php:48
+#, php-format
+msgid "The user id is %d"
+msgstr "ユーザIDは %d です"
+
+#: mod/removeme.php:84 mod/removeme.php:87
+msgid "Remove My Account"
+msgstr "自分のアカウントを削除します"
+
+#: mod/removeme.php:85
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "これにより、アカウントが完全に削除されます。 これが完了すると、回復できなくなります。"
+
+#: mod/removeme.php:86
+msgid "Please enter your password for verification:"
+msgstr "確認のため、あなたのパスワードを入力してください。"
+
+#: mod/repair_ostatus.php:21
+msgid "Resubscribing to OStatus contacts"
+msgstr "Ostatusコンタクトをもう一度購読します"
+
+#: mod/repair_ostatus.php:37 src/Module/TwoFactor/Verify.php:64
+msgid "Error"
+msgid_plural "Errors"
+msgstr[0] "エラー"
+
+#: mod/tagrm.php:31
+msgid "Tag(s) removed"
+msgstr "タグ(達)が削除されました"
+
+#: mod/tagrm.php:101
+msgid "Remove Item Tag"
+msgstr "タグの削除"
+
+#: mod/tagrm.php:103
+msgid "Select a tag to remove: "
+msgstr "削除するタグを選択:"
+
+#: mod/uimport.php:30
+msgid "User imports on closed servers can only be done by an administrator."
+msgstr "クローズドなサーバでのユーザーインポートは、管理者のみが実行できます。"
+
+#: 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 "このサイトは、1日あたりに許可されているアカウント登録数の上限を超えています。 明日再度お試しください。"
+
+#: mod/uimport.php:54 src/Module/Register.php:141
+msgid "Import"
+msgstr "インポート"
+
+#: mod/uimport.php:56
+msgid "Move account"
+msgstr "アカウントの移動"
+
+#: mod/uimport.php:57
+msgid "You can import an account from another Friendica server."
+msgstr "別のFriendicaサーバーからアカウントをインポートできます。"
+
+#: 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 "古いサーバからアカウントをエクスポートして、このサーバにアップロードする必要があります。 アップロード後、このサーバが、すべてのコンタクト・元のアカウントを再作成します。 また、あなたがこのサーバに移転したことを友人にお知らせします。"
+
+#: 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 "この機能はまだ実験的なものです。 OStatusネットワーク(GNU Social / Statusnet)またはDiasporaからのコンタクトはインポートできません。"
+
+#: mod/uimport.php:60
+msgid "Account file"
+msgstr "アカウントファイル"
+
+#: mod/uimport.php:60
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "アカウントをエクスポートするには、「設定」->「個人データのエクスポート」に進み、「アカウントのエクスポート」を選択します"
+
+#: mod/unfollow.php:36 mod/unfollow.php:92
+msgid "You aren't following this contact."
+msgstr "あなたはこのコンタクトをフォローしていません"
+
+#: mod/unfollow.php:46 mod/unfollow.php:98
+msgid "Unfollowing is currently not supported by your network."
+msgstr "現在、フォロー解除はあなたのネットワークではサポートされていません"
+
+#: mod/unfollow.php:67
+msgid "Contact unfollowed"
+msgstr "コンタクトのフォロー解除"
+
+#: mod/unfollow.php:118
+msgid "Disconnect/Unfollow"
+msgstr "接続・フォローを解除"
+
+#: mod/unfollow.php:128 mod/dfrn_request.php:647 mod/follow.php:170
+msgid "Your Identity Address:"
+msgstr "あなたのIdentityアドレス:"
+
+#: mod/unfollow.php:131 mod/dfrn_request.php:649 mod/follow.php:76
+msgid "Submit Request"
+msgstr "リクエストを送る"
+
+#: mod/unfollow.php:137 mod/follow.php:179 mod/notifications.php:182
+#: mod/notifications.php:274 src/Module/Admin/Blocklist/Contact.php:83
+#: src/Module/Contact.php:641
+msgid "Profile URL"
+msgstr "プロフィールURL"
+
+#: mod/unfollow.php:147 mod/follow.php:195 src/Model/Profile.php:912
+#: src/Module/Contact.php:867
+msgid "Status Messages and Posts"
+msgstr "ステータスメッセージと投稿"
+
+#: 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 "[埋め込みコンテンツ - ページを再読み込みして表示]"
+
+#: 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 "無効なリクエストです。"
+
+#: mod/wall_attach.php:103
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "すいません、サーバのPHP設定で許可されたサイズよりも大きいファイルをアップロードしている可能性があります。"
+
+#: mod/wall_attach.php:103
+msgid "Or - did you try to upload an empty file?"
+msgstr "または、空のファイルをアップロードしようとしていませんか?"
+
+#: mod/wall_attach.php:114
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "ファイルサイズ上限 %s を超えています。"
+
+#: mod/wall_attach.php:129
+msgid "File upload failed."
+msgstr "アップロードが失敗しました。"
+
+#: 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 "画像サイズ上限 %s を超えています。"
+
+#: mod/wall_upload.php:212 mod/photos.php:738 mod/profile_photo.php:161
+msgid "Unable to process image."
+msgstr "画像を処理できません。"
+
+#: mod/wall_upload.php:243
+msgid "Wall Photos"
+msgstr "ウォール写真"
+
+#: mod/wall_upload.php:251 mod/photos.php:767 mod/profile_photo.php:303
+msgid "Image upload failed."
+msgstr "画像アップロードに失敗しました。"
+
+#: mod/wallmessage.php:52 mod/wallmessage.php:115
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "一日のウォールメッセージ上限 %s 通を超えました。投稿できません。"
+
+#: mod/wallmessage.php:60 mod/message.php:70
+msgid "No recipient selected."
+msgstr "宛先が未指定です。"
+
+#: mod/wallmessage.php:63
+msgid "Unable to check your home location."
+msgstr "あなたのホームロケーションを確認できません。"
+
+#: mod/wallmessage.php:66 mod/message.php:77
+msgid "Message could not be sent."
+msgstr "メッセージを送信できませんでした。"
+
+#: mod/wallmessage.php:69 mod/message.php:80
+msgid "Message collection failure."
+msgstr "メッセージの収集に失敗しました。"
+
+#: mod/wallmessage.php:72 mod/message.php:83
+msgid "Message sent."
+msgstr "メッセージを送信しました。"
+
+#: mod/wallmessage.php:89 mod/wallmessage.php:98
+msgid "No recipient."
+msgstr "宛先がありません。"
+
+#: mod/wallmessage.php:123 mod/message.php:204 mod/message.php:360
+msgid "Please enter a link URL:"
+msgstr "リンクURLを入力してください。"
+
+#: mod/wallmessage.php:128 mod/message.php:246
+msgid "Send Private Message"
+msgstr "プライベートメッセージを送信する"
+
+#: 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 "%s からの返信を受け取りたい場合は、サイトのプライバシー設定で「不明な送信者からのプライベートメール」を許可しているか確認してください。"
+
+#: mod/wallmessage.php:130 mod/message.php:247 mod/message.php:430
+msgid "To:"
+msgstr "送信先:"
+
+#: mod/wallmessage.php:131 mod/message.php:251 mod/message.php:432
+msgid "Subject:"
+msgstr "件名"
+
+#: mod/wallmessage.php:137 mod/message.php:255 mod/message.php:435
+#: src/Module/Invite.php:150
+msgid "Your message:"
+msgstr "メッセージ"
+
+#: mod/wallmessage.php:140 mod/editpost.php:76 mod/message.php:259
+#: mod/message.php:440
+msgid "Insert web link"
+msgstr "webリンクを挿入"
+
+#: mod/match.php:49
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "合致するキーワードが有りません。あなたの既定のプロフィールにキーワードを追加してください。"
+
+#: 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 "つながる"
+
+#: mod/match.php:115 src/Content/Pager.php:198
+msgid "first"
+msgstr "最初"
+
+#: mod/match.php:120 src/Content/Pager.php:258
+msgid "next"
+msgstr "次"
+
+#: mod/match.php:130 src/Module/BaseSearchModule.php:92
+msgid "No matches"
+msgstr "一致する項目がありません"
+
+#: mod/match.php:135
+msgid "Profile Match"
+msgstr "一致するプロフィール"
+
+#: 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 "プロフィールが見つかりません。"
+
+#: mod/profiles.php:62
+msgid "Profile deleted."
+msgstr "プロフィールが削除されました。"
+
+#: mod/profiles.php:78 mod/profiles.php:114
+msgid "Profile-"
+msgstr "プロフィール - "
+
+#: mod/profiles.php:97 mod/profiles.php:135
+msgid "New profile created."
+msgstr "プロフィールを新規作成しました。"
+
+#: mod/profiles.php:120
+msgid "Profile unavailable to clone."
+msgstr "このプロフィールはクローンできません。"
+
+#: mod/profiles.php:206
+msgid "Profile Name is required."
+msgstr "プロフィール名が必要です。"
+
+#: mod/profiles.php:346
+msgid "Marital Status"
+msgstr "配偶者の有無"
+
+#: mod/profiles.php:349
+msgid "Romantic Partner"
+msgstr "恋愛関係にあるパートナー"
+
+#: mod/profiles.php:358
+msgid "Work/Employment"
+msgstr "勤務先"
+
+#: mod/profiles.php:361
+msgid "Religion"
+msgstr "宗教"
+
+#: mod/profiles.php:364
+msgid "Political Views"
+msgstr "政治観"
+
+#: mod/profiles.php:367
+msgid "Gender"
+msgstr "性別"
+
+#: mod/profiles.php:370
+msgid "Sexual Preference"
+msgstr "性的嗜好"
+
+#: mod/profiles.php:373
+msgid "XMPP"
+msgstr "XMPP"
+
+#: mod/profiles.php:376
+msgid "Homepage"
+msgstr "ホームページ"
+
+#: mod/profiles.php:379 mod/profiles.php:578
+msgid "Interests"
+msgstr "興味"
+
+#: mod/profiles.php:382
+msgid "Address"
+msgstr "住所"
+
+#: mod/profiles.php:389 mod/profiles.php:574
+msgid "Location"
+msgstr "位置情報"
+
+#: mod/profiles.php:469
+msgid "Profile updated."
+msgstr "プロフィールを更新しました。"
+
+#: mod/profiles.php:523
+msgid "Hide contacts and friends:"
+msgstr "コンタクトや友人を非表示にする:"
+
+#: mod/profiles.php:528
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "このプロフィールの閲覧者からコンタクト/友達リストを非表示にしますか?"
+
+#: mod/profiles.php:548
+msgid "Show more profile fields:"
+msgstr "他のプロフィールフィールドを表示:"
+
+#: mod/profiles.php:560
+msgid "Profile Actions"
+msgstr "プロフィールアクション"
+
+#: mod/profiles.php:561
+msgid "Edit Profile Details"
+msgstr "プロフィールの詳細を編集"
+
+#: mod/profiles.php:562 mod/crepair.php:149 mod/events.php:552
+#: 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 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/Contact.php:598
+#: src/Module/Debug/Localtime.php:45 src/Module/Install.php:213
+#: src/Module/Install.php:253 src/Module/Install.php:289
+#: src/Module/Invite.php:157 src/Module/Item/Compose.php:178
+#: src/Object/Post.php:878
+msgid "Submit"
+msgstr "提出する"
+
+#: mod/profiles.php:563
+msgid "Change Profile Photo"
+msgstr "プロフィール写真の変更"
+
+#: mod/profiles.php:565
+msgid "View this profile"
+msgstr "このプロフィールを見る"
+
+#: mod/profiles.php:566
+msgid "View all profiles"
+msgstr "すべてのプロフィールを表示"
+
+#: mod/profiles.php:567 mod/profiles.php:662 src/Model/Profile.php:423
+msgid "Edit visibility"
+msgstr "可視性を編集"
+
+#: mod/profiles.php:568
+msgid "Create a new profile using these settings"
+msgstr "これらの設定を使用して新しいプロフィールを作成します"
+
+#: mod/profiles.php:569
+msgid "Clone this profile"
+msgstr "このプロフィールを複製"
+
+#: mod/profiles.php:570
+msgid "Delete this profile"
+msgstr "このプロフィールを削除"
+
+#: mod/profiles.php:572
+msgid "Basic information"
+msgstr "基本情報"
+
+#: mod/profiles.php:573
+msgid "Profile picture"
+msgstr "プロフィールの写真"
+
+#: mod/profiles.php:575
+msgid "Preferences"
+msgstr "プリファレンス"
+
+#: mod/profiles.php:576
+msgid "Status information"
+msgstr "ステータス情報"
+
+#: mod/profiles.php:577
+msgid "Additional information"
+msgstr "追加情報"
+
+#: mod/profiles.php:579 mod/network.php:992
+#: src/Core/NotificationsManager.php:158
+msgid "Personal"
+msgstr "パーソナル"
+
+#: mod/profiles.php:580
+msgid "Relation"
+msgstr "関係"
+
+#: mod/profiles.php:581 src/Util/Temporal.php:79 src/Util/Temporal.php:81
+msgid "Miscellaneous"
+msgstr "その他"
+
+#: mod/profiles.php:583 mod/profile_photo.php:246 src/Module/Welcome.php:39
+msgid "Upload Profile Photo"
+msgstr "プロフィール写真をアップロード"
+
+#: mod/profiles.php:584
+msgid "Your Gender:"
+msgstr "あなたの性別:"
+
+#: mod/profiles.php:585
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span>婚姻:"
+
+#: mod/profiles.php:586 src/Model/Profile.php:800
+msgid "Sexual Preference:"
+msgstr "性的嗜好:"
+
+#: mod/profiles.php:587
+msgid "Example: fishing photography software"
+msgstr "例:釣りを撮影するソフトウェア"
+
+#: mod/profiles.php:592
+msgid "Profile Name:"
+msgstr "プロフィール名:"
+
+#: mod/profiles.php:592 mod/events.php:510 mod/events.php:542
+msgid "Required"
+msgstr "必須"
+
+#: 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 "これはあなたの<strong>一般公開</strong>プロフィールです。<br />インターネットを使用している人なら誰でも<strong>見ることができます</strong>。"
+
+#: mod/profiles.php:595
+msgid "Your Full Name:"
+msgstr "あなたのフルネーム:"
+
+#: mod/profiles.php:596
+msgid "Title/Description:"
+msgstr "タイトル説明:"
+
+#: mod/profiles.php:599
+msgid "Street Address:"
+msgstr "住所:"
+
+#: mod/profiles.php:600
+msgid "Locality/City:"
+msgstr "地域/市:"
+
+#: mod/profiles.php:601
+msgid "Region/State:"
+msgstr "地域/州:"
+
+#: mod/profiles.php:602
+msgid "Postal/Zip Code:"
+msgstr "郵便番号:"
+
+#: mod/profiles.php:603
+msgid "Country:"
+msgstr "国:"
+
+#: mod/profiles.php:604 src/Util/Temporal.php:149
+msgid "Age: "
+msgstr "年齢:"
+
+#: mod/profiles.php:607
+msgid "Who: (if applicable)"
+msgstr "誰:(該当する場合)"
+
+#: mod/profiles.php:607
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "例:cathy123、Cathy Williams、cathy@example.com"
+
+#: mod/profiles.php:608
+msgid "Since [date]:"
+msgstr "[日付]以降:"
+
+#: mod/profiles.php:610
+msgid "Tell us about yourself..."
+msgstr "あなた自身について教えてください..."
+
+#: mod/profiles.php:611
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP(Jabber)アドレス:"
+
+#: mod/profiles.php:611
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "XMPPアドレスがコンタクトに伝達され、コンタクトがあなたをフォローできるようになります。"
+
+#: mod/profiles.php:612
+msgid "Homepage URL:"
+msgstr "ホームページのURL:"
+
+#: mod/profiles.php:613 src/Model/Profile.php:808
+msgid "Hometown:"
+msgstr "出身地:"
+
+#: mod/profiles.php:614 src/Model/Profile.php:816
+msgid "Political Views:"
+msgstr "政見:"
+
+#: mod/profiles.php:615
+msgid "Religious Views:"
+msgstr "宗教的見解:"
+
+#: mod/profiles.php:616
+msgid "Public Keywords:"
+msgstr "公開キーワード:"
+
+#: mod/profiles.php:616
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(友人を候補を提案するために使用ます。また他の人が見ることができます。)"
+
+#: mod/profiles.php:617
+msgid "Private Keywords:"
+msgstr "プライベートキーワード:"
+
+#: mod/profiles.php:617
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(プロフィールの検索に使用され、他のユーザーには表示されません)"
+
+#: mod/profiles.php:618 src/Model/Profile.php:832
+msgid "Likes:"
+msgstr "好きなもの:"
+
+#: mod/profiles.php:619 src/Model/Profile.php:836
+msgid "Dislikes:"
+msgstr "嫌いなもの:"
+
+#: mod/profiles.php:620
+msgid "Musical interests"
+msgstr "音楽的興味"
+
+#: mod/profiles.php:621
+msgid "Books, literature"
+msgstr "本、文学"
+
+#: mod/profiles.php:622
+msgid "Television"
+msgstr "テレビ"
+
+#: mod/profiles.php:623
+msgid "Film/dance/culture/entertainment"
+msgstr "映画/ダンス/文化/エンターテイメント"
+
+#: mod/profiles.php:624
+msgid "Hobbies/Interests"
+msgstr "趣味/興味"
+
+#: mod/profiles.php:625
+msgid "Love/romance"
+msgstr "愛/ロマンス"
+
+#: mod/profiles.php:626
+msgid "Work/employment"
+msgstr "仕事/雇用"
+
+#: mod/profiles.php:627
+msgid "School/education"
+msgstr "学校教育"
+
+#: mod/profiles.php:628
+msgid "Contact information and Social Networks"
+msgstr "コンタクト情報とソーシャルネットワーク"
+
+#: mod/profiles.php:659 src/Model/Profile.php:419
+msgid "Profile Image"
+msgstr "プロフィール画像"
+
+#: mod/profiles.php:661 src/Model/Profile.php:422
+msgid "visible to everybody"
+msgstr "みんなに見える"
+
+#: mod/profiles.php:668
+msgid "Edit/Manage Profiles"
+msgstr "プロフィールの編集/管理"
+
+#: mod/profiles.php:669 src/Model/Profile.php:409 src/Model/Profile.php:430
+msgid "Change profile photo"
+msgstr "プロフィール写真を変更"
+
+#: mod/profiles.php:670 src/Model/Profile.php:410
+msgid "Create New Profile"
+msgstr "新しいプロフィールを作成"
+
+#: 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 "アクセスが拒否されました。"
+
+#: mod/cal.php:140 mod/display.php:301 src/Module/Profile.php:177
+msgid "Access to this profile has been restricted."
+msgstr "このプロフィールへのアクセスは制限されています。"
+
+#: 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:945 src/Model/Profile.php:956
+msgid "Events"
+msgstr "イベント"
+
+#: mod/cal.php:272 mod/events.php:384
+msgid "View"
+msgstr "表示する"
+
+#: mod/cal.php:273 mod/events.php:386
+msgid "Previous"
+msgstr "前"
+
+#: mod/cal.php:274 mod/events.php:387 src/Module/Install.php:175
+msgid "Next"
+msgstr "次"
+
+#: mod/cal.php:277 mod/events.php:392 src/Model/Event.php:428
+msgid "today"
+msgstr "今日"
+
+#: mod/cal.php:278 mod/events.php:393 src/Util/Temporal.php:314
+#: src/Model/Event.php:429
+msgid "month"
+msgstr "月"
+
+#: mod/cal.php:279 mod/events.php:394 src/Util/Temporal.php:315
+#: src/Model/Event.php:430
+msgid "week"
+msgstr "週間"
+
+#: mod/cal.php:280 mod/events.php:395 src/Util/Temporal.php:316
+#: src/Model/Event.php:431
+msgid "day"
+msgstr "日"
+
+#: mod/cal.php:281 mod/events.php:396
+msgid "list"
+msgstr "リスト"
+
+#: mod/cal.php:294 src/Model/User.php:384 src/Console/NewPassword.php:88
+msgid "User not found"
+msgstr "ユーザーが見つかりません"
+
+#: mod/cal.php:310
+msgid "This calendar format is not supported"
+msgstr "このカレンダー形式はサポートされていません"
+
+#: mod/cal.php:312
+msgid "No exportable data found"
+msgstr "エクスポート可能なデータが見つかりません"
+
+#: mod/cal.php:329
+msgid "calendar"
+msgstr "カレンダー"
+
+#: mod/common.php:90
+msgid "No contacts in common."
+msgstr "共通のコンタクトはありません。"
+
+#: mod/common.php:141 src/Module/Contact.php:895
+msgid "Common Friends"
+msgstr "共通の友達"
+
+#: mod/community.php:33 mod/dfrn_request.php:597 mod/display.php:199
+#: mod/photos.php:850 mod/search.php:87 mod/search.php:93 mod/videos.php:118
+#: src/Module/Debug/Probe.php:20 src/Module/Debug/WebFinger.php:19
+#: src/Module/Directory.php:30
+msgid "Public access denied."
+msgstr "パブリックアクセスが拒否されました。"
+
+#: mod/community.php:76
+msgid "Community option not available."
+msgstr "コミュニティオプションは利用できません。"
+
+#: mod/community.php:93
+msgid "Not available."
+msgstr "利用不可。"
+
+#: mod/community.php:103
+msgid "Local Community"
+msgstr "地域コミュニティ"
+
+#: mod/community.php:106
+msgid "Posts from local users on this server"
+msgstr "このサーバー上のローカルユーザーからの投稿"
+
+#: mod/community.php:114
+msgid "Global Community"
+msgstr "グローバルコミュニティ"
+
+#: mod/community.php:117
+msgid "Posts from users of the whole federated network"
+msgstr "フェデレーションネットワーク全体のユーザーからの投稿"
+
+#: mod/community.php:163 mod/search.php:222
+msgid "No results."
+msgstr "結果がありません。"
+
+#: 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 "このコミュニティストリームには、このノードが受信したすべての一般公開投稿が表示されます。このノードのユーザーの意見を反映していない場合があります。"
+
+#: mod/crepair.php:79
+msgid "Contact settings applied."
+msgstr "コンタクト設定が適用されました。"
+
+#: mod/crepair.php:81
+msgid "Contact update failed."
+msgstr "コンタクトの更新に失敗しました。"
+
+#: 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 "コンタクトが見つかりません。"
+
+#: 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>警告:これは非常に高度です</strong>。誤った情報を入力すると、このコンタクトとのコミュニケーションが機能しなくなる場合があります。"
+
+#: 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 "このページで何をすべきかわからない場合は、ブラウザの \"戻る\" ボタンを *<strong>今すぐ</strong>*クリックしてください。"
+
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "No mirroring"
+msgstr "ミラーリングなし"
+
+#: mod/crepair.php:130
+msgid "Mirror as forwarded posting"
+msgstr "転送された投稿としてミラー"
+
+#: mod/crepair.php:130 mod/crepair.php:132
+msgid "Mirror as my own posting"
+msgstr "自分の投稿としてミラー"
+
+#: mod/crepair.php:145
+msgid "Return to contact editor"
+msgstr "コンタクトエディターに戻る"
+
+#: mod/crepair.php:147
+msgid "Refetch contact data"
+msgstr "コンタクトデータを再取得する"
+
+#: mod/crepair.php:150
+msgid "Remote Self"
+msgstr "リモートセルフ"
+
+#: mod/crepair.php:153
+msgid "Mirror postings from this contact"
+msgstr "このコンタクトからの投稿をミラーリングする"
+
+#: mod/crepair.php:155
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "このコンタクトをremote_selfとしてマークすると、friendicaがこのコンタクトから新しいエントリを再投稿します。"
+
+#: 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 "名"
+
+#: mod/crepair.php:160
+msgid "Account Nickname"
+msgstr "アカウントのニックネーム"
+
+#: mod/crepair.php:161
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tagname - 名前/ニックネームをオーバーライドします"
+
+#: mod/crepair.php:162
+msgid "Account URL"
+msgstr "アカウントURL"
+
+#: mod/crepair.php:163
+msgid "Account URL Alias"
+msgstr "アカウントURLエイリアス"
+
+#: mod/crepair.php:164
+msgid "Friend Request URL"
+msgstr "フレンドリクエストURL"
+
+#: mod/crepair.php:165
+msgid "Friend Confirm URL"
+msgstr "友人確認URL"
+
+#: mod/crepair.php:166
+msgid "Notification Endpoint URL"
+msgstr "通知エンドポイントURL"
+
+#: mod/crepair.php:167
+msgid "Poll/Feed URL"
+msgstr "ポーリング/フィードURL"
+
+#: mod/crepair.php:168
+msgid "New photo from this URL"
+msgstr "このURLからの新しい写真"
+
+#: mod/dfrn_confirm.php:126
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "これは、連絡が両方の人から要求され、すでに承認されている場合に発生することがあります。"
+
+#: mod/dfrn_confirm.php:227
+msgid "Response from remote site was not understood."
+msgstr "リモートサイトから解釈できない応答がありました。"
+
+#: mod/dfrn_confirm.php:234 mod/dfrn_confirm.php:240
+msgid "Unexpected response from remote site: "
+msgstr "リモートサイトからの予期しない応答:"
+
+#: mod/dfrn_confirm.php:249
+msgid "Confirmation completed successfully."
+msgstr "確認が正常に完了しました。"
+
+#: mod/dfrn_confirm.php:261
+msgid "Temporary failure. Please wait and try again."
+msgstr "一時的な障害。しばらくしてからもう一度お試しください。"
+
+#: mod/dfrn_confirm.php:264
+msgid "Introduction failed or was revoked."
+msgstr "紹介が失敗したか取り消されました。"
+
+#: mod/dfrn_confirm.php:269
+msgid "Remote site reported: "
+msgstr "報告されたリモートサイト:"
+
+#: mod/dfrn_confirm.php:374
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "' %s 'のユーザーレコードが見つかりません"
+
+#: mod/dfrn_confirm.php:384
+msgid "Our site encryption key is apparently messed up."
+msgstr "当サイトの暗号化キーが破損しているようです。"
+
+#: mod/dfrn_confirm.php:395
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "空のサイトURLが提供されたか、URLを解読できませんでした。"
+
+#: mod/dfrn_confirm.php:411
+msgid "Contact record was not found for you on our site."
+msgstr "私たちのサイトでコンタクトレコードが見つかりませんでした。"
+
+#: mod/dfrn_confirm.php:425
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "URL %sのコンタクトレコードに対応したサイトの公開鍵がありません。"
+
+#: 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 "あなたのシステムから提供されたIDは、このサーバ上で重複しています。再試行すると使えるかもしれません。"
+
+#: mod/dfrn_confirm.php:452
+msgid "Unable to set your contact credentials on our system."
+msgstr "このサーバ上のあなたのコンタクトの資格情報を設定できません。"
+
+#: mod/dfrn_confirm.php:508
+msgid "Unable to update your contact profile details on our system"
+msgstr "このサーバ上のあなたのコンタクトプロフィールの詳細を更新できません"
+
+#: mod/dfrn_confirm.php:538 mod/dfrn_request.php:560
+#: src/Model/Contact.php:2457
+msgid "[Name Withheld]"
+msgstr "[名前の差し止め]"
+
+#: mod/dfrn_poll.php:125 mod/dfrn_poll.php:530
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$sは%2$s歓迎します"
+
+#: mod/dfrn_request.php:98
+msgid "This introduction has already been accepted."
+msgstr "この紹介はすでに承諾されています。"
+
+#: mod/dfrn_request.php:116 mod/dfrn_request.php:354
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "プロフィールに書かれた場所が無効であるか、プロフィール情報が含まれていません。"
+
+#: mod/dfrn_request.php:120 mod/dfrn_request.php:358
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "警告:プロフィールに書かれた場所には識別可能な所有者名がありません。"
+
+#: mod/dfrn_request.php:123 mod/dfrn_request.php:361
+msgid "Warning: profile location has no profile photo."
+msgstr "警告:プロフィールに書かれた場所にはプロフィール写真がありません。"
+
+#: 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必須パラメータが見つかりませんでした"
+
+#: mod/dfrn_request.php:165
+msgid "Introduction complete."
+msgstr "紹介が完了しました。"
+
+#: mod/dfrn_request.php:201
+msgid "Unrecoverable protocol error."
+msgstr "回復不能なプロトコルエラー。"
+
+#: mod/dfrn_request.php:228
+msgid "Profile unavailable."
+msgstr "プロフィールを利用できません。"
+
+#: mod/dfrn_request.php:249
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "今日、 %sが受信したつながりリクエストが多すぎます。"
+
+#: mod/dfrn_request.php:250
+msgid "Spam protection measures have been invoked."
+msgstr "スパム対策が呼び出されました。"
+
+#: mod/dfrn_request.php:251
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "24時間以内にもう一度お試しください。"
+
+#: mod/dfrn_request.php:275
+msgid "Invalid locator"
+msgstr "無効なロケーター"
+
+#: mod/dfrn_request.php:311
+msgid "You have already introduced yourself here."
+msgstr "あなたはすでにここで自己紹介しています。"
+
+#: mod/dfrn_request.php:314
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "どうやらあなたはすでに%sと友達です。"
+
+#: mod/dfrn_request.php:334
+msgid "Invalid profile URL."
+msgstr "無効なプロフィールURL。"
+
+#: mod/dfrn_request.php:340 src/Model/Contact.php:2099
+msgid "Disallowed profile URL."
+msgstr "許可されていないプロフィールURL。"
+
+#: mod/dfrn_request.php:346 src/Model/Contact.php:2104
+#: src/Module/Friendica.php:59
+msgid "Blocked domain"
+msgstr "ブロックされたドメイン"
+
+#: mod/dfrn_request.php:413 src/Module/Contact.php:143
+msgid "Failed to update contact record."
+msgstr "コンタクトレコードを更新できませんでした。"
+
+#: mod/dfrn_request.php:433
+msgid "Your introduction has been sent."
+msgstr "紹介文が送信されました。"
+
+#: mod/dfrn_request.php:471
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "あなたのネットワークでリモートサブスクリプションを行うことはできません。あなたのシステム上で直接購読してください。"
+
+#: mod/dfrn_request.php:487
+msgid "Please login to confirm introduction."
+msgstr "ログインして紹介を確認してください。"
+
+#: mod/dfrn_request.php:495
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "現在ログインしているIDが正しくありません。<strong>こちらの</strong>プロフィールにログインしてください。"
+
+#: mod/dfrn_request.php:509 mod/dfrn_request.php:524
+msgid "Confirm"
+msgstr "確認する"
+
+#: mod/dfrn_request.php:520
+msgid "Hide this contact"
+msgstr "このコンタクトを非表示"
+
+#: mod/dfrn_request.php:522
+#, php-format
+msgid "Welcome home %s."
+msgstr "おかえりなさい%s 。"
+
+#: mod/dfrn_request.php:523
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "%sへの紹介/接続リクエストを確認してください。"
+
+#: mod/dfrn_request.php:632
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "次のサポートされている通信ネットワークのいずれかから「IDアドレス」を入力してください。"
+
+#: 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 "まだ'自由なソーシャルウェブ'のメンバーでない場合は、<a href=\"%s\">このリンクをクリックして、Friendicaの公開サイトを見つけて、今すぐ参加してください</a>。"
+
+#: mod/dfrn_request.php:637
+msgid "Friend/Connection Request"
+msgstr "友達/接続リクエスト"
+
+#: mod/dfrn_request.php:638
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@gnusocial.de"
+msgstr "例: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
+
+#: mod/dfrn_request.php:639 mod/follow.php:162
+msgid "Please answer the following:"
+msgstr "以下に答えてください。"
+
+#: mod/dfrn_request.php:640 mod/follow.php:163
+#, php-format
+msgid "Does %s know you?"
+msgstr "%sはあなたを知っていますか?"
+
+#: mod/dfrn_request.php:641 mod/follow.php:164
+msgid "Add a personal note:"
+msgstr "個人メモを追加します。"
+
+#: mod/dfrn_request.php:643
+msgid "Friendica"
+msgstr "フレンドカ"
+
+#: mod/dfrn_request.php:644
+msgid "GNU Social (Pleroma, Mastodon)"
+msgstr "GNU Social(Pleroma、Mastodon)"
+
+#: mod/dfrn_request.php:645
+msgid "Diaspora (Socialhome, Hubzilla)"
+msgstr "Diaspora(Socialhome、Hubzilla)"
+
+#: mod/dfrn_request.php:646
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr "-このフォームは使用しないでください。代わりに、Diaspora検索バーに%sを入力してください。"
+
+#: mod/display.php:252 mod/display.php:337
+msgid "The requested item doesn't exist or has been deleted."
+msgstr "要求されたアイテムは存在しないか、削除されました。"
+
+#: mod/display.php:412
+msgid "The feed for this item is unavailable."
+msgstr "このアイテムのフィードは利用できません。"
+
+#: mod/editpost.php:28 mod/editpost.php:38
+msgid "Item not found"
+msgstr "アイテムが見つかりません"
+
+#: mod/editpost.php:45
+msgid "Edit post"
+msgstr "投稿を編集"
+
+#: mod/editpost.php:71 mod/notes.php:46 src/Content/Text/HTML.php:883
+#: src/Module/Filer/SaveTag.php:49
+msgid "Save"
+msgstr "保存する"
+
+#: mod/editpost.php:77
+msgid "web link"
+msgstr "ウェブリンク"
+
+#: mod/editpost.php:78
+msgid "Insert video link"
+msgstr "ビデオリンクを挿入"
+
+#: mod/editpost.php:79
+msgid "video link"
+msgstr "ビデオリンク"
+
+#: mod/editpost.php:80
+msgid "Insert audio link"
+msgstr "オーディオリンクを挿入"
+
+#: mod/editpost.php:81
+msgid "audio link"
+msgstr "オーディオリンク"
+
+#: mod/editpost.php:95 src/Core/ACL.php:308 src/Module/Item/Compose.php:200
+msgid "CC: email addresses"
+msgstr "CC:メールアドレス"
+
+#: mod/editpost.php:102 src/Core/ACL.php:309
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "例:bob @ example.com、mary @ example.com"
+
+#: mod/events.php:118 mod/events.php:120
+msgid "Event can not end before it has started."
+msgstr "イベントは開始する前に終了できません。"
+
+#: mod/events.php:127 mod/events.php:129
+msgid "Event title and start time are required."
+msgstr "イベントのタイトルと開始時間が必要です。"
+
+#: mod/events.php:385
+msgid "Create New Event"
+msgstr "新しいイベントを作成"
+
+#: mod/events.php:508
+msgid "Event details"
+msgstr "イベントの詳細"
+
+#: mod/events.php:509
+msgid "Starting date and Title are required."
+msgstr "開始日とタイトルが必要です。"
+
+#: mod/events.php:510 mod/events.php:515
+msgid "Event Starts:"
+msgstr "イベント開始:"
+
+#: mod/events.php:523 mod/events.php:548
+msgid "Finish date/time is not known or not relevant"
+msgstr "終了日時が不明であるか、関連性がない"
+
+#: mod/events.php:525 mod/events.php:530
+msgid "Event Finishes:"
+msgstr "イベント終了:"
+
+#: mod/events.php:536 mod/events.php:549
+msgid "Adjust for viewer timezone"
+msgstr "視聴者のタイムゾーンに合わせて調整する"
+
+#: mod/events.php:538
+msgid "Description:"
+msgstr "説明:"
+
+#: mod/events.php:540 mod/notifications.php:264 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/Contact.php:645
+#: src/Module/Directory.php:137
+msgid "Location:"
+msgstr "ロケーション:"
+
+#: mod/events.php:542 mod/events.php:544
+msgid "Title:"
+msgstr "タイトル:"
+
+#: mod/events.php:545 mod/events.php:546
+msgid "Share this event"
+msgstr "このイベントを共有する"
+
+#: mod/events.php:553 src/Model/Profile.php:882
+msgid "Basic"
+msgstr "ベーシック"
+
+#: mod/events.php:554 src/Model/Profile.php:883 src/Module/Admin/Site.php:574
+#: src/Module/Contact.php:905
+msgid "Advanced"
+msgstr "高度な"
+
+#: mod/events.php:555 mod/photos.php:1009 mod/photos.php:1383
+#: src/Core/ACL.php:314
+msgid "Permissions"
+msgstr "許可"
+
+#: mod/events.php:571
+msgid "Failed to remove event"
+msgstr "イベントを削除できませんでした"
+
+#: mod/events.php:573
+msgid "Event removed"
+msgstr "イベントを削除しました"
+
+#: mod/fbrowser.php:43 view/theme/frio/theme.php:269 src/Content/Nav.php:162
+#: src/Model/Profile.php:925
+msgid "Photos"
+msgstr "写真"
+
+#: 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 "コンタクトの写真"
+
+#: mod/fbrowser.php:112 mod/fbrowser.php:141 mod/profile_photo.php:247
+msgid "Upload"
+msgstr "アップロードする"
+
+#: mod/fbrowser.php:136
+msgid "Files"
+msgstr "ファイル"
+
+#: mod/follow.php:46
+msgid "The contact could not be added."
+msgstr "コンタクトを追加できませんでした。"
+
+#: mod/follow.php:87
+msgid "You already added this contact."
+msgstr "このコンタクトは既に追加されています。"
+
+#: mod/follow.php:99
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Diasporaのサポートは有効になっていません。コンタクトを追加できません。"
+
+#: mod/follow.php:106
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatusサポートは無効です。コンタクトを追加できません。"
+
+#: mod/follow.php:113
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "ネットワークタイプを検出できませんでした。コンタクトを追加できません。"
+
+#: mod/follow.php:183 mod/notifications.php:268 src/Model/Profile.php:812
+#: src/Module/Contact.php:651
+msgid "Tags:"
+msgstr "タグ:"
+
+#: mod/fsuggest.php:44
+msgid "Suggested contact not found."
+msgstr "推奨コンタクトが見つかりません。"
+
+#: mod/fsuggest.php:57
+msgid "Friend suggestion sent."
+msgstr "友達の提案が送信されました。"
+
+#: mod/fsuggest.php:79
+msgid "Suggest Friends"
+msgstr "友人を示唆しています"
+
+#: mod/fsuggest.php:81
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "%s友達を提案する"
+
+#: mod/hcard.php:20
+msgid "No profile"
+msgstr "プロフィールなし"
+
+#: mod/item.php:123
+msgid "Unable to locate original post."
+msgstr "元の投稿が見つかりません。"
+
+#: mod/item.php:323
+msgid "Empty post discarded."
+msgstr "空の投稿は破棄されました。"
+
+#: mod/item.php:803
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "このメッセージは、Friendicaソーシャルネットワークのメンバーである%sから送信されました。"
+
+#: mod/item.php:805
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "あなたは%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 "これらのメッセージを受信したくない場合は、この投稿に返信して送信者に連絡してください。"
+
+#: mod/item.php:810
+#, php-format
+msgid "%s posted an update."
+msgstr "%sが更新を投稿しました。"
+
+#: mod/lockview.php:47 mod/lockview.php:58
+msgid "Remote privacy information not available."
+msgstr "リモートプライバシー情報は利用できません。"
+
+#: mod/lockview.php:67
+msgid "Visible to:"
+msgstr "に表示:"
+
+#: mod/lockview.php:73 mod/lockview.php:108 src/Content/Widget.php:192
+#: src/Module/Contact.php:797 src/Module/Item/Compose.php:97
+#: src/Module/Profile/Contacts.php:126
+msgid "Followers"
+msgstr "フォロワー"
+
+#: mod/lockview.php:79 mod/lockview.php:114 src/Module/Item/Compose.php:104
+msgid "Mutuals"
+msgstr "相互"
+
+#: mod/lostpass.php:26
+msgid "No valid account found."
+msgstr "有効なアカウントが見つかりません。"
+
+#: mod/lostpass.php:38
+msgid "Password reset request issued. Check your email."
+msgstr "パスワードリセット要求が発行されました。あなたのメールをチェックしてください。"
+
+#: 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アカウントをリセットするため%2$sリクエストが\" %2$s \"で最近受信されました\n\t\tpassword。このリクエストを確認するには、確認リンクを選択してください\n\t\t以下またはウェブブラウザのアドレスバーに貼り付けてください。\n\n\t\tこの変更をリクエストしていない場合は、リンクをたどらないでください\n\t\tこのメールを提供し、無視および/または削除すると、リクエストはまもなく期限切れになります。\n\n\t\tこのリクエストを発行したことを確認できない限り、パスワードは変更されません。"
+
+#: 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\tこのリンクをたどって本人確認を行ってください:\n\n\t\t%1$s\n\n\t\t新しいパスワードを含むフォローアップメッセージが届きます。\n\t\tログイン後にアカウント設定ページからそのパスワードを変更できます。\n\n\t\tログインの詳細は次のとおりです。\n\n\t\tサイトの場所:\t%2$s\n\t\tログイン名:\t%3$s"
+
+#: mod/lostpass.php:74
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "パスワードのリセット要求が有りました:  %s"
+
+#: mod/lostpass.php:89
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "リクエストを確認できませんでした。 (以前に送信した可能性があります。)パスワードのリセットに失敗しました。"
+
+#: mod/lostpass.php:102
+msgid "Request has expired, please make a new one."
+msgstr "リクエストの有効期限が切れています。新しいものを作成してください。"
+
+#: mod/lostpass.php:117
+msgid "Forgot your Password?"
+msgstr "パスワードをお忘れですか?"
+
+#: mod/lostpass.php:118
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "メールアドレスを入力して送信し、パスワードをリセットしてください。その後、メールで詳細な手順を確認してください。"
+
+#: mod/lostpass.php:119 src/Module/Login.php:318
+msgid "Nickname or Email: "
+msgstr "ニックネームまたはメール:"
+
+#: mod/lostpass.php:120
+msgid "Reset"
+msgstr "リセットする"
+
+#: mod/lostpass.php:135 src/Module/Login.php:330
+msgid "Password Reset"
+msgstr "パスワードのリセット"
+
+#: mod/lostpass.php:136
+msgid "Your password has been reset as requested."
+msgstr "パスワードは要求どおりにリセットされました。"
+
+#: mod/lostpass.php:137
+msgid "Your new password is"
+msgstr "新しいパスワードは"
+
+#: mod/lostpass.php:138
+msgid "Save or copy your new password - and then"
+msgstr "新しいパスワードを保存またはコピーします-その後"
+
+#: mod/lostpass.php:139
+msgid "click here to login"
+msgstr "ここをクリックしてログイン"
+
+#: mod/lostpass.php:140
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "ログインに成功すると、パスワードは<em>設定</em>ページから変更される場合があります。"
+
+#: 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\tパスワードは要求に応じて変更されました。記録のためにこの情報を保持してください(または、パスワードをすぐに覚えているものに変更してください)。\n\t\t"
+
+#: 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\tログインの詳細は次のとおりです:\n\n\t\t\tサイトの場所:\t%1$s\n\t\t\tログイン名:\t%2$s\n\t\t\tパスワード:\t%3$s\n\n\t\t\tログイン後にアカウント設定ページからパスワードを変更できます。\n\t\t"
+
+#: mod/lostpass.php:169
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "パスワードは%s変更されました"
+
+#: mod/manage.php:179
+msgid "Manage Identities and/or Pages"
+msgstr "IDやページを管理する"
+
+#: 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 "アカウントの詳細を共有する、または「管理」権限が付与されているさまざまなIDまたはコミュニティ/グループページを切り替える"
+
+#: mod/manage.php:181
+msgid "Select an identity to manage: "
+msgstr "管理するIDを選択します。"
+
+#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:257
+msgid "New Message"
+msgstr "新しいメッセージ"
+
+#: mod/message.php:74
+msgid "Unable to locate contact information."
+msgstr "コンタクト情報が見つかりません。"
+
+#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:190
+#: mod/notifications.php:246
+msgid "Discard"
+msgstr "捨てる"
+
+#: mod/message.php:123 view/theme/frio/theme.php:276 src/Content/Nav.php:254
+msgid "Messages"
+msgstr "メッセージ"
+
+#: mod/message.php:148
+msgid "Do you really want to delete this message?"
+msgstr "このメッセージを本当に削除しますか?"
+
+#: mod/message.php:166
+msgid "Conversation not found."
+msgstr "会話が見つかりません。"
+
+#: mod/message.php:171
+msgid "Message deleted."
+msgstr "メッセージを削除しました。"
+
+#: mod/message.php:176 mod/message.php:190
+msgid "Conversation removed."
+msgstr "会話を削除しました。"
+
+#: mod/message.php:289
+msgid "No messages."
+msgstr "メッセージはありません。"
+
+#: mod/message.php:352
+msgid "Message not available."
+msgstr "メッセージは利用できません。"
+
+#: mod/message.php:406
+msgid "Delete message"
+msgstr "メッセージを削除"
+
+#: mod/message.php:408 mod/message.php:540
+msgid "D, d M Y - g:i A"
+msgstr "D、d MY-g:i A"
+
+#: mod/message.php:423 mod/message.php:537
+msgid "Delete conversation"
+msgstr "会話を削除"
+
+#: mod/message.php:425
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "安全な通信は利用できません。送信者のプロフィールページから返信できる<strong>場合が</strong>あります。"
+
+#: mod/message.php:429
+msgid "Send Reply"
+msgstr "返信する"
+
+#: mod/message.php:512
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "不明な送信者です - %s"
+
+#: mod/message.php:514
+#, php-format
+msgid "You and %s"
+msgstr "あなたと%s"
+
+#: mod/message.php:516
+#, php-format
+msgid "%s and You"
+msgstr "%sとあなた"
+
+#: mod/message.php:543
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%dメッセージ"
+
+#: mod/network.php:183 mod/search.php:35
+msgid "Remove term"
+msgstr "用語を削除"
+
+#: mod/network.php:190 mod/search.php:44
+msgid "Saved Searches"
+msgstr "保存された検索"
+
+#: mod/network.php:191 src/Model/Group.php:483
+msgid "add"
+msgstr "加える"
+
+#: 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] "警告:このグループには、非公開メッセージを許可しないネットワーク上の %s 人のメンバーが含まれています。"
+
+#: mod/network.php:574
+msgid "Messages in this group won't be send to these receivers."
+msgstr "このグループのメッセージは、これらの受信者には送信されません。"
+
+#: mod/network.php:641
+msgid "No such group"
+msgstr "そのようなグループはありません"
+
+#: mod/network.php:662 src/Module/Group.php:288
+msgid "Group is empty"
+msgstr "グループは空です"
+
+#: mod/network.php:666
+#, php-format
+msgid "Group: %s"
+msgstr "グループ: %s"
+
+#: mod/network.php:692
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "この人へのプライベートメッセージは、公開される危険があります。"
+
+#: mod/network.php:695 src/Module/AllFriends.php:35
+#: src/Module/AllFriends.php:43
+msgid "Invalid contact."
+msgstr "無効なコンタクト。"
+
+#: mod/network.php:974
+msgid "Commented Order"
+msgstr "コメント付きの注文"
+
+#: mod/network.php:977
+msgid "Sort by Comment Date"
+msgstr "コメントの日付で並べ替え"
+
+#: mod/network.php:982
+msgid "Posted Order"
+msgstr "投稿注文"
+
+#: mod/network.php:985
+msgid "Sort by Post Date"
+msgstr "投稿日で並べ替え"
+
+#: mod/network.php:995
+msgid "Posts that mention or involve you"
+msgstr "あなたに言及または関与している投稿"
+
+#: mod/network.php:1002
+msgid "New"
+msgstr "新しい"
+
+#: mod/network.php:1005
+msgid "Activity Stream - by date"
+msgstr "アクティビティストリーム-日付別"
+
+#: mod/network.php:1013
+msgid "Shared Links"
+msgstr "共有リンク"
+
+#: mod/network.php:1016
+msgid "Interesting Links"
+msgstr "興味深いリンク"
+
+#: mod/network.php:1023
+msgid "Starred"
+msgstr "スター付き"
+
+#: mod/network.php:1026
+msgid "Favourite Posts"
+msgstr "お気に入りの投稿"
+
+#: mod/notes.php:34 src/Model/Profile.php:967
+msgid "Personal Notes"
+msgstr "個人メモ"
+
+#: mod/notifications.php:38
+msgid "Invalid request identifier."
+msgstr "無効なリクエスト識別子。"
+
+#: mod/notifications.php:93 src/Content/Nav.php:249
+msgid "Notifications"
+msgstr "通知"
+
+#: mod/notifications.php:107
+msgid "Network Notifications"
+msgstr "ネットワーク通知"
+
+#: mod/notifications.php:112
+msgid "System Notifications"
+msgstr "システム通知"
+
+#: mod/notifications.php:117
+msgid "Personal Notifications"
+msgstr "個人的な通知"
+
+#: mod/notifications.php:122
+msgid "Home Notifications"
+msgstr "ホーム通知"
+
+#: mod/notifications.php:145
+msgid "Show unread"
+msgstr "未読を表示"
+
+#: mod/notifications.php:145
+msgid "Show all"
+msgstr "すべて表示する"
+
+#: mod/notifications.php:156
+msgid "Show Ignored Requests"
+msgstr "無視されたリクエストを表示"
+
+#: mod/notifications.php:156
+msgid "Hide Ignored Requests"
+msgstr "無視されたリクエストを隠す"
+
+#: mod/notifications.php:169 mod/notifications.php:254
+msgid "Notification type:"
+msgstr "通知タイプ:"
+
+#: mod/notifications.php:172
+msgid "Suggested by:"
+msgstr "によって提案されました:"
+
+#: mod/notifications.php:184 mod/notifications.php:271
+#: src/Module/Contact.php:632
+msgid "Hide this contact from others"
+msgstr "このコンタクトを他の人から隠す"
+
+#: mod/notifications.php:186 mod/notifications.php:280
+#: src/Module/Admin/Users.php:286
+msgid "Approve"
+msgstr "承認する"
+
+#: mod/notifications.php:206
+msgid "Claims to be known to you: "
+msgstr "あなたに知られているという主張:"
+
+#: mod/notifications.php:207
+msgid "yes"
+msgstr "はい"
+
+#: mod/notifications.php:207
+msgid "no"
+msgstr "いや"
+
+#: mod/notifications.php:208 mod/notifications.php:212
+msgid "Shall your connection be bidirectional or not?"
+msgstr "接続は双方向ですか?"
+
+#: mod/notifications.php:209 mod/notifications.php:213
+#, 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 "受け入れ%s友人などができます%sあなたの記事を購読すると、あなたもあなたのニュースフィードにそれらから更新を受信します。"
+
+#: mod/notifications.php:210
+#, 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 "購読者として%sを受け入れると、投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。"
+
+#: mod/notifications.php:214
+#, 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 "共有者として%sを受け入れると、彼らはあなたの投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。"
+
+#: mod/notifications.php:225
+msgid "Friend"
+msgstr "ともだち"
+
+#: mod/notifications.php:226
+msgid "Sharer"
+msgstr "共有者"
+
+#: mod/notifications.php:226
+msgid "Subscriber"
+msgstr "加入者"
+
+#: mod/notifications.php:266 src/Model/Profile.php:453
+#: src/Model/Profile.php:824 src/Module/Contact.php:649
+#: src/Module/Directory.php:145
+msgid "About:"
+msgstr "約:"
+
+#: mod/notifications.php:270 src/Model/Profile.php:450
+#: src/Model/Profile.php:763 src/Module/Directory.php:142
+msgid "Gender:"
+msgstr "性別:"
+
+#: mod/notifications.php:277 src/Model/Profile.php:550
+#: src/Module/Contact.php:333
+msgid "Network:"
+msgstr "ネットワーク:"
+
+#: mod/notifications.php:291
+msgid "No introductions."
+msgstr "紹介はありません。"
+
+#: mod/notifications.php:325
+#, php-format
+msgid "No more %s notifications."
+msgstr "これ以上%s通知はありません。"
+
+#: mod/openid.php:31
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenIDプロトコルエラー。 IDは返されません。"
+
+#: mod/openid.php:67
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "このサイトではアカウントが見つからず、OpenIDの登録は許可されていません。"
+
+#: mod/openid.php:117 src/Module/Login.php:88 src/Module/Login.php:139
+msgid "Login failed."
+msgstr "ログインに失敗しました。"
+
+#: mod/photos.php:113 src/Model/Profile.php:928
+msgid "Photo Albums"
+msgstr "フォトアルバム"
+
+#: mod/photos.php:114 mod/photos.php:1639
+msgid "Recent Photos"
+msgstr "最近の写真"
+
+#: mod/photos.php:116 mod/photos.php:1152 mod/photos.php:1641
+msgid "Upload New Photos"
+msgstr "新しい写真をアップロード"
+
+#: mod/photos.php:134 mod/settings.php:60 src/Module/BaseSettingsModule.php:18
+msgid "everybody"
+msgstr "みなさん"
+
+#: mod/photos.php:185
+msgid "Contact information unavailable"
+msgstr "コンタクト情報は利用できません"
+
+#: mod/photos.php:207
+msgid "Album not found."
+msgstr "アルバムが見つかりません。"
+
+#: mod/photos.php:265
+msgid "Album successfully deleted"
+msgstr "アルバムを削除しました"
+
+#: mod/photos.php:267
+msgid "Album was empty."
+msgstr "アルバムは空でした。"
+
+#: mod/photos.php:590
+msgid "a photo"
+msgstr "写真"
+
+#: mod/photos.php:590
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$sが%2$sで%3$sによってタグ付けされました"
+
+#: mod/photos.php:689
+msgid "Image upload didn't complete, please try again"
+msgstr "画像のアップロードが完了しませんでした。もう一度お試しください"
+
+#: mod/photos.php:692
+msgid "Image file is missing"
+msgstr "画像ファイルがありません"
+
+#: mod/photos.php:697
+msgid ""
+"Server can't accept new file upload at this time, please contact your "
+"administrator"
+msgstr "サーバーは現在、新しいファイルのアップロードを受け入れられません。管理者に連絡してください"
+
+#: mod/photos.php:723
+msgid "Image file is empty."
+msgstr "画像ファイルが空です。"
+
+#: mod/photos.php:855
+msgid "No photos selected"
+msgstr "写真が選択されていません"
+
+#: mod/photos.php:947 mod/videos.php:210
+msgid "Access to this item is restricted."
+msgstr "このアイテムへのアクセスは制限されています。"
+
+#: mod/photos.php:1001
+msgid "Upload Photos"
+msgstr "写真をアップロードする"
+
+#: mod/photos.php:1005 mod/photos.php:1097
+msgid "New album name: "
+msgstr "新しいアルバム名:"
+
+#: mod/photos.php:1006
+msgid "or select existing album:"
+msgstr "または既存のアルバムを選択:"
+
+#: mod/photos.php:1007
+msgid "Do not show a status post for this upload"
+msgstr "このアップロードのステータス投稿を表示しません"
+
+#: mod/photos.php:1023 mod/photos.php:1391 mod/settings.php:1213
+msgid "Show to Groups"
+msgstr "グループに表示"
+
+#: mod/photos.php:1024 mod/photos.php:1392 mod/settings.php:1214
+msgid "Show to Contacts"
+msgstr "コンタクトに表示"
+
+#: mod/photos.php:1079
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "このフォトアルバムとそのすべての写真を本当に削除しますか?"
+
+#: mod/photos.php:1081 mod/photos.php:1102
+msgid "Delete Album"
+msgstr "アルバムを削除"
+
+#: mod/photos.php:1108
+msgid "Edit Album"
+msgstr "アルバムを編集"
+
+#: mod/photos.php:1109
+msgid "Drop Album"
+msgstr "ドロップアルバム"
+
+#: mod/photos.php:1114
+msgid "Show Newest First"
+msgstr "最新を最初に表示"
+
+#: mod/photos.php:1116
+msgid "Show Oldest First"
+msgstr "最も古いものを最初に表示"
+
+#: mod/photos.php:1137 mod/photos.php:1624
+msgid "View Photo"
+msgstr "写真を見る"
+
+#: mod/photos.php:1174
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "アクセス拒否。このアイテムへのアクセスは制限される場合があります。"
+
+#: mod/photos.php:1176
+msgid "Photo not available"
+msgstr "写真は利用できません"
+
+#: mod/photos.php:1186
+msgid "Do you really want to delete this photo?"
+msgstr "この写真を本当に削除しますか?"
+
+#: mod/photos.php:1188 mod/photos.php:1388
+msgid "Delete Photo"
+msgstr "写真を削除"
+
+#: mod/photos.php:1279
+msgid "View photo"
+msgstr "写真を見る"
+
+#: mod/photos.php:1281
+msgid "Edit photo"
+msgstr "写真を編集する"
+
+#: mod/photos.php:1282
+msgid "Delete photo"
+msgstr "写真を削除"
+
+#: mod/photos.php:1283
+msgid "Use as profile photo"
+msgstr "プロフィール写真として使用"
+
+#: mod/photos.php:1290
+msgid "Private Photo"
+msgstr "プライベート写真"
+
+#: mod/photos.php:1296
+msgid "View Full Size"
+msgstr "フルサイズを表示"
+
+#: mod/photos.php:1356
+msgid "Tags: "
+msgstr "タグ:"
+
+#: mod/photos.php:1359
+msgid "[Select tags to remove]"
+msgstr "[削除するタグを選択]"
+
+#: mod/photos.php:1374
+msgid "New album name"
+msgstr "新しいアルバム名"
+
+#: mod/photos.php:1375
+msgid "Caption"
+msgstr "キャプション"
+
+#: mod/photos.php:1376
+msgid "Add a Tag"
+msgstr "タグを追加する"
+
+#: mod/photos.php:1376
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "例:@ bob、@ Barbara_Jensen、@ jim @ example.com、#California、#camping"
+
+#: mod/photos.php:1377
+msgid "Do not rotate"
+msgstr "回転させないでください"
+
+#: mod/photos.php:1378
+msgid "Rotate CW (right)"
+msgstr "CWを回転(右)"
+
+#: mod/photos.php:1379
+msgid "Rotate CCW (left)"
+msgstr "CCWを回転(左)"
+
+#: mod/photos.php:1413 src/Object/Post.php:313
+msgid "I like this (toggle)"
+msgstr "私はこれが好きです(トグル)"
+
+#: mod/photos.php:1414 src/Object/Post.php:314
+msgid "I don't like this (toggle)"
+msgstr "気に入らない(トグル)"
+
+#: mod/photos.php:1429 mod/photos.php:1468 mod/photos.php:1528
+#: src/Module/Contact.php:1017 src/Module/Item/Compose.php:176
+#: src/Object/Post.php:875
+msgid "This is you"
+msgstr "これはあなたです"
+
+#: mod/photos.php:1431 mod/photos.php:1470 mod/photos.php:1530
+#: src/Object/Post.php:420 src/Object/Post.php:877
+msgid "Comment"
+msgstr "コメント"
+
+#: mod/photos.php:1559
+msgid "Map"
+msgstr "地図"
+
+#: mod/photos.php:1630 mod/videos.php:287
+msgid "View Album"
+msgstr "アルバムを見る"
+
+#: mod/ping.php:272
+msgid "{0} wants to be your friend"
+msgstr "{0}は友達になりたい"
+
+#: mod/ping.php:288
+msgid "{0} requested registration"
+msgstr "{0}は登録をリクエストしました"
+
+#: mod/poke.php:177
+msgid "Poke/Prod"
+msgstr "突く/製品"
+
+#: mod/poke.php:178
+msgid "poke, prod or do other things to somebody"
+msgstr "誰かに突く、突く、または他のことをする"
+
+#: mod/poke.php:179
+msgid "Recipient"
+msgstr "受取人"
+
+#: mod/poke.php:180
+msgid "Choose what you wish to do to recipient"
+msgstr "受信者にしたいことを選択してください"
+
+#: mod/poke.php:183
+msgid "Make this post private"
+msgstr "この投稿を非公開にします"
+
+#: mod/profile_photo.php:58
+msgid "Image uploaded but image cropping failed."
+msgstr "画像はアップロードされましたが、画像の切り取りに失敗しました。"
+
+#: 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 "画像サイズの縮小[ %s ]に失敗しました。"
+
+#: mod/profile_photo.php:125
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "新しい写真がすぐに表示されない場合は、Shiftキーを押しながらページをリロードするか、ブラウザーのキャッシュをクリアします。"
+
+#: mod/profile_photo.php:133
+msgid "Unable to process image"
+msgstr "画像を処理できません"
+
+#: mod/profile_photo.php:244
+msgid "Upload File:"
+msgstr "ファイルをアップロードする:"
+
+#: mod/profile_photo.php:245
+msgid "Select a profile:"
+msgstr "プロフィールを選択:"
+
+#: mod/profile_photo.php:250
+msgid "or"
+msgstr "または"
+
+#: mod/profile_photo.php:251
+msgid "skip this step"
+msgstr "このステップを飛ばす"
+
+#: mod/profile_photo.php:251
+msgid "select a photo from your photo albums"
+msgstr "フォトアルバムから写真を選択する"
+
+#: mod/profile_photo.php:264
+msgid "Crop Image"
+msgstr "クロップ画像"
+
+#: mod/profile_photo.php:265
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "最適な表示になるように画像のトリミングを調整してください。"
+
+#: mod/profile_photo.php:267
+msgid "Done Editing"
+msgstr "編集完了"
+
+#: mod/profile_photo.php:301
+msgid "Image uploaded successfully."
+msgstr "画像が正常にアップロードされました。"
+
+#: mod/search.php:92
+msgid "Only logged in users are permitted to perform a search."
+msgstr "ログインしたユーザーのみが検索を実行できます。"
+
+#: mod/search.php:114
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "ログインしていないユーザーには、1分間に1つの検索のみが許可されます。"
+
+#: mod/search.php:134 src/Content/Text/HTML.php:889 src/Content/Nav.php:200
+msgid "Search"
+msgstr "サーチ"
+
+#: mod/search.php:228
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "タグ付けされたアイテム: %s"
+
+#: mod/search.php:230 src/Module/Contact.php:819
+#, php-format
+msgid "Results for: %s"
+msgstr "結果: %s"
+
+#: mod/settings.php:65 src/Module/BaseSettingsModule.php:24
+msgid "Account"
+msgstr "アカウント"
+
+#: 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 "二要素認証"
+
+#: mod/settings.php:80 src/Content/Nav.php:268 src/Model/Profile.php:402
+#: src/Module/BaseSettingsModule.php:38
+msgid "Profiles"
+msgstr "プロフィール"
+
+#: mod/settings.php:88 src/Module/BaseAdminModule.php:84
+#: src/Module/BaseSettingsModule.php:46
+msgid "Additional features"
+msgstr "追加機能"
+
+#: mod/settings.php:96 src/Module/BaseSettingsModule.php:54
+msgid "Display"
+msgstr "表示"
+
+#: mod/settings.php:103 mod/settings.php:843
+#: src/Module/BaseSettingsModule.php:61
+msgid "Social Networks"
+msgstr "ソーシャルネットワーク"
+
+#: 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 "アドオン"
+
+#: mod/settings.php:117 src/Content/Nav.php:263
+#: src/Module/BaseSettingsModule.php:75
+msgid "Delegations"
+msgstr "代表団"
+
+#: mod/settings.php:124 src/Module/BaseSettingsModule.php:82
+msgid "Connected apps"
+msgstr "接続されたアプリ"
+
+#: mod/settings.php:131 mod/uexport.php:59
+#: src/Module/BaseSettingsModule.php:89
+msgid "Export personal data"
+msgstr "個人データのエクスポート"
+
+#: mod/settings.php:138 src/Module/BaseSettingsModule.php:96
+msgid "Remove account"
+msgstr "アカウントを削除"
+
+#: 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 "設定"
+
+#: mod/settings.php:190
+msgid "Missing some important data!"
+msgstr "重要なデータがありません!"
+
+#: mod/settings.php:192 mod/settings.php:703 src/Module/Contact.php:826
+msgid "Update"
+msgstr "更新"
+
+#: mod/settings.php:302
+msgid "Failed to connect with email account using the settings provided."
+msgstr "提供された設定を使用してメールアカウントに接続できませんでした。"
+
+#: mod/settings.php:307
+msgid "Email settings updated."
+msgstr "メール設定が更新されました。"
+
+#: mod/settings.php:323
+msgid "Features updated"
+msgstr "更新された機能"
+
+#: mod/settings.php:384
+msgid "The theme you chose isn't available."
+msgstr "選択したテーマは使用できません。"
+
+#: mod/settings.php:396
+msgid "Relocate message has been send to your contacts"
+msgstr "再配置メッセージがコンタクトに送信されました"
+
+#: mod/settings.php:408
+msgid "Passwords do not match."
+msgstr "パスワードが一致していません。"
+
+#: mod/settings.php:416 src/Console/NewPassword.php:101
+msgid "Password update failed. Please try again."
+msgstr "パスワードの更新に失敗しました。もう一度試してください。"
+
+#: mod/settings.php:419 src/Console/NewPassword.php:104
+msgid "Password changed."
+msgstr "パスワード変更済み。"
+
+#: mod/settings.php:422
+msgid "Password unchanged."
+msgstr "パスワードは変更されていません。"
+
+#: mod/settings.php:503
+msgid " Please use a shorter name."
+msgstr "短い名前を使用してください。"
+
+#: mod/settings.php:506
+msgid " Name too short."
+msgstr "名前が短すぎます。"
+
+#: mod/settings.php:513 src/Module/Settings/TwoFactor/Index.php:72
+msgid "Wrong Password"
+msgstr "間違ったパスワード"
+
+#: mod/settings.php:518
+msgid "Invalid email."
+msgstr "無効なメール。"
+
+#: mod/settings.php:524
+msgid "Cannot change to that email."
+msgstr "そのメールに変更できません。"
+
+#: mod/settings.php:574
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "プライベートフォーラムにはプライバシー権限がありません。デフォルトのプライバシーグループを使用します。"
+
+#: mod/settings.php:577
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "プライベートフォーラムにはプライバシー権限がなく、デフォルトのプライバシーグループもありません。"
+
+#: mod/settings.php:617
+msgid "Settings updated."
+msgstr "設定が更新されました。"
+
+#: mod/settings.php:676 mod/settings.php:702 mod/settings.php:736
+msgid "Add application"
+msgstr "アプリケーションを追加"
+
+#: mod/settings.php:680 mod/settings.php:706
+msgid "Consumer Key"
+msgstr "消費者キー"
+
+#: mod/settings.php:681 mod/settings.php:707
+msgid "Consumer Secret"
+msgstr "消費者の秘密"
+
+#: mod/settings.php:682 mod/settings.php:708
+msgid "Redirect"
+msgstr "リダイレクト"
+
+#: mod/settings.php:683 mod/settings.php:709
+msgid "Icon url"
+msgstr "アイコンのURL"
+
+#: mod/settings.php:694
+msgid "You can't edit this application."
+msgstr "このアプリケーションを編集することはできません。"
+
+#: mod/settings.php:735
+msgid "Connected Apps"
+msgstr "接続されたアプリ"
+
+#: mod/settings.php:737 src/Object/Post.php:168 src/Object/Post.php:170
+msgid "Edit"
+msgstr "編集"
+
+#: mod/settings.php:739
+msgid "Client key starts with"
+msgstr "クライアントキーで始まる"
+
+#: mod/settings.php:740
+msgid "No name"
+msgstr "ノーネーム"
+
+#: mod/settings.php:741
+msgid "Remove authorization"
+msgstr "承認を削除"
+
+#: mod/settings.php:752
+msgid "No Addon settings configured"
+msgstr "アドオン設定は構成されていません"
+
+#: mod/settings.php:761
+msgid "Addon Settings"
+msgstr "アドオン設定"
+
+#: mod/settings.php:775 src/Module/Admin/Features.php:58
+#: src/Module/Admin/Features.php:59
+msgid "Off"
+msgstr "オフ"
+
+#: mod/settings.php:775 src/Module/Admin/Features.php:58
+#: src/Module/Admin/Features.php:59
+msgid "On"
+msgstr "に"
+
+#: mod/settings.php:782
+msgid "Additional Features"
+msgstr "追加機能"
+
+#: mod/settings.php:806 src/Content/ContactSelector.php:87
+msgid "Diaspora"
+msgstr "ディアスポラ"
+
+#: mod/settings.php:806 mod/settings.php:807
+msgid "enabled"
+msgstr "有効"
+
+#: mod/settings.php:806 mod/settings.php:807
+msgid "disabled"
+msgstr "障害者"
+
+#: mod/settings.php:806 mod/settings.php:807
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "%s接続の組み込みサポートは%s"
+
+#: mod/settings.php:807
+msgid "GNU Social (OStatus)"
+msgstr "GNU Social(OStatus)"
+
+#: mod/settings.php:838
+msgid "Email access is disabled on this site."
+msgstr "このサイトではメールアクセスが無効になっています。"
+
+#: mod/settings.php:848
+msgid "General Social Media Settings"
+msgstr "一般的なソーシャルメディア設定"
+
+#: mod/settings.php:849
+msgid "Accept only top level posts by contacts you follow"
+msgstr "フォローしているコンタクトによるトップレベルの投稿のみを受け入れます"
+
+#: 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 "システムは、コメントが到着するとスレッドの自動補完を行います。これには、非フォロワーによって開始されたが、フォローしているユーザーによってコメントされた投稿を受信できるという副作用があります。この設定により、この動作が無効になります。有効にすると、あなたが本当にフォローしている人からの投稿のみを厳密に受け取ります。"
+
+#: mod/settings.php:850
+msgid "Disable Content Warning"
+msgstr "コンテンツ警告を無効にする"
+
+#: 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 "MastodonやPleromaなどのネットワーク上のユーザーは、デフォルトで投稿を折りたたむコンテンツ警告フィールドを設定できます。これにより、自動折りたたみが無効になり、コンテンツの警告が投稿タイトルとして設定されます。最終的に設定する他のコンテンツフィルタリングには影響しません。"
+
+#: mod/settings.php:851
+msgid "Disable intelligent shortening"
+msgstr "インテリジェントな短縮を無効にする"
+
+#: 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 "通常、システムは短縮された投稿に追加するのに最適なリンクを見つけようとします。このオプションを有効にすると、すべての短縮された投稿は常に元のfriendica投稿を指すようになります。"
+
+#: mod/settings.php:852
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr "GNU Social(OStatus)のフォロワー/メンショナーを自動的にフォローする"
+
+#: 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 "不明なOStatusユーザーからメッセージを受信した場合、このオプションは何をするかを決定します。チェックされている場合、未知のユーザーごとに新しいコンタクトが作成されます。"
+
+#: mod/settings.php:853
+msgid "Default group for OStatus contacts"
+msgstr "OStatusコンタクトのデフォルトグループ"
+
+#: mod/settings.php:854
+msgid "Your legacy GNU Social account"
+msgstr "レガシーGNU Socialアカウント"
+
+#: 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 "ここに古いGNU Social / Statusnetアカウント名を入力すると(user@domain.tldの形式で)、コンタクトが自動的に追加されます。完了すると、フィールドは空になります。"
+
+#: mod/settings.php:857
+msgid "Repair OStatus subscriptions"
+msgstr "OStatusサブスクリプションを修復する"
+
+#: mod/settings.php:861
+msgid "Email/Mailbox Setup"
+msgstr "メール/メールボックスのセットアップ"
+
+#: 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 "このサービス(オプション)を使用してメールコンタクトと通信する場合は、メールボックスへの接続方法を指定してください。"
+
+#: mod/settings.php:863
+msgid "Last successful email check:"
+msgstr "最後に成功したメールチェック:"
+
+#: mod/settings.php:865
+msgid "IMAP server name:"
+msgstr "IMAPサーバー名:"
+
+#: mod/settings.php:866
+msgid "IMAP port:"
+msgstr "IMAPポート:"
+
+#: mod/settings.php:867
+msgid "Security:"
+msgstr "セキュリティ:"
+
+#: mod/settings.php:867 mod/settings.php:872
+msgid "None"
+msgstr "無し"
+
+#: mod/settings.php:868
+msgid "Email login name:"
+msgstr "メールのログイン名:"
+
+#: mod/settings.php:869
+msgid "Email password:"
+msgstr "メールのパスワード:"
+
+#: mod/settings.php:870
+msgid "Reply-to address:"
+msgstr "返信先アドレス:"
+
+#: mod/settings.php:871
+msgid "Send public posts to all email contacts:"
+msgstr "すべてのメールコンタクトに一般公開投稿を送信します。"
+
+#: mod/settings.php:872
+msgid "Action after import:"
+msgstr "インポート後のアクション:"
+
+#: mod/settings.php:872 src/Content/Nav.php:251
+msgid "Mark as seen"
+msgstr "見られるようにマークする"
+
+#: mod/settings.php:872
+msgid "Move to folder"
+msgstr "フォルダへ移動"
+
+#: mod/settings.php:873
+msgid "Move to folder:"
+msgstr "フォルダへ移動:"
+
+#: mod/settings.php:897 src/Module/Admin/Site.php:434
+msgid "No special theme for mobile devices"
+msgstr "モバイルデバイス向けの特別なテーマはありません"
+
+#: mod/settings.php:905
+#, php-format
+msgid "%s - (Unsupported)"
+msgstr "%s (サポートされていません)"
+
+#: mod/settings.php:907 src/Module/Admin/Site.php:451
+#, php-format
+msgid "%s - (Experimental)"
+msgstr "%s (実験的)"
+
+#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:395
+msgid "Sunday"
+msgstr "日曜日"
+
+#: mod/settings.php:935 src/Core/L10n/L10n.php:370 src/Model/Event.php:396
+msgid "Monday"
+msgstr "月曜"
+
+#: mod/settings.php:951
+msgid "Display Settings"
+msgstr "ディスプレイの設定"
+
+#: mod/settings.php:957
+msgid "Display Theme:"
+msgstr "ディスプレイテーマ:"
+
+#: mod/settings.php:958
+msgid "Mobile Theme:"
+msgstr "モバイルテーマ:"
+
+#: mod/settings.php:959
+msgid "Suppress warning of insecure networks"
+msgstr "安全でないネットワークの警告を抑制する"
+
+#: 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 "\"現在のグループに非公開の投稿を受信できないネットワークのメンバーが含まれている\"という警告をシステムが抑制した場合。"
+
+#: mod/settings.php:960
+msgid "Update browser every xx seconds"
+msgstr "xx秒ごとにブラウザーを更新する"
+
+#: mod/settings.php:960
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
+msgstr "10秒以上。 -1を入力して無効にします。"
+
+#: mod/settings.php:961
+msgid "Number of items to display per page:"
+msgstr "ページごとに表示するアイテムの数:"
+
+#: mod/settings.php:961 mod/settings.php:962
+msgid "Maximum of 100 items"
+msgstr "最大100アイテム"
+
+#: mod/settings.php:962
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "モバイルデバイスから表示したときにページごとに表示するアイテムの数:"
+
+#: mod/settings.php:963
+msgid "Don't show emoticons"
+msgstr "絵文字を表示しない"
+
+#: mod/settings.php:964
+msgid "Calendar"
+msgstr "カレンダー"
+
+#: mod/settings.php:965
+msgid "Beginning of week:"
+msgstr "週の始まり:"
+
+#: mod/settings.php:966
+msgid "Don't show notices"
+msgstr "通知を表示しない"
+
+#: mod/settings.php:967
+msgid "Infinite scroll"
+msgstr "無限スクロール"
+
+#: mod/settings.php:968
+msgid "Automatic updates only at the top of the network page"
+msgstr "ネットワークページの上部でのみ自動更新"
+
+#: mod/settings.php:968
+msgid ""
+"When disabled, the network page is updated all the time, which could be "
+"confusing while reading."
+msgstr "無効にすると、ネットワークページが常に更新され、読み取り中に混乱する可能性があります。"
+
+#: mod/settings.php:969
+msgid "Bandwidth Saver Mode"
+msgstr "帯域幅節約モード"
+
+#: mod/settings.php:969
+msgid ""
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
+msgstr "有効にすると、埋め込みコンテンツは自動更新では表示されず、ページの再読み込みでのみ表示されます。"
+
+#: mod/settings.php:970
+msgid "Smart Threading"
+msgstr "スマートスレッド"
+
+#: mod/settings.php:970
+msgid ""
+"When enabled, suppress extraneous thread indentation while keeping it where "
+"it matters. Only works if threading is available and enabled."
+msgstr "有効にすると、無関係なスレッドのインデントを抑制し、重要な場所に保持します。スレッドが使用可能で有効になっている場合にのみ機能します。"
+
+#: mod/settings.php:972
+msgid "General Theme Settings"
+msgstr "一般的なテーマ設定"
+
+#: mod/settings.php:973
+msgid "Custom Theme Settings"
+msgstr "カスタムテーマ設定"
+
+#: mod/settings.php:974
+msgid "Content Settings"
+msgstr "コンテンツ設定"
+
+#: 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 "テーマ設定"
+
+#: mod/settings.php:989
+msgid "Unable to find your profile. Please contact your admin."
+msgstr "プロフィールが見つかりません。管理者に連絡してください。"
+
+#: mod/settings.php:1028
+msgid "Account Types"
+msgstr "アカウントの種類"
+
+#: mod/settings.php:1029
+msgid "Personal Page Subtypes"
+msgstr "個人ページのサブタイプ"
+
+#: mod/settings.php:1030
+msgid "Community Forum Subtypes"
+msgstr "コミュニティフォーラムのサブタイプ"
+
+#: mod/settings.php:1037 src/Module/Admin/Users.php:229
+msgid "Personal Page"
+msgstr "個人ページ"
+
+#: mod/settings.php:1038
+msgid "Account for a personal profile."
+msgstr "個人プロフィールを説明します。"
+
+#: mod/settings.php:1041 src/Module/Admin/Users.php:230
+msgid "Organisation Page"
+msgstr "組織ページ"
+
+#: mod/settings.php:1042
+msgid ""
+"Account for an organisation that automatically approves contact requests as "
+"\"Followers\"."
+msgstr "コンタクトリクエストを「フォロワー」として自動的に承認する組織のアカウント。"
+
+#: mod/settings.php:1045 src/Module/Admin/Users.php:231
+msgid "News Page"
+msgstr "ニュースページ"
+
+#: mod/settings.php:1046
+msgid ""
+"Account for a news reflector that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "コンタクトのリクエストを「フォロワー」として自動的に承認するニュースリフレクターのアカウント。"
+
+#: mod/settings.php:1049 src/Module/Admin/Users.php:232
+msgid "Community Forum"
+msgstr "コミュニティフォーラム"
+
+#: mod/settings.php:1050
+msgid "Account for community discussions."
+msgstr "コミュニティディスカッションのアカウント。"
+
+#: mod/settings.php:1053 src/Module/Admin/Users.php:222
+msgid "Normal Account Page"
+msgstr "通常のアカウントページ"
+
+#: mod/settings.php:1054
+msgid ""
+"Account for a regular personal profile that requires manual approval of "
+"\"Friends\" and \"Followers\"."
+msgstr "\"Friends \"および\"Followers \"の手動承認を必要とする通常の個人プロフィールのアカウント。"
+
+#: mod/settings.php:1057 src/Module/Admin/Users.php:223
+msgid "Soapbox Page"
+msgstr "Soapboxページ"
+
+#: mod/settings.php:1058
+msgid ""
+"Account for a public profile that automatically approves contact requests as"
+" \"Followers\"."
+msgstr "コンタクトリクエストを「フォロワー」として自動的に承認する一般公開プロフィールのアカウント。"
+
+#: mod/settings.php:1061 src/Module/Admin/Users.php:224
+msgid "Public Forum"
+msgstr "一般公開フォーラム"
+
+#: mod/settings.php:1062
+msgid "Automatically approves all contact requests."
+msgstr "すべてのコンタクトリクエストを自動的に承認します。"
+
+#: mod/settings.php:1065 src/Module/Admin/Users.php:225
+msgid "Automatic Friend Page"
+msgstr "自動友達ページ"
+
+#: mod/settings.php:1066
+msgid ""
+"Account for a popular profile that automatically approves contact requests "
+"as \"Friends\"."
+msgstr "コンタクトのリクエストを「フレンド」として自動的に承認する人気のあるプロフィールのアカウント。"
+
+#: mod/settings.php:1069
+msgid "Private Forum [Experimental]"
+msgstr "プライベートフォーラム[実験的]"
+
+#: mod/settings.php:1070
+msgid "Requires manual approval of contact requests."
+msgstr "コンタクトリクエストの手動承認が必要です。"
+
+#: mod/settings.php:1081
+msgid "OpenID:"
+msgstr "OpenID:"
+
+#: mod/settings.php:1081
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(オプション)このOpenIDがこのアカウントにログインできるようにします。"
+
+#: mod/settings.php:1089
+msgid "Publish your default profile in your local site directory?"
+msgstr "ローカルサイトディレクトリにデフォルトプロフィールを公開しますか?"
+
+#: mod/settings.php:1089
+#, 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 "プロフィールはこのノードの<a href=\"%s\">ローカルディレクトリ</a>で公開されます。システム設定によっては、プロフィールの詳細が公開される場合があります。"
+
+#: mod/settings.php:1095
+msgid "Publish your default profile in the global social directory?"
+msgstr "グローバル ソーシャルディレクトリで既定のプロフィールを公開しますか?"
+
+#: mod/settings.php:1095
+#, 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 "あなたのプロフィールはグローバルなFriendicaディレクトリに公開されます(例:<a href=\"%s\"> %s </a>)。あなたのプロフィールは一般公開されます。"
+
+#: mod/settings.php:1102
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "デフォルトプロフィールの閲覧者からコンタクト/友人リストを非表示にしますか?"
+
+#: 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 "コンタクトリストは、既定のプロフィールページに表示されません。作成する追加のプロフィールごとにコンタクトリストを個別に表示することを決定できます"
+
+#: mod/settings.php:1106
+msgid "Hide your profile details from anonymous viewers?"
+msgstr "匿名の閲覧者からプロフィールの詳細を非表示にしますか?"
+
+#: 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 "匿名の訪問者には、プロフィールページで使用しているプロフィール写真、表示名、ニックネームのみが表示されます。一般公開の投稿と返信には、他の方法で引き続きアクセスできます。"
+
+#: mod/settings.php:1110
+msgid "Allow friends to post to your profile page?"
+msgstr "友人があなたのプロフィールページに投稿することを許可しますか?"
+
+#: mod/settings.php:1110
+msgid ""
+"Your contacts may write posts on your profile wall. These posts will be "
+"distributed to your contacts"
+msgstr "コンタクトは、プロフィールウォールに投稿を書くことができます。これらの投稿はコンタクトに配信されます"
+
+#: mod/settings.php:1114
+msgid "Allow friends to tag your posts?"
+msgstr "友達があなたの投稿にタグを付けることを許可しますか?"
+
+#: mod/settings.php:1114
+msgid "Your contacts can add additional tags to your posts."
+msgstr "コンタクトは、投稿にタグを追加できます。"
+
+#: mod/settings.php:1118
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "あなたを新しいメンバーの潜在的な友人として提案させてください。"
+
+#: mod/settings.php:1118
+msgid ""
+"If you like, Friendica may suggest new members to add you as a contact."
+msgstr "必要に応じて、Friendicaはコンタクトとしてあなたを追加する新しいメンバーを提案する場合があります。"
+
+#: mod/settings.php:1122
+msgid "Permit unknown people to send you private mail?"
+msgstr "知らない人にプライベートメールを送ることを許可しますか?"
+
+#: mod/settings.php:1122
+msgid ""
+"Friendica network users may send you private messages even if they are not "
+"in your contact list."
+msgstr "Friendicaネットワークユーザーは、コンタクトリストにない場合でもプライベートメッセージを送信する場合があります。"
+
+#: mod/settings.php:1126
+msgid "Profile is <strong>not published</strong>."
+msgstr "プロフィールは<strong>公開されていません</strong>。"
+
+#: mod/settings.php:1132
+#, php-format
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+msgstr "IDアドレスは<strong> ' %s ' </strong>または ' %s 'です。"
+
+#: mod/settings.php:1139
+msgid "Automatically expire posts after this many days:"
+msgstr "この数日後に投稿を自動的に期限切れにします:"
+
+#: mod/settings.php:1139
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "空の場合、投稿は期限切れになりません。期限切れの投稿は削除されます"
+
+#: mod/settings.php:1140
+msgid "Advanced expiration settings"
+msgstr "高度な有効期限設定"
+
+#: mod/settings.php:1141
+msgid "Advanced Expiration"
+msgstr "高度な有効期限"
+
+#: mod/settings.php:1142
+msgid "Expire posts:"
+msgstr "投稿の有効期限:"
+
+#: mod/settings.php:1143
+msgid "Expire personal notes:"
+msgstr "個人メモの有効期限:"
+
+#: mod/settings.php:1144
+msgid "Expire starred posts:"
+msgstr "スター付き投稿を期限切れにする:"
+
+#: mod/settings.php:1145
+msgid "Expire photos:"
+msgstr "写真の有効期限:"
+
+#: mod/settings.php:1146
+msgid "Only expire posts by others:"
+msgstr "他のユーザーによる投稿のみを期限切れにする:"
+
+#: mod/settings.php:1176
+msgid "Account Settings"
+msgstr "アカウント設定"
+
+#: mod/settings.php:1184
+msgid "Password Settings"
+msgstr "パスワード設定"
+
+#: mod/settings.php:1185 src/Module/Register.php:130
+msgid "New Password:"
+msgstr "新しいパスワード:"
+
+#: mod/settings.php:1185
+msgid ""
+"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
+"spaces, accentuated letters and colon (:)."
+msgstr "使用できる文字は、a〜z、A〜Z、0〜9、および空白、アクセント文字、コロン(:)を除く特殊文字です。"
+
+#: mod/settings.php:1186 src/Module/Register.php:131
+msgid "Confirm:"
+msgstr "確認:"
+
+#: mod/settings.php:1186
+msgid "Leave password fields blank unless changing"
+msgstr "変更しない限り、パスワードフィールドは空白のままにしてください"
+
+#: mod/settings.php:1187
+msgid "Current Password:"
+msgstr "現在のパスワード:"
+
+#: mod/settings.php:1187 mod/settings.php:1188
+msgid "Your current password to confirm the changes"
+msgstr "変更を確認するための現在のパスワード"
+
+#: mod/settings.php:1188
+msgid "Password:"
+msgstr "パスワード:"
+
+#: mod/settings.php:1192
+msgid "Basic Settings"
+msgstr "基本設定"
+
+#: mod/settings.php:1193 src/Model/Profile.php:756
+msgid "Full Name:"
+msgstr "フルネーム:"
+
+#: mod/settings.php:1194
+msgid "Email Address:"
+msgstr "電子メールアドレス:"
+
+#: mod/settings.php:1195
+msgid "Your Timezone:"
+msgstr "あなたのタイムゾーン:"
+
+#: mod/settings.php:1196
+msgid "Your Language:"
+msgstr "あなたの言語:"
+
+#: mod/settings.php:1196
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr "friendicaインターフェイスを表示し、メールを送信するために使用する言語を設定します"
+
+#: mod/settings.php:1197
+msgid "Default Post Location:"
+msgstr "デフォルトの投稿場所:"
+
+#: mod/settings.php:1198
+msgid "Use Browser Location:"
+msgstr "ブラウザのロケーションを使用:"
+
+#: mod/settings.php:1201
+msgid "Security and Privacy Settings"
+msgstr "セキュリティとプライバシーの設定"
+
+#: mod/settings.php:1203
+msgid "Maximum Friend Requests/Day:"
+msgstr "1日あたりの友達リクエスト上限:"
+
+#: mod/settings.php:1203 mod/settings.php:1232
+msgid "(to prevent spam abuse)"
+msgstr "(スパムの悪用を防ぐため)"
+
+#: mod/settings.php:1204
+msgid "Default Post Permissions"
+msgstr "投稿の既定の権限"
+
+#: mod/settings.php:1205
+msgid "(click to open/close)"
+msgstr "(クリックして開く・閉じる)"
+
+#: mod/settings.php:1215
+msgid "Default Private Post"
+msgstr "既定のプライベート投稿"
+
+#: mod/settings.php:1216
+msgid "Default Public Post"
+msgstr "既定の一般公開投稿"
+
+#: mod/settings.php:1220
+msgid "Default Permissions for New Posts"
+msgstr "新しい投稿の既定の権限"
+
+#: mod/settings.php:1232
+msgid "Maximum private messages per day from unknown people:"
+msgstr "不明な人からの 1日あたりのプライベートメッセージ上限:"
+
+#: mod/settings.php:1235
+msgid "Notification Settings"
+msgstr "通知設定"
+
+#: mod/settings.php:1236
+msgid "Send a notification email when:"
+msgstr "次の場合に通知メールを送信します。"
+
+#: mod/settings.php:1237
+msgid "You receive an introduction"
+msgstr "紹介を受けます"
+
+#: mod/settings.php:1238
+msgid "Your introductions are confirmed"
+msgstr "あなたの紹介が確認されました"
+
+#: mod/settings.php:1239
+msgid "Someone writes on your profile wall"
+msgstr "誰かがあなたのプロフィールウォールに書き込みます"
+
+#: mod/settings.php:1240
+msgid "Someone writes a followup comment"
+msgstr "誰かがフォローアップコメントを書く"
+
+#: mod/settings.php:1241
+msgid "You receive a private message"
+msgstr "プライベートメッセージを受け取ります"
+
+#: mod/settings.php:1242
+msgid "You receive a friend suggestion"
+msgstr "友達の提案を受け取ります"
+
+#: mod/settings.php:1243
+msgid "You are tagged in a post"
+msgstr "あなたは投稿でタグ付けされています"
+
+#: mod/settings.php:1244
+msgid "You are poked/prodded/etc. in a post"
+msgstr "あなたは突かれた/突かれた/などです。投稿で"
+
+#: mod/settings.php:1246
+msgid "Activate desktop notifications"
+msgstr "デスクトップ通知を有効にする"
+
+#: mod/settings.php:1246
+msgid "Show desktop popup on new notifications"
+msgstr "新しい通知にデスクトップポップアップを表示する"
+
+#: mod/settings.php:1248
+msgid "Text-only notification emails"
+msgstr "テキストのみの通知メール"
+
+#: mod/settings.php:1250
+msgid "Send text only notification emails, without the html part"
+msgstr "HTML部分なしで、テキストのみの通知メールを送信します"
+
+#: mod/settings.php:1252
+msgid "Show detailled notifications"
+msgstr "詳細な通知を表示"
+
+#: mod/settings.php:1254
+msgid ""
+"Per default, notifications are condensed to a single notification per item. "
+"When enabled every notification is displayed."
+msgstr "デフォルトでは、通知はアイテムごとに1つの通知にまとめられます。有効にすると、すべての通知が表示されます。"
+
+#: mod/settings.php:1256
+msgid "Advanced Account/Page Type Settings"
+msgstr "アカウント/ページタイプの詳細設定"
+
+#: mod/settings.php:1257
+msgid "Change the behaviour of this account for special situations"
+msgstr "特別な状況でこのアカウントの動作を変更する"
+
+#: mod/settings.php:1260
+msgid "Relocate"
+msgstr "再配置"
+
+#: 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 "このプロフィールを別のサーバーから移動し、コンタクトの一部が更新を受信しない場合は、このボタンを押してみてください。"
+
+#: mod/settings.php:1262
+msgid "Resend relocate message to contacts"
+msgstr "再配置メッセージをコンタクトに再送信する"
+
+#: mod/subthread.php:104
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$sは%2$sの%3$s をフォローしています"
+
+#: mod/suggest.php:28
+msgid "Contact suggestion successfully ignored."
+msgstr "コンタクトの提案は無視されました。"
+
+#: mod/suggest.php:52
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "利用可能な提案はありません。新しいサイトの場合は、24時間後にもう一度お試しください。"
+
+#: mod/suggest.php:71
+msgid "Do you really want to delete this suggestion?"
+msgstr "この提案を本当に削除しますか?"
+
+#: mod/suggest.php:89 mod/suggest.php:109
+msgid "Ignore/Hide"
+msgstr "無視/非表示"
+
+#: mod/suggest.php:119 view/theme/vier/theme.php:204 src/Content/Widget.php:69
+msgid "Friend Suggestions"
+msgstr "友達の提案"
+
+#: mod/uexport.php:52
+msgid "Export account"
+msgstr "アカウントのエクスポート"
+
+#: 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 "アカウント情報とコンタクトをエクスポートします。これを使用して、アカウントのバックアップを作成したり、別のサーバーに移動したりします。"
+
+#: mod/uexport.php:53
+msgid "Export all"
+msgstr "すべてエクスポート"
+
+#: 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 "アカウント情報、コンタクト、すべてのアイテムをjsonとしてエクスポートします。非常に大きなファイルになる可能性があり、時間がかかる可能性があります。これを使用して、アカウントの完全バックアップを作成します(写真はエクスポートされません)"
+
+#: mod/videos.php:123
+msgid "No videos selected"
+msgstr "動画が選択されていません"
+
+#: mod/videos.php:280 src/Model/Item.php:3468
+msgid "View Video"
+msgstr "ビデオを見る"
+
+#: mod/videos.php:295
+msgid "Recent Videos"
+msgstr "最近の動画"
+
+#: mod/videos.php:297
+msgid "Upload New Videos"
+msgstr "新しい動画をアップロード"
+
+#: view/theme/duepuntozero/config.php:55 src/Model/User.php:745
+msgid "default"
+msgstr "デフォルト"
+
+#: view/theme/duepuntozero/config.php:56
+msgid "greenzero"
+msgstr "グリーンゼロ"
+
+#: view/theme/duepuntozero/config.php:57
+msgid "purplezero"
+msgstr "パープルゼロ"
+
+#: view/theme/duepuntozero/config.php:58
+msgid "easterbunny"
+msgstr "イースターのウサギ"
+
+#: view/theme/duepuntozero/config.php:59
+msgid "darkzero"
+msgstr "ダークゼロ"
+
+#: view/theme/duepuntozero/config.php:60
+msgid "comix"
+msgstr "コミックス"
+
+#: view/theme/duepuntozero/config.php:61
+msgid "slackr"
+msgstr "怠け者"
+
+#: view/theme/duepuntozero/config.php:74
+msgid "Variations"
+msgstr "バリエーション"
+
+#: view/theme/frio/php/Image.php:24
+msgid "Top Banner"
+msgstr "トップバナー"
+
+#: 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 "画面の幅に合わせて画像のサイズを変更し、長いページでは背景色を下に表示します。"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Full screen"
+msgstr "全画面表示"
+
+#: view/theme/frio/php/Image.php:25
+msgid ""
+"Resize image to fill entire screen, clipping either the right or the bottom."
+msgstr "画像のサイズを変更して画面全体に表示し、右または下を切り取ります。"
+
+#: view/theme/frio/php/Image.php:26
+msgid "Single row mosaic"
+msgstr "単列モザイク"
+
+#: view/theme/frio/php/Image.php:26
+msgid ""
+"Resize image to repeat it on a single row, either vertical or horizontal."
+msgstr "画像のサイズを変更して、垂直または水平のいずれかの単一の行で繰り返します。"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Mosaic"
+msgstr "モザイク"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Repeat image to fill the screen."
+msgstr "画面いっぱいに画像を繰り返します。"
+
+#: view/theme/frio/config.php:111
+msgid "Custom"
+msgstr "カスタム"
+
+#: view/theme/frio/config.php:123
+msgid "Note"
+msgstr "注意"
+
+#: view/theme/frio/config.php:123
+msgid "Check image permissions if all users are allowed to see the image"
+msgstr "すべてのユーザーに画像の表示が許可されている場合は、画像の権限を確認してください"
+
+#: view/theme/frio/config.php:129
+msgid "Select color scheme"
+msgstr "カラースキームを選択"
+
+#: view/theme/frio/config.php:130
+msgid "Copy or paste schemestring"
+msgstr "スキーム文字列のコピーまたは貼り付け"
+
+#: view/theme/frio/config.php:130
+msgid ""
+"You can copy this string to share your theme with others. Pasting here "
+"applies the schemestring"
+msgstr "この文字列をコピーして、テーマを他の人と共有できます。ここに貼り付けると、スキーム文字列が適用されます"
+
+#: view/theme/frio/config.php:131
+msgid "Navigation bar background color"
+msgstr "ナビゲーションバーの背景色"
+
+#: view/theme/frio/config.php:132
+msgid "Navigation bar icon color "
+msgstr "ナビゲーションバーのアイコンの色"
+
+#: view/theme/frio/config.php:133
+msgid "Link color"
+msgstr "リンクの色"
+
+#: view/theme/frio/config.php:134
+msgid "Set the background color"
+msgstr "背景色を設定する"
+
+#: view/theme/frio/config.php:135
+msgid "Content background opacity"
+msgstr "コンテンツの背景の不透明度"
+
+#: view/theme/frio/config.php:136
+msgid "Set the background image"
+msgstr "背景画像を設定する"
+
+#: view/theme/frio/config.php:137
+msgid "Background image style"
+msgstr "背景画像スタイル"
+
+#: view/theme/frio/config.php:139
+msgid "Enable Compose page"
+msgstr "作成ページを有効にする"
+
+#: 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 "これにより、新しい投稿を書くためのjotモーダルウィンドウが、<a href=\"compose\">新しい作成ページ</a>へのリンクに置き換えられます。"
+
+#: view/theme/frio/config.php:143
+msgid "Login page background image"
+msgstr "ログインページの背景画像"
+
+#: view/theme/frio/config.php:147
+msgid "Login page background color"
+msgstr "ログインページの背景色"
+
+#: view/theme/frio/config.php:147
+msgid "Leave background image and color empty for theme defaults"
+msgstr "テーマのデフォルトの背景画像と色を空のままにします"
+
+#: view/theme/frio/theme.php:246
+msgid "Guest"
+msgstr "ゲスト"
+
+#: view/theme/frio/theme.php:251
+msgid "Visitor"
+msgstr "ビジター"
+
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Model/Profile.php:909 src/Module/Contact.php:654
+#: src/Module/Contact.php:856 src/Module/Settings/TwoFactor/Index.php:91
+msgid "Status"
+msgstr "状態"
+
+#: view/theme/frio/theme.php:267 src/Content/Nav.php:160
+#: src/Content/Nav.php:244
+msgid "Your posts and conversations"
+msgstr "あなたの投稿と会話"
+
+#: view/theme/frio/theme.php:268 src/Content/Nav.php:161
+msgid "Your profile page"
+msgstr "あなたのプロフィールページ"
+
+#: view/theme/frio/theme.php:269 src/Content/Nav.php:162
+msgid "Your photos"
+msgstr "あなたの写真"
+
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+#: src/Model/Profile.php:933 src/Model/Profile.php:936
+msgid "Videos"
+msgstr "動画"
+
+#: view/theme/frio/theme.php:270 src/Content/Nav.php:163
+msgid "Your videos"
+msgstr "あなたの動画"
+
+#: view/theme/frio/theme.php:271 src/Content/Nav.php:164
+msgid "Your events"
+msgstr "あなたのイベント"
+
+#: view/theme/frio/theme.php:274 src/Core/NotificationsManager.php:151
+#: src/Content/Nav.php:241
+msgid "Network"
+msgstr "ネットワーク"
+
+#: view/theme/frio/theme.php:274 src/Content/Nav.php:241
+msgid "Conversations from your friends"
+msgstr "友達からの会話"
+
+#: view/theme/frio/theme.php:275 src/Content/Nav.php:228
+#: src/Model/Profile.php:948 src/Model/Profile.php:959
+msgid "Events and Calendar"
+msgstr "イベントとカレンダー"
+
+#: view/theme/frio/theme.php:276 src/Content/Nav.php:254
+msgid "Private mail"
+msgstr "プライベートメール"
+
+#: view/theme/frio/theme.php:277 src/Content/Nav.php:265
+msgid "Account settings"
+msgstr "アカウント設定"
+
+#: view/theme/frio/theme.php:278 src/Content/Text/HTML.php:900
+#: src/Content/Nav.php:205 src/Content/Nav.php:271 src/Model/Profile.php:988
+#: src/Model/Profile.php:991 src/Module/Contact.php:800
+#: src/Module/Contact.php:884
+msgid "Contacts"
+msgstr "コンタクト"
+
+#: view/theme/frio/theme.php:278 src/Content/Nav.php:271
+msgid "Manage/edit friends and contacts"
+msgstr "友達とコンタクトを管理/編集する"
+
+#: view/theme/quattro/config.php:76
+msgid "Alignment"
+msgstr "アライメント"
+
+#: view/theme/quattro/config.php:76
+msgid "Left"
+msgstr "左"
+
+#: view/theme/quattro/config.php:76
+msgid "Center"
+msgstr "センター"
+
+#: view/theme/quattro/config.php:77
+msgid "Color scheme"
+msgstr "カラースキーム"
+
+#: view/theme/quattro/config.php:78
+msgid "Posts font size"
+msgstr "投稿のフォントサイズ"
+
+#: view/theme/quattro/config.php:79
+msgid "Textareas font size"
+msgstr "テキストエリアのフォントサイズ"
+
+#: view/theme/vier/config.php:76
+msgid "Comma separated list of helper forums"
+msgstr "ヘルパーフォーラムのカンマ区切りリスト"
+
+#: view/theme/vier/config.php:116 src/Core/ACL.php:302
+msgid "don't show"
+msgstr "見せない"
+
+#: view/theme/vier/config.php:116 src/Core/ACL.php:301
+msgid "show"
+msgstr "見せる"
+
+#: view/theme/vier/config.php:122
+msgid "Set style"
+msgstr "スタイルを設定"
+
+#: view/theme/vier/config.php:123
+msgid "Community Pages"
+msgstr "コミュニティページ"
+
+#: view/theme/vier/config.php:124 view/theme/vier/theme.php:151
+msgid "Community Profiles"
+msgstr "コミュニティプロフィール"
+
+#: view/theme/vier/config.php:125
+msgid "Help or @NewHere ?"
+msgstr "ヘルプまたは@NewHere?"
+
+#: view/theme/vier/config.php:126 view/theme/vier/theme.php:373
+msgid "Connect Services"
+msgstr "接続サービス"
+
+#: view/theme/vier/config.php:127
+msgid "Find Friends"
+msgstr "友達を見つける"
+
+#: view/theme/vier/config.php:128 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "最後のユーザー"
+
+#: view/theme/vier/theme.php:199 src/Content/Widget.php:64
+msgid "Find People"
+msgstr "人を見つけます"
+
+#: view/theme/vier/theme.php:200 src/Content/Widget.php:65
+msgid "Enter name or interest"
+msgstr "名前または興味を入力してください"
+
+#: view/theme/vier/theme.php:202 src/Content/Widget.php:67
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "例:Robert Morgenstein、釣り"
+
+#: view/theme/vier/theme.php:203 src/Content/Widget.php:68
+#: src/Module/Contact.php:820 src/Module/Directory.php:86
+msgid "Find"
+msgstr "見つける"
+
+#: view/theme/vier/theme.php:205 src/Content/Widget.php:70
+msgid "Similar Interests"
+msgstr "同様の興味"
+
+#: view/theme/vier/theme.php:206 src/Content/Widget.php:71
+msgid "Random Profile"
+msgstr "ランダムプロフィール"
+
+#: view/theme/vier/theme.php:207 src/Content/Widget.php:72
+msgid "Invite Friends"
+msgstr "友達を招待"
+
+#: view/theme/vier/theme.php:208 src/Content/Widget.php:73
+#: src/Module/Directory.php:78
+msgid "Global Directory"
+msgstr "グローバルディレクトリ"
+
+#: view/theme/vier/theme.php:210 src/Content/Widget.php:75
+msgid "Local Directory"
+msgstr "ローカルディレクトリ"
+
+#: view/theme/vier/theme.php:250 src/Content/Text/HTML.php:903
+#: src/Content/ForumManager.php:130 src/Content/Nav.php:209
+msgid "Forums"
+msgstr "フォーラム"
+
+#: view/theme/vier/theme.php:252 src/Content/ForumManager.php:132
+msgid "External link to forum"
+msgstr "フォーラムへの外部リンク"
+
+#: view/theme/vier/theme.php:255 src/Content/ForumManager.php:135
+#: src/Content/Widget.php:407 src/Content/Widget.php:507
+msgid "show more"
+msgstr "もっと見せる"
+
+#: view/theme/vier/theme.php:288
+msgid "Quick Start"
+msgstr "クイックスタート"
+
+#: 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 "助けて"
+
+#: src/Core/ACL.php:288 src/Module/Item/Compose.php:139
+msgid "Post to Email"
+msgstr "メールに投稿"
+
+#: src/Core/ACL.php:300
+msgid "Visible to everybody"
+msgstr "誰にでも見える"
+
+#: src/Core/ACL.php:311
+msgid "Connectors"
+msgstr "コネクター"
+
+#: src/Core/ACL.php:313
+msgid "Hide your profile details from unknown viewers?"
+msgstr "不明な視聴者からプロフィールの詳細を非表示にしますか?"
+
+#: src/Core/ACL.php:313
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "\"%s\"が有効になっているため、コネクタは無効です。"
+
+#: src/Core/ACL.php:315
+msgid "Close"
+msgstr "閉じる"
+
+#: src/Core/Installer.php:163
+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 "データベース構成ファイル \"config/local.config.php\" に書き込めませんでした。同封のテキストを使用して、Webサーバーのルートに構成ファイルを作成してください。"
+
+#: src/Core/Installer.php:182
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "phpmyadminまたはmysqlを使用して、手動でファイル\"database.sql \"をインポートする必要がある場合があります。"
+
+#: src/Core/Installer.php:183 src/Module/Install.php:174
+#: src/Module/Install.php:330
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "ファイル\"INSTALL.txt \"をご覧ください。"
+
+#: src/Core/Installer.php:244
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "WebサーバーPATHに CLI版のPHPが見つかりませんでした。"
+
+#: src/Core/Installer.php:245
+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 "PHP CLIがサーバーにインストールされていない場合、バックグラウンド処理を実行できません。 <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'> 'ワーカーのセットアップ' </a>をご覧ください。"
+
+#: src/Core/Installer.php:250
+msgid "PHP executable path"
+msgstr "PHP実行可能ファイルへのPath"
+
+#: src/Core/Installer.php:250
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "php実行可能ファイルへのフルパスを入力します。これを空白のままにしてインストールを続行できます。"
+
+#: src/Core/Installer.php:255
+msgid "Command line PHP"
+msgstr "コマンドライン, CLI PHP"
+
+#: src/Core/Installer.php:264
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP実行可能ファイルはphp cliバイナリではありません(cgi-fgciバージョンである可能性があります)"
+
+#: src/Core/Installer.php:265
+msgid "Found PHP version: "
+msgstr "PHPバージョンが見つかりました:"
+
+#: src/Core/Installer.php:267
+msgid "PHP cli binary"
+msgstr "PHP CLIバイナリ"
+
+#: src/Core/Installer.php:280
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "ご使用のシステムのコマンドラインバージョンのPHPでは、\"register_argc_argv \"が有効になっていません。"
+
+#: src/Core/Installer.php:281
+msgid "This is required for message delivery to work."
+msgstr "これは、メッセージ配信が機能するために必要です。"
+
+#: src/Core/Installer.php:286
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: src/Core/Installer.php:318
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "エラー:このシステムの\"openssl_pkey_new \"関数は暗号化キーを生成できません"
+
+#: src/Core/Installer.php:319
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Windowsで実行している場合は、「 http://www.php.net/manual/en/openssl.installation.php 」を参照してください。"
+
+#: src/Core/Installer.php:322
+msgid "Generate encryption keys"
+msgstr "暗号化キーを生成する"
+
+#: src/Core/Installer.php:374
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "エラー:Apache webserver mod-rewriteモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:379
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewriteモジュール"
+
+#: src/Core/Installer.php:385
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "エラー:PDOまたはMySQLi PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:390
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "エラー:PDO用のMySQLドライバーがインストールされていません。"
+
+#: src/Core/Installer.php:394
+msgid "PDO or MySQLi PHP module"
+msgstr "PDOまたはMySQLi PHPモジュール"
+
+#: src/Core/Installer.php:402
+msgid "Error, XML PHP module required but not installed."
+msgstr "エラー、XML PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:406
+msgid "XML PHP module"
+msgstr "XML PHPモジュール"
+
+#: src/Core/Installer.php:409
+msgid "libCurl PHP module"
+msgstr "libCurl PHPモジュール"
+
+#: src/Core/Installer.php:410
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "エラー:libCURL PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:416
+msgid "GD graphics PHP module"
+msgstr "GDグラフィックスPHPモジュール"
+
+#: src/Core/Installer.php:417
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "エラー:JPEGサポート付きのGDグラフィックPHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:423
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHPモジュール"
+
+#: src/Core/Installer.php:424
+msgid "Error: openssl PHP module required but not installed."
+msgstr "エラー:openssl PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:430
+msgid "mb_string PHP module"
+msgstr "mb_string PHPモジュール"
+
+#: src/Core/Installer.php:431
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "エラー:mb_string PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:437
+msgid "iconv PHP module"
+msgstr "iconv PHPモジュール"
+
+#: src/Core/Installer.php:438
+msgid "Error: iconv PHP module required but not installed."
+msgstr "エラー:iconv PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:444
+msgid "POSIX PHP module"
+msgstr "POSIX PHPモジュール"
+
+#: src/Core/Installer.php:445
+msgid "Error: POSIX PHP module required but not installed."
+msgstr "エラー:POSIX PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:451
+msgid "JSON PHP module"
+msgstr "JSON PHPモジュール"
+
+#: src/Core/Installer.php:452
+msgid "Error: JSON PHP module required but not installed."
+msgstr "エラー:JSON PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:458
+msgid "File Information PHP module"
+msgstr "ファイル情報PHPモジュール"
+
+#: src/Core/Installer.php:459
+msgid "Error: File Information PHP module required but not installed."
+msgstr "エラー:ファイル情報PHPモジュールが必要ですが、インストールされていません。"
+
+#: src/Core/Installer.php:482
+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 "Webインストーラーは、Webサーバーの\"config \"フォルダーに\"local.config.php \"というファイルを作成できる必要がありますが、作成できません。"
+
+#: src/Core/Installer.php:483
+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 "これはほとんどの場合、Webサーバーがフォルダーにファイルを書き込むことができない場合でも、許可設定です。"
+
+#: src/Core/Installer.php:484
+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 "この手順の最後に、Friendica \"config \"フォルダーのlocal.config.phpという名前のファイルに保存するテキストを提供します。"
+
+#: src/Core/Installer.php:485
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "または、この手順をスキップして、手動インストールを実行することもできます。手順については、ファイル「INSTALL.txt」を参照してください。"
+
+#: src/Core/Installer.php:488
+msgid "config/local.config.php is writable"
+msgstr "config / local.config.phpは書き込み可能です"
+
+#: src/Core/Installer.php:508
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "FriendicaはSmarty3テンプレートエンジンを使用してWebビューをレンダリングします。 Smarty3はテンプレートをPHPにコンパイルして、レンダリングを高速化します。"
+
+#: src/Core/Installer.php:509
+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 "これらのコンパイル済みテンプレートを保存するには、WebサーバーがFriendica最上位フォルダーの下のディレクトリview / smarty3 /への書き込みアクセス権を持っている必要があります。"
+
+#: src/Core/Installer.php:510
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Webサーバーを実行するユーザー(www-dataなど)がこのフォルダーへの書き込みアクセス権を持っていることを確認してください。"
+
+#: src/Core/Installer.php:511
+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 "注:セキュリティ対策として、Webサーバーにview / smarty3 /のみへの書き込みアクセス権を与える必要があります。含まれるテンプレートファイル(.tpl)ではありません。"
+
+#: src/Core/Installer.php:514
+msgid "view/smarty3 is writable"
+msgstr "view / smarty3は書き込み可能です"
+
+#: src/Core/Installer.php:543
+msgid ""
+"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
+" to .htaccess."
+msgstr ".htaccessのURL書き換えが機能していません。 .htaccess-distを.htaccessにコピーしたことを確認してください。"
+
+#: src/Core/Installer.php:545
+msgid "Error message from Curl when fetching"
+msgstr "取得時のCurlからのエラーメッセージ"
+
+#: src/Core/Installer.php:550
+msgid "Url rewrite is working"
+msgstr "URLの書き換えが機能しています"
+
+#: src/Core/Installer.php:579
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagick PHP拡張機能がインストールされていません"
+
+#: src/Core/Installer.php:581
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP拡張機能がインストールされています"
+
+#: src/Core/Installer.php:583 tests/src/Core/InstallerTest.php:372
+#: tests/src/Core/InstallerTest.php:400
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagickはGIFをサポートします"
+
+#: src/Core/Installer.php:606
+msgid "Database already in use."
+msgstr "データベースはすでに使用されています。"
+
+#: src/Core/Installer.php:611
+msgid "Could not connect to database."
+msgstr "データベースに接続できません。"
+
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:397
+msgid "Tuesday"
+msgstr "火曜日"
+
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:398
+msgid "Wednesday"
+msgstr "水曜日"
+
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:399
+msgid "Thursday"
+msgstr "木曜日"
+
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:400
+msgid "Friday"
+msgstr "金曜日"
+
+#: src/Core/L10n/L10n.php:370 src/Model/Event.php:401
+msgid "Saturday"
+msgstr "土曜日"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:416
+msgid "January"
+msgstr "1月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:417
+msgid "February"
+msgstr "2月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:418
+msgid "March"
+msgstr "3月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:419
+msgid "April"
+msgstr "4月"
+
+#: src/Core/L10n/L10n.php:374 src/Core/L10n/L10n.php:394
+#: src/Model/Event.php:407
+msgid "May"
+msgstr "5月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:420
+msgid "June"
+msgstr "6月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:421
+msgid "July"
+msgstr "7月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:422
+msgid "August"
+msgstr "8月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:423
+msgid "September"
+msgstr "9月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:424
+msgid "October"
+msgstr "10月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:425
+msgid "November"
+msgstr "11月"
+
+#: src/Core/L10n/L10n.php:374 src/Model/Event.php:426
+msgid "December"
+msgstr "12月"
+
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:388
+msgid "Mon"
+msgstr "月"
+
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:389
+msgid "Tue"
+msgstr "火"
+
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:390
+msgid "Wed"
+msgstr "水"
+
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:391
+msgid "Thu"
+msgstr "木"
+
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:392
+msgid "Fri"
+msgstr "金"
+
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:393
+msgid "Sat"
+msgstr "土"
+
+#: src/Core/L10n/L10n.php:390 src/Model/Event.php:387
+msgid "Sun"
+msgstr "日"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:403
+msgid "Jan"
+msgstr "1月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:404
+msgid "Feb"
+msgstr "2月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:405
+msgid "Mar"
+msgstr "3月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:406
+msgid "Apr"
+msgstr "4月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:408
+msgid "Jun"
+msgstr "6月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:409
+msgid "Jul"
+msgstr "7月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:410
+msgid "Aug"
+msgstr "8月"
+
+#: src/Core/L10n/L10n.php:394
+msgid "Sep"
+msgstr "9月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:412
+msgid "Oct"
+msgstr "10月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:413
+msgid "Nov"
+msgstr "11月"
+
+#: src/Core/L10n/L10n.php:394 src/Model/Event.php:414
+msgid "Dec"
+msgstr "12月"
+
+#: src/Core/L10n/L10n.php:413
+msgid "poke"
+msgstr "poke"
+
+#: src/Core/L10n/L10n.php:413
+msgid "poked"
+msgstr "pokeされました"
+
+#: src/Core/L10n/L10n.php:414
+msgid "ping"
+msgstr "ping"
+
+#: src/Core/L10n/L10n.php:414
+msgid "pinged"
+msgstr "pingされました"
+
+#: src/Core/L10n/L10n.php:415
+msgid "prod"
+msgstr "製品"
+
+#: src/Core/L10n/L10n.php:415
+msgid "prodded"
+msgstr "prodされた"
+
+#: src/Core/L10n/L10n.php:416
+msgid "slap"
+msgstr "slap"
+
+#: src/Core/L10n/L10n.php:416
+msgid "slapped"
+msgstr "slappされました"
+
+#: src/Core/L10n/L10n.php:417
+msgid "finger"
+msgstr "フィンガー"
+
+#: src/Core/L10n/L10n.php:417
+msgid "fingered"
+msgstr "フィンガーされました"
+
+#: src/Core/L10n/L10n.php:418
+msgid "rebuff"
+msgstr "拒絶"
+
+#: src/Core/L10n/L10n.php:418
+msgid "rebuffed"
+msgstr "拒否された"
+
+#: src/Core/NotificationsManager.php:144
+msgid "System"
+msgstr "システム"
+
+#: src/Core/NotificationsManager.php:165 src/Content/Nav.php:182
+#: src/Content/Nav.php:244
+msgid "Home"
+msgstr "ホーム"
+
+#: src/Core/NotificationsManager.php:172 src/Content/Nav.php:248
+msgid "Introductions"
+msgstr "はじめに"
+
+#: src/Core/NotificationsManager.php:234 src/Core/NotificationsManager.php:246
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%sが%sの投稿にコメントしました"
+
+#: src/Core/NotificationsManager.php:245
+#, php-format
+msgid "%s created a new post"
+msgstr "%sが新しい投稿を作成しました"
+
+#: src/Core/NotificationsManager.php:259
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%sが%sの投稿を高く評価しました"
+
+#: src/Core/NotificationsManager.php:272
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%sは%sの投稿を好きではないようです"
+
+#: src/Core/NotificationsManager.php:285
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%sは%sのイベントに参加しています"
+
+#: src/Core/NotificationsManager.php:298
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%sは%sのイベントを欠席します"
+
+#: src/Core/NotificationsManager.php:311
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%sは%sのイベントに参加できます"
+
+#: src/Core/NotificationsManager.php:344
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%sは%sと友達になりました"
+
+#: src/Core/NotificationsManager.php:622
+msgid "Friend Suggestion"
+msgstr "友達の提案"
+
+#: src/Core/NotificationsManager.php:656
+msgid "Friend/Connect Request"
+msgstr "フレンド/接続リクエスト"
+
+#: src/Core/NotificationsManager.php:656
+msgid "New Follower"
+msgstr "新しいフォロワー"
+
+#: src/Core/Session.php:188
+#, php-format
+msgid "Welcome %s"
+msgstr "ようこそ%s"
+
+#: src/Core/Session.php:189
+msgid "Please upload a profile photo."
+msgstr "プロフィール写真をアップロードしてください。"
+
+#: src/Core/Session.php:192
+#, php-format
+msgid "Welcome back %s"
+msgstr "おかえりなさい%s"
+
+#: src/Core/Update.php:193
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "%sの更新に失敗しました。エラーログを参照してください。"
+
+#: 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\tfriendicaの開発者はアップデート %s をリリースしました。\n\t\t\t\tしかし、私がそれをインストールしようとしたとき、何かをひどく間違ったようです。\n\t\t\t\tこれはすぐに修正される必要がありますが、私一人では解決できません。\n自己解決が無理な場合はfriendica開発者へコンタクトをとってください。データベースが無効である可能性があります。"
+
+#: src/Core/Update.php:263
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "エラーメッセージは\n[pre] %s [/ pre]です"
+
+#: src/Core/Update.php:269 src/Core/Update.php:308
+msgid "[Friendica Notify] Database update"
+msgstr "[Friendica Notify]データベースの更新"
+
+#: 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\tfriendicaデータベースは %s から %s に正常に更新されました。"
+
+#: src/Core/UserImport.php:107
+msgid "Error decoding account file"
+msgstr "アカウントファイルのデコードエラー"
+
+#: src/Core/UserImport.php:113
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "エラー!ファイルにバージョンデータがありません!これはFriendicaアカウントファイルではなさそうです。"
+
+#: src/Core/UserImport.php:121
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "ユーザー '%s' はこのサーバーに既に存在します!"
+
+#: src/Core/UserImport.php:157
+msgid "User creation error"
+msgstr "ユーザ作成エラー"
+
+#: src/Core/UserImport.php:175
+msgid "User profile creation error"
+msgstr "ユーザープロフィール作成エラー"
+
+#: src/Core/UserImport.php:219
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%dコンタクトはインポートされませんでした"
+
+#: src/Core/UserImport.php:284
+msgid "Done. You can now login with your username and password"
+msgstr "完了しました。これでであなたのユーザー名とパスワードでログインできます。 "
+
+#: src/Util/Temporal.php:147 src/Model/Profile.php:776
+msgid "Birthday:"
+msgstr "お誕生日:"
+
+#: src/Util/Temporal.php:151
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DDまたはMM-DD"
+
+#: src/Util/Temporal.php:298
+msgid "never"
+msgstr "決してしない"
+
+#: src/Util/Temporal.php:305
+msgid "less than a second ago"
+msgstr "少し前"
+
+#: src/Util/Temporal.php:313
+msgid "year"
+msgstr "年"
+
+#: src/Util/Temporal.php:313
+msgid "years"
+msgstr "年"
+
+#: src/Util/Temporal.php:314
+msgid "months"
+msgstr "数ヶ月"
+
+#: src/Util/Temporal.php:315
+msgid "weeks"
+msgstr "週間"
+
+#: src/Util/Temporal.php:316
+msgid "days"
+msgstr "日々"
+
+#: src/Util/Temporal.php:317
+msgid "hour"
+msgstr "時間"
+
+#: src/Util/Temporal.php:317
+msgid "hours"
+msgstr "時間"
+
+#: src/Util/Temporal.php:318
+msgid "minute"
+msgstr "分"
+
+#: src/Util/Temporal.php:318
+msgid "minutes"
+msgstr "分"
+
+#: src/Util/Temporal.php:319
+msgid "second"
+msgstr "秒"
+
+#: src/Util/Temporal.php:319
+msgid "seconds"
+msgstr "秒"
+
+#: src/Util/Temporal.php:329
+#, php-format
+msgid "in %1$d %2$s"
+msgstr "場所: %1$d %2$s"
+
+#: src/Util/Temporal.php:332
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s前"
+
+#: src/Content/Text/BBCode.php:457
+msgid "view full size"
+msgstr "フルサイズを表示"
+
+#: src/Content/Text/BBCode.php:891 src/Content/Text/BBCode.php:1533
+#: src/Content/Text/BBCode.php:1534
+msgid "Image/photo"
+msgstr "画像/写真"
+
+#: src/Content/Text/BBCode.php:1009
+#, 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/Content/Text/BBCode.php:1460 src/Content/Text/BBCode.php:1482
+msgid "$1 wrote:"
+msgstr "$1 の投稿:"
+
+#: src/Content/Text/BBCode.php:1536 src/Content/Text/BBCode.php:1537
+msgid "Encrypted content"
+msgstr "暗号化されたコンテンツ"
+
+#: src/Content/Text/BBCode.php:1758
+msgid "Invalid source protocol"
+msgstr "無効なソースプロトコル"
+
+#: src/Content/Text/BBCode.php:1769
+msgid "Invalid link protocol"
+msgstr "無効なリンクプロトコル"
+
+#: src/Content/Text/HTML.php:789
+msgid "Loading more entries..."
+msgstr "さらにエントリを読み込んでいます..."
+
+#: src/Content/Text/HTML.php:790
+msgid "The end"
+msgstr "終わり"
+
+#: src/Content/Text/HTML.php:883 src/Model/Profile.php:536
+#: src/Module/Contact.php:335
+msgid "Follow"
+msgstr "フォロー"
+
+#: src/Content/Text/HTML.php:892 src/Content/Nav.php:79
+msgid "@name, !forum, #tags, content"
+msgstr "@name, !forum, #tags, コンテンツ"
+
+#: src/Content/Text/HTML.php:898 src/Content/Nav.php:203
+msgid "Full Text"
+msgstr "全文"
+
+#: src/Content/Text/HTML.php:899 src/Content/Widget/TagCloud.php:54
+#: src/Content/Nav.php:204
+msgid "Tags"
+msgstr "タグ"
+
+#: src/Content/Text/HTML.php:940 src/Model/Item.php:3518
+#: src/Model/Item.php:3529
+msgid "Click to open/close"
+msgstr "クリックして開閉"
+
+#: src/Content/Widget/CalendarExport.php:64
+msgid "Export"
+msgstr "輸出する"
+
+#: src/Content/Widget/CalendarExport.php:65
+msgid "Export calendar as ical"
+msgstr "カレンダーをicalとしてエクスポート"
+
+#: src/Content/Widget/CalendarExport.php:66
+msgid "Export calendar as csv"
+msgstr "カレンダーをcsvとしてエクスポート"
+
+#: src/Content/Widget/ContactBlock.php:58
+msgid "No contacts"
+msgstr "コンタクトなし"
+
+#: src/Content/Widget/ContactBlock.php:90
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%dコンタクト"
+
+#: src/Content/Widget/ContactBlock.php:109
+msgid "View Contacts"
+msgstr "コンタクトを表示"
+
+#: src/Content/Widget/TrendingTags.php:34
+#, php-format
+msgid "Trending Tags (last %d hour)"
+msgid_plural "Trending Tags (last %d hours)"
+msgstr[0] "トレンドタグ(過去%d時間)"
+
+#: src/Content/Widget/TrendingTags.php:35
+msgid "More Trending Tags"
+msgstr "よりトレンドのタグ"
+
+#: src/Content/Pager.php:153
+msgid "newer"
+msgstr "新しい"
+
+#: src/Content/Pager.php:158
+msgid "older"
+msgstr "過去の"
+
+#: src/Content/Pager.php:203
+msgid "prev"
+msgstr "前の"
+
+#: src/Content/Pager.php:263
+msgid "last"
+msgstr "最終"
+
+#: src/Content/ContactSelector.php:58
+msgid "Frequently"
+msgstr "頻度の高い"
+
+#: src/Content/ContactSelector.php:59
+msgid "Hourly"
+msgstr "毎時"
+
+#: src/Content/ContactSelector.php:60
+msgid "Twice daily"
+msgstr "1日2回"
+
+#: src/Content/ContactSelector.php:61
+msgid "Daily"
+msgstr "毎日"
+
+#: src/Content/ContactSelector.php:62
+msgid "Weekly"
+msgstr "毎週"
+
+#: src/Content/ContactSelector.php:63
+msgid "Monthly"
+msgstr "毎月"
+
+#: src/Content/ContactSelector.php:83
+msgid "DFRN"
+msgstr "DFRN"
+
+#: src/Content/ContactSelector.php:84
+msgid "OStatus"
+msgstr "OStatus"
+
+#: src/Content/ContactSelector.php:85
+msgid "RSS/Atom"
+msgstr "RSS / Atom"
+
+#: src/Content/ContactSelector.php:86 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メール"
+
+#: src/Content/ContactSelector.php:88
+msgid "Zot!"
+msgstr "Zot!"
+
+#: src/Content/ContactSelector.php:89
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: src/Content/ContactSelector.php:90
+msgid "XMPP/IM"
+msgstr "XMPP / IM"
+
+#: src/Content/ContactSelector.php:91
+msgid "MySpace"
+msgstr "MySpace"
+
+#: src/Content/ContactSelector.php:92
+msgid "Google+"
+msgstr "Google+"
+
+#: src/Content/ContactSelector.php:93
+msgid "pump.io"
+msgstr "pump.io"
+
+#: src/Content/ContactSelector.php:94
+msgid "Twitter"
+msgstr "Twitter"
+
+#: src/Content/ContactSelector.php:95
+msgid "Diaspora Connector"
+msgstr "Diaspora コネクタ"
+
+#: src/Content/ContactSelector.php:96
+msgid "GNU Social Connector"
+msgstr "GNU Social Connector"
+
+#: src/Content/ContactSelector.php:97
+msgid "ActivityPub"
+msgstr "ActivityPub"
+
+#: src/Content/ContactSelector.php:98
+msgid "pnut"
+msgstr "pnut"
+
+#: src/Content/ContactSelector.php:153 src/Content/ContactSelector.php:193
+#: src/Content/ContactSelector.php:231
+msgid "No answer"
+msgstr "無回答"
+
+#: src/Content/ContactSelector.php:154
+msgid "Male"
+msgstr "男性"
+
+#: src/Content/ContactSelector.php:155
+msgid "Female"
+msgstr "女性"
+
+#: src/Content/ContactSelector.php:156
+msgid "Currently Male"
+msgstr "現在男性"
+
+#: src/Content/ContactSelector.php:157
+msgid "Currently Female"
+msgstr "現在女性"
+
+#: src/Content/ContactSelector.php:158
+msgid "Mostly Male"
+msgstr "主に男性"
+
+#: src/Content/ContactSelector.php:159
+msgid "Mostly Female"
+msgstr "主に女性"
+
+#: src/Content/ContactSelector.php:160
+msgid "Transgender"
+msgstr "トランスジェンダー"
+
+#: src/Content/ContactSelector.php:161
+msgid "Intersex"
+msgstr "インターセックス"
+
+#: src/Content/ContactSelector.php:162
+msgid "Transsexual"
+msgstr "性転換"
+
+#: src/Content/ContactSelector.php:163
+msgid "Hermaphrodite"
+msgstr "両性具有"
+
+#: src/Content/ContactSelector.php:164
+msgid "Neuter"
+msgstr "中性"
+
+#: src/Content/ContactSelector.php:165
+msgid "Non-specific"
+msgstr "非特異的"
+
+#: src/Content/ContactSelector.php:166
+msgid "Other"
+msgstr "その他"
+
+#: src/Content/ContactSelector.php:194
+msgid "Males"
+msgstr "男性"
+
+#: src/Content/ContactSelector.php:195
+msgid "Females"
+msgstr "女性"
+
+#: src/Content/ContactSelector.php:196
+msgid "Gay"
+msgstr "ゲイ"
+
+#: src/Content/ContactSelector.php:197
+msgid "Lesbian"
+msgstr "レズビアン"
+
+#: src/Content/ContactSelector.php:198
+msgid "No Preference"
+msgstr "指定なし"
+
+#: src/Content/ContactSelector.php:199
+msgid "Bisexual"
+msgstr "バイセクシャル"
+
+#: src/Content/ContactSelector.php:200
+msgid "Autosexual"
+msgstr "Autosexual"
+
+#: src/Content/ContactSelector.php:201
+msgid "Abstinent"
+msgstr "禁欲"
+
+#: src/Content/ContactSelector.php:202
+msgid "Virgin"
+msgstr "バージン"
+
+#: src/Content/ContactSelector.php:203
+msgid "Deviant"
+msgstr "逸脱"
+
+#: src/Content/ContactSelector.php:204
+msgid "Fetish"
+msgstr "フェチ"
+
+#: src/Content/ContactSelector.php:205
+msgid "Oodles"
+msgstr "Oodles"
+
+#: src/Content/ContactSelector.php:206
+msgid "Nonsexual"
+msgstr "非性的"
+
+#: src/Content/ContactSelector.php:232
+msgid "Single"
+msgstr "シングル"
+
+#: src/Content/ContactSelector.php:233
+msgid "Lonely"
+msgstr "寂しい"
+
+#: src/Content/ContactSelector.php:234
+msgid "In a relation"
+msgstr "関係を有する"
+
+#: src/Content/ContactSelector.php:235
+msgid "Has crush"
+msgstr "クラッシュしている"
+
+#: src/Content/ContactSelector.php:236
+msgid "Infatuated"
+msgstr "夢中になって"
+
+#: src/Content/ContactSelector.php:237
+msgid "Dating"
+msgstr "デート"
+
+#: src/Content/ContactSelector.php:238
+msgid "Unfaithful"
+msgstr "不誠実な"
+
+#: src/Content/ContactSelector.php:239
+msgid "Sex Addict"
+msgstr "性中毒"
+
+#: src/Content/ContactSelector.php:240 src/Model/User.php:762
+msgid "Friends"
+msgstr "友だち"
+
+#: src/Content/ContactSelector.php:241
+msgid "Friends/Benefits"
+msgstr "友達/特典"
+
+#: src/Content/ContactSelector.php:242
+msgid "Casual"
+msgstr "カジュアル"
+
+#: src/Content/ContactSelector.php:243
+msgid "Engaged"
+msgstr "従事"
+
+#: src/Content/ContactSelector.php:244
+msgid "Married"
+msgstr "既婚"
+
+#: src/Content/ContactSelector.php:245
+msgid "Imaginarily married"
+msgstr "想像上の結婚"
+
+#: src/Content/ContactSelector.php:246
+msgid "Partners"
+msgstr "パートナー"
+
+#: src/Content/ContactSelector.php:247
+msgid "Cohabiting"
+msgstr "同棲"
+
+#: src/Content/ContactSelector.php:248
+msgid "Common law"
+msgstr "コモンロー"
+
+#: src/Content/ContactSelector.php:249
+msgid "Happy"
+msgstr "ハッピー"
+
+#: src/Content/ContactSelector.php:250
+msgid "Not looking"
+msgstr "見てない"
+
+#: src/Content/ContactSelector.php:251
+msgid "Swinger"
+msgstr "Swinger"
+
+#: src/Content/ContactSelector.php:252
+msgid "Betrayed"
+msgstr "裏切られた"
+
+#: src/Content/ContactSelector.php:253
+msgid "Separated"
+msgstr "離れた"
+
+#: src/Content/ContactSelector.php:254
+msgid "Unstable"
+msgstr "不安定"
+
+#: src/Content/ContactSelector.php:255
+msgid "Divorced"
+msgstr "離婚した"
+
+#: src/Content/ContactSelector.php:256
+msgid "Imaginarily divorced"
+msgstr "想像上の離婚"
+
+#: src/Content/ContactSelector.php:257
+msgid "Widowed"
+msgstr "未亡人"
+
+#: src/Content/ContactSelector.php:258
+msgid "Uncertain"
+msgstr "不確実"
+
+#: src/Content/ContactSelector.php:259
+msgid "It's complicated"
+msgstr "それは複雑です"
+
+#: src/Content/ContactSelector.php:260
+msgid "Don't care"
+msgstr "気にしない"
+
+#: src/Content/ContactSelector.php:261
+msgid "Ask me"
+msgstr "私に聞いて"
+
+#: src/Content/Feature.php:82
+msgid "General Features"
+msgstr "一般的な機能"
+
+#: src/Content/Feature.php:84
+msgid "Multiple Profiles"
+msgstr "複数のプロフィール"
+
+#: src/Content/Feature.php:84
+msgid "Ability to create multiple profiles"
+msgstr "複数のプロフィールを作成する機能"
+
+#: src/Content/Feature.php:85
+msgid "Photo Location"
+msgstr "写真の場所"
+
+#: 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 "通常、写真のメタデータは削除されます。これにより、メタデータを除去する前に場所(存在する場合)が抽出され、マップにリンクされます。"
+
+#: src/Content/Feature.php:86
+msgid "Export Public Calendar"
+msgstr "公開カレンダーをエクスポート"
+
+#: src/Content/Feature.php:86
+msgid "Ability for visitors to download the public calendar"
+msgstr "訪問者が公開カレンダーをダウンロードする機能"
+
+#: src/Content/Feature.php:87
+msgid "Trending Tags"
+msgstr "トレンドタグ"
+
+#: src/Content/Feature.php:87
+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 "合成後の機能"
+
+#: src/Content/Feature.php:93
+msgid "Auto-mention Forums"
+msgstr "自動メンションフォーラム"
+
+#: src/Content/Feature.php:93
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "ACLウィンドウでフォーラムページが選択/選択解除されたときにメンションを追加/削除します。"
+
+#: src/Content/Feature.php:94
+msgid "Explicit Mentions"
+msgstr "明示的な言及"
+
+#: src/Content/Feature.php:94
+msgid ""
+"Add explicit mentions to comment box for manual control over who gets "
+"mentioned in replies."
+msgstr "コメントボックスに明示的なメンションを追加して、返信の通知先をカスタマイズします。"
+
+#: src/Content/Feature.php:99
+msgid "Network Sidebar"
+msgstr "ネットワークサイドバー"
+
+#: src/Content/Feature.php:100 src/Content/Widget.php:501
+msgid "Archives"
+msgstr "アーカイブ"
+
+#: src/Content/Feature.php:100
+msgid "Ability to select posts by date ranges"
+msgstr "日付範囲で投稿を選択する機能"
+
+#: src/Content/Feature.php:101
+msgid "Protocol Filter"
+msgstr "プロトコルフィルター"
+
+#: src/Content/Feature.php:101
+msgid "Enable widget to display Network posts only from selected protocols"
+msgstr "ウィジェットを有効にして、選択したプロトコルからのネットワーク投稿のみを表示する"
+
+#: src/Content/Feature.php:106
+msgid "Network Tabs"
+msgstr "ネットワークタブ"
+
+#: src/Content/Feature.php:107
+msgid "Network New Tab"
+msgstr "ネットワークの新しいタブ"
+
+#: src/Content/Feature.php:107
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "(過去12時間の)新しいネットワーク投稿のみを表示するには、タブを有効にします"
+
+#: src/Content/Feature.php:108
+msgid "Network Shared Links Tab"
+msgstr "ネットワーク共有リンクタブ"
+
+#: src/Content/Feature.php:108
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "タブを有効にして、リンクが含まれるネットワーク投稿のみを表示する"
+
+#: src/Content/Feature.php:113
+msgid "Post/Comment Tools"
+msgstr "投稿/コメントツール"
+
+#: src/Content/Feature.php:114
+msgid "Post Categories"
+msgstr "投稿カテゴリ"
+
+#: src/Content/Feature.php:114
+msgid "Add categories to your posts"
+msgstr "投稿にカテゴリを追加する"
+
+#: src/Content/Feature.php:119
+msgid "Advanced Profile Settings"
+msgstr "高度なプロフィール設定"
+
+#: src/Content/Feature.php:120
+msgid "List Forums"
+msgstr "フォーラムのリスト"
+
+#: src/Content/Feature.php:120
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "詳細プロフィールページで訪問者の一般公開コミュニティフォーラムを表示する"
+
+#: src/Content/Feature.php:121
+msgid "Tag Cloud"
+msgstr "タグクラウド"
+
+#: src/Content/Feature.php:121
+msgid "Provide a personal tag cloud on your profile page"
+msgstr "プロフィールページで個人タグクラウドを提供する"
+
+#: src/Content/Feature.php:122
+msgid "Display Membership Date"
+msgstr "会員日を表示する"
+
+#: src/Content/Feature.php:122
+msgid "Display membership date in profile"
+msgstr "プロフィールにメンバーシップ日を表示する"
+
+#: src/Content/Nav.php:74
+msgid "Nothing new here"
+msgstr "ここに新しいものはありません"
+
+#: src/Content/Nav.php:78
+msgid "Clear notifications"
+msgstr "クリア通知"
+
+#: src/Content/Nav.php:153 src/Module/Login.php:315
+msgid "Logout"
+msgstr "ログアウト"
+
+#: src/Content/Nav.php:153
+msgid "End this session"
+msgstr "このセッションを終了"
+
+#: src/Content/Nav.php:155 src/Module/Bookmarklet.php:25
+#: src/Module/Login.php:316
+msgid "Login"
+msgstr "ログイン"
+
+#: src/Content/Nav.php:155
+msgid "Sign in"
+msgstr "サインイン"
+
+#: src/Content/Nav.php:165
+msgid "Personal notes"
+msgstr "個人メモ"
+
+#: src/Content/Nav.php:165
+msgid "Your personal notes"
+msgstr "あなたの個人的なメモ"
+
+#: src/Content/Nav.php:182
+msgid "Home Page"
+msgstr "ホームページ"
+
+#: src/Content/Nav.php:186 src/Module/Login.php:287
+#: src/Module/Register.php:136
+msgid "Register"
+msgstr "登録"
+
+#: src/Content/Nav.php:186
+msgid "Create an account"
+msgstr "アカウントを作成する"
+
+#: src/Content/Nav.php:192
+msgid "Help and documentation"
+msgstr "ヘルプとドキュメント"
+
+#: src/Content/Nav.php:196
+msgid "Apps"
+msgstr "アプリ"
+
+#: src/Content/Nav.php:196
+msgid "Addon applications, utilities, games"
+msgstr "アドオンアプリケーション、ユーティリティ、ゲーム"
+
+#: src/Content/Nav.php:200
+msgid "Search site content"
+msgstr "サイトのコンテンツを検索"
+
+#: src/Content/Nav.php:224
+msgid "Community"
+msgstr "コミュニティ"
+
+#: src/Content/Nav.php:224
+msgid "Conversations on this and other servers"
+msgstr "このサーバーと他のサーバーでの会話"
+
+#: src/Content/Nav.php:231
+msgid "Directory"
+msgstr "ディレクトリ"
+
+#: src/Content/Nav.php:231
+msgid "People directory"
+msgstr "人々の名簿"
+
+#: src/Content/Nav.php:233 src/Module/BaseAdminModule.php:75
+msgid "Information"
+msgstr "情報"
+
+#: src/Content/Nav.php:233
+msgid "Information about this friendica instance"
+msgstr "このfriendicaインスタンスに関する情報"
+
+#: 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 "利用規約"
+
+#: src/Content/Nav.php:236
+msgid "Terms of Service of this Friendica instance"
+msgstr "このFriendicaインスタンスの利用規約"
+
+#: src/Content/Nav.php:242
+msgid "Network Reset"
+msgstr "ネットワークリセット"
+
+#: src/Content/Nav.php:242
+msgid "Load Network page with no filters"
+msgstr "フィルターなしでネットワークページを読み込む"
+
+#: src/Content/Nav.php:248
+msgid "Friend Requests"
+msgstr "友達リクエスト"
+
+#: src/Content/Nav.php:250
+msgid "See all notifications"
+msgstr "すべての通知を見る"
+
+#: src/Content/Nav.php:251
+msgid "Mark all system notifications seen"
+msgstr "すべてのシステム通知を確認済みにする"
+
+#: src/Content/Nav.php:255
+msgid "Inbox"
+msgstr "受信トレイ"
+
+#: src/Content/Nav.php:256
+msgid "Outbox"
+msgstr "送信トレイ"
+
+#: src/Content/Nav.php:260
+msgid "Manage"
+msgstr "管理する"
+
+#: src/Content/Nav.php:260
+msgid "Manage other pages"
+msgstr "他のページを管理する"
+
+#: src/Content/Nav.php:268
+msgid "Manage/Edit Profiles"
+msgstr "プロフィールの管理/編集"
+
+#: src/Content/Nav.php:276 src/Module/BaseAdminModule.php:114
+msgid "Admin"
+msgstr "管理者"
+
+#: src/Content/Nav.php:276
+msgid "Site setup and configuration"
+msgstr "サイトのセットアップと構成"
+
+#: src/Content/Nav.php:279
+msgid "Navigation"
+msgstr "ナビゲーション"
+
+#: src/Content/Nav.php:279
+msgid "Site map"
+msgstr "サイトマップ"
+
+#: src/Content/OEmbed.php:254
+msgid "Embedding disabled"
+msgstr "埋め込みが無効です"
+
+#: src/Content/OEmbed.php:377
+msgid "Embedded content"
+msgstr "埋め込みコンテンツ"
+
+#: src/Content/Widget.php:38
+msgid "Add New Contact"
+msgstr "新しいコンタクトを追加"
+
+#: src/Content/Widget.php:39
+msgid "Enter address or web location"
+msgstr "住所またはウェブの場所を入力してください"
+
+#: src/Content/Widget.php:40
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "例: bob@example.com, http://example.com/barbara"
+
+#: src/Content/Widget.php:58
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d通の招待が利用できます"
+
+#: src/Content/Widget.php:193 src/Module/Contact.php:798
+#: src/Module/Profile/Contacts.php:127
+msgid "Following"
+msgstr "以下"
+
+#: src/Content/Widget.php:194 src/Module/Contact.php:799
+#: src/Module/Profile/Contacts.php:128
+msgid "Mutual friends"
+msgstr "共通の友人"
+
+#: src/Content/Widget.php:199
+msgid "Relationships"
+msgstr "関係"
+
+#: src/Content/Widget.php:201 src/Module/Contact.php:694
+#: src/Module/Group.php:287
+msgid "All Contacts"
+msgstr "すべてのコンタクト"
+
+#: src/Content/Widget.php:244
+msgid "Protocols"
+msgstr "プロトコル"
+
+#: src/Content/Widget.php:246
+msgid "All Protocols"
+msgstr "すべてのプロトコル"
+
+#: src/Content/Widget.php:279
+msgid "Saved Folders"
+msgstr "保存されたフォルダー"
+
+#: src/Content/Widget.php:281 src/Content/Widget.php:320
+msgid "Everything"
+msgstr "すべて"
+
+#: src/Content/Widget.php:318
+msgid "Categories"
+msgstr "カテゴリー"
+
+#: src/Content/Widget.php:402
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "共通の%d件の県コンタクト"
+
+#: src/Database/DBStructure.php:50
+msgid "There are no tables on MyISAM."
+msgstr "MyISAMにはテーブルがありません。"
+
+#: src/Database/DBStructure.php:74
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nデータベースの更新中にエラー%dが発生しました:\n%s\n"
+
+#: src/Database/DBStructure.php:77
+msgid "Errors encountered performing database changes: "
+msgstr "データベース変更の実行中に発生したエラー:"
+
+#: src/Database/DBStructure.php:266
+#, php-format
+msgid "%s: Database update"
+msgstr "%s :データベースの更新"
+
+#: src/Database/DBStructure.php:527
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s : %sテーブルを更新しています。"
+
+#: src/Model/Storage/Filesystem.php:63
+#, php-format
+msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
+msgstr "ファイルシステムストレージは\"%s\" の作成に失敗しました。書き込み権限を確認してください。"
+
+#: src/Model/Storage/Filesystem.php:105
+#, php-format
+msgid ""
+"Filesystem storage failed to save data to \"%s\". Check your write "
+"permissions"
+msgstr "ファイルシステムストレージは、データを\"%s\"に保存できませんでした。書き込み権限を確認してください"
+
+#: src/Model/Storage/Filesystem.php:126
+msgid "Storage base path"
+msgstr "ストレージのbase path"
+
+#: 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 "アップロードされたファイルが保存されるフォルダです。最大限のセキュリティを確保するために、これはWebサーバーフォルダツリー外のパスである必要があります"
+
+#: src/Model/Storage/Filesystem.php:138
+msgid "Enter a valid existing folder"
+msgstr "有効な既存のフォルダを入力してください"
+
+#: src/Model/Storage/Database.php:36
+#, php-format
+msgid "Database storage failed to update %s"
+msgstr "データベースストレージは%sを更新できませんました"
+
+#: src/Model/Storage/Database.php:43
+msgid "Database storage failed to insert data"
+msgstr "データベースストレージがデータの挿入に失敗しました"
+
+#: src/Model/Contact.php:1203
+msgid "Drop Contact"
+msgstr "コンタクトをドロップ"
+
+#: src/Model/Contact.php:1705
+msgid "Organisation"
+msgstr "組織"
+
+#: src/Model/Contact.php:1709
+msgid "News"
+msgstr "ニュース"
+
+#: src/Model/Contact.php:1713
+msgid "Forum"
+msgstr "フォーラム"
+
+#: src/Model/Contact.php:2109
+msgid "Connect URL missing."
+msgstr "接続URLがありません。"
+
+#: src/Model/Contact.php:2118
+msgid ""
+"The contact could not be added. Please check the relevant network "
+"credentials in your Settings -> Social Networks page."
+msgstr "コンタクトを追加できませんでした。ページの \"設定\" -> \"ソーシャルネットワーク\" で、関連するネットワーク認証情報を確認してください。"
+
+#: src/Model/Contact.php:2159
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "このサイトは、他のネットワークとの通信を許可するように構成されていません。"
+
+#: src/Model/Contact.php:2160 src/Model/Contact.php:2173
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "互換性のある通信プロトコルまたはフィードは見つかりませんでした。"
+
+#: src/Model/Contact.php:2171
+msgid "The profile address specified does not provide adequate information."
+msgstr "指定されたプロフィールアドレスは、適切な情報を提供しません。"
+
+#: src/Model/Contact.php:2176
+msgid "An author or name was not found."
+msgstr "著者または名前が見つかりませんでした。"
+
+#: src/Model/Contact.php:2179
+msgid "No browser URL could be matched to this address."
+msgstr "このアドレスに一致するブラウザURLはありません。"
+
+#: src/Model/Contact.php:2182
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "@スタイルのIDアドレスを既知のプロトコルまたは電子メールのコンタクトと一致させることができません。"
+
+#: src/Model/Contact.php:2183
+msgid "Use mailto: in front of address to force email check."
+msgstr "メールチェックを強制するには、アドレスの前にmailto:を使用します。"
+
+#: src/Model/Contact.php:2189
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "指定されたプロフィールアドレスは、このサイトで無効にされたネットワークに属します。"
+
+#: src/Model/Contact.php:2194
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "限定公開のプロフィールです。この人はあなたから直接/個人的な通知を受け取ることができません。"
+
+#: src/Model/Contact.php:2249
+msgid "Unable to retrieve contact information."
+msgstr "コンタクト情報を取得できません。"
+
+#: 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/Model/Event.php:61 src/Model/Event.php:78 src/Model/Event.php:435
+#: src/Model/Event.php:915
+msgid "Starts:"
+msgstr "開始:"
+
+#: src/Model/Event.php:64 src/Model/Event.php:84 src/Model/Event.php:436
+#: src/Model/Event.php:919
+msgid "Finishes:"
+msgstr "終了:"
+
+#: src/Model/Event.php:385
+msgid "all-day"
+msgstr "一日中"
+
+#: src/Model/Event.php:411
+msgid "Sept"
+msgstr "9月"
+
+#: src/Model/Event.php:433
+msgid "No events to display"
+msgstr "表示するイベントはありません"
+
+#: src/Model/Event.php:561
+msgid "l, F j"
+msgstr "l, F j"
+
+#: src/Model/Event.php:592
+msgid "Edit event"
+msgstr "イベントを編集"
+
+#: src/Model/Event.php:593
+msgid "Duplicate event"
+msgstr "重複イベント"
+
+#: src/Model/Event.php:594
+msgid "Delete event"
+msgstr "イベントを削除"
+
+#: src/Model/Event.php:626 src/Model/Item.php:3569 src/Model/Item.php:3576
+msgid "link to source"
+msgstr "ソースへのリンク"
+
+#: src/Model/Event.php:848
+msgid "D g:i A"
+msgstr "D g:i A"
+
+#: src/Model/Event.php:849
+msgid "g:i A"
+msgstr "g:i A"
+
+#: src/Model/Event.php:934 src/Model/Event.php:936
+msgid "Show map"
+msgstr "地図を表示"
+
+#: src/Model/Event.php:935
+msgid "Hide map"
+msgstr "地図を隠す"
+
+#: src/Model/Event.php:1027
+#, php-format
+msgid "%s's birthday"
+msgstr "%sの誕生日"
+
+#: src/Model/Event.php:1028
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "ハッピーバースデー %s"
+
+#: src/Model/FileTag.php:265
+msgid "Item filed"
+msgstr "提出されたアイテム"
+
+#: 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 "この名前の削除されたグループが復活しました。既存の項目の権限は、このグループと将来のメンバーに適用される<strong>可能性</strong>があります。これが意図したものでない場合は、別の名前で別のグループを作成してください。"
+
+#: src/Model/Group.php:407
+msgid "Default privacy group for new contacts"
+msgstr "新しいコンタクトのデフォルトのプライバシーグループ"
+
+#: src/Model/Group.php:439
+msgid "Everybody"
+msgstr "みんな"
+
+#: src/Model/Group.php:458
+msgid "edit"
+msgstr "編集する"
+
+#: src/Model/Group.php:484 src/Module/Contact.php:734
+#: src/Module/Welcome.php:57
+msgid "Groups"
+msgstr "グループ"
+
+#: src/Model/Group.php:488
+msgid "Edit group"
+msgstr "グループを編集"
+
+#: src/Model/Group.php:489 src/Module/Group.php:186
+msgid "Contacts not in any group"
+msgstr "どのグループにも属していないコンタクト"
+
+#: src/Model/Group.php:491
+msgid "Create a new group"
+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 "グループ名:"
+
+#: src/Model/Group.php:493
+msgid "Edit groups"
+msgstr "グループを編集"
+
+#: src/Model/Item.php:3304
+msgid "activity"
+msgstr "アクティビティ"
+
+#: src/Model/Item.php:3306 src/Object/Post.php:473
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "コメント"
+
+#: src/Model/Item.php:3309
+msgid "post"
+msgstr "投稿"
+
+#: src/Model/Item.php:3408
+#, php-format
+msgid "Content warning: %s"
+msgstr "コンテンツの警告: %s"
+
+#: src/Model/Item.php:3485
+msgid "bytes"
+msgstr "バイト"
+
+#: src/Model/Item.php:3563
+msgid "View on separate page"
+msgstr "別のページで見る"
+
+#: src/Model/Item.php:3564
+msgid "view on separate page"
+msgstr "別のページで見る"
+
+#: src/Model/Mail.php:112 src/Model/Mail.php:247
+msgid "[no subject]"
+msgstr "[件名なし]"
+
+#: src/Model/Profile.php:212 src/Model/Profile.php:428
+#: src/Model/Profile.php:877
+msgid "Edit profile"
+msgstr "プロフィール編集"
+
+#: src/Model/Profile.php:402
+msgid "Manage/edit profiles"
+msgstr "プロフィールの管理/編集"
+
+#: src/Model/Profile.php:451 src/Model/Profile.php:787
+#: src/Module/Directory.php:143
+msgid "Status:"
+msgstr "状態:"
+
+#: src/Model/Profile.php:452 src/Model/Profile.php:804
+#: src/Module/Directory.php:144
+msgid "Homepage:"
+msgstr "ホームページ:"
+
+#: src/Model/Profile.php:454 src/Module/Contact.php:647
+msgid "XMPP:"
+msgstr "XMPP:"
+
+#: src/Model/Profile.php:538 src/Module/Contact.php:337
+msgid "Unfollow"
+msgstr "フォロー解除"
+
+#: src/Model/Profile.php:540
+msgid "Atom feed"
+msgstr "Atomフィード"
+
+#: src/Model/Profile.php:580 src/Model/Profile.php:677
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: src/Model/Profile.php:581
+msgid "F d"
+msgstr "F d"
+
+#: src/Model/Profile.php:643 src/Model/Profile.php:728
+msgid "[today]"
+msgstr "[今日]"
+
+#: src/Model/Profile.php:653
+msgid "Birthday Reminders"
+msgstr "誕生日のリマインダー"
+
+#: src/Model/Profile.php:654
+msgid "Birthdays this week:"
+msgstr "今週の誕生日:"
+
+#: src/Model/Profile.php:715
+msgid "[No description]"
+msgstr "[説明なし]"
+
+#: src/Model/Profile.php:741
+msgid "Event Reminders"
+msgstr "イベントリマインダー"
+
+#: src/Model/Profile.php:742
+msgid "Upcoming events the next 7 days:"
+msgstr "今後7日間の今後のイベント:"
+
+#: src/Model/Profile.php:759
+msgid "Member since:"
+msgstr "以来のメンバー:"
+
+#: src/Model/Profile.php:767
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: src/Model/Profile.php:768
+msgid "j F"
+msgstr "j F"
+
+#: src/Model/Profile.php:783
+msgid "Age:"
+msgstr "年齢:"
+
+#: src/Model/Profile.php:796
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "%1$d %2$s の間"
+
+#: src/Model/Profile.php:820
+msgid "Religion:"
+msgstr "宗教:"
+
+#: src/Model/Profile.php:828
+msgid "Hobbies/Interests:"
+msgstr "趣味/興味:"
+
+#: src/Model/Profile.php:840
+msgid "Contact information and Social Networks:"
+msgstr "コンタクト情報とソーシャルネットワーク:"
+
+#: src/Model/Profile.php:844
+msgid "Musical interests:"
+msgstr "音楽的興味:"
+
+#: src/Model/Profile.php:848
+msgid "Books, literature:"
+msgstr "書籍、文学:"
+
+#: src/Model/Profile.php:852
+msgid "Television:"
+msgstr "テレビ:"
+
+#: src/Model/Profile.php:856
+msgid "Film/dance/culture/entertainment:"
+msgstr "映画/ダンス/文化/エンターテイメント:"
+
+#: src/Model/Profile.php:860
+msgid "Love/Romance:"
+msgstr "愛/ロマンス:"
+
+#: src/Model/Profile.php:864
+msgid "Work/employment:"
+msgstr "仕事/雇用:"
+
+#: src/Model/Profile.php:868
+msgid "School/education:"
+msgstr "学校教育:"
+
+#: src/Model/Profile.php:873
+msgid "Forums:"
+msgstr "フォーラム:"
+
+#: src/Model/Profile.php:920 src/Module/Contact.php:875
+msgid "Profile Details"
+msgstr "プロフィールの詳細"
+
+#: src/Model/Profile.php:970
+msgid "Only You Can See This"
+msgstr "これしか見えない"
+
+#: src/Model/Profile.php:978 src/Model/Profile.php:981
+msgid "Tips for New Members"
+msgstr "新会員のためのヒント"
+
+#: src/Model/Profile.php:1178
+#, php-format
+msgid "OpenWebAuth: %1$s welcomes %2$s"
+msgstr "OpenWebAuth: %1$sは%2$s歓迎します"
+
+#: src/Model/User.php:331
+msgid "Login failed"
+msgstr "ログインに失敗しました"
+
+#: src/Model/User.php:362
+msgid "Not enough information to authenticate"
+msgstr "認証に十分な情報がありません"
+
+#: src/Model/User.php:440
+msgid "Password can't be empty"
+msgstr "パスワードは空にできません"
+
+#: src/Model/User.php:459
+msgid "Empty passwords are not allowed."
+msgstr "空のパスワードは許可されていません。"
+
+#: src/Model/User.php:463
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr "新しいパスワードは公開データダンプで公開されています。別のパスワードを選択してください。"
+
+#: src/Model/User.php:469
+msgid ""
+"The password can't contain accentuated letters, white spaces or colons (:)"
+msgstr "パスワードには、アクセント文字、空白、またはコロン(:)を含めることはできません"
+
+#: src/Model/User.php:569
+msgid "Passwords do not match. Password unchanged."
+msgstr "パスワードが一致していません。パスワードは変更されていません。"
+
+#: src/Model/User.php:576
+msgid "An invitation is required."
+msgstr "招待状が必要です。"
+
+#: src/Model/User.php:580
+msgid "Invitation could not be verified."
+msgstr "招待を確認できませんでした。"
+
+#: src/Model/User.php:587
+msgid "Invalid OpenID url"
+msgstr "無効なOpenID URL"
+
+#: 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 "指定したOpenIDでログイン中に問題が発生しました。 IDの正しいスペルを確認してください。"
+
+#: src/Model/User.php:600 src/Module/Login.php:102
+msgid "The error message was:"
+msgstr "エラーメッセージは次のとおりです。"
+
+#: src/Model/User.php:606
+msgid "Please enter the required information."
+msgstr "必要な情報を入力してください。"
+
+#: 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 )とsystem.username_max_length( %s )は、お互いを除外し、値を交換しています。"
+
+#: 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] "ユーザー名は少なくとも%s文字である必要があります。"
+
+#: 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] "ユーザー名は最大で%s文字にする必要があります。"
+
+#: src/Model/User.php:639
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "それはあなたのフルネーム(ファースト/ラスト)ではないようです。"
+
+#: src/Model/User.php:644
+msgid "Your email domain is not among those allowed on this site."
+msgstr "あなたのメールドメインは、このサイトで許可されているものではありません。"
+
+#: src/Model/User.php:648
+msgid "Not a valid email address."
+msgstr "有効な電子メールアドレスではありません。"
+
+#: src/Model/User.php:651
+msgid "The nickname was blocked from registration by the nodes admin."
+msgstr "そのニックネームは、ノード管理者によって登録がブロックされました。"
+
+#: src/Model/User.php:655 src/Model/User.php:663
+msgid "Cannot use that email."
+msgstr "そのメールは使用できません。"
+
+#: src/Model/User.php:670
+msgid "Your nickname can only contain a-z, 0-9 and _."
+msgstr "ニックネームにはa-z、0-9、および _ のみを含めることができます。"
+
+#: src/Model/User.php:677 src/Model/User.php:734
+msgid "Nickname is already registered. Please choose another."
+msgstr "ニックネームはすでに登録されています。別のものを選択してください。"
+
+#: src/Model/User.php:687
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "重大なエラー:セキュリティキーの生成に失敗しました。"
+
+#: src/Model/User.php:721 src/Model/User.php:725
+msgid "An error occurred during registration. Please try again."
+msgstr "登録中にエラーが発生しました。もう一度試してください。"
+
+#: src/Model/User.php:750
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "既定のプロフィールの作成中にエラーが発生しました。もう一度試してください。"
+
+#: src/Model/User.php:757
+msgid "An error occurred creating your self contact. Please try again."
+msgstr "自己コンタクトの作成中にエラーが発生しました。もう一度試してください。"
+
+#: src/Model/User.php:766
+msgid ""
+"An error occurred creating your default contact group. Please try again."
+msgstr "既定のコンタクトグループの作成中にエラーが発生しました。もう一度試してください。"
+
+#: 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\t%1$s さん、\\n\t\t\t\t%2$s で登録していただきありがとうございます。アカウントは管理者による承認待ちです。\\n\\n\t\t\tログインの詳細は次のとおりです。\\n\\n\t\t\tサイトの場所:\t%3$s\\n\t\t\tログイン名:\t\t%4$s\\n\t\t\tパスワード:\t\t%5$s\\n\t\t"
+
+#: src/Model/User.php:859
+#, php-format
+msgid "Registration at %s"
+msgstr "%s登録"
+
+#: 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\t%1$sさん、\n\t\t\t\t%2$sで登録していただきありがとうございます。アカウントが作成されました。\n\t\t"
+
+#: 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\nサイトの場所:\t%1$s\nログイン名:\t\t%2$s\nPassword:\t\t%3$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1$s/removeme\nから可能です。\n\nありがとうございます。%4$sへようこそ。"
+
+#: src/Model/User.php:919 src/Module/Admin/Users.php:88
+#, php-format
+msgid "Registration details for %s"
+msgstr "%s の登録の詳細"
+
+#: src/Protocol/Diaspora.php:2495
+msgid "Sharing notification from Diaspora network"
+msgstr "Diasporaネットワークからの通知の共有"
+
+#: src/Protocol/Diaspora.php:3640
+msgid "Attachments:"
+msgstr "添付ファイル:"
+
+#: src/Protocol/OStatus.php:1300 src/Module/Profile.php:111
+#: src/Module/Profile.php:114
+#, php-format
+msgid "%s's timeline"
+msgstr "%sのタイムライン"
+
+#: src/Protocol/OStatus.php:1304 src/Module/Profile.php:112
+#, php-format
+msgid "%s's posts"
+msgstr "%sの投稿"
+
+#: src/Protocol/OStatus.php:1307 src/Module/Profile.php:113
+#, php-format
+msgid "%s's comments"
+msgstr "%sのコメント"
+
+#: src/Protocol/OStatus.php:1861
+#, php-format
+msgid "%s is now following %s."
+msgstr "%sは現在 %s をフォローしています。"
+
+#: src/Protocol/OStatus.php:1862
+msgid "following"
+msgstr "フォローしている"
+
+#: src/Protocol/OStatus.php:1865
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s は %s のフォローを解除しました"
+
+#: src/Protocol/OStatus.php:1866
+msgid "stopped following"
+msgstr "フォローを解除しました"
+
+#: src/Worker/Delivery.php:461
+msgid "(no subject)"
+msgstr "(件名なし)"
+
+#: 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 "登録時、およびユーザーアカウントとコンタクト間の通信を提供するために、ユーザーは表示名(ペンネーム)、ユーザー名(ニックネーム)、および有効な電子メールアドレスを提供する必要があります。\n他のプロフィールの詳細が表示されていなくても、ページの訪問者はアカウントのプロフィールページで名前にアクセスできます。\n電子メールアドレスは、インタラクションに関するユーザー通知の送信にのみ使用されますが、表示されることはありません。\nノードのユーザーディレクトリまたはグローバルユーザーディレクトリでのアカウントのリストはオプションであり、ユーザー設定で制御できます。通信には必要ありません。"
+
+#: 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 "このデータは通信に必要であり、通信パートナーのノードに渡されてそこに保存されます。ユーザーは、通信パートナーアカウントに送信される可能性のある追加のプライベートデータを入力できます。"
+
+#: 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/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 "ログインしたユーザーは、いつでも<a href=\"%1$s/settings/uexport\">アカウント設定</a>からアカウントデータをエクスポートできます。ユーザーがアカウントを削除する場合は、<a href=\"%1$s/removeme\"> %1$s/removeme </a>で削除できます。アカウントの削除は永続的です。データの削除も、通信パートナーのノードから要求されます。"
+
+#: src/Module/Tos.php:40 src/Module/Tos.php:76
+msgid "Privacy Statement"
+msgstr "プライバシーに関する声明"
+
+#: src/Module/Apps.php:29
+msgid "No installed applications."
+msgstr "アプリケーションがインストールされていません。"
+
+#: src/Module/Apps.php:34
+msgid "Applications"
+msgstr "用途"
+
+#: src/Module/Credits.php:25
+msgid "Credits"
+msgstr "クレジット"
+
+#: 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はコミュニティプロジェクトであり、多くの人々の助けがなければ不可能です。以下は、Friendicaのコードまたは翻訳に貢献した人のリストです。皆さん、ありがとうございました!"
+
+#: src/Module/Admin/Addons/Details.php:51
+msgid "Addon not found."
+msgstr "アドオンが見つかりません。"
+
+#: src/Module/Admin/Addons/Details.php:62 src/Module/Admin/Addons/Index.php:32
+#, php-format
+msgid "Addon %s disabled."
+msgstr "アドオン%sを無効にしました。"
+
+#: src/Module/Admin/Addons/Details.php:65 src/Module/Admin/Addons/Index.php:34
+#, php-format
+msgid "Addon %s enabled."
+msgstr "アドオン%sが有効になりました。"
+
+#: src/Module/Admin/Addons/Details.php:76
+#: src/Module/Admin/Themes/Details.php:60
+msgid "Disable"
+msgstr "無効にする"
+
+#: src/Module/Admin/Addons/Details.php:79
+#: src/Module/Admin/Themes/Details.php:63
+msgid "Enable"
+msgstr "有効にする"
+
+#: 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/Queue.php:56 src/Module/Admin/Site.php:567
+#: src/Module/Admin/Summary.php:175 src/Module/Admin/Themes/Details.php:104
+#: src/Module/Admin/Themes/Index.php:93 src/Module/Admin/Tos.php:42
+#: src/Module/Admin/Users.php:277
+msgid "Administration"
+msgstr "運営管理"
+
+#: src/Module/Admin/Addons/Details.php:101
+#: src/Module/Admin/Themes/Details.php:106
+msgid "Toggle"
+msgstr "トグル"
+
+#: src/Module/Admin/Addons/Details.php:109
+#: src/Module/Admin/Themes/Details.php:115
+msgid "Author: "
+msgstr "著者:"
+
+#: src/Module/Admin/Addons/Details.php:110
+#: src/Module/Admin/Themes/Details.php:116
+msgid "Maintainer: "
+msgstr "メンテナー:"
+
+#: src/Module/Admin/Addons/Index.php:36
+#, php-format
+msgid "Addon %s failed to install."
+msgstr "アドオン %s のインストールに失敗しました。"
+
+#: src/Module/Admin/Addons/Index.php:53
+msgid "Reload active addons"
+msgstr "アクティブなアドオンをリロードする"
+
+#: 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 "現在、ノードで使用可能なアドオンはありません。公式のアドオンリポジトリは %1$s にあり、他の興味深いアドオンは %2$s オープン アドオン レジストリにあります。"
+
+#: src/Module/Admin/Blocklist/Contact.php:28
+#: src/Console/GlobalCommunityBlock.php:87
+msgid "The contact has been blocked from the node"
+msgstr "このコンタクトはノードからブロックされています"
+
+#: 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 "このURL( %s )のコンタクトエントリが見つかりませんでした"
+
+#: src/Module/Admin/Blocklist/Contact.php:38
+#, php-format
+msgid "%s contact unblocked"
+msgid_plural "%s contacts unblocked"
+msgstr[0] "%s はコンタクトのブロックを解除しました"
+
+#: src/Module/Admin/Blocklist/Contact.php:62
+msgid "Remote Contact Blocklist"
+msgstr "リモートコンタクトブロックリスト"
+
+#: 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 "このページを使用すると、リモートコンタクトからのメッセージがあなたのノードに届かないようにできます。"
+
+#: src/Module/Admin/Blocklist/Contact.php:64
+msgid "Block Remote Contact"
+msgstr "リモートコンタクトをブロック"
+
+#: src/Module/Admin/Blocklist/Contact.php:65 src/Module/Admin/Users.php:280
+msgid "select all"
+msgstr "すべて選択"
+
+#: src/Module/Admin/Blocklist/Contact.php:66
+msgid "select none"
+msgstr "どれも選択しない"
+
+#: src/Module/Admin/Blocklist/Contact.php:68 src/Module/Admin/Users.php:291
+#: src/Module/Contact.php:623 src/Module/Contact.php:827
+#: src/Module/Contact.php:1076
+msgid "Unblock"
+msgstr "ブロック解除"
+
+#: src/Module/Admin/Blocklist/Contact.php:69
+msgid "No remote contact is blocked from this node."
+msgstr "このノードからのリモートコンタクトはブロックされていません。"
+
+#: src/Module/Admin/Blocklist/Contact.php:71
+msgid "Blocked Remote Contacts"
+msgstr "ブロックされたリモートコンタクト"
+
+#: src/Module/Admin/Blocklist/Contact.php:72
+msgid "Block New Remote Contact"
+msgstr "新しいリモートコンタクトをブロック"
+
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Photo"
+msgstr "写真"
+
+#: src/Module/Admin/Blocklist/Contact.php:73
+msgid "Reason"
+msgstr "理由"
+
+#: src/Module/Admin/Blocklist/Contact.php:81
+#, php-format
+msgid "%s total blocked contact"
+msgid_plural "%s total blocked contacts"
+msgstr[0] "%s 件のブロック済みコンタクト"
+
+#: src/Module/Admin/Blocklist/Contact.php:83
+msgid "URL of the remote contact to block."
+msgstr "ブロックするリモートコンタクトのURL。"
+
+#: src/Module/Admin/Blocklist/Contact.php:84
+msgid "Block Reason"
+msgstr "ブロックの理由"
+
+#: src/Module/Admin/Blocklist/Server.php:31
+msgid "Server domain pattern added to blocklist."
+msgstr "ブロックリストに追加されたサーバードメインパターン。"
+
+#: src/Module/Admin/Blocklist/Server.php:47
+msgid "Site blocklist updated."
+msgstr "サイトブロックリストが更新されました。"
+
+#: src/Module/Admin/Blocklist/Server.php:64
+#: src/Module/Admin/Blocklist/Server.php:89
+msgid "Blocked server domain pattern"
+msgstr "ブロックされたサーバードメインパターン"
+
+#: 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 "ブロックの理由"
+
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Delete server domain pattern"
+msgstr "サーバードメインパターンの削除"
+
+#: src/Module/Admin/Blocklist/Server.php:66
+msgid "Check to delete this entry from the blocklist"
+msgstr "ブロックリストからこのエントリを削除する場合にチェックします"
+
+#: src/Module/Admin/Blocklist/Server.php:74
+msgid "Server Domain Pattern Blocklist"
+msgstr "サーバードメインパターンブロックリスト"
+
+#: 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/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 "ブロックされたサーバードメインパターンのリストは、 <a href=\"/friendica\">/friendica </a> ページで公開され、ユーザーやコミュニケーションの問題を調査している人々が理由を簡単に見つけることができます。"
+
+#: 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>サーバードメインパターンの構文は、大文字と小文字を区別しないシェルワイルドカードであり、次の特殊文字で構成されています。</p>\n<ul>\n\t<li> <code>*</code>:任意の数の文字</li>\n\t<li> <code>?</code>:任意の1文字</li>\n\t<li> <code>[&lt;char1&gt;&lt;char2&gt;...]</code>:char1またはchar2</li>\n</ul>"
+
+#: src/Module/Admin/Blocklist/Server.php:83
+msgid "Add new entry to block list"
+msgstr "ブロックリストに新しいエントリを追加する"
+
+#: src/Module/Admin/Blocklist/Server.php:84
+msgid "Server Domain Pattern"
+msgstr "サーバードメインパターン"
+
+#: 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/Admin/Blocklist/Server.php:85
+msgid "Block reason"
+msgstr "ブロック理由"
+
+#: src/Module/Admin/Blocklist/Server.php:85
+msgid "The reason why you blocked this server domain pattern."
+msgstr "このサーバードメインパターンをブロックした理由。"
+
+#: src/Module/Admin/Blocklist/Server.php:86
+msgid "Add Entry"
+msgstr "エントリーを追加"
+
+#: src/Module/Admin/Blocklist/Server.php:87
+msgid "Save changes to the blocklist"
+msgstr "変更をブロックリストに保存する"
+
+#: src/Module/Admin/Blocklist/Server.php:88
+msgid "Current Entries in the Blocklist"
+msgstr "ブロックリストの現在のエントリ"
+
+#: src/Module/Admin/Blocklist/Server.php:91
+msgid "Delete entry from blocklist"
+msgstr "ブロックリストからエントリを削除"
+
+#: src/Module/Admin/Blocklist/Server.php:94
+msgid "Delete entry from blocklist?"
+msgstr "ブロックリストからエントリを削除しますか?"
+
+#: src/Module/Admin/DBSync.php:32
+msgid "Update has been marked successful"
+msgstr "更新に成功のマークが付けられました"
+
+#: src/Module/Admin/DBSync.php:42
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "データベース構造の更新 %s が正常に適用されました。"
+
+#: src/Module/Admin/DBSync.php:46
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "データベース構造の更新 %s は次のエラーで失敗しました: %s"
+
+#: src/Module/Admin/DBSync.php:63
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "次のエラーで %s の実行に失敗しました: %s"
+
+#: src/Module/Admin/DBSync.php:65
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "更新 %s が正常に適用されました。"
+
+#: src/Module/Admin/DBSync.php:68
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "更新 %s はステータスを返しませんでした。成功した場合は不明です。"
+
+#: src/Module/Admin/DBSync.php:71
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "呼び出される必要のある機能 %s について追加の更新はありませんでした。"
+
+#: src/Module/Admin/DBSync.php:91
+msgid "No failed updates."
+msgstr "失敗した更新はありません。"
+
+#: src/Module/Admin/DBSync.php:92
+msgid "Check database structure"
+msgstr "データベース構造を確認する"
+
+#: src/Module/Admin/DBSync.php:97
+msgid "Failed Updates"
+msgstr "失敗した更新"
+
+#: src/Module/Admin/DBSync.php:98
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "これには、ステータスを返さなかった1139より前の更新は含まれません。"
+
+#: src/Module/Admin/DBSync.php:99
+msgid "Mark success (if update was manually applied)"
+msgstr "成功をマーク(更新が手動で適用された場合)"
+
+#: src/Module/Admin/DBSync.php:100
+msgid "Attempt to execute this update step automatically"
+msgstr "この更新手順を自動的に実行しようとします"
+
+#: src/Module/Admin/Features.php:59
+#, php-format
+msgid "Lock feature %s"
+msgstr "機能 %s をロック"
+
+#: src/Module/Admin/Features.php:67
+msgid "Manage Additional Features"
+msgstr "追加機能を管理する"
+
+#: src/Module/Admin/Federation.php:76
+msgid "unknown"
+msgstr "未知の"
+
+#: 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 "このページでは、Friendicaノードが属するフェデレーションソーシャルネットワークの既知の部分にいくつかの番号を提供します。これらの数値は完全なものではなく、ノードが認識しているネットワークの部分のみを反映しています。"
+
+#: 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 "<em>自動検出されたコンタクトのディレクトリ</em>機能は有効ではありません。それによりこのデータ一覧が改善されるばあいがあります。"
+
+#: src/Module/Admin/Federation.php:188 src/Module/BaseAdminModule.php:77
+msgid "Federation Statistics"
+msgstr "フェデレーション統計"
+
+#: 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 "現在、このノードは %d ノードと、以下のプラットフォームからの登録ユーザー %d 人を認識しています:"
+
+#: src/Module/Admin/Item/Delete.php:35
+msgid "Item marked for deletion."
+msgstr "削除対象としてマークされたアイテム。"
+
+#: src/Module/Admin/Item/Delete.php:47 src/Module/BaseAdminModule.php:95
+msgid "Delete Item"
+msgstr "アイテムを削除"
+
+#: src/Module/Admin/Item/Delete.php:48
+msgid "Delete this Item"
+msgstr "このアイテムを削除"
+
+#: 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 "このページでは、ノードからアイテムを削除できます。アイテムがトップレベルの投稿である場合、スレッド全体が削除されます。"
+
+#: 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 "項目のGUIDを知る必要があります。たとえば、表示URLを調べることで見つけることができます。たとえば http://example.com/display/123456 の最後の部分がGUIDであり、ここでは123456です。"
+
+#: src/Module/Admin/Item/Delete.php:51
+msgid "GUID"
+msgstr "GUID"
+
+#: src/Module/Admin/Item/Delete.php:51
+msgid "The GUID of the item you want to delete."
+msgstr "削除する項目のGUID。"
+
+#: src/Module/Admin/Item/Source.php:46
+msgid "Item Guid"
+msgstr "項目GUID"
+
+#: 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 "ログファイル ' %s ' は書き込みできません。ログ機能が使用できません。"
+
+#: src/Module/Admin/Logs/Settings.php:36
+msgid "Log settings updated."
+msgstr "ログ設定が更新されました。"
+
+#: src/Module/Admin/Logs/Settings.php:55
+msgid "PHP log currently enabled."
+msgstr "現在有効なPHPログ。"
+
+#: src/Module/Admin/Logs/Settings.php:57
+msgid "PHP log currently disabled."
+msgstr "PHPログは現在無効になっています。"
+
+#: src/Module/Admin/Logs/Settings.php:64 src/Module/BaseAdminModule.php:97
+#: src/Module/BaseAdminModule.php:98
+msgid "Logs"
+msgstr "ログ"
+
+#: src/Module/Admin/Logs/Settings.php:66
+msgid "Clear"
+msgstr "クリア"
+
+#: src/Module/Admin/Logs/Settings.php:70
+msgid "Enable Debugging"
+msgstr "デバッグを有効にする"
+
+#: src/Module/Admin/Logs/Settings.php:71
+msgid "Log file"
+msgstr "ログファイル"
+
+#: src/Module/Admin/Logs/Settings.php:71
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Webサーバーから書き込み可能である必要があります。 Friendicaの最上位ディレクトリからの相対パス。"
+
+#: src/Module/Admin/Logs/Settings.php:72
+msgid "Log level"
+msgstr "ログレベル"
+
+#: src/Module/Admin/Logs/Settings.php:74
+msgid "PHP logging"
+msgstr "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 "PHPのエラーと警告のログを一時的に有効にするには、インストールのindex.phpファイルに次を追加します。 「error_log」行に設定されたファイル名は、Friendicaの最上位ディレクトリに関連しており、Webサーバーが書き込み可能である必要があります。 「log_errors」および「display_errors」のオプション「1」はこれらのオプションを有効にすることであり、「0」に設定すると無効になります。"
+
+#: 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 "ログファイル <strong> %1$s </strong> を開こうとしてエラーが発生しました。<br/>\nファイル%1$sが存在し、読み取り可能かどうかを確認してください。"
+
+#: 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 "ログファイル <strong> %1$s </strong>を開けませんでした。<br/>\nファイル %1$s が読み取り可能かどうかを確認してください。"
+
+#: src/Module/Admin/Logs/View.php:47 src/Module/BaseAdminModule.php:99
+msgid "View Logs"
+msgstr "ログを見る"
+
+#: src/Module/Admin/Queue.php:34
+msgid "Inspect Deferred Worker Queue"
+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 "このページには、遅延ワーカージョブが一覧表示されます。これは、投入時に実行できなかったジョブです。"
+
+#: src/Module/Admin/Queue.php:38
+msgid "Inspect Worker Queue"
+msgstr "ワーカーキューの詳細を見る"
+
+#: 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 "このページには、現在キューに入れられているワーカージョブが一覧表示されます。これらのジョブは、インストール中に設定したワーカーcronジョブによって処理されます。"
+
+#: src/Module/Admin/Queue.php:59
+msgid "ID"
+msgstr "ID"
+
+#: src/Module/Admin/Queue.php:60
+msgid "Job Parameters"
+msgstr "ジョブパラメータ"
+
+#: src/Module/Admin/Queue.php:61
+msgid "Created"
+msgstr "作成した"
+
+#: src/Module/Admin/Queue.php:62
+msgid "Priority"
+msgstr "優先度"
+
+#: src/Module/Admin/Site.php:50
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "ベースURLを解析できません。少なくとも<scheme>://<domain>が必要です"
+
+#: src/Module/Admin/Site.php:235
+msgid "Invalid storage backend setting value."
+msgstr "無効なストレージバックエンド設定値です。"
+
+#: src/Module/Admin/Site.php:411
+msgid "Site settings updated."
+msgstr "サイト設定が更新されました。"
+
+#: src/Module/Admin/Site.php:463
+msgid "No community page for local users"
+msgstr "ローカルユーザー向けのコミュニティページはありません"
+
+#: src/Module/Admin/Site.php:464
+msgid "No community page"
+msgstr "コミュニティページなし"
+
+#: src/Module/Admin/Site.php:465
+msgid "Public postings from users of this site"
+msgstr "このサイトのユーザーからの一般公開投稿"
+
+#: src/Module/Admin/Site.php:466
+msgid "Public postings from the federated network"
+msgstr "フェデレーションネットワークからの一般公開投稿"
+
+#: src/Module/Admin/Site.php:467
+msgid "Public postings from local users and the federated network"
+msgstr "ローカルユーザーとフェデレーションネットワークからの一般公開投稿"
+
+#: src/Module/Admin/Site.php:471 src/Module/Admin/Site.php:666
+#: src/Module/Admin/Site.php:676 src/Module/Contact.php:563
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Disabled"
+msgstr "無効"
+
+#: src/Module/Admin/Site.php:472 src/Module/Admin/Users.php:278
+#: src/Module/Admin/Users.php:295 src/Module/BaseAdminModule.php:81
+msgid "Users"
+msgstr "ユーザー"
+
+#: src/Module/Admin/Site.php:473
+msgid "Users, Global Contacts"
+msgstr "ユーザー、グローバルコンタクト"
+
+#: src/Module/Admin/Site.php:474
+msgid "Users, Global Contacts/fallback"
+msgstr "ユーザー、グローバルコンタクト/フォールバック"
+
+#: src/Module/Admin/Site.php:478
+msgid "One month"
+msgstr "1ヶ月"
+
+#: src/Module/Admin/Site.php:479
+msgid "Three months"
+msgstr "3ヶ月"
+
+#: src/Module/Admin/Site.php:480
+msgid "Half a year"
+msgstr "半年"
+
+#: src/Module/Admin/Site.php:481
+msgid "One year"
+msgstr "一年"
+
+#: src/Module/Admin/Site.php:487
+msgid "Multi user instance"
+msgstr "マルチユーザーインスタンス"
+
+#: src/Module/Admin/Site.php:509
+msgid "Closed"
+msgstr "閉まっている"
+
+#: src/Module/Admin/Site.php:510
+msgid "Requires approval"
+msgstr "承認が必要"
+
+#: src/Module/Admin/Site.php:511
+msgid "Open"
+msgstr "開いた"
+
+#: src/Module/Admin/Site.php:515 src/Module/Install.php:183
+msgid "No SSL policy, links will track page SSL state"
+msgstr "SSLポリシーはありません。リンクはページのSSL状態を追跡します"
+
+#: src/Module/Admin/Site.php:516 src/Module/Install.php:184
+msgid "Force all links to use SSL"
+msgstr "すべてのリンクに強制的にSSLを使用させる"
+
+#: src/Module/Admin/Site.php:517 src/Module/Install.php:185
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "自己署名証明書、ローカルリンクのみにSSLを使用(非開示)"
+
+#: src/Module/Admin/Site.php:521
+msgid "Don't check"
+msgstr "チェックしない"
+
+#: src/Module/Admin/Site.php:522
+msgid "check the stable version"
+msgstr "安定版を確認してください"
+
+#: src/Module/Admin/Site.php:523
+msgid "check the development version"
+msgstr "開発バージョンを確認する"
+
+#: src/Module/Admin/Site.php:543
+msgid "Database (legacy)"
+msgstr "データベース(レガシー)"
+
+#: src/Module/Admin/Site.php:568 src/Module/BaseAdminModule.php:80
+msgid "Site"
+msgstr "サイト"
+
+#: src/Module/Admin/Site.php:570
+msgid "Republish users to directory"
+msgstr "ユーザーをディレクトリに再公開する"
+
+#: src/Module/Admin/Site.php:571 src/Module/Register.php:121
+msgid "Registration"
+msgstr "登録"
+
+#: src/Module/Admin/Site.php:572
+msgid "File upload"
+msgstr "ファイルのアップロード"
+
+#: src/Module/Admin/Site.php:573
+msgid "Policies"
+msgstr "ポリシー"
+
+#: src/Module/Admin/Site.php:575
+msgid "Auto Discovered Contact Directory"
+msgstr "自動検出されたコンタクトディレクトリ"
+
+#: src/Module/Admin/Site.php:576
+msgid "Performance"
+msgstr "性能"
+
+#: src/Module/Admin/Site.php:577
+msgid "Worker"
+msgstr "ワーカー"
+
+#: src/Module/Admin/Site.php:578
+msgid "Message Relay"
+msgstr "メッセージリレー"
+
+#: src/Module/Admin/Site.php:579
+msgid "Relocate Instance"
+msgstr "インスタンスの再配置"
+
+#: src/Module/Admin/Site.php:580
+msgid "Warning! Advanced function. Could make this server unreachable."
+msgstr "警告!高度な機能。このサーバーに到達できない可能性があります。"
+
+#: src/Module/Admin/Site.php:584
+msgid "Site name"
+msgstr "サイト名"
+
+#: src/Module/Admin/Site.php:585
+msgid "Sender Email"
+msgstr "送信者のメール"
+
+#: src/Module/Admin/Site.php:585
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr "サーバーが通知メールの送信に使用するメールアドレス。"
+
+#: src/Module/Admin/Site.php:586
+msgid "Banner/Logo"
+msgstr "バナー/ロゴ"
+
+#: src/Module/Admin/Site.php:587
+msgid "Shortcut icon"
+msgstr "ショートカットアイコン"
+
+#: src/Module/Admin/Site.php:587
+msgid "Link to an icon that will be used for browsers."
+msgstr "ブラウザーに使用されるアイコンへのリンク。"
+
+#: src/Module/Admin/Site.php:588
+msgid "Touch icon"
+msgstr "タッチアイコン"
+
+#: src/Module/Admin/Site.php:588
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "タブレットやモバイルで使用されるアイコンへのリンク。"
+
+#: src/Module/Admin/Site.php:589
+msgid "Additional Info"
+msgstr "追加情報"
+
+#: src/Module/Admin/Site.php:589
+#, php-format
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/servers."
+msgstr "パブリックサーバーの場合:追加の情報をここに追加して、 %s/servers にリストできます。"
+
+#: src/Module/Admin/Site.php:590
+msgid "System language"
+msgstr "システム言語"
+
+#: src/Module/Admin/Site.php:591
+msgid "System theme"
+msgstr "システムテーマ"
+
+#: src/Module/Admin/Site.php:591
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a "
+"href=\"/admin/themes\" id=\"cnftheme\">Change default theme settings</a>"
+msgstr "既定のシステムテーマ - ユーザープロフィールによって上書きされる場合があります -<a href=\"/admin/themes\" id=\"cnftheme\">既定のテーマ設定を変更します</a>"
+
+#: src/Module/Admin/Site.php:592
+msgid "Mobile system theme"
+msgstr "モバイルシステムのテーマ"
+
+#: src/Module/Admin/Site.php:592
+msgid "Theme for mobile devices"
+msgstr "モバイルデバイスのテーマ"
+
+#: src/Module/Admin/Site.php:593 src/Module/Install.php:193
+msgid "SSL link policy"
+msgstr "SSLリンクポリシー"
+
+#: src/Module/Admin/Site.php:593 src/Module/Install.php:195
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "生成されたリンクにSSLの使用を強制する必要があるかどうかを決定します"
+
+#: src/Module/Admin/Site.php:594
+msgid "Force SSL"
+msgstr "SSLを強制する"
+
+#: src/Module/Admin/Site.php:594
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "すべての非SSL要求をSSLに強制する-注意:一部のシステムでは、無限ループにつながる可能性があります。"
+
+#: src/Module/Admin/Site.php:595
+msgid "Hide help entry from navigation menu"
+msgstr "ナビゲーションメニューからヘルプエントリを非表示にする"
+
+#: src/Module/Admin/Site.php:595
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "ナビゲーションメニューからヘルプページのメニューエントリを非表示にします。 / helpを直接呼び出してアクセスできます。"
+
+#: src/Module/Admin/Site.php:596
+msgid "Single user instance"
+msgstr "シングルユーザーインスタンス"
+
+#: src/Module/Admin/Site.php:596
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "指定されたユーザーに対してこのインスタンスをマルチユーザーまたはシングルユーザーにします"
+
+#: src/Module/Admin/Site.php:598
+msgid "File storage backend"
+msgstr "ファイルストレージバックエンド"
+
+#: src/Module/Admin/Site.php:598
+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 "アップロードされたデータを保存するために使用されるバックエンド。ストレージバックエンドを変更する場合、既存のファイルを手動で移動できます。変更しない場合、変更前にアップロードされたファイルは古いバックエンドで引き続き利用できます。選択肢と移動手順の詳細については、<a href=\"/help/Settings#1_2_3_1\">設定ドキュメント</a>をご覧ください。"
+
+#: src/Module/Admin/Site.php:600
+msgid "Maximum image size"
+msgstr "最大画像サイズ"
+
+#: src/Module/Admin/Site.php:600
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "アップロードされる画像の最大サイズ(バイト単位)。デフォルトは0で、制限がないことを意味します。"
+
+#: src/Module/Admin/Site.php:601
+msgid "Maximum image length"
+msgstr "最大画像長"
+
+#: src/Module/Admin/Site.php:601
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "アップロードされた画像の最長辺のピクセル単位の最大長。デフォルトは-1で、制限がないことを意味します。"
+
+#: src/Module/Admin/Site.php:602
+msgid "JPEG image quality"
+msgstr "JPEG画像品質"
+
+#: src/Module/Admin/Site.php:602
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "アップロードされたJPEGSは、この品質設定[0-100]で保存されます。デフォルトは100で、完全な品質です。"
+
+#: src/Module/Admin/Site.php:604
+msgid "Register policy"
+msgstr "登録ポリシー"
+
+#: src/Module/Admin/Site.php:605
+msgid "Maximum Daily Registrations"
+msgstr "毎日の最大登録数"
+
+#: src/Module/Admin/Site.php:605
+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 "上記で登録が許可されている場合、これは1日に受け入れる新しいユーザー登録の最大数を設定します。レジスタがクローズに設定されている場合、この設定は効果がありません。"
+
+#: src/Module/Admin/Site.php:606
+msgid "Register text"
+msgstr "登録テキスト"
+
+#: src/Module/Admin/Site.php:606
+msgid ""
+"Will be displayed prominently on the registration page. You can use BBCode "
+"here."
+msgstr "登録ページに目立つように表示されます。ここでBBCodeを使用できます。"
+
+#: src/Module/Admin/Site.php:607
+msgid "Forbidden Nicknames"
+msgstr "禁止されたニックネーム"
+
+#: src/Module/Admin/Site.php:607
+msgid ""
+"Comma separated list of nicknames that are forbidden from registration. "
+"Preset is a list of role names according RFC 2142."
+msgstr "登録が禁止されているニックネームのカンマ区切りリスト。プリセットは、RFC 2142に基づくロール名のリストです。"
+
+#: src/Module/Admin/Site.php:608
+msgid "Accounts abandoned after x days"
+msgstr "x日の間 放置されたアカウント"
+
+#: src/Module/Admin/Site.php:608
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "放置アカウントの外部サイトについてポーリングを停止しシステムリソースを節約します。時間制限なしの場合は0を入力します。"
+
+#: src/Module/Admin/Site.php:609
+msgid "Allowed friend domains"
+msgstr "許可された友達ドメイン"
+
+#: src/Module/Admin/Site.php:609
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "このサイトとの友達関係を確立できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。"
+
+#: src/Module/Admin/Site.php:610
+msgid "Allowed email domains"
+msgstr "許可されたメールドメイン"
+
+#: src/Module/Admin/Site.php:610
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "このサイトへの登録用の電子メールアドレスで許可されるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。"
+
+#: src/Module/Admin/Site.php:611
+msgid "No OEmbed rich content"
+msgstr "OEmbed リッチコンテンツなし"
+
+#: src/Module/Admin/Site.php:611
+msgid ""
+"Don't show the rich content (e.g. embedded PDF), except from the domains "
+"listed below."
+msgstr "以下にリストされているドメインを除き、リッチコンテンツ(埋め込みPDFなど)を表示しないでください。"
+
+#: src/Module/Admin/Site.php:612
+msgid "Allowed OEmbed domains"
+msgstr "許可されたドメイン"
+
+#: src/Module/Admin/Site.php:612
+msgid ""
+"Comma separated list of domains which oembed content is allowed to be "
+"displayed. Wildcards are accepted."
+msgstr "コンテンツを表示できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。"
+
+#: src/Module/Admin/Site.php:613
+msgid "Block public"
+msgstr "一般公開をブロック"
+
+#: src/Module/Admin/Site.php:613
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "このサイトの一般公開済み個人ページを除き、すべてのページで非ログイン状態のアクセスをブロックするには、ここをチェックします。"
+
+#: src/Module/Admin/Site.php:614
+msgid "Force publish"
+msgstr "公開を強制する"
+
+#: src/Module/Admin/Site.php:614
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "このサイトのすべてのプロフィールがサイトディレクトリにリストされるように強制するには、チェックします。"
+
+#: src/Module/Admin/Site.php:614
+msgid "Enabling this may violate privacy laws like the GDPR"
+msgstr "これを有効にすると、GDPRなどのプライバシー法に違反する可能性があります"
+
+#: src/Module/Admin/Site.php:615
+msgid "Global directory URL"
+msgstr "グローバルディレクトリURL"
+
+#: src/Module/Admin/Site.php:615
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "グローバルディレクトリへのURL。これが設定されていない場合、グローバルディレクトリはアプリケーションで全く利用できなくなります。"
+
+#: src/Module/Admin/Site.php:616
+msgid "Private posts by default for new users"
+msgstr "新規ユーザー向けの 既定のプライベート投稿"
+
+#: src/Module/Admin/Site.php:616
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "すべての新しいメンバーの既定の投稿許可を、一般公開ではなく既定のプライバシーグループに設定します。"
+
+#: src/Module/Admin/Site.php:617
+msgid "Don't include post content in email notifications"
+msgstr "メール通知に投稿本文を含めないでください"
+
+#: src/Module/Admin/Site.php:617
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "投稿/コメント/プライベートメッセージ/などの内容を含めないでください。プライバシー対策として、このサイトから送信される電子メール通知で。"
+
+#: src/Module/Admin/Site.php:618
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "アプリメニューにリストされているアドオンへの公開アクセスを許可しません。"
+
+#: src/Module/Admin/Site.php:618
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "このチェックボックスをオンにすると、アプリメニューにリストされているアドオンがメンバーのみに制限されます。"
+
+#: src/Module/Admin/Site.php:619
+msgid "Don't embed private images in posts"
+msgstr "投稿にプライベート画像を埋め込まないでください"
+
+#: src/Module/Admin/Site.php:619
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "投稿内のローカルでホストされているプライベート写真を画像の埋め込みコピーで置き換えないでください。つまり、プライベート写真を含む投稿を受け取ったコンタクトは、各画像を認証して読み込む必要があり、時間がかかる場合があります。"
+
+#: src/Module/Admin/Site.php:620
+msgid "Explicit Content"
+msgstr "明示的なコンテンツ"
+
+#: src/Module/Admin/Site.php:620
+msgid ""
+"Set this to announce that your node is used mostly for explicit content that"
+" might not be suited for minors. This information will be published in the "
+"node information and might be used, e.g. by the global directory, to filter "
+"your node from listings of nodes to join. Additionally a note about this "
+"will be shown at the user registration page."
+msgstr "これを設定して、このノードが主に未成年者には適さない可能性のある露骨なコンテンツを目的とすることを通知します。この情報はノード情報で公開され、たとえばグローバルディレクトリによって使用され、参加するノードのリストからノードをフィルタリングします。さらに、これに関するメモがユーザー登録ページに表示されます。"
+
+#: src/Module/Admin/Site.php:621
+msgid "Allow Users to set remote_self"
+msgstr "ユーザーがremote_selfを設定できるようにする"
+
+#: src/Module/Admin/Site.php:621
+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 "これをチェックすると、すべてのユーザーがコンタクトの修復ダイアログですべてのコンタクトをremote_selfとしてマークできます。コンタクトにこのフラグを設定すると、ユーザーストリームでそのコンタクトのすべての投稿がミラーリングされます。"
+
+#: src/Module/Admin/Site.php:622
+msgid "Block multiple registrations"
+msgstr "複数の登録をブロックする"
+
+#: src/Module/Admin/Site.php:622
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "ユーザーがページとして使用する追加のアカウントを登録できないようにします。"
+
+#: src/Module/Admin/Site.php:623
+msgid "Disable OpenID"
+msgstr "OpenIDを無効にする"
+
+#: src/Module/Admin/Site.php:623
+msgid "Disable OpenID support for registration and logins."
+msgstr "登録とログインのOpenIDサポートを無効にします。"
+
+#: src/Module/Admin/Site.php:624
+msgid "No Fullname check"
+msgstr "氏名チェックなし"
+
+#: src/Module/Admin/Site.php:624
+msgid ""
+"Allow users to register without a space between the first name and the last "
+"name in their full name."
+msgstr "ユーザーがフルネームの名と姓の間にスペースを入れずに登録できるようにします。"
+
+#: src/Module/Admin/Site.php:625
+msgid "Community pages for visitors"
+msgstr "訪問者向けのコミュニティページ"
+
+#: src/Module/Admin/Site.php:625
+msgid ""
+"Which community pages should be available for visitors. Local users always "
+"see both pages."
+msgstr "訪問者が利用できるコミュニティページ。ローカルユーザーには常に両方のページが表示されます。"
+
+#: src/Module/Admin/Site.php:626
+msgid "Posts per user on community page"
+msgstr "コミュニティページのユーザーごとの投稿"
+
+#: src/Module/Admin/Site.php:626
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"\"Global Community\")"
+msgstr "コミュニティページのユーザーごとの投稿の最大数。 (「グローバルコミュニティ」には無効)"
+
+#: src/Module/Admin/Site.php:627
+msgid "Disable OStatus support"
+msgstr "OStatusサポートを無効にする"
+
+#: src/Module/Admin/Site.php:627
+msgid ""
+"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "組み込みのOStatus(StatusNet、GNU Socialなど)互換機能を無効にします。 OStatusの通信はすべて公開されているため、プライバシーに関する警告がときどき表示されます。"
+
+#: src/Module/Admin/Site.php:628
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "OStatusサポートは、スレッドが有効な場合にのみ有効にできます。"
+
+#: src/Module/Admin/Site.php:630
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Friendicaがサブディレクトリにインストールされたため、Diasporaサポートを有効にできません。"
+
+#: src/Module/Admin/Site.php:631
+msgid "Enable Diaspora support"
+msgstr "Diasporaサポートを有効にする"
+
+#: src/Module/Admin/Site.php:631
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "組み込みのDiasporaネットワーク互換機能を提供します。"
+
+#: src/Module/Admin/Site.php:632
+msgid "Only allow Friendica contacts"
+msgstr "Friendicaコンタクトのみを許可する"
+
+#: src/Module/Admin/Site.php:632
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "すべてのコンタクトはFriendicaプロトコルを使用する必要があります。他のすべての組み込み通信プロトコルは無効です。"
+
+#: src/Module/Admin/Site.php:633
+msgid "Verify SSL"
+msgstr "SSLを検証する"
+
+#: src/Module/Admin/Site.php:633
+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 "必要に応じて、厳密な証明書チェックをオンにすることができます。これは、自己署名SSLサイトに(まったく)接続できないことを意味します。"
+
+#: src/Module/Admin/Site.php:634
+msgid "Proxy user"
+msgstr "プロキシユーザー"
+
+#: src/Module/Admin/Site.php:635
+msgid "Proxy URL"
+msgstr "プロキシURL"
+
+#: src/Module/Admin/Site.php:636
+msgid "Network timeout"
+msgstr "ネットワークタイムアウト"
+
+#: src/Module/Admin/Site.php:636
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "値は秒単位です。無制限の場合は0に設定します(推奨されません)。"
+
+#: src/Module/Admin/Site.php:637
+msgid "Maximum Load Average"
+msgstr "最大負荷平均"
+
+#: src/Module/Admin/Site.php:637
+#, php-format
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default %d."
+msgstr "配信およびポーリングプロセス前の最大システム負荷は延期されます-デフォルトは%dです。"
+
+#: src/Module/Admin/Site.php:638
+msgid "Maximum Load Average (Frontend)"
+msgstr "最大負荷平均(フロントエンド)"
+
+#: src/Module/Admin/Site.php:638
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "フロントエンドがサービスを終了する前の最大システム負荷-デフォルト50"
+
+#: src/Module/Admin/Site.php:639
+msgid "Minimal Memory"
+msgstr "最小限のメモリ"
+
+#: src/Module/Admin/Site.php:639
+msgid ""
+"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "ワーカーの最小空きメモリ(MB)。 / proc / meminfoへのアクセスが必要-デフォルトは0(無効)。"
+
+#: src/Module/Admin/Site.php:640
+msgid "Maximum table size for optimization"
+msgstr "最適化のための最大テーブルサイズ"
+
+#: src/Module/Admin/Site.php:640
+msgid ""
+"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
+"disable it."
+msgstr "自動最適化の最大テーブルサイズ(MB)。 -1を入力して無効にします。"
+
+#: src/Module/Admin/Site.php:641
+msgid "Minimum level of fragmentation"
+msgstr "断片化の最小レベル"
+
+#: src/Module/Admin/Site.php:641
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "自動最適化を開始する最小フラグメンテーションレベル-デフォルト値は30%です。"
+
+#: src/Module/Admin/Site.php:643
+msgid "Periodical check of global contacts"
+msgstr "グローバルなコンタクトの定期的なチェック"
+
+#: src/Module/Admin/Site.php:643
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "有効にした場合、グローバルなコンタクトは定期的に、欠落または古いデータ、およびコンタクトとサーバーの活力をチェックされます。"
+
+#: src/Module/Admin/Site.php:644
+msgid "Days between requery"
+msgstr "再クエリの間隔"
+
+#: src/Module/Admin/Site.php:644
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "コンタクトについてサーバーが再照会されるまでの日数。"
+
+#: src/Module/Admin/Site.php:645
+msgid "Discover contacts from other servers"
+msgstr "他のサーバーからコンタクトを発見する"
+
+#: src/Module/Admin/Site.php:645
+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 "コンタクトについて定期的に他のサーバーを照会します。 \"Users \":リモートシステム上のユーザー、\"Global Contacts \":システム上で既知のアクティブなコンタクトから選択できます。フォールバックは、グローバルなコンタクトが利用できなかったRedmatrixサーバーおよび古いfriendicaサーバーを対象としています。フォールバックによりサーバーの負荷が増加するため、推奨設定は\"Users、Global Contacts \"です。"
+
+#: src/Module/Admin/Site.php:646
+msgid "Timeframe for fetching global contacts"
+msgstr "グローバルなコンタクトを取得するための時間枠"
+
+#: src/Module/Admin/Site.php:646
+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 "探索がアクティベートされた際、この値は、他のサーバーからフェッチされるグローバルコンタクトのアクティビティの時間枠を定義します。"
+
+#: src/Module/Admin/Site.php:647
+msgid "Search the local directory"
+msgstr "ローカルディレクトリを検索する"
+
+#: src/Module/Admin/Site.php:647
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr "グローバルディレクトリではなくローカルディレクトリを検索します。ローカルで検索する場合、すべての検索はバックグラウンドでグローバルディレクトリで実行されます。これにより、同じ検索を繰り返した場合の検索結果が改善されます。"
+
+#: src/Module/Admin/Site.php:649
+msgid "Publish server information"
+msgstr "サーバー情報を公開する"
+
+#: src/Module/Admin/Site.php:649
+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 "有効にすると、一般的なサーバーと使用状況データが公開されます。データには、サーバーの名前とバージョン、パブリックプロフィールを持つユーザーの数、投稿の数、およびアクティブ化されたプロトコルとコネクタが含まれます。詳細については、<a href=\"http://the-federation.info/\"> the-federation.info </a>をご覧ください。"
+
+#: src/Module/Admin/Site.php:651
+msgid "Check upstream version"
+msgstr "アップストリームバージョンを確認する"
+
+#: src/Module/Admin/Site.php:651
+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 "githubで新しいFriendicaバージョンのチェックを有効にします。新しいバージョンがある場合は、管理パネルの概要で通知されます。"
+
+#: src/Module/Admin/Site.php:652
+msgid "Suppress Tags"
+msgstr "タグを非表示"
+
+#: src/Module/Admin/Site.php:652
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "投稿の最後にハッシュタグのリストを表示しないようにします。"
+
+#: src/Module/Admin/Site.php:653
+msgid "Clean database"
+msgstr "データベースを消去"
+
+#: src/Module/Admin/Site.php:653
+msgid ""
+"Remove old remote items, orphaned database records and old content from some"
+" other helper tables."
+msgstr "古いリモートアイテム、孤立したデータベースレコード、および古いコンテンツを他のヘルパーテーブルから削除します。"
+
+#: src/Module/Admin/Site.php:654
+msgid "Lifespan of remote items"
+msgstr "リモートアイテムの寿命"
+
+#: src/Module/Admin/Site.php:654
+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 "データベースのクリーンアップが有効な場合、これはリモートアイテムが削除されるまでの日数を定義します。自身のアイテム、およびマークまたはファイルされたアイテムは常に保持されます。 0はこの動作を無効にします。"
+
+#: src/Module/Admin/Site.php:655
+msgid "Lifespan of unclaimed items"
+msgstr "請求されていないアイテムの寿命"
+
+#: src/Module/Admin/Site.php:655
+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 "データベースのクリーンアップが有効になっている場合、これは、要求されていないリモートアイテム(主にリレーからのコンテンツ)が削除されるまでの日数を定義します。デフォルト値は90日です。 0に設定されている場合、リモートアイテムの一般的なライフスパン値がデフォルトになります。"
+
+#: src/Module/Admin/Site.php:656
+msgid "Lifespan of raw conversation data"
+msgstr "Raw会話データの寿命"
+
+#: src/Module/Admin/Site.php:656
+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 "会話データは、ActivityPubおよびOStatusに使用されるほか、デバッグにも使用されます。 14日後に削除しても安全です。デフォルトは90日です。"
+
+#: src/Module/Admin/Site.php:657
+msgid "Path to item cache"
+msgstr "アイテムキャッシュへのパス"
+
+#: src/Module/Admin/Site.php:657
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "アイテムは、生成されたbbcodeと外部画像のバッファーをキャッシュします。"
+
+#: src/Module/Admin/Site.php:658
+msgid "Cache duration in seconds"
+msgstr "秒単位のキャッシュ期間"
+
+#: src/Module/Admin/Site.php:658
+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 "キャッシュファイルを保持する期間デフォルト値は86400秒(1日)です。アイテムキャッシュを無効にするには、値を-1に設定します。"
+
+#: src/Module/Admin/Site.php:659
+msgid "Maximum numbers of comments per post"
+msgstr "投稿あたりのコメントの最大数"
+
+#: src/Module/Admin/Site.php:659
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "各投稿に表示されるコメントの数は?デフォルト値は100です。"
+
+#: src/Module/Admin/Site.php:660
+msgid "Temp path"
+msgstr "一時パス"
+
+#: src/Module/Admin/Site.php:660
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Webサーバーがシステムの一時パスにアクセスできない制限されたシステムがある場合は、ここに別のパスを入力します。"
+
+#: src/Module/Admin/Site.php:661
+msgid "Disable picture proxy"
+msgstr "画像プロキシを無効にする"
+
+#: src/Module/Admin/Site.php:661
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwidth."
+msgstr "画像プロキシは、パフォーマンスとプライバシーを向上させます。帯域幅が非常に低いシステムでは使用しないでください。"
+
+#: src/Module/Admin/Site.php:662
+msgid "Only search in tags"
+msgstr "タグでのみ検索"
+
+#: src/Module/Admin/Site.php:662
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "大規模なシステムでは、テキスト検索によりシステムの速度が著しく低下する可能性があります。"
+
+#: src/Module/Admin/Site.php:664
+msgid "New base url"
+msgstr "新しいベースURL"
+
+#: src/Module/Admin/Site.php:664
+msgid ""
+"Change base url for this server. Sends relocate message to all Friendica and"
+" Diaspora* contacts of all users."
+msgstr "このサーバーのベースURLを変更します。すべてのユーザーのFriendicaおよびDiaspora *のすべてのコンタクトに再配置メッセージを送信します。"
+
+#: src/Module/Admin/Site.php:666
+msgid "RINO Encryption"
+msgstr "RINO暗号化"
+
+#: src/Module/Admin/Site.php:666
+msgid "Encryption layer between nodes."
+msgstr "ノード間の暗号化レイヤー。"
+
+#: src/Module/Admin/Site.php:666
+msgid "Enabled"
+msgstr "有効化"
+
+#: src/Module/Admin/Site.php:668
+msgid "Maximum number of parallel workers"
+msgstr "並列ワーカーの最大数"
+
+#: src/Module/Admin/Site.php:668
+#, php-format
+msgid ""
+"On shared hosters set this to %d. On larger systems, values of %d are great."
+" Default value is %d."
+msgstr "共有ホスティング事業者では、これを%dに設定します。大規模なシステムでは、 %dの値は素晴らしいでしょう。既定の値は%dです。"
+
+#: src/Module/Admin/Site.php:669
+msgid "Don't use \"proc_open\" with the worker"
+msgstr "ワーカーで\"proc_open \"を使用しないでください"
+
+#: src/Module/Admin/Site.php:669
+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 "システムが\"proc_open \"の使用を許可していない場合、これを有効にします。これは、共有ホスティング事業者で発生する可能性があります。これが有効になっている場合、crontabでワーカー呼び出しの頻度を増やす必要があります。"
+
+#: src/Module/Admin/Site.php:670
+msgid "Enable fastlane"
+msgstr "fastlaneを有効にする"
+
+#: src/Module/Admin/Site.php:670
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "有効にすると、優先度の高いプロセスが優先度の低いプロセスによってブロックされた場合、fastlaneメカニズムは追加のワーカーを開始します。"
+
+#: src/Module/Admin/Site.php:671
+msgid "Enable frontend worker"
+msgstr "フロントエンドワーカーを有効にする"
+
+#: src/Module/Admin/Site.php:671
+#, 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 "有効にすると、バックエンドアクセスが実行されたときにワーカープロセスがトリガーされます(メッセージの配信など)。小規模なサイトでは、外部のcronジョブを介して定期的に%s / workerを呼び出したい場合があります。サーバーでcron /スケジュールされたジョブを利用できない場合にのみ、このオプションを有効にしてください。"
+
+#: src/Module/Admin/Site.php:673
+msgid "Subscribe to relay"
+msgstr "リレーを購読する"
+
+#: src/Module/Admin/Site.php:673
+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 "リレーからの一般公開投稿の受信を有効にします。それらは、検索、サブスクライブされたタグ、およびグローバルコミュニティページに含まれます。"
+
+#: src/Module/Admin/Site.php:674
+msgid "Relay server"
+msgstr "中継サーバー"
+
+#: src/Module/Admin/Site.php:674
+msgid ""
+"Address of the relay server where public posts should be send to. For "
+"example https://relay.diasp.org"
+msgstr "公開投稿の送信先となる中継サーバーのアドレス。たとえば、https://relay.diasp.org"
+
+#: src/Module/Admin/Site.php:675
+msgid "Direct relay transfer"
+msgstr "直接リレー転送"
+
+#: src/Module/Admin/Site.php:675
+msgid ""
+"Enables the direct transfer to other servers without using the relay servers"
+msgstr "中継サーバーを使用せずに他のサーバーに直接転送できるようにします"
+
+#: src/Module/Admin/Site.php:676
+msgid "Relay scope"
+msgstr "中継スコープ"
+
+#: src/Module/Admin/Site.php:676
+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 "\"all \"または\"tags \"にすることができます。 「すべて」は、すべての一般公開投稿を受信することを意味します。 「タグ」は、選択したタグのある投稿のみを受信することを意味します。"
+
+#: src/Module/Admin/Site.php:676
+msgid "all"
+msgstr "すべて"
+
+#: src/Module/Admin/Site.php:676
+msgid "tags"
+msgstr "タグ"
+
+#: src/Module/Admin/Site.php:677
+msgid "Server tags"
+msgstr "サーバータグ"
+
+#: src/Module/Admin/Site.php:677
+msgid "Comma separated list of tags for the \"tags\" subscription."
+msgstr "\"tags \"サブスクリプションのタグのコンマ区切りリスト。"
+
+#: src/Module/Admin/Site.php:678
+msgid "Allow user tags"
+msgstr "ユーザータグを許可する"
+
+#: src/Module/Admin/Site.php:678
+msgid ""
+"If enabled, the tags from the saved searches will used for the \"tags\" "
+"subscription in addition to the \"relay_server_tags\"."
+msgstr "有効にすると、保存された検索のタグが、\"relay_server_tags \"に加えて\"tags \"サブスクリプションに使用されます。"
+
+#: src/Module/Admin/Site.php:681
+msgid "Start Relocation"
+msgstr "再配置を開始"
+
+#: 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 "DBは引き続きMyISAMテーブルで実行されます。エンジンタイプをInnoDBに変更する必要があります。 Friendicaは今後InnoDBのみの機能を使用するため、これを変更する必要があります。テーブルエンジンの変換に役立つガイドについては、<a href=\"%s\">こちら</a>をご覧ください。 Friendicaインストールの<tt> php bin/console.php dbstructure toinnodb </tt>コマンドを使用して自動変換することもできます。<br />"
+
+#: 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 "ダウンロード可能なFriendicaの新しいバージョンがあります。現在のバージョンは%1$s 、アップストリームバージョンは%2$sです。"
+
+#: 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 "データベースの更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。"
+
+#: 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 "最後の更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。 (エラーの一部は、おそらくログファイル内にあります。)"
+
+#: src/Module/Admin/Summary.php:56
+msgid "The worker was never executed. Please check your database structure!"
+msgstr "ワーカーは実行されませんでした。データベース構造を確認してください!"
+
+#: 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 "最後のワーカー実行は%s UTCでした。これは1時間以上前です。 crontabの設定を確認してください。"
+
+#: 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の設定はconfig/local.config.phpに保存されるようになりました。config/local-sample.config.phpをコピーし、設定を<code> .htconfig.php </code>から移動してください。移行のヘルプについては、<a href=\"%s\"> Configヘルプページ</a>をご覧ください。"
+
+#: 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の設定はconfig/local.config.phpに保存されるようになりました。config/ local-sample.config.phpをコピーして、設定を<code> config / local.ini.php </code>から移動してください。移行のヘルプについては、<a href=\"%s\"> Configヘルプページ</a>をご覧ください。"
+
+#: 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>に到達できません。これは、サーバー間の通信を妨げる重大な構成の問題です。ヘルプについては、<a href=\"%s\">インストールページ</a>をご覧ください。"
+
+#: src/Module/Admin/Summary.php:106
+#, 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 "Friendicaのsystem.basepathは '%s' から '%s' に更新されました。差異を避けるために、データベースからsystem.basepathを削除してください。"
+
+#: src/Module/Admin/Summary.php:114
+#, php-format
+msgid ""
+"Friendica's current system.basepath '%s' is wrong and the config file '%s' "
+"isn't used."
+msgstr "Friendicaの現在のsystem.basepath '%s' は間違っています。構成ファイル '%s'は使用されていません。"
+
+#: src/Module/Admin/Summary.php:122
+#, php-format
+msgid ""
+"Friendica's current system.basepath '%s' is not equal to the config file "
+"'%s'. Please fix your configuration."
+msgstr "Friendicaの現在のsystem.basepath '%s'は、構成ファイル '%s'と等しくありません。設定を修正してください。"
+
+#: src/Module/Admin/Summary.php:129
+msgid "Normal Account"
+msgstr "通常アカウント"
+
+#: src/Module/Admin/Summary.php:130
+msgid "Automatic Follower Account"
+msgstr "自動フォロワーアカウント"
+
+#: src/Module/Admin/Summary.php:131
+msgid "Public Forum Account"
+msgstr "公開フォーラムアカウント"
+
+#: src/Module/Admin/Summary.php:132
+msgid "Automatic Friend Account"
+msgstr "自動友達アカウント"
+
+#: src/Module/Admin/Summary.php:133
+msgid "Blog Account"
+msgstr "ブログアカウント"
+
+#: src/Module/Admin/Summary.php:134
+msgid "Private Forum Account"
+msgstr "プライベートフォーラムアカウント"
+
+#: src/Module/Admin/Summary.php:156
+msgid "Message queues"
+msgstr "メッセージキュー"
+
+#: src/Module/Admin/Summary.php:162
+msgid "Server Settings"
+msgstr "サーバー設定"
+
+#: src/Module/Admin/Summary.php:176
+msgid "Summary"
+msgstr "概要"
+
+#: src/Module/Admin/Summary.php:178
+msgid "Registered users"
+msgstr "登録ユーザー"
+
+#: src/Module/Admin/Summary.php:180
+msgid "Pending registrations"
+msgstr "保留中の登録"
+
+#: src/Module/Admin/Summary.php:181
+msgid "Version"
+msgstr "バージョン"
+
+#: src/Module/Admin/Summary.php:185
+msgid "Active addons"
+msgstr "アクティブなアドオン"
+
+#: src/Module/Admin/Themes/Details.php:32 src/Module/Admin/Themes/Embed.php:46
+msgid "Theme settings updated."
+msgstr "テーマ設定が更新されました。"
+
+#: src/Module/Admin/Themes/Details.php:71 src/Module/Admin/Themes/Index.php:47
+#, php-format
+msgid "Theme %s disabled."
+msgstr "テーマ%sを無効にしました。"
+
+#: src/Module/Admin/Themes/Details.php:73 src/Module/Admin/Themes/Index.php:49
+#, php-format
+msgid "Theme %s successfully enabled."
+msgstr "テーマ%sが有効になりました。"
+
+#: src/Module/Admin/Themes/Details.php:75 src/Module/Admin/Themes/Index.php:51
+#, php-format
+msgid "Theme %s failed to install."
+msgstr "テーマ%sのインストールに失敗しました。"
+
+#: src/Module/Admin/Themes/Details.php:97
+msgid "Screenshot"
+msgstr "スクリーンショット"
+
+#: src/Module/Admin/Themes/Details.php:105
+#: src/Module/Admin/Themes/Index.php:94 src/Module/BaseAdminModule.php:83
+msgid "Themes"
+msgstr "テーマ"
+
+#: src/Module/Admin/Themes/Embed.php:67
+msgid "Unknown theme."
+msgstr "不明なテーマ。"
+
+#: src/Module/Admin/Themes/Index.php:96
+msgid "Reload active themes"
+msgstr "アクティブなテーマをリロードする"
+
+#: src/Module/Admin/Themes/Index.php:101
+#, php-format
+msgid "No themes found on the system. They should be placed in %1$s"
+msgstr "システムにテーマが見つかりません。 %1$sに配置する必要があります"
+
+#: src/Module/Admin/Themes/Index.php:102
+msgid "[Experimental]"
+msgstr "[実験的]"
+
+#: src/Module/Admin/Themes/Index.php:103
+msgid "[Unsupported]"
+msgstr "[サポートされていません]"
+
+#: src/Module/Admin/Tos.php:30
+msgid "The Terms of Service settings have been updated."
+msgstr "利用規約の設定が更新されました。"
+
+#: src/Module/Admin/Tos.php:44
+msgid "Display Terms of Service"
+msgstr "利用規約を表示する"
+
+#: 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 "利用規約ページを有効にします。これを有効にすると、登録フォームと一般情報ページに規約へのリンクが追加されます。"
+
+#: src/Module/Admin/Tos.php:45
+msgid "Display Privacy Statement"
+msgstr "プライバシーに関する声明を表示する"
+
+#: 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 "<a href=\"%s\" target=\"_blank\"> EU-GDPR </a>に従ってノードを操作するために必要な情報に関する情報を表示します。"
+
+#: src/Module/Admin/Tos.php:46
+msgid "Privacy Statement Preview"
+msgstr "プライバシーに関する声明のプレビュー"
+
+#: src/Module/Admin/Tos.php:48
+msgid "The Terms of Service"
+msgstr "利用規約"
+
+#: 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 "ここにノードの利用規約を入力します。 BBCodeを使用できます。セクションのヘッダーは[h2]以下である必要があります。"
+
+#: 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\t%2$s管理者がアカウントを設定しました。"
+
+#: 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\nサイトの場所:\t%1$s\nログイン名:\t\t%2$s\nPassword:\t\t%3$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1$s/removeme\nから可能です。\n\nありがとうございます。%4$sへようこそ。"
+
+#: src/Module/Admin/Users.php:96
+#, php-format
+msgid "%s user blocked"
+msgid_plural "%s users blocked"
+msgstr[0] "%sユーザーがブロックされました"
+
+#: src/Module/Admin/Users.php:102
+#, php-format
+msgid "%s user unblocked"
+msgid_plural "%s users unblocked"
+msgstr[0] "%sユーザーのブロックを解除しました"
+
+#: src/Module/Admin/Users.php:110 src/Module/Admin/Users.php:160
+msgid "You can't remove yourself"
+msgstr "自分を削除することはできません"
+
+#: src/Module/Admin/Users.php:114
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%sユーザーが削除されました"
+
+#: src/Module/Admin/Users.php:158
+#, php-format
+msgid "User \"%s\" deleted"
+msgstr "ユーザー\"%s\"が削除されました"
+
+#: src/Module/Admin/Users.php:167
+#, php-format
+msgid "User \"%s\" blocked"
+msgstr "ユーザー\"%s\"がブロックされました"
+
+#: src/Module/Admin/Users.php:173
+#, php-format
+msgid "User \"%s\" unblocked"
+msgstr "ユーザー\"%s\"のブロックを解除しました"
+
+#: src/Module/Admin/Users.php:226
+msgid "Private Forum"
+msgstr "プライベートフォーラム"
+
+#: src/Module/Admin/Users.php:233
+msgid "Relay"
+msgstr "リレー"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Register date"
+msgstr "登録日"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last login"
+msgstr "前回のログイン"
+
+#: src/Module/Admin/Users.php:272 src/Module/Admin/Users.php:297
+msgid "Last item"
+msgstr "最後のアイテム"
+
+#: src/Module/Admin/Users.php:272
+msgid "Type"
+msgstr "タイプ"
+
+#: src/Module/Admin/Users.php:279
+msgid "Add User"
+msgstr "ユーザーを追加する"
+
+#: src/Module/Admin/Users.php:281
+msgid "User registrations waiting for confirm"
+msgstr "確認待ちのユーザー登録"
+
+#: src/Module/Admin/Users.php:282
+msgid "User waiting for permanent deletion"
+msgstr "永久削除を待っているユーザー"
+
+#: src/Module/Admin/Users.php:283
+msgid "Request date"
+msgstr "依頼日"
+
+#: src/Module/Admin/Users.php:284
+msgid "No registrations."
+msgstr "登録なし。"
+
+#: src/Module/Admin/Users.php:285
+msgid "Note from the user"
+msgstr "ユーザーからの注意"
+
+#: src/Module/Admin/Users.php:287
+msgid "Deny"
+msgstr "拒否する"
+
+#: src/Module/Admin/Users.php:290
+msgid "User blocked"
+msgstr "ユーザーがブロックされました"
+
+#: src/Module/Admin/Users.php:292
+msgid "Site admin"
+msgstr "サイト管理者"
+
+#: src/Module/Admin/Users.php:293
+msgid "Account expired"
+msgstr "アカウントの有効期限が切れました"
+
+#: src/Module/Admin/Users.php:296
+msgid "New User"
+msgstr "新しいユーザー"
+
+#: src/Module/Admin/Users.php:297
+msgid "Permanent deletion"
+msgstr "永久削除"
+
+#: 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 "選択したユーザーは削除されます!\n\nこれらのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?"
+
+#: 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 "ユーザー{0}は削除されます!\n\nこのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?"
+
+#: src/Module/Admin/Users.php:313
+msgid "Name of the new user."
+msgstr "新しいユーザーの名前。"
+
+#: src/Module/Admin/Users.php:314
+msgid "Nickname"
+msgstr "ニックネーム"
+
+#: src/Module/Admin/Users.php:314
+msgid "Nickname of the new user."
+msgstr "新しいユーザーのニックネーム。"
+
+#: src/Module/Admin/Users.php:315
+msgid "Email address of the new user."
+msgstr "新しいユーザーのメールアドレス。"
+
+#: src/Module/AllFriends.php:55
+msgid "No friends to display."
+msgstr "表示する友達はいません。"
+
+#: src/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "アイテムが見つかりませんでした。"
+
+#: src/Module/BaseAdminModule.php:62
+msgid ""
+"Submanaged account can't access the administation pages. Please log back in "
+"as the master account."
+msgstr "サブ管理アカウントは管理ページにアクセスできません。マスターアカウントとしてログインし直してください。"
+
+#: src/Module/BaseAdminModule.php:76
+msgid "Overview"
+msgstr "概要"
+
+#: src/Module/BaseAdminModule.php:79
+msgid "Configuration"
+msgstr "構成"
+
+#: src/Module/BaseAdminModule.php:87
+msgid "Database"
+msgstr "データベース"
+
+#: src/Module/BaseAdminModule.php:88
+msgid "DB updates"
+msgstr "DBの更新"
+
+#: src/Module/BaseAdminModule.php:89
+msgid "Inspect Deferred Workers"
+msgstr "非同期実行ワーカーの検査"
+
+#: src/Module/BaseAdminModule.php:90
+msgid "Inspect worker Queue"
+msgstr "ワーカーキューの検査"
+
+#: src/Module/BaseAdminModule.php:92
+msgid "Tools"
+msgstr "道具"
+
+#: src/Module/BaseAdminModule.php:93
+msgid "Contact Blocklist"
+msgstr "コンタクトブロックリスト"
+
+#: src/Module/BaseAdminModule.php:94
+msgid "Server Blocklist"
+msgstr "サーバーブロックリスト"
+
+#: src/Module/BaseAdminModule.php:101
+msgid "Diagnostics"
+msgstr "診断"
+
+#: src/Module/BaseAdminModule.php:102
+msgid "PHP Info"
+msgstr "PHP情報"
+
+#: src/Module/BaseAdminModule.php:103
+msgid "probe address"
+msgstr "プローブアドレス"
+
+#: src/Module/BaseAdminModule.php:104
+msgid "check webfinger"
+msgstr "webfingerを確認してください"
+
+#: src/Module/BaseAdminModule.php:105
+msgid "Item Source"
+msgstr "アイテムソース"
+
+#: src/Module/BaseAdminModule.php:106
+msgid "Babel"
+msgstr "Babel"
+
+#: src/Module/BaseAdminModule.php:115
+msgid "Addon Features"
+msgstr "アドオン機能"
+
+#: src/Module/BaseAdminModule.php:116
+msgid "User registrations waiting for confirmation"
+msgstr "確認待ちのユーザー登録"
+
+#: src/Module/BaseSearchModule.php:52
+#, php-format
+msgid "People Search - %s"
+msgstr "人の検索- %s"
+
+#: src/Module/BaseSearchModule.php:62
+#, php-format
+msgid "Forum Search - %s"
+msgstr "フォーラム検索- %s"
+
+#: src/Module/Bookmarklet.php:35
+msgid "This page is missing a url parameter."
+msgstr "このページにはurlパラメーターがありません。"
+
+#: src/Module/Bookmarklet.php:57
+msgid "The post was created"
+msgstr "投稿が作成されました"
+
+#: src/Module/Contact.php:72
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%dコンタクトを編集しました。"
+
+#: src/Module/Contact.php:99
+msgid "Could not access contact record."
+msgstr "コンタクトレコードにアクセスできませんでした。"
+
+#: src/Module/Contact.php:109
+msgid "Could not locate selected profile."
+msgstr "選択したプロフィールが見つかりませんでした。"
+
+#: src/Module/Contact.php:141
+msgid "Contact updated."
+msgstr "コンタクトが更新されました。"
+
+#: src/Module/Contact.php:393
+msgid "Contact not found"
+msgstr "コンタクトが見つかりません"
+
+#: src/Module/Contact.php:412
+msgid "Contact has been blocked"
+msgstr "コンタクトがブロックされました"
+
+#: src/Module/Contact.php:412
+msgid "Contact has been unblocked"
+msgstr "コンタクトのブロックが解除されました"
+
+#: src/Module/Contact.php:422
+msgid "Contact has been ignored"
+msgstr "コンタクトは無視されました"
+
+#: src/Module/Contact.php:422
+msgid "Contact has been unignored"
+msgstr "コンタクトは無視されていません"
+
+#: src/Module/Contact.php:432
+msgid "Contact has been archived"
+msgstr "コンタクトがアーカイブされました"
+
+#: src/Module/Contact.php:432
+msgid "Contact has been unarchived"
+msgstr "コンタクトのアーカイブを解除しました"
+
+#: src/Module/Contact.php:456
+msgid "Drop contact"
+msgstr "コンタクトを削除"
+
+#: src/Module/Contact.php:459 src/Module/Contact.php:823
+msgid "Do you really want to delete this contact?"
+msgstr "このコンタクトを本当に削除しますか?"
+
+#: src/Module/Contact.php:473
+msgid "Contact has been removed."
+msgstr "コンタクトは削除されました。"
+
+#: src/Module/Contact.php:503
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "あなたは%sと共通の友達です"
+
+#: src/Module/Contact.php:508
+#, php-format
+msgid "You are sharing with %s"
+msgstr "%sと共有しています"
+
+#: src/Module/Contact.php:513
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%sはあなたと共有しています"
+
+#: src/Module/Contact.php:537
+msgid "Private communications are not available for this contact."
+msgstr "このコンタクトへのプライベート通信は利用できません。"
+
+#: src/Module/Contact.php:539
+msgid "Never"
+msgstr "決してしない"
+
+#: src/Module/Contact.php:542
+msgid "(Update was successful)"
+msgstr "(更新は成功しました)"
+
+#: src/Module/Contact.php:542
+msgid "(Update was not successful)"
+msgstr "(更新は成功しませんでした)"
+
+#: src/Module/Contact.php:544 src/Module/Contact.php:1057
+msgid "Suggest friends"
+msgstr "友人のおすすめ"
+
+#: src/Module/Contact.php:548
+#, php-format
+msgid "Network type: %s"
+msgstr "ネットワークの種類: %s"
+
+#: src/Module/Contact.php:553
+msgid "Communications lost with this contact!"
+msgstr "このコンタクトとの通信が失われました!"
+
+#: src/Module/Contact.php:559
+msgid "Fetch further information for feeds"
+msgstr "フィードの詳細情報を取得する"
+
+#: src/Module/Contact.php:561
+msgid ""
+"Fetch information like preview pictures, title and teaser from the feed "
+"item. You can activate this if the feed doesn't contain much text. Keywords "
+"are taken from the meta header in the feed item and are posted as hash tags."
+msgstr "フィードアイテムからプレビュー画像、タイトル、ティーザーなどの情報を取得します。フィードに多くのテキストが含まれていない場合は、これをアクティブにできます。キーワードはフィードアイテムのメタヘッダーから取得され、ハッシュタグとして投稿されます。"
+
+#: src/Module/Contact.php:564
+msgid "Fetch information"
+msgstr "情報を取得する"
+
+#: src/Module/Contact.php:565
+msgid "Fetch keywords"
+msgstr "キーワードを取得する"
+
+#: src/Module/Contact.php:566
+msgid "Fetch information and keywords"
+msgstr "情報とキーワードを取得する"
+
+#: src/Module/Contact.php:585
+msgid "Profile Visibility"
+msgstr "プロフィールの可視性"
+
+#: src/Module/Contact.php:586
+msgid "Contact Information / Notes"
+msgstr "コンタクト/メモ"
+
+#: src/Module/Contact.php:587
+msgid "Contact Settings"
+msgstr "コンタクト設定"
+
+#: src/Module/Contact.php:596
+msgid "Contact"
+msgstr "コンタクト"
+
+#: src/Module/Contact.php:600
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "プロフィールを安全に表示するときに、 %sに表示するプロフィールを選択してください。"
+
+#: src/Module/Contact.php:602
+msgid "Their personal note"
+msgstr "彼らの個人的なメモ"
+
+#: src/Module/Contact.php:604
+msgid "Edit contact notes"
+msgstr "コンタクトメモを編集する"
+
+#: src/Module/Contact.php:607 src/Module/Contact.php:1023
+#: src/Module/Profile/Contacts.php:93
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "%sのプロフィール[ %s ]を開く"
+
+#: src/Module/Contact.php:608
+msgid "Block/Unblock contact"
+msgstr "コンタクトのブロック/ブロック解除"
+
+#: src/Module/Contact.php:609
+msgid "Ignore contact"
+msgstr "コンタクトを無視"
+
+#: src/Module/Contact.php:610
+msgid "Repair URL settings"
+msgstr "修復URL設定"
+
+#: src/Module/Contact.php:611
+msgid "View conversations"
+msgstr "会話を見る"
+
+#: src/Module/Contact.php:616
+msgid "Last update:"
+msgstr "最後の更新:"
+
+#: src/Module/Contact.php:618
+msgid "Update public posts"
+msgstr "一般公開の投稿を更新"
+
+#: src/Module/Contact.php:620 src/Module/Contact.php:1067
+msgid "Update now"
+msgstr "今すぐアップデート"
+
+#: src/Module/Contact.php:624 src/Module/Contact.php:828
+#: src/Module/Contact.php:1084
+msgid "Unignore"
+msgstr "無視しない"
+
+#: src/Module/Contact.php:628
+msgid "Currently blocked"
+msgstr "現在ブロックされています"
+
+#: src/Module/Contact.php:629
+msgid "Currently ignored"
+msgstr "現在無視されます"
+
+#: src/Module/Contact.php:630
+msgid "Currently archived"
+msgstr "現在アーカイブ済み"
+
+#: src/Module/Contact.php:631
+msgid "Awaiting connection acknowledge"
+msgstr "接続確認応答待ち"
+
+#: src/Module/Contact.php:632
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "一般公開の投稿への返信・いいねは、引き続き表示される<strong>場合が</strong>あります"
+
+#: src/Module/Contact.php:633
+msgid "Notification for new posts"
+msgstr "新しい投稿の通知"
+
+#: src/Module/Contact.php:633
+msgid "Send a notification of every new post of this contact"
+msgstr "このコンタクトの新しい投稿ごとに通知を送信する"
+
+#: src/Module/Contact.php:635
+msgid "Blacklisted keywords"
+msgstr "ブラックリストに登録されたキーワード"
+
+#: src/Module/Contact.php:635
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "「情報とキーワードの取得」が選択されている場合、ハッシュタグに変換しないキーワードのカンマ区切りリスト"
+
+#: src/Module/Contact.php:652 src/Module/Settings/TwoFactor/Index.php:111
+msgid "Actions"
+msgstr "行動"
+
+#: src/Module/Contact.php:697
+msgid "Show all contacts"
+msgstr "すべてのコンタクトを表示"
+
+#: src/Module/Contact.php:702 src/Module/Contact.php:804
+msgid "Blocked"
+msgstr "ブロックされました"
+
+#: src/Module/Contact.php:705
+msgid "Only show blocked contacts"
+msgstr "ブロックされたコンタクトのみを表示"
+
+#: src/Module/Contact.php:710 src/Module/Contact.php:806
+msgid "Ignored"
+msgstr "無視された"
+
+#: src/Module/Contact.php:713
+msgid "Only show ignored contacts"
+msgstr "無視されたコンタクトのみを表示"
+
+#: src/Module/Contact.php:718 src/Module/Contact.php:807
+msgid "Archived"
+msgstr "アーカイブ済み"
+
+#: src/Module/Contact.php:721
+msgid "Only show archived contacts"
+msgstr "アーカイブされたコンタクトのみを表示"
+
+#: src/Module/Contact.php:726 src/Module/Contact.php:805
+msgid "Hidden"
+msgstr "非表示"
+
+#: src/Module/Contact.php:729
+msgid "Only show hidden contacts"
+msgstr "非表示のコンタクトのみを表示"
+
+#: src/Module/Contact.php:737
+msgid "Organize your contact groups"
+msgstr "コンタクトグループを整理する"
+
+#: src/Module/Contact.php:818
+msgid "Search your contacts"
+msgstr "コンタクトを検索する"
+
+#: src/Module/Contact.php:829 src/Module/Contact.php:1093
+msgid "Archive"
+msgstr "アーカイブ"
+
+#: src/Module/Contact.php:829 src/Module/Contact.php:1093
+msgid "Unarchive"
+msgstr "アーカイブ解除"
+
+#: src/Module/Contact.php:832
+msgid "Batch Actions"
+msgstr "バッチアクション"
+
+#: src/Module/Contact.php:859
+msgid "Conversations started by this contact"
+msgstr "このコンタクトが開始した会話"
+
+#: src/Module/Contact.php:864
+msgid "Posts and Comments"
+msgstr "投稿とコメント"
+
+#: src/Module/Contact.php:887
+msgid "View all contacts"
+msgstr "すべてのコンタクトを表示"
+
+#: src/Module/Contact.php:898
+msgid "View all common friends"
+msgstr "一般的な友達をすべて表示"
+
+#: src/Module/Contact.php:908
+msgid "Advanced Contact Settings"
+msgstr "高度なコンタクト設定"
+
+#: src/Module/Contact.php:990
+msgid "Mutual Friendship"
+msgstr "相互の友情"
+
+#: src/Module/Contact.php:995
+msgid "is a fan of yours"
+msgstr "あなたのファンです"
+
+#: src/Module/Contact.php:1000
+msgid "you are a fan of"
+msgstr "あなたはファンです"
+
+#: src/Module/Contact.php:1024
+msgid "Edit contact"
+msgstr "コンタクトを編集"
+
+#: src/Module/Contact.php:1078
+msgid "Toggle Blocked status"
+msgstr "ブロック状態の切り替え"
+
+#: src/Module/Contact.php:1086
+msgid "Toggle Ignored status"
+msgstr "無視ステータスの切り替え"
+
+#: src/Module/Contact.php:1095
+msgid "Toggle Archive status"
+msgstr "アーカイブステータスの切り替え"
+
+#: src/Module/Contact.php:1103
+msgid "Delete contact"
+msgstr "コンタクトを削除"
+
+#: src/Module/Debug/Babel.php:32
+msgid "Source input"
+msgstr "ソース入力"
+
+#: src/Module/Debug/Babel.php:38
+msgid "BBCode::toPlaintext"
+msgstr "BBCode :: toPlaintext"
+
+#: src/Module/Debug/Babel.php:44
+msgid "BBCode::convert (raw HTML)"
+msgstr "BBCode :: convert(生のHTML)"
+
+#: src/Module/Debug/Babel.php:49
+msgid "BBCode::convert"
+msgstr "BBCode :: convert"
+
+#: src/Module/Debug/Babel.php:55
+msgid "BBCode::convert => HTML::toBBCode"
+msgstr "BBCode :: convert => HTML :: toBBCode"
+
+#: src/Module/Debug/Babel.php:61
+msgid "BBCode::toMarkdown"
+msgstr "BBCode :: toMarkdown"
+
+#: src/Module/Debug/Babel.php:67
+msgid "BBCode::toMarkdown => Markdown::convert"
+msgstr "BBCode :: toMarkdown => Markdown :: convert"
+
+#: src/Module/Debug/Babel.php:73
+msgid "BBCode::toMarkdown => Markdown::toBBCode"
+msgstr "BBCode :: toMarkdown => Markdown :: toBBCode"
+
+#: src/Module/Debug/Babel.php:79
+msgid "BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"
+msgstr "BBCode :: toMarkdown => Markdown :: convert => HTML :: toBBCode"
+
+#: src/Module/Debug/Babel.php:90
+msgid "Item Body"
+msgstr "アイテム本体"
+
+#: src/Module/Debug/Babel.php:94
+msgid "Item Tags"
+msgstr "アイテムタグ"
+
+#: src/Module/Debug/Babel.php:101
+msgid "Source input (Diaspora format)"
+msgstr "ソース入力(Diaspora形式)"
+
+#: src/Module/Debug/Babel.php:107
+msgid "Markdown::convert (raw HTML)"
+msgstr "Markdown :: convert(生のHTML)"
+
+#: src/Module/Debug/Babel.php:112
+msgid "Markdown::convert"
+msgstr "Markdown :: convert"
+
+#: src/Module/Debug/Babel.php:118
+msgid "Markdown::toBBCode"
+msgstr "Markdown :: toBBCode"
+
+#: src/Module/Debug/Babel.php:125
+msgid "Raw HTML input"
+msgstr "生のHTML入力"
+
+#: src/Module/Debug/Babel.php:130
+msgid "HTML Input"
+msgstr "HTML入力"
+
+#: src/Module/Debug/Babel.php:136
+msgid "HTML::toBBCode"
+msgstr "HTML :: toBBCode"
+
+#: src/Module/Debug/Babel.php:142
+msgid "HTML::toBBCode => BBCode::convert"
+msgstr "HTML :: toBBCode => BBCode :: convert"
+
+#: src/Module/Debug/Babel.php:147
+msgid "HTML::toBBCode => BBCode::convert (raw HTML)"
+msgstr "HTML :: toBBCode => BBCode :: convert(生のHTML)"
+
+#: src/Module/Debug/Babel.php:153
+msgid "HTML::toBBCode => BBCode::toPlaintext"
+msgstr "HTML :: toBBCode => BBCode :: toPlaintext"
+
+#: src/Module/Debug/Babel.php:159
+msgid "HTML::toMarkdown"
+msgstr "HTML :: toMarkdown"
+
+#: src/Module/Debug/Babel.php:165
+msgid "HTML::toPlaintext"
+msgstr "HTML :: toPlaintext"
+
+#: src/Module/Debug/Babel.php:171
+msgid "HTML::toPlaintext (compact)"
+msgstr "HTML :: toPlaintext(コンパクト)"
+
+#: src/Module/Debug/Babel.php:179
+msgid "Source text"
+msgstr "ソーステキスト"
+
+#: src/Module/Debug/Babel.php:180
+msgid "BBCode"
+msgstr "BBCode"
+
+#: src/Module/Debug/Babel.php:181
+msgid "Markdown"
+msgstr "マークダウン"
+
+#: src/Module/Debug/Babel.php:182
+msgid "HTML"
+msgstr "HTML"
+
+#: src/Module/Debug/Feed.php:20 src/Module/Filer/SaveTag.php:20
+msgid "You must be logged in to use this module"
+msgstr "このモジュールを使用するにはログインする必要があります"
+
+#: src/Module/Debug/Feed.php:49
+msgid "Source URL"
+msgstr "ソースURL"
+
+#: src/Module/Debug/Localtime.php:30
+msgid "Time Conversion"
+msgstr "時間変換"
+
+#: src/Module/Debug/Localtime.php:31
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendicaは、未知のタイムゾーンで他のネットワークや友人とイベントを共有するためにこのサービスを提供します。"
+
+#: src/Module/Debug/Localtime.php:32
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC時間: %s"
+
+#: src/Module/Debug/Localtime.php:35
+#, php-format
+msgid "Current timezone: %s"
+msgstr "現在のタイムゾーン: %s"
+
+#: src/Module/Debug/Localtime.php:39
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "変換された現地時間: %s"
+
+#: src/Module/Debug/Localtime.php:43
+msgid "Please select your timezone:"
+msgstr "タイムゾーンを選択してください:"
+
+#: src/Module/Debug/Probe.php:19 src/Module/Debug/WebFinger.php:18
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "ログインしているユーザーのみがプローブを実行できます。"
+
+#: src/Module/Debug/Probe.php:35
+msgid "Lookup address"
+msgstr "ルックアップアドレス"
+
+#: src/Module/Directory.php:61
+msgid "No entries (some entries may be hidden)."
+msgstr "エントリなし(一部のエントリは非表示になる場合があります)"
+
+#: src/Module/Directory.php:80
+msgid "Find on this site"
+msgstr "このサイトで見つける"
+
+#: src/Module/Directory.php:82
+msgid "Results for:"
+msgstr "の結果:"
+
+#: src/Module/Directory.php:84
+msgid "Site Directory"
+msgstr "サイトディレクトリ"
+
+#: src/Module/Filer/SaveTag.php:39
+#, php-format
+msgid "Filetag %s saved to item"
+msgstr "ファイルタグ%sがアイテムに保存されました"
+
+#: src/Module/Filer/SaveTag.php:48
+msgid "- select -"
+msgstr "-選択-"
+
+#: src/Module/FollowConfirm.php:37
+msgid "No given contact."
+msgstr "コンタクトなし。"
+
+#: src/Module/Friendica.php:40
+msgid "Installed addons/apps:"
+msgstr "インストールされたアドオン/アプリ:"
+
+#: src/Module/Friendica.php:45
+msgid "No installed addons/apps"
+msgstr "アドオン/アプリがインストールされていません"
+
+#: src/Module/Friendica.php:50
+#, php-format
+msgid "Read about the <a href=\"%1$s/tos\">Terms of Service</a> of this node."
+msgstr "このノードの<a href=\"%1$s/tos\">利用規約</a>について読んでください。"
+
+#: src/Module/Friendica.php:57
+msgid "On this server the following remote servers are blocked."
+msgstr "このサーバーでは、次のリモートサーバーがブロックされています。"
+
+#: 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 "これは、Webロケーション%s実行されているFriendicaバージョン%sです。データベースのバージョンは%s 、更新後のバージョンは%sです。"
+
+#: src/Module/Friendica.php:80
+msgid ""
+"Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more "
+"about the Friendica project."
+msgstr "Friendicaプロジェクトの詳細については、<a href=\"https://friendi.ca\"> Friendi.ca </a>をご覧ください。"
+
+#: src/Module/Friendica.php:81
+msgid "Bug reports and issues: please visit"
+msgstr "バグレポートと問題:をご覧ください"
+
+#: src/Module/Friendica.php:81
+msgid "the bugtracker at github"
+msgstr "githubのバグトラッカー"
+
+#: src/Module/Friendica.php:82
+msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
+msgstr "提案、ファンレターなどを \"info \" at \"friendi - dot - ca\"でお待ちしております。"
+
+#: src/Module/Group.php:42
+msgid "Group created."
+msgstr "グループが作成されました。"
+
+#: src/Module/Group.php:48
+msgid "Could not create group."
+msgstr "グループを作成できませんでした。"
+
+#: src/Module/Group.php:59 src/Module/Group.php:207 src/Module/Group.php:233
+msgid "Group not found."
+msgstr "グループが見つかりません。"
+
+#: src/Module/Group.php:65
+msgid "Group name changed."
+msgstr "グループ名が変更されました。"
+
+#: src/Module/Group.php:87
+msgid "Unknown group."
+msgstr "不明なグループ。"
+
+#: src/Module/Group.php:96
+msgid "Contact is unavailable."
+msgstr "コンタクトは利用できません。"
+
+#: src/Module/Group.php:100
+msgid "Contact is deleted."
+msgstr "コンタクトが削除されます。"
+
+#: src/Module/Group.php:106
+msgid "Contact is blocked, unable to add it to a group."
+msgstr "コンタクトはブロックされているため、グループに追加できません。"
+
+#: src/Module/Group.php:110
+msgid "Unable to add the contact to the group."
+msgstr "グループにコンタクトを追加できません。"
+
+#: src/Module/Group.php:112
+msgid "Contact successfully added to group."
+msgstr "グループにコンタクトを追加しました。"
+
+#: src/Module/Group.php:116
+msgid "Unable to remove the contact from the group."
+msgstr "グループからコンタクトを削除できません。"
+
+#: src/Module/Group.php:118
+msgid "Contact successfully removed from group."
+msgstr "グループからコンタクトを削除しました。"
+
+#: src/Module/Group.php:121
+msgid "Unknown group command."
+msgstr "不明なグループコマンド。"
+
+#: src/Module/Group.php:124
+msgid "Bad request."
+msgstr "要求の形式が正しくありません。"
+
+#: src/Module/Group.php:163
+msgid "Save Group"
+msgstr "グループを保存"
+
+#: src/Module/Group.php:164
+msgid "Filter"
+msgstr "フィルタ"
+
+#: src/Module/Group.php:170
+msgid "Create a group of contacts/friends."
+msgstr "コンタクト/友人のグループを作成します。"
+
+#: src/Module/Group.php:212
+msgid "Group removed."
+msgstr "グループが削除されました。"
+
+#: src/Module/Group.php:214
+msgid "Unable to remove group."
+msgstr "グループを削除できません。"
+
+#: src/Module/Group.php:265
+msgid "Delete Group"
+msgstr "グループを削除"
+
+#: src/Module/Group.php:275
+msgid "Edit Group Name"
+msgstr "グループ名を編集"
+
+#: src/Module/Group.php:285
+msgid "Members"
+msgstr "会員"
+
+#: src/Module/Group.php:301
+msgid "Remove contact from group"
+msgstr "グループからコンタクトを削除"
+
+#: src/Module/Group.php:335
+msgid "Add contact to group"
+msgstr "グループにコンタクトを追加"
+
+#: src/Module/Help.php:43
+msgid "Help:"
+msgstr "助けて:"
+
+#: src/Module/Home.php:42
+#, php-format
+msgid "Welcome to %s"
+msgstr "%sへようこそ"
+
+#: src/Module/Install.php:160
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica Communications Server-セットアップ"
+
+#: src/Module/Install.php:171
+msgid "System check"
+msgstr "システムチェック"
+
+#: src/Module/Install.php:176
+msgid "Check again"
+msgstr "再び確かめる"
+
+#: src/Module/Install.php:191
+msgid "Base settings"
+msgstr "基本設定"
+
+#: src/Module/Install.php:198
+msgid "Host name"
+msgstr "ホスト名"
+
+#: src/Module/Install.php:200
+msgid ""
+"Overwrite this field in case the determinated hostname isn't right, "
+"otherweise leave it as is."
+msgstr "決定されたホスト名が正しくない場合、このフィールドを上書きします。そうでない場合はそのままにします。"
+
+#: src/Module/Install.php:203
+msgid "Base path to installation"
+msgstr "インストールへの基本パス"
+
+#: src/Module/Install.php:205
+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 "システムがインストールへの正しいパスを検出できない場合は、ここに正しいパスを入力します。この設定は、制限されたシステムとWebルートへのシンボリックリンクを使用している場合にのみ設定する必要があります。"
+
+#: src/Module/Install.php:208
+msgid "Sub path of the URL"
+msgstr "URLのサブパス"
+
+#: src/Module/Install.php:210
+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 "サブパスの決定が正しくない場合はこのフィールドを上書きし、そうでない場合はそのままにしておきます。このフィールドを空白のままにすると、サブパスなしでベースURLにインストールされます。"
+
+#: src/Module/Install.php:221
+msgid "Database connection"
+msgstr "データベース接続"
+
+#: src/Module/Install.php:222
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Friendicaをインストールするには、データベースへの接続方法を知る必要があります。"
+
+#: src/Module/Install.php:223
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "これらの設定について質問がある場合は、ホスティングプロバイダーまたはサイト管理者にお問い合わせください。"
+
+#: src/Module/Install.php:224
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "以下で指定するデータベースはすでに存在している必要があります。存在しない場合は、続行する前に作成してください。"
+
+#: src/Module/Install.php:231
+msgid "Database Server Name"
+msgstr "データベースサーバー名"
+
+#: src/Module/Install.php:236
+msgid "Database Login Name"
+msgstr "データベースのログイン名"
+
+#: src/Module/Install.php:242
+msgid "Database Login Password"
+msgstr "データベースログインパスワード"
+
+#: src/Module/Install.php:244
+msgid "For security reasons the password must not be empty"
+msgstr "セキュリティ上の理由から、パスワードを空にしないでください"
+
+#: src/Module/Install.php:247
+msgid "Database Name"
+msgstr "データベース名"
+
+#: src/Module/Install.php:251 src/Module/Install.php:280
+msgid "Please select a default timezone for your website"
+msgstr "ウェブサイトのデフォルトのタイムゾーンを選択してください"
+
+#: src/Module/Install.php:265
+msgid "Site settings"
+msgstr "サイト設定"
+
+#: src/Module/Install.php:275
+msgid "Site administrator email address"
+msgstr "サイト管理者のメールアドレス"
+
+#: src/Module/Install.php:277
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "ウェブ管理パネルを使用するには、アカウントのメールアドレスがこれと一致する必要があります。"
+
+#: src/Module/Install.php:284
+msgid "System Language:"
+msgstr "システム言語:"
+
+#: src/Module/Install.php:286
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Friendicaインストールインターフェイスのデフォルト言語を設定し、メールを送信します。"
+
+#: src/Module/Install.php:298
+msgid "Your Friendica site database has been installed."
+msgstr "Friendicaサイトデータベースがインストールされました。"
+
+#: src/Module/Install.php:306
+msgid "Installation finished"
+msgstr "インストール完了"
+
+#: src/Module/Install.php:328
+msgid "<h1>What next</h1>"
+msgstr "<h1>次は何でしょうか</h1>"
+
+#: src/Module/Install.php:329
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"worker."
+msgstr "重要:ワーカーのスケジュールされたタスクを[手動で]設定する必要があります。"
+
+#: src/Module/Install.php:332
+#, 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 "新しいFriendicaノード<a href=\"%s/register\">登録ページ</a>に移動して、新しいユーザーとして登録します。管理者の電子メールとして入力したものと同じ電子メールを使用することを忘れないでください。これにより、サイト管理者パネルに入ることができます。"
+
+#: src/Module/Invite.php:37
+msgid "Total invitation limit exceeded."
+msgstr "合計招待制限を超えました。"
+
+#: src/Module/Invite.php:60
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s :有効なメールアドレスではありません。"
+
+#: src/Module/Invite.php:87
+msgid "Please join us on Friendica"
+msgstr "Friendicaにご参加ください"
+
+#: src/Module/Invite.php:96
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "招待制限を超えました。サイト管理者に連絡してください。"
+
+#: src/Module/Invite.php:100
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s :メッセージの配信に失敗しました。"
+
+#: src/Module/Invite.php:104
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%dメッセージを送信しました。"
+
+#: src/Module/Invite.php:122
+msgid "You have no more invitations available"
+msgstr "利用可能な招待はもうありません"
+
+#: 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 "参加できる公開サイトのリストについては、 %sにアクセスしてください。他のサイトのFriendicaメンバーは、他の多くのソーシャルネットワークのメンバーと同様に、お互いに接続できます。"
+
+#: 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 "この招待を受け入れるには、 %sまたはその他の公開Friendica Webサイトにアクセスして登録してください。"
+
+#: 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サイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。参加できるFriendicaサイトのリストについては、 %sをご覧ください。"
+
+#: src/Module/Invite.php:136
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "申し訳ございません。このシステムは現在、他の公開サイトに接続したり、メンバーを招待するようには構成されていません。"
+
+#: 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サイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。"
+
+#: src/Module/Invite.php:138
+#, php-format
+msgid "To accept this invitation, please visit and register at %s."
+msgstr "この招待を受け入れるには、 %sアクセスして登録してください。"
+
+#: src/Module/Invite.php:146
+msgid "Send invitations"
+msgstr "招待状を送信する"
+
+#: src/Module/Invite.php:147
+msgid "Enter email addresses, one per line:"
+msgstr "電子メールアドレスを1行に1つずつ入力します。"
+
+#: 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 "Friendicaで私や他の親しい友人と一緒に参加してください。より良いソーシャルWebの作成を手伝ってください。"
+
+#: src/Module/Invite.php:153
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "この招待コードを提供する必要があります:$ invite_code"
+
+#: src/Module/Invite.php:153
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "登録したら、次のプロフィールページから接続してください。"
+
+#: 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 "Friendicaプロジェクトの詳細と、それが重要だと感じる理由については、http://friendi.caをご覧ください。"
+
+#: src/Module/Item/Compose.php:30
+msgid "Please enter a post body."
+msgstr "投稿本文を入力してください。"
+
+#: src/Module/Item/Compose.php:43
+msgid "This feature is only available with the frio theme."
+msgstr "この機能は、frioテーマでのみ使用可能です。"
+
+#: src/Module/Item/Compose.php:63
+msgid "Compose new personal note"
+msgstr "新しい個人メモを作成する"
+
+#: src/Module/Item/Compose.php:70
+msgid "Compose new post"
+msgstr "新しい投稿を作成"
+
+#: src/Module/Item/Compose.php:190
+msgid "Clear the location"
+msgstr "場所をクリアする"
+
+#: src/Module/Item/Compose.php:191
+msgid "Location services are unavailable on your device"
+msgstr "デバイスで位置情報サービスを利用できません"
+
+#: src/Module/Item/Compose.php:192
+msgid ""
+"Location services are disabled. Please check the website's permissions on "
+"your device"
+msgstr "位置情報サービスは無効になっています。お使いのデバイスでウェブサイトの権限を確認してください"
+
+#: src/Module/Item/Compose.php:196
+msgid "Public"
+msgstr "一般公開"
+
+#: 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 "この投稿はすべてのフォロワーに送信され、コミュニティページやリンクを知っている誰でも閲覧できます。"
+
+#: src/Module/Item/Compose.php:198
+msgid "Limited/Private"
+msgstr "限定/プライベート"
+
+#: 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 "この投稿は、2番目のボックスに記載されている人を除き、最初のボックスの人にのみ送信されます。公開の場所には表示されません。"
+
+#: src/Module/Login.php:286
+msgid "Create a New Account"
+msgstr "新しいアカウントを作成する"
+
+#: src/Module/Login.php:319
+msgid "Password: "
+msgstr "パスワード:"
+
+#: src/Module/Login.php:320
+msgid "Remember me"
+msgstr "私を覚えてますか"
+
+#: src/Module/Login.php:323
+msgid "Or login using OpenID: "
+msgstr "または、OpenIDを使用してログインします。"
+
+#: src/Module/Login.php:329
+msgid "Forgot your password?"
+msgstr "パスワードをお忘れですか?"
+
+#: src/Module/Login.php:332
+msgid "Website Terms of Service"
+msgstr "ウェブサイト利用規約"
+
+#: src/Module/Login.php:333
+msgid "terms of service"
+msgstr "利用規約"
+
+#: src/Module/Login.php:335
+msgid "Website Privacy Policy"
+msgstr "ウェブサイトのプライバシーポリシー"
+
+#: src/Module/Login.php:336
+msgid "privacy policy"
+msgstr "個人情報保護方針"
+
+#: src/Module/Logout.php:38
+msgid "Logged out."
+msgstr "ログアウトしました。"
+
+#: src/Module/Maintenance.php:29
+msgid "System down for maintenance"
+msgstr "メンテナンスのためのシステムダウン"
+
+#: src/Module/PageNotFound.php:13
+msgid "Page not found."
+msgstr "ページが見つかりません。"
+
+#: src/Module/Photo.php:87
+#, php-format
+msgid "Invalid photo with id %s."
+msgstr "ID %s の写真が無効です。"
+
+#: src/Module/Profile/Contacts.php:23 src/Module/Profile/Contacts.php:36
+msgid "User not found."
+msgstr "ユーザーが見つかりません。"
+
+#: src/Module/Profile/Contacts.php:78
+msgid "No contacts."
+msgstr "コンタクトはありません。"
+
+#: src/Module/Profile/Contacts.php:112
+#, php-format
+msgid "Follower (%s)"
+msgid_plural "Followers (%s)"
+msgstr[0] "フォロワー( %s )"
+
+#: src/Module/Profile/Contacts.php:113
+#, php-format
+msgid "Following (%s)"
+msgid_plural "Following (%s)"
+msgstr[0] "フォロー中( %s )"
+
+#: src/Module/Profile/Contacts.php:114
+#, php-format
+msgid "Mutual friend (%s)"
+msgid_plural "Mutual friends (%s)"
+msgstr[0] "相互の友人( %s )"
+
+#: src/Module/Profile/Contacts.php:116
+#, php-format
+msgid "Contact (%s)"
+msgid_plural "Contacts (%s)"
+msgstr[0] "コンタクト( %s )"
+
+#: src/Module/Profile/Contacts.php:125
+msgid "All contacts"
+msgstr "すべてのコンタクト"
+
+#: src/Module/Register.php:83
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking \"Register\"."
+msgstr "(オプションで)OpenIDを提供し、「登録」をクリックして、OpenIDを介してこのフォームに入力できます。"
+
+#: src/Module/Register.php:84
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "OpenIDに慣れていない場合は、そのフィールドを空白のままにして、残りの項目を入力してください。"
+
+#: src/Module/Register.php:85
+msgid "Your OpenID (optional): "
+msgstr "OpenID(オプション):"
+
+#: src/Module/Register.php:94
+msgid "Include your profile in member directory?"
+msgstr "メンバーディレクトリにプロフィールを含めますか?"
+
+#: src/Module/Register.php:117
+msgid "Note for the admin"
+msgstr "管理者への注意"
+
+#: src/Module/Register.php:117
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "このノードに参加する理由、管理者へのメッセージを残す"
+
+#: src/Module/Register.php:118
+msgid "Membership on this site is by invitation only."
+msgstr "このサイトのメンバーシップは招待のみです。"
+
+#: src/Module/Register.php:119
+msgid "Your invitation code: "
+msgstr "招待コード:"
+
+#: src/Module/Register.php:127
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "あなたの氏名(例:ジョー・スミス、本物または本物の見た目):"
+
+#: src/Module/Register.php:128
+msgid ""
+"Your Email Address: (Initial information will be send there, so this has to "
+"be an existing address.)"
+msgstr "あなたのメールアドレス:(初回の情報はそこに送信されますので、これは既存のアドレスでなければなりません。)"
+
+#: src/Module/Register.php:130
+msgid "Leave empty for an auto generated password."
+msgstr "自動生成されたパスワードの場合は空のままにします。"
+
+#: 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 "プロフィールのニックネームを選択します。これはテキスト文字で始まる必要があります。このサイトのプロフィールアドレスは\"<strong> nickname@%s</strong> \"になります。"
+
+#: src/Module/Register.php:133
+msgid "Choose a nickname: "
+msgstr "ニックネームを選択:"
+
+#: src/Module/Register.php:142
+msgid "Import your profile to this friendica instance"
+msgstr "このfriendicaインスタンスにプロフィールをインポートします"
+
+#: src/Module/Register.php:149
+msgid "Note: This node explicitly contains adult content"
+msgstr "注:このノードには、露骨なアダルトコンテンツが含まれています"
+
+#: src/Module/Register.php:242
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "登録に成功。詳細については、メールを確認してください。"
+
+#: 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 "メールを送信できませんでした。ここでアカウントの詳細:<br>ログイン: %s <br>パスワード: %s <br> <br>ログイン後にパスワードを変更できます。"
+
+#: src/Module/Register.php:253
+msgid "Registration successful."
+msgstr "登録に成功。"
+
+#: src/Module/Register.php:258
+msgid "Your registration can not be processed."
+msgstr "登録を処理できません。"
+
+#: src/Module/Register.php:304
+msgid "Your registration is pending approval by the site owner."
+msgstr "登録はサイト所有者による承認待ちです。"
+
+#: 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 "このページにアクセスするには、パスワードを入力してください。"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:54
+msgid "App-specific password generation failed: The description is empty."
+msgstr "アプリ固有のパスワード生成に失敗しました:説明は空です。"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:57
+msgid ""
+"App-specific password generation failed: This description already exists."
+msgstr "アプリ固有のパスワード生成に失敗しました:この説明は既に存在します。"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:61
+msgid "New app-specific password generated."
+msgstr "新しいアプリ固有のパスワードが生成されました。"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:67
+msgid "App-specific passwords successfully revoked."
+msgstr "アプリ固有のパスワードが正常に取り消されました。"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:77
+msgid "App-specific password successfully revoked."
+msgstr "アプリ固有のパスワードが正常に取り消されました。"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:98
+msgid "Two-factor app-specific passwords"
+msgstr "二要素アプリ固有のパスワード"
+
+#: 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>アプリ固有のパスワードは、2要素認証をサポートしないサードパーティアプリケーションでアカウントを認証するために、通常のパスワードの代わりに使用されるランダムに生成されたパスワードです。</p>"
+
+#: 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/Module/Settings/TwoFactor/AppSpecific.php:104
+msgid "Description"
+msgstr "説明"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:105
+msgid "Last Used"
+msgstr "最終使用"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:106
+msgid "Revoke"
+msgstr "取り消す"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:107
+msgid "Revoke All"
+msgstr "すべて取り消す"
+
+#: 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/Module/Settings/TwoFactor/AppSpecific.php:111
+msgid "Generate new app-specific password"
+msgstr "新しいアプリ固有のパスワードを生成する"
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:112
+msgid "Friendiqa on my Fairphone 2..."
+msgstr "フェアフォン2のFriendiqa ..."
+
+#: src/Module/Settings/TwoFactor/AppSpecific.php:113
+msgid "Generate"
+msgstr "生成する"
+
+#: src/Module/Settings/TwoFactor/Index.php:51
+msgid "Two-factor authentication successfully disabled."
+msgstr "二要素認証が正常に無効になりました。"
+
+#: 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>ログイン時にプロンプトが表示されたら、モバイルデバイスのアプリケーションを使用して2要素認証コードを取得します。</p>"
+
+#: src/Module/Settings/TwoFactor/Index.php:96
+msgid "Authenticator app"
+msgstr "認証アプリ"
+
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Configured"
+msgstr "設定済み"
+
+#: src/Module/Settings/TwoFactor/Index.php:97
+msgid "Not Configured"
+msgstr "設定されていません"
+
+#: src/Module/Settings/TwoFactor/Index.php:98
+msgid "<p>You haven't finished configuring your authenticator app.</p>"
+msgstr "<p>認証アプリの設定が完了していません。</p>"
+
+#: src/Module/Settings/TwoFactor/Index.php:99
+msgid "<p>Your authenticator app is correctly configured.</p>"
+msgstr "<p>認証アプリが正しく構成されています。</p>"
+
+#: src/Module/Settings/TwoFactor/Index.php:101
+msgid "Recovery codes"
+msgstr "回復コード"
+
+#: src/Module/Settings/TwoFactor/Index.php:102
+msgid "Remaining valid codes"
+msgstr "残りの有効なコード"
+
+#: 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>これらの使い捨てコードは、認証アプリのコードにアクセスできなくなった場合に、認証アプリのコードを置き換えることができます。</p>"
+
+#: src/Module/Settings/TwoFactor/Index.php:106
+msgid "App-specific passwords"
+msgstr "アプリ固有のパスワード"
+
+#: src/Module/Settings/TwoFactor/Index.php:107
+msgid "Generated app-specific passwords"
+msgstr "生成されたアプリ固有のパスワード"
+
+#: 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>これらのランダムに生成されたパスワードを使用すると、2要素認証をサポートしていないアプリで認証できます。</p>"
+
+#: src/Module/Settings/TwoFactor/Index.php:112
+msgid "Current password:"
+msgstr "現在のパスワード:"
+
+#: src/Module/Settings/TwoFactor/Index.php:112
+msgid ""
+"You need to provide your current password to change two-factor "
+"authentication settings."
+msgstr "2要素認証設定を変更するには、現在のパスワードを入力する必要があります。"
+
+#: src/Module/Settings/TwoFactor/Index.php:113
+msgid "Enable two-factor authentication"
+msgstr "二要素認証を有効にする"
+
+#: src/Module/Settings/TwoFactor/Index.php:114
+msgid "Disable two-factor authentication"
+msgstr "二要素認証を無効にする"
+
+#: src/Module/Settings/TwoFactor/Index.php:115
+msgid "Show recovery codes"
+msgstr "復旧コードを表示"
+
+#: src/Module/Settings/TwoFactor/Index.php:116
+msgid "Manage app-specific passwords"
+msgstr "アプリ固有のパスワードを管理する"
+
+#: src/Module/Settings/TwoFactor/Index.php:117
+msgid "Finish app configuration"
+msgstr "アプリの構成を完了する"
+
+#: src/Module/Settings/TwoFactor/Recovery.php:50
+msgid "New recovery codes successfully generated."
+msgstr "新しい回復コードが正常に生成されました。"
+
+#: src/Module/Settings/TwoFactor/Recovery.php:76
+msgid "Two-factor recovery codes"
+msgstr "二要素回復コード"
+
+#: 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>リカバリコードは、デバイスへのアクセスを失い、二要素認証コードを受信できない場合にアカウントにアクセスするために使用できます。</p> <p> <strong>これらを安全な場所に置いてください!</strong >デバイスを紛失し、復旧コードをお持ちでない場合、アカウントにアクセスできなくなります。</p>"
+
+#: 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 "新しい回復コードを生成する場合、新しいコードをコピーする必要があります。古いコードはもう機能しません。"
+
+#: src/Module/Settings/TwoFactor/Recovery.php:81
+msgid "Generate new recovery codes"
+msgstr "新しい回復コードを生成する"
+
+#: src/Module/Settings/TwoFactor/Recovery.php:83
+msgid "Next: Verification"
+msgstr "次:検証"
+
+#: src/Module/Settings/TwoFactor/Verify.php:63
+msgid "Two-factor authentication successfully activated."
+msgstr "二要素認証が正常にアクティブ化されました。"
+
+#: 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 "無効なコードです。再試行してください。"
+
+#: 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>または認証設定を手動で送信できます:<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/Module/Settings/TwoFactor/Verify.php:116
+msgid "Two-factor code verification"
+msgstr "二要素コード検証"
+
+#: 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>このQRコードを認証アプリでスキャンして、提供されたコードを送信してください。</p>"
+
+#: 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>または、モバイルデバイスで次のURLを開くことができます。</p> <p> <a href=\"%s\"> %s </a> </p>"
+
+#: src/Module/Settings/TwoFactor/Verify.php:126
+#: src/Module/TwoFactor/Verify.php:67
+msgid "Please enter a code from your authentication app"
+msgstr "認証アプリからコードを入力してください"
+
+#: src/Module/Settings/TwoFactor/Verify.php:127
+msgid "Verify code and enable two-factor authentication"
+msgstr "コードを確認し、二要素認証を有効にします"
+
+#: src/Module/Special/HTTPException.php:32
+msgid "Bad Request"
+msgstr "要求の形式が正しくありません"
+
+#: src/Module/Special/HTTPException.php:33
+msgid "Unauthorized"
+msgstr "認証されていません"
+
+#: src/Module/Special/HTTPException.php:34
+msgid "Forbidden"
+msgstr "禁止されています"
+
+#: src/Module/Special/HTTPException.php:35
+msgid "Not Found"
+msgstr "見つかりません"
+
+#: src/Module/Special/HTTPException.php:36
+msgid "Internal Server Error"
+msgstr "内部サーバーエラー"
+
+#: src/Module/Special/HTTPException.php:37
+msgid "Service Unavailable"
+msgstr "サービスは利用できません"
+
+#: src/Module/Special/HTTPException.php:44
+msgid ""
+"The server cannot or will not process the request due to an apparent client "
+"error."
+msgstr "明らかなクライアントエラーのため、サーバーは要求を処理できないか、処理しません。"
+
+#: src/Module/Special/HTTPException.php:45
+msgid ""
+"Authentication is required and has failed or has not yet been provided."
+msgstr "認証が必要であり、失敗したか、まだ提供されていません。"
+
+#: 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 "要求は有効でしたが、サーバーはアクションを拒否しています。ユーザーがリソースに必要な権限を持っていないか、アカウントが必要な場合があります。"
+
+#: src/Module/Special/HTTPException.php:47
+msgid ""
+"The requested resource could not be found but may be available in the "
+"future."
+msgstr "要求されたリソースは見つかりませんでしたが、将来利用可能になる可能性があります。"
+
+#: src/Module/Special/HTTPException.php:48
+msgid ""
+"An unexpected condition was encountered and no more specific message is "
+"suitable."
+msgstr "予期しない状態が発生したため、適切な特定のメッセージはありません。"
+
+#: 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 "サーバーは現在使用できません(メンテナンスのために過負荷になっているか、停止しているため)。後でもう一度やり直してください。"
+
+#: src/Module/Special/HTTPException.php:55
+msgid "Go back"
+msgstr "戻る"
+
+#: src/Module/TwoFactor/Recovery.php:41
+#, php-format
+msgid "Remaining recovery codes: %d"
+msgstr "残りの復旧コード: %d"
+
+#: src/Module/TwoFactor/Recovery.php:65
+msgid "Two-factor recovery"
+msgstr "二要素回復"
+
+#: 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>モバイルデバイスにアクセスできなくなった場合に備えて、ワンタイムリカバリコードのいずれかを入力できます。</p>"
+
+#: 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 "お使いの携帯電話を持ってませんか? <a href=\"%s\">2要素認証の回復コードを入力</a>"
+
+#: src/Module/TwoFactor/Recovery.php:68
+msgid "Please enter a recovery code"
+msgstr "復旧コードを入力してください"
+
+#: src/Module/TwoFactor/Recovery.php:69
+msgid "Submit recovery code and complete login"
+msgstr "復旧コードを送信してログインを完了する"
+
+#: 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>デバイスで二要素認証アプリを開き、認証コードを取得して本人確認を行います。</p>"
+
+#: src/Module/TwoFactor/Verify.php:68
+msgid "Verify code and complete login"
+msgstr "コードを確認してログインを完了する"
+
+#: src/Module/Welcome.php:25
+msgid "Welcome to Friendica"
+msgstr "Friendicaへようこそ"
+
+#: src/Module/Welcome.php:26
+msgid "New Member Checklist"
+msgstr "新しく参加した人のチェックリスト"
+
+#: 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 "私たちはあなたの経験を楽しいものにするためのいくつかのヒントとリンクを提供したいと思います。項目をクリックして、関連するページにアクセスします。このページへのリンクは、最初の登録後2週間、ホームページから表示され、その後静かに消えます。"
+
+#: src/Module/Welcome.php:29
+msgid "Getting Started"
+msgstr "はじめに"
+
+#: src/Module/Welcome.php:30
+msgid "Friendica Walk-Through"
+msgstr "Friendica ウォークスルー"
+
+#: 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 "<em>クイックスタート</em>ページで、プロフィールとネットワークタブの簡単な紹介を見つけ、新しい接続を作成し、参加するグループを見つけます。"
+
+#: src/Module/Welcome.php:34
+msgid "Go to Your Settings"
+msgstr "設定に移動"
+
+#: 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 "[<em>設定</em>]ページで、初期パスワードを変更します。また、IDアドレスを書き留めます。これはメールアドレスのように見えます。無料のソーシャルウェブで友達を作るのに役立ちます。"
+
+#: 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 "他の設定、特にプライバシー設定を確認してください。公開されていないディレクトリ一覧は、一覧にない電話番号を持っているようなものです。一般に、おそらくあなたのリストを公開する必要があります-あなたの友人や潜在的な友人全員があなたを見つける方法を正確に知っていない限り。"
+
+#: 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 "まだプロフィール写真をアップロードしていない場合はアップロードします。研究では、自分の実際の写真を持っている人は、持っていない人よりも友達を作る可能性が10倍高いことが示されています。"
+
+#: src/Module/Welcome.php:41
+msgid "Edit Your Profile"
+msgstr "プロフィールを編集する"
+
+#: 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 "お好みに合わせて<strong>既定の</strong>プロフィールを編集します。友達のリストを非表示にし、未知の訪問者からプロフィールを非表示にするための設定を確認します。"
+
+#: src/Module/Welcome.php:43
+msgid "Profile Keywords"
+msgstr "プロフィールキーワード"
+
+#: 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 "あなたの興味を説明するいくつかの公開キーワードを既定のプロフィールに設定します。同様の興味を持つ他の人を見つけ、友情を提案することができるかもしれません。"
+
+#: src/Module/Welcome.php:46
+msgid "Connecting"
+msgstr "接続中"
+
+#: src/Module/Welcome.php:48
+msgid "Importing Emails"
+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 "メールの受信トレイから友人やメーリングリストをインポートしてやり取りする場合は、コネクタ設定ページでメールアクセス情報を入力します"
+
+#: src/Module/Welcome.php:50
+msgid "Go to Your Contacts Page"
+msgstr "コンタクトページに移動します"
+
+#: 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 "コンタクトページは、友情を管理し、他のネットワーク上の友だちとつながるための入り口です。通常、<em>新しいコンタクトの追加</em>ダイアログにアドレスまたはサイトのURLを入力します。"
+
+#: src/Module/Welcome.php:52
+msgid "Go to Your Site's Directory"
+msgstr "サイトのディレクトリに移動します"
+
+#: 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 "ディレクトリ ページでは、このネットワークまたは他のフェデレーションサイト内の他のユーザーを検索できます。プロフィールページで<em>接続</em>または<em>フォロー</em>リンクを探します。要求された場合、独自のIdentityアドレスを提供します。"
+
+#: src/Module/Welcome.php:54
+msgid "Finding New People"
+msgstr "新しい人を見つける"
+
+#: 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 "コンタクトページのサイドパネルには、新しい友達を見つけるためのいくつかのツールがあります。関心ごとに人を照合し、名前または興味ごとに人を検索し、ネットワーク関係に基づいて提案を提供できます。新しいサイトでは、通常24時間以内に友人の提案が表示され始めます。"
+
+#: src/Module/Welcome.php:58
+msgid "Group Your Contacts"
+msgstr "コンタクトをグループ化する"
+
+#: 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 "友達を作成したら、コンタクトページのサイドバーからプライベートな会話グループに整理し、ネットワークページで各グループとプライベートにやり取りできます。"
+
+#: src/Module/Welcome.php:61
+msgid "Why Aren't My Posts Public?"
+msgstr "投稿が一般に公開されないのはなぜですか?"
+
+#: 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はあなたのプライバシーを尊重します。デフォルトでは、投稿は友達として追加した人にのみ表示されます。詳細については、上記のリンクのヘルプセクションを参照してください。"
+
+#: src/Module/Welcome.php:64
+msgid "Getting Help"
+msgstr "ヘルプを得る"
+
+#: src/Module/Welcome.php:65
+msgid "Go to the Help Section"
+msgstr "ヘルプセクションに移動"
+
+#: src/Module/Welcome.php:66
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "プログラムのその他の機能やリソースの詳細については、<strong>ヘルプ</strong>ページをご覧ください。"
+
+#: src/Object/Post.php:138
+msgid "This entry was edited"
+msgstr "このエントリは編集されました"
+
+#: src/Object/Post.php:158
+msgid "Private Message"
+msgstr "プライベートメッセージ"
+
+#: src/Object/Post.php:200
+msgid "Delete locally"
+msgstr "ローカルで削除"
+
+#: src/Object/Post.php:203
+msgid "Delete globally"
+msgstr "グローバルに削除"
+
+#: src/Object/Post.php:203
+msgid "Remove locally"
+msgstr "ローカルで削除"
+
+#: src/Object/Post.php:217
+msgid "save to folder"
+msgstr "フォルダーに保存"
+
+#: src/Object/Post.php:252
+msgid "I will attend"
+msgstr "参加します"
+
+#: src/Object/Post.php:252
+msgid "I will not attend"
+msgstr "私は出席しません"
+
+#: src/Object/Post.php:252
+msgid "I might attend"
+msgstr "私は出席するかもしれません"
+
+#: src/Object/Post.php:280
+msgid "ignore thread"
+msgstr "スレッドを無視"
+
+#: src/Object/Post.php:281
+msgid "unignore thread"
+msgstr "無視しないスレッド"
+
+#: src/Object/Post.php:282
+msgid "toggle ignore status"
+msgstr "トグル無視ステータス"
+
+#: src/Object/Post.php:293
+msgid "add star"
+msgstr "スターを追加"
+
+#: src/Object/Post.php:294
+msgid "remove star"
+msgstr "スターを削除"
+
+#: src/Object/Post.php:295
+msgid "toggle star status"
+msgstr "スターの状態を切り替える"
+
+#: src/Object/Post.php:298
+msgid "starred"
+msgstr "スター付き"
+
+#: src/Object/Post.php:302
+msgid "add tag"
+msgstr "タグ付けする"
+
+#: src/Object/Post.php:313
+msgid "like"
+msgstr "いいね"
+
+#: src/Object/Post.php:314
+msgid "dislike"
+msgstr "嫌い"
+
+#: src/Object/Post.php:317
+msgid "Share this"
+msgstr "これを共有"
+
+#: src/Object/Post.php:317
+msgid "share"
+msgstr "共有"
+
+#: src/Object/Post.php:385
+msgid "to"
+msgstr "に"
+
+#: src/Object/Post.php:386
+msgid "via"
+msgstr "経由で"
+
+#: src/Object/Post.php:387
+msgid "Wall-to-Wall"
+msgstr "壁間"
+
+#: src/Object/Post.php:388
+msgid "via Wall-To-Wall:"
+msgstr "Wall-to-Wall経由:"
+
+#: src/Object/Post.php:421
+#, php-format
+msgid "Reply to %s"
+msgstr "%s返信"
+
+#: src/Object/Post.php:436
+msgid "Notifier task is pending"
+msgstr "通知タスクは保留中です"
+
+#: src/Object/Post.php:437
+msgid "Delivery to remote servers is pending"
+msgstr "リモートサーバーへの配信は保留中です"
+
+#: src/Object/Post.php:438
+msgid "Delivery to remote servers is underway"
+msgstr "リモートサーバーへの配信が進行中です"
+
+#: src/Object/Post.php:439
+msgid "Delivery to remote servers is mostly done"
+msgstr "リモートサーバーへの配信はほとんど行われます"
+
+#: src/Object/Post.php:440
+msgid "Delivery to remote servers is done"
+msgstr "リモートサーバーへの配信が完了しました"
+
+#: src/Object/Post.php:460
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%dコメント"
+
+#: src/Object/Post.php:461
+msgid "Show more"
+msgstr "もっと見せる"
+
+#: src/Object/Post.php:462
+msgid "Show fewer"
+msgstr "表示を減らす"
+
+#: src/LegacyModule.php:30
+#, php-format
+msgid "Legacy module file not found: %s"
+msgstr "レガシーモジュールファイルが見つかりません: %s"
+
+#: src/App.php:505
+msgid "Delete this item?"
+msgstr "このアイテムを削除しますか?"
+
+#: src/App.php:547
+msgid "toggle mobile"
+msgstr "モバイルを切り替え"
+
+#: src/App.php:863
+msgid "No system theme config value set."
+msgstr "システムテーマの構成値が設定されていません。"
+
+#: src/App.php:1151
+msgid "You must be logged in to use addons. "
+msgstr "アドオンを使用するにはログインする必要があります。"
+
+#: 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 "フォームセキュリティトークンが正しくありませんでした。これは、フォームを送信する前にフォームが長時間(3時間以上)開かれたために発生した可能性があります。"
+
+#: src/Console/ArchiveContact.php:86
+#, php-format
+msgid "Could not find any unarchived contact entry for this URL (%s)"
+msgstr "このURL( %s )のアーカイブされていないコンタクトエントリが見つかりませんでした"
+
+#: src/Console/ArchiveContact.php:89
+msgid "The contact entries have been archived"
+msgstr "コンタクトエントリがアーカイブされました"
+
+#: src/Console/NewPassword.php:93
+msgid "Enter new password: "
+msgstr "新しいパスワードを入力してください:"
+
+#: src/Console/PostUpdate.php:73
+#, php-format
+msgid "Post update version number has been set to %s."
+msgstr "更新後のバージョン番号が %s に設定されました。"
+
+#: src/Console/PostUpdate.php:81
+msgid "Check for pending update actions."
+msgstr "保留中の更新アクションを確認します。"
+
+#: src/Console/PostUpdate.php:83
+msgid "Done."
+msgstr "完了しました。"
+
+#: src/Console/PostUpdate.php:85
+msgid "Execute pending post updates."
+msgstr "保留中の投稿の更新を実行します。"
+
+#: src/Console/PostUpdate.php:91
+msgid "All pending post updates are done."
+msgstr "保留中の投稿の更新はすべて完了しました。"
+
+#: update.php:218
+#, php-format
+msgid "%s: Updating author-id and owner-id in item and thread table. "
+msgstr "%s :アイテムとスレッドテーブルの作成者IDと所有者IDを更新しています。"
+
+#: update.php:273
+#, php-format
+msgid "%s: Updating post-type."
+msgstr "%s :投稿タイプを更新しています。"
diff --git a/view/lang/ja/strings.php b/view/lang/ja/strings.php
new file mode 100644 (file)
index 0000000..e8a0f2d
--- /dev/null
@@ -0,0 +1,2377 @@
+<?php
+
+if(! function_exists("string_plural_select_ja")) {
+function string_plural_select_ja($n){
+       $n = intval($n);
+       return 0;;
+}}
+;
+$a->strings["Friendica Notification"] = "Friendica の通知";
+$a->strings["Thank You,"] = "ありがとうございます ";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s 管理者";
+$a->strings["%s Administrator"] = "%s 管理者";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] 新着メール: %s ";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s さんが %2\$s に あなたにプライベートメッセージを送りました";
+$a->strings["a private message"] = "プライベートメッセージ";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s があなたに %2\$s を送りました";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "%s を開いて、プライベートメッセージを確認・返信してください";
+$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s が [url=%2\$s]%3\$s[/url] で あなたをタグ付けしました";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s が [url=%2\$s]%3\$s[/url] で コメントしました";
+$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s が [url=%2\$s]%3\$s の %4\$s[/url]で あなたをタグ付けしました";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s が [url=%2\$s]%3\$sの%4\$s[/url] で コメントしました";
+$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s が [url=%2\$s]あなたの %3\$s[/url] で あなたをタグ付けしました";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s が [url=%2\$s]あなたの %3\$s[/url]で コメントしました";
+$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s が [url=%2\$s]彼らの %3\$s[/url]で あなたをタグ付けしました";
+$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s が [url=%2\$s]彼らの %3\$s[/url]で コメントしました";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s があなたをタグ付けしました";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s さんが %2\$s にて あなたをタグ付けしました";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] 会話 #%1\$d に %2\$s がコメントしました";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s さんが、あなたがフォローしているアイテム/会話にコメントしました";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = " %s を開いて、コメントを確認・返信してください";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s が あなたのプロフィール ウォールへ投稿しました";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s が %2\$s に あなたのプロフィールウォールへ投稿しました";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s が [url=%2\$s]あなたのウォール[/url] に投稿しました";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s が投稿を共有しました";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s が %2\$s に 投稿を共有しました";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s が [url=%2\$s]投稿を共有しました[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s からPokeがありました";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s からあなたへ %2\$s に Pokeがありました";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s から [url=%2\$s]Pokeがありました[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s があなたの投稿をタグ付けしました";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s が %2\$s に あなたの投稿をタグ付けしました";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s が [url=%2\$s]あなたの投稿[/url] をタグ付けしました";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] 招待が来ています";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "'%1\$s' から %2\$s に 招待が来ています";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "[url=%1\$s]招待[/url] が %2\$s から来ています。";
+$a->strings["You may visit their profile at %s"] = "彼らのプロフィールを %s に訪問するようです";
+$a->strings["Please visit %s to approve or reject the introduction."] = " %s を開いて、招待を承諾・拒否してください。";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] あなたの投稿が新しく共有されました";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s さんが %2\$s にて あなたの投稿を共有しました";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] 新しいフォロワーがいます";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "新しいフォロワーです %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] 友達の候補があります";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "'%1\$s' より %2\$s に 友達の候補を受け取りました";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "%3\$s から %2\$s への [url=%1\$s]友達の候補[/url] を受け取りました。";
+$a->strings["Name:"] = "名前:";
+$a->strings["Photo:"] = "写真:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "%s を開いて、候補を承諾・拒否してください。";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] つながりが承諾されました";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' は %2\$s に あなたからのつながりの申込みを承諾しました";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s は あなたからの [url=%1\$s]つながりの申し込み[/url] を承諾しました。";
+$a->strings["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."] = "このつながりを変更する場合は %s を開いてください。";
+$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' はあなたをファンとして受け入れました。プライベートメッセージやプロフィール インタラクションなど、一部のやりとりは制限されています。 有名人またはコミュニティページの場合、これらの設定は自動的に適用されます。";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' は後日、これを双方向・より寛容な関係へと拡張する場合があります。";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "このつながりを変更する場合は %s を開いてください。";
+$a->strings["[Friendica System Notify]"] = "[Friendica システム通知]";
+$a->strings["registration request"] = "登録リクエスト";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "'%1\$s' より %2\$s に 登録リクエストを受け取りました";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "[url=%1\$s]登録リクエスト[/url] が %2\$s から来ています。";
+$a->strings["Full Name:\t%s\nSite Location:\t%s\nLogin Name:\t%s (%s)"] = "フルネーム:\t%s\nサイト:\t%s\nログイン名:\t%s (%s)";
+$a->strings["Please visit %s to approve or reject the request."] = "%s を開いて、リクエストを承諾・拒否してください。";
+$a->strings["Daily posting limit of %d post reached. The post was rejected."] = [
+       0 => "一日の最大投稿数 %d 件を超えたため、投稿できませんでした。",
+];
+$a->strings["Weekly posting limit of %d post reached. The post was rejected."] = [
+       0 => "一週間の最大投稿数 %d 件を超えたため、投稿できませんでした。",
+];
+$a->strings["Monthly posting limit of %d post reached. The post was rejected."] = "月間の最大投稿数 %d 件を超えたため、投稿できませんでした。";
+$a->strings["Profile Photos"] = "プロフィール写真";
+$a->strings["event"] = "イベント";
+$a->strings["status"] = "ステータス";
+$a->strings["photo"] = "写真";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s が %2\$s の %3\$s をいいねしました";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s は %2\$sの %3\$s を好きではないようです";
+$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s は %2\$s の %3\$s に参加します";
+$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s は %2\$s の %3\$s を欠席します";
+$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s は %2\$s の %3\$s を様子見しています";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s は %2\$s と友達になりました";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s が %2\$s にpokeを送りました";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s が %2\$s の %3\$s を %4\$s としてタグ付けしました";
+$a->strings["post/item"] = "投稿/アイテム";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s が %2\$sの %3\$s をお気に入りとしてマークしました";
+$a->strings["Likes"] = "いいねしたもの";
+$a->strings["Dislikes"] = "良くなかったもの";
+$a->strings["Attending"] = [
+       0 => "参加",
+];
+$a->strings["Not attending"] = "欠席します";
+$a->strings["Might attend"] = "様子見";
+$a->strings["Reshares"] = "再共有";
+$a->strings["Select"] = "選択";
+$a->strings["Delete"] = "削除";
+$a->strings["View %s's profile @ %s"] = "%sのプロフィールを確認 @ %s";
+$a->strings["Categories:"] = "カテゴリ:";
+$a->strings["Filed under:"] = "格納先:";
+$a->strings["%s from %s"] = "%s から %s";
+$a->strings["View in context"] = "文脈で表示する";
+$a->strings["Please wait"] = "お待ち下さい";
+$a->strings["remove"] = "削除";
+$a->strings["Delete Selected Items"] = "選択した項目を削除";
+$a->strings["Follow Thread"] = "このスレッドをフォロー";
+$a->strings["View Status"] = "ステータスを見る";
+$a->strings["View Profile"] = "プロフィールを見る";
+$a->strings["View Photos"] = "写真を見る";
+$a->strings["Network Posts"] = "ネットワーク投稿";
+$a->strings["View Contact"] = "コンタクトを見る";
+$a->strings["Send PM"] = "PMを送る";
+$a->strings["Block"] = "ブロック";
+$a->strings["Ignore"] = "無視";
+$a->strings["Poke"] = "Pokeを送る";
+$a->strings["Connect/Follow"] = "つながる/フォローする";
+$a->strings["%s likes this."] = "%s がいいねしました";
+$a->strings["%s doesn't like this."] = "%s はこれを好きではないようです";
+$a->strings["%s attends."] = "%s が参加します。";
+$a->strings["%s doesn't attend."] = "%s は欠席します。";
+$a->strings["%s attends maybe."] = "%s は様子見しています。";
+$a->strings["%s reshared this."] = "%s が再共有しました。";
+$a->strings["and"] = "と";
+$a->strings["and %d other people"] = "と他 %d 人";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d 人</span> がいいねしました";
+$a->strings["%s like this."] = "%s がいいねしました";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d 人</span> がこれを好きでは無いようです";
+$a->strings["%s don't like this."] = "%s はこれを好きではないようです";
+$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "<span  %1\$s>%2\$d 人</span> が参加します";
+$a->strings["%s attend."] = "%s が参加します。";
+$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "<span  %1\$s>%2\$d 人</span> が欠席します";
+$a->strings["%s don't attend."] = "%s は欠席します。";
+$a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "<span  %1\$s>%2\$d 人</span> が様子見しています";
+$a->strings["%s attend maybe."] = "%s は様子見しています。";
+$a->strings["<span  %1\$s>%2\$d people</span> reshared this"] = "<span  %1\$s>%2\$d 人</span> が再共有しました";
+$a->strings["Visible to <strong>everybody</strong>"] = "<strong>すべての人</strong> が閲覧可能です";
+$a->strings["Please enter a image/video/audio/webpage URL:"] = "画像/動画/音声/ウェブページのURLを入力してください:";
+$a->strings["Tag term:"] = "用語のタグ付け:";
+$a->strings["Save to Folder:"] = "保存先のフォルダ:";
+$a->strings["Where are you right now?"] = "どこにいますか?:";
+$a->strings["Delete item(s)?"] = "削除しますか?";
+$a->strings["New Post"] = "新しい投稿";
+$a->strings["Share"] = "共有";
+$a->strings["Upload photo"] = "写真をアップロード";
+$a->strings["upload photo"] = "写真をアップロード";
+$a->strings["Attach file"] = "ファイルを添付";
+$a->strings["attach file"] = "ファイルを添付";
+$a->strings["Bold"] = "太字";
+$a->strings["Italic"] = "斜体";
+$a->strings["Underline"] = "下線";
+$a->strings["Quote"] = "引用";
+$a->strings["Code"] = "コード";
+$a->strings["Image"] = "画像";
+$a->strings["Link"] = "リンク";
+$a->strings["Link or Media"] = "リンク/メディア";
+$a->strings["Set your location"] = "現在地を設定";
+$a->strings["set location"] = "現在地を設定";
+$a->strings["Clear browser location"] = "ブラウザの現在地を解除";
+$a->strings["clear location"] = "現在地を解除";
+$a->strings["Set title"] = "件名を設定";
+$a->strings["Categories (comma-separated list)"] = "カテゴリ(半角カンマ区切り)";
+$a->strings["Permission settings"] = "権限設定";
+$a->strings["permissions"] = "権限";
+$a->strings["Public post"] = "一般公開の投稿";
+$a->strings["Preview"] = "プレビュー";
+$a->strings["Cancel"] = "キャンセル";
+$a->strings["Post to Groups"] = "グループへの投稿";
+$a->strings["Post to Contacts"] = "知り合いへの限定公開";
+$a->strings["Private post"] = "プライベート投稿";
+$a->strings["Message"] = "メッセージ";
+$a->strings["Browser"] = "ブラウザ";
+$a->strings["View all"] = "ずべて表示";
+$a->strings["Like"] = [
+       0 => "いいねしたもの",
+];
+$a->strings["Dislike"] = [
+       0 => "好きではないもの",
+];
+$a->strings["Not Attending"] = [
+       0 => "欠席",
+];
+$a->strings["Undecided"] = [
+       0 => "未定",
+];
+$a->strings["Item not found."] = "見つかりませんでした。";
+$a->strings["Do you really want to delete this item?"] = "このアイテムを本当に削除していいですか?";
+$a->strings["Yes"] = "はい";
+$a->strings["Permission denied."] = "必要な権限が有りません。";
+$a->strings["Authorize application connection"] = "アプリからの接続を承認します";
+$a->strings["Return to your app and insert this Securty Code:"] = "アプリの画面に戻り、以下のセキュリティコードを入力してください:";
+$a->strings["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?"] = "このアプリケーションによる、あなたの投稿・コンタクトの読み取りや、新しい投稿の作成を許可しますか?";
+$a->strings["No"] = "いいえ";
+$a->strings["Parent user not found."] = "親となるユーザが見つかりません。";
+$a->strings["No parent user"] = "親となるユーザが存在しません。";
+$a->strings["Parent Password:"] = "親パスワード:";
+$a->strings["Please enter the password of the parent account to legitimize your request."] = "リクエストの確認のため、親アカウントのパスワードを入力してください。";
+$a->strings["Parent User"] = "親ユーザ";
+$a->strings["Parent users have total control about this account, including the account settings. Please double check whom you give this access."] = "親ユーザは、このアカウントについてアカウント設定を含む全ての権限を持ちます。 このアクセスを許可するユーザ名を再確認してください。";
+$a->strings["Save Settings"] = "設定を保存";
+$a->strings["Delegate Page Management"] = "ベージの管理を移譲";
+$a->strings["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."] = "移譲された人は、このアカウント/ページの管理について、基本的なアカウント設定を除いた、すべての権限を得ます。 完全に信頼していない人には、あなたの個人アカウントを移譲しないでください。";
+$a->strings["Existing Page Delegates"] = "既存のページの移譲";
+$a->strings["Potential Delegates"] = "移譲先の候補";
+$a->strings["Remove"] = "削除";
+$a->strings["Add"] = "追加";
+$a->strings["No entries."] = "エントリは有りません。";
+$a->strings["Post successful."] = "投稿しました。";
+$a->strings["Subscribing to OStatus contacts"] = "Ostatusコンタクトを購読しています。";
+$a->strings["No contact provided."] = "コンタクトは提供されていません。";
+$a->strings["Couldn't fetch information for contact."] = "コンタクトの情報を取得できませんでした。";
+$a->strings["Couldn't fetch friends for contact."] = "コンタクトの友達関係を取得できませんでした。";
+$a->strings["Done"] = "完了";
+$a->strings["success"] = "成功";
+$a->strings["failed"] = "失敗";
+$a->strings["ignored"] = "無視";
+$a->strings["Keep this window open until done."] = "ウィンドウを閉じずにお待ちください…";
+$a->strings["Permission denied"] = "必要な権限が有りません";
+$a->strings["Invalid profile identifier."] = "無効なプロフィールidentifierです。";
+$a->strings["Profile Visibility Editor"] = "プロフィールの公開範囲を編集";
+$a->strings["Profile"] = "プロフィール";
+$a->strings["Click on a contact to add or remove."] = "コンタクトをクリックして追加・削除";
+$a->strings["Visible To"] = "以下に公開しています";
+$a->strings["All Contacts (with secure profile access)"] = "すべてのコンタクト(保護されたアクセスを含む)";
+$a->strings["Account approved."] = "アカウントが認証されました。";
+$a->strings["Registration revoked for %s"] = "%s への登録は取り消されました";
+$a->strings["Please login."] = "ログインしてください。";
+$a->strings["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."] = "Friendicaノードで、ユーザーがアカウントを削除しました。 それらのデータがバックアップから削除されていることを確認してください。";
+$a->strings["The user id is %d"] = "ユーザIDは %d です";
+$a->strings["Remove My Account"] = "自分のアカウントを削除します";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "これにより、アカウントが完全に削除されます。 これが完了すると、回復できなくなります。";
+$a->strings["Please enter your password for verification:"] = "確認のため、あなたのパスワードを入力してください。";
+$a->strings["Resubscribing to OStatus contacts"] = "Ostatusコンタクトをもう一度購読します";
+$a->strings["Error"] = [
+       0 => "エラー",
+];
+$a->strings["Tag(s) removed"] = "タグ(達)が削除されました";
+$a->strings["Remove Item Tag"] = "タグの削除";
+$a->strings["Select a tag to remove: "] = "削除するタグを選択:";
+$a->strings["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."] = "このサイトは、1日あたりに許可されているアカウント登録数の上限を超えています。 明日再度お試しください。";
+$a->strings["Import"] = "インポート";
+$a->strings["Move account"] = "アカウントの移動";
+$a->strings["You can import an account from another Friendica server."] = "別の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."] = "古いサーバからアカウントをエクスポートして、このサーバにアップロードする必要があります。 アップロード後、このサーバが、すべてのコンタクト・元のアカウントを再作成します。 また、あなたがこのサーバに移転したことを友人にお知らせします。";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "この機能はまだ実験的なものです。 OStatusネットワーク(GNU Social / Statusnet)またはDiasporaからのコンタクトはインポートできません。";
+$a->strings["Account file"] = "アカウントファイル";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "アカウントをエクスポートするには、「設定」->「個人データのエクスポート」に進み、「アカウントのエクスポート」を選択します";
+$a->strings["You aren't following this contact."] = "あなたはこのコンタクトをフォローしていません";
+$a->strings["Unfollowing is currently not supported by your network."] = "現在、フォロー解除はあなたのネットワークではサポートされていません";
+$a->strings["Contact unfollowed"] = "コンタクトのフォロー解除";
+$a->strings["Disconnect/Unfollow"] = "接続・フォローを解除";
+$a->strings["Your Identity Address:"] = "あなたのIdentityアドレス:";
+$a->strings["Submit Request"] = "リクエストを送る";
+$a->strings["Profile URL"] = "プロフィールURL";
+$a->strings["Status Messages and Posts"] = "ステータスメッセージと投稿";
+$a->strings["[Embedded content - reload page to view]"] = "[埋め込みコンテンツ - ページを再読み込みして表示]";
+$a->strings["Invalid request."] = "無効なリクエストです。";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "すいません、サーバのPHP設定で許可されたサイズよりも大きいファイルをアップロードしている可能性があります。";
+$a->strings["Or - did you try to upload an empty file?"] = "または、空のファイルをアップロードしようとしていませんか?";
+$a->strings["File exceeds size limit of %s"] = "ファイルサイズ上限 %s を超えています。";
+$a->strings["File upload failed."] = "アップロードが失敗しました。";
+$a->strings["Image exceeds size limit of %s"] = "画像サイズ上限 %s を超えています。";
+$a->strings["Unable to process image."] = "画像を処理できません。";
+$a->strings["Wall Photos"] = "ウォール写真";
+$a->strings["Image upload failed."] = "画像アップロードに失敗しました。";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "一日のウォールメッセージ上限 %s 通を超えました。投稿できません。";
+$a->strings["No recipient selected."] = "宛先が未指定です。";
+$a->strings["Unable to check your home location."] = "あなたのホームロケーションを確認できません。";
+$a->strings["Message could not be sent."] = "メッセージを送信できませんでした。";
+$a->strings["Message collection failure."] = "メッセージの収集に失敗しました。";
+$a->strings["Message sent."] = "メッセージを送信しました。";
+$a->strings["No recipient."] = "宛先がありません。";
+$a->strings["Please enter a link URL:"] = "リンクURLを入力してください。";
+$a->strings["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."] = "%s からの返信を受け取りたい場合は、サイトのプライバシー設定で「不明な送信者からのプライベートメール」を許可しているか確認してください。";
+$a->strings["To:"] = "送信先:";
+$a->strings["Subject:"] = "件名";
+$a->strings["Your message:"] = "メッセージ";
+$a->strings["Insert web link"] = "webリンクを挿入";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "合致するキーワードが有りません。あなたの既定のプロフィールにキーワードを追加してください。";
+$a->strings["Connect"] = "つながる";
+$a->strings["first"] = "最初";
+$a->strings["next"] = "次";
+$a->strings["No matches"] = "一致する項目がありません";
+$a->strings["Profile Match"] = "一致するプロフィール";
+$a->strings["Profile not found."] = "プロフィールが見つかりません。";
+$a->strings["Profile deleted."] = "プロフィールが削除されました。";
+$a->strings["Profile-"] = "プロフィール - ";
+$a->strings["New profile created."] = "プロフィールを新規作成しました。";
+$a->strings["Profile unavailable to clone."] = "このプロフィールはクローンできません。";
+$a->strings["Profile Name is required."] = "プロフィール名が必要です。";
+$a->strings["Marital Status"] = "配偶者の有無";
+$a->strings["Romantic Partner"] = "恋愛関係にあるパートナー";
+$a->strings["Work/Employment"] = "勤務先";
+$a->strings["Religion"] = "宗教";
+$a->strings["Political Views"] = "政治観";
+$a->strings["Gender"] = "性別";
+$a->strings["Sexual Preference"] = "性的嗜好";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "ホームページ";
+$a->strings["Interests"] = "興味";
+$a->strings["Address"] = "住所";
+$a->strings["Location"] = "位置情報";
+$a->strings["Profile updated."] = "プロフィールを更新しました。";
+$a->strings["Hide contacts and friends:"] = "コンタクトや友人を非表示にする:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "このプロフィールの閲覧者からコンタクト/友達リストを非表示にしますか?";
+$a->strings["Show more profile fields:"] = "他のプロフィールフィールドを表示:";
+$a->strings["Profile Actions"] = "プロフィールアクション";
+$a->strings["Edit Profile Details"] = "プロフィールの詳細を編集";
+$a->strings["Submit"] = "提出する";
+$a->strings["Change Profile Photo"] = "プロフィール写真の変更";
+$a->strings["View this profile"] = "このプロフィールを見る";
+$a->strings["View all profiles"] = "すべてのプロフィールを表示";
+$a->strings["Edit visibility"] = "可視性を編集";
+$a->strings["Create a new profile using these settings"] = "これらの設定を使用して新しいプロフィールを作成します";
+$a->strings["Clone this profile"] = "このプロフィールを複製";
+$a->strings["Delete this profile"] = "このプロフィールを削除";
+$a->strings["Basic information"] = "基本情報";
+$a->strings["Profile picture"] = "プロフィールの写真";
+$a->strings["Preferences"] = "プリファレンス";
+$a->strings["Status information"] = "ステータス情報";
+$a->strings["Additional information"] = "追加情報";
+$a->strings["Personal"] = "パーソナル";
+$a->strings["Relation"] = "関係";
+$a->strings["Miscellaneous"] = "その他";
+$a->strings["Upload Profile Photo"] = "プロフィール写真をアップロード";
+$a->strings["Your Gender:"] = "あなたの性別:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span>婚姻:";
+$a->strings["Sexual Preference:"] = "性的嗜好:";
+$a->strings["Example: fishing photography software"] = "例:釣りを撮影するソフトウェア";
+$a->strings["Profile Name:"] = "プロフィール名:";
+$a->strings["Required"] = "必須";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "これはあなたの<strong>一般公開</strong>プロフィールです。<br />インターネットを使用している人なら誰でも<strong>見ることができます</strong>。";
+$a->strings["Your Full Name:"] = "あなたのフルネーム:";
+$a->strings["Title/Description:"] = "タイトル説明:";
+$a->strings["Street Address:"] = "住所:";
+$a->strings["Locality/City:"] = "地域/市:";
+$a->strings["Region/State:"] = "地域/州:";
+$a->strings["Postal/Zip Code:"] = "郵便番号:";
+$a->strings["Country:"] = "国:";
+$a->strings["Age: "] = "年齢:";
+$a->strings["Who: (if applicable)"] = "誰:(該当する場合)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "例:cathy123、Cathy Williams、cathy@example.com";
+$a->strings["Since [date]:"] = "[日付]以降:";
+$a->strings["Tell us about yourself..."] = "あなた自身について教えてください...";
+$a->strings["XMPP (Jabber) address:"] = "XMPP(Jabber)アドレス:";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "XMPPアドレスがコンタクトに伝達され、コンタクトがあなたをフォローできるようになります。";
+$a->strings["Homepage URL:"] = "ホームページのURL:";
+$a->strings["Hometown:"] = "出身地:";
+$a->strings["Political Views:"] = "政見:";
+$a->strings["Religious Views:"] = "宗教的見解:";
+$a->strings["Public Keywords:"] = "公開キーワード:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(友人を候補を提案するために使用ます。また他の人が見ることができます。)";
+$a->strings["Private Keywords:"] = "プライベートキーワード:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "(プロフィールの検索に使用され、他のユーザーには表示されません)";
+$a->strings["Likes:"] = "好きなもの:";
+$a->strings["Dislikes:"] = "嫌いなもの:";
+$a->strings["Musical interests"] = "音楽的興味";
+$a->strings["Books, literature"] = "本、文学";
+$a->strings["Television"] = "テレビ";
+$a->strings["Film/dance/culture/entertainment"] = "映画/ダンス/文化/エンターテイメント";
+$a->strings["Hobbies/Interests"] = "趣味/興味";
+$a->strings["Love/romance"] = "愛/ロマンス";
+$a->strings["Work/employment"] = "仕事/雇用";
+$a->strings["School/education"] = "学校教育";
+$a->strings["Contact information and Social Networks"] = "コンタクト情報とソーシャルネットワーク";
+$a->strings["Profile Image"] = "プロフィール画像";
+$a->strings["visible to everybody"] = "みんなに見える";
+$a->strings["Edit/Manage Profiles"] = "プロフィールの編集/管理";
+$a->strings["Change profile photo"] = "プロフィール写真を変更";
+$a->strings["Create New Profile"] = "新しいプロフィールを作成";
+$a->strings["Access denied."] = "アクセスが拒否されました。";
+$a->strings["Access to this profile has been restricted."] = "このプロフィールへのアクセスは制限されています。";
+$a->strings["Events"] = "イベント";
+$a->strings["View"] = "表示する";
+$a->strings["Previous"] = "前";
+$a->strings["Next"] = "次";
+$a->strings["today"] = "今日";
+$a->strings["month"] = "月";
+$a->strings["week"] = "週間";
+$a->strings["day"] = "日";
+$a->strings["list"] = "リスト";
+$a->strings["User not found"] = "ユーザーが見つかりません";
+$a->strings["This calendar format is not supported"] = "このカレンダー形式はサポートされていません";
+$a->strings["No exportable data found"] = "エクスポート可能なデータが見つかりません";
+$a->strings["calendar"] = "カレンダー";
+$a->strings["No contacts in common."] = "共通のコンタクトはありません。";
+$a->strings["Common Friends"] = "共通の友達";
+$a->strings["Public access denied."] = "パブリックアクセスが拒否されました。";
+$a->strings["Community option not available."] = "コミュニティオプションは利用できません。";
+$a->strings["Not available."] = "利用不可。";
+$a->strings["Local Community"] = "地域コミュニティ";
+$a->strings["Posts from local users on this server"] = "このサーバー上のローカルユーザーからの投稿";
+$a->strings["Global Community"] = "グローバルコミュニティ";
+$a->strings["Posts from users of the whole federated network"] = "フェデレーションネットワーク全体のユーザーからの投稿";
+$a->strings["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."] = "このコミュニティストリームには、このノードが受信したすべての一般公開投稿が表示されます。このノードのユーザーの意見を反映していない場合があります。";
+$a->strings["Contact settings applied."] = "コンタクト設定が適用されました。";
+$a->strings["Contact update failed."] = "コンタクトの更新に失敗しました。";
+$a->strings["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>警告:これは非常に高度です</strong>。誤った情報を入力すると、このコンタクトとのコミュニケーションが機能しなくなる場合があります。";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "このページで何をすべきかわからない場合は、ブラウザの \"戻る\" ボタンを *<strong>今すぐ</strong>*クリックしてください。";
+$a->strings["No mirroring"] = "ミラーリングなし";
+$a->strings["Mirror as forwarded posting"] = "転送された投稿としてミラー";
+$a->strings["Mirror as my own posting"] = "自分の投稿としてミラー";
+$a->strings["Return to contact editor"] = "コンタクトエディターに戻る";
+$a->strings["Refetch contact data"] = "コンタクトデータを再取得する";
+$a->strings["Remote Self"] = "リモートセルフ";
+$a->strings["Mirror postings from this contact"] = "このコンタクトからの投稿をミラーリングする";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "このコンタクトをremote_selfとしてマークすると、friendicaがこのコンタクトから新しいエントリを再投稿します。";
+$a->strings["Name"] = "名";
+$a->strings["Account Nickname"] = "アカウントのニックネーム";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - 名前/ニックネームをオーバーライドします";
+$a->strings["Account URL"] = "アカウントURL";
+$a->strings["Account URL Alias"] = "アカウントURLエイリアス";
+$a->strings["Friend Request URL"] = "フレンドリクエストURL";
+$a->strings["Friend Confirm URL"] = "友人確認URL";
+$a->strings["Notification Endpoint URL"] = "通知エンドポイントURL";
+$a->strings["Poll/Feed URL"] = "ポーリング/フィードURL";
+$a->strings["New photo from this URL"] = "このURLからの新しい写真";
+$a->strings["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."] = "リモートサイトから解釈できない応答がありました。";
+$a->strings["Unexpected response from remote site: "] = "リモートサイトからの予期しない応答:";
+$a->strings["Confirmation completed successfully."] = "確認が正常に完了しました。";
+$a->strings["Temporary failure. Please wait and try again."] = "一時的な障害。しばらくしてからもう一度お試しください。";
+$a->strings["Introduction failed or was revoked."] = "紹介が失敗したか取り消されました。";
+$a->strings["Remote site reported: "] = "報告されたリモートサイト:";
+$a->strings["No user record found for '%s' "] = "' %s 'のユーザーレコードが見つかりません";
+$a->strings["Our site encryption key is apparently messed up."] = "当サイトの暗号化キーが破損しているようです。";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "空のサイトURLが提供されたか、URLを解読できませんでした。";
+$a->strings["Contact record was not found for you on our site."] = "私たちのサイトでコンタクトレコードが見つかりませんでした。";
+$a->strings["Site public key not available in contact record for URL %s."] = "URL %sのコンタクトレコードに対応したサイトの公開鍵がありません。";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "あなたのシステムから提供されたIDは、このサーバ上で重複しています。再試行すると使えるかもしれません。";
+$a->strings["Unable to set your contact credentials on our system."] = "このサーバ上のあなたのコンタクトの資格情報を設定できません。";
+$a->strings["Unable to update your contact profile details on our system"] = "このサーバ上のあなたのコンタクトプロフィールの詳細を更新できません";
+$a->strings["[Name Withheld]"] = "[名前の差し止め]";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$sは%2\$s歓迎します";
+$a->strings["This introduction has already been accepted."] = "この紹介はすでに承諾されています。";
+$a->strings["Profile location is not valid or does not contain profile information."] = "プロフィールに書かれた場所が無効であるか、プロフィール情報が含まれていません。";
+$a->strings["Warning: profile location has no identifiable owner name."] = "警告:プロフィールに書かれた場所には識別可能な所有者名がありません。";
+$a->strings["Warning: profile location has no profile photo."] = "警告:プロフィールに書かれた場所にはプロフィール写真がありません。";
+$a->strings["%d required parameter was not found at the given location"] = [
+       0 => "指定された場所に%d必須パラメータが見つかりませんでした",
+];
+$a->strings["Introduction complete."] = "紹介が完了しました。";
+$a->strings["Unrecoverable protocol error."] = "回復不能なプロトコルエラー。";
+$a->strings["Profile unavailable."] = "プロフィールを利用できません。";
+$a->strings["%s has received too many connection requests today."] = "今日、 %sが受信したつながりリクエストが多すぎます。";
+$a->strings["Spam protection measures have been invoked."] = "スパム対策が呼び出されました。";
+$a->strings["Friends are advised to please try again in 24 hours."] = "24時間以内にもう一度お試しください。";
+$a->strings["Invalid locator"] = "無効なロケーター";
+$a->strings["You have already introduced yourself here."] = "あなたはすでにここで自己紹介しています。";
+$a->strings["Apparently you are already friends with %s."] = "どうやらあなたはすでに%sと友達です。";
+$a->strings["Invalid profile URL."] = "無効なプロフィールURL。";
+$a->strings["Disallowed profile URL."] = "許可されていないプロフィールURL。";
+$a->strings["Blocked domain"] = "ブロックされたドメイン";
+$a->strings["Failed to update contact record."] = "コンタクトレコードを更新できませんでした。";
+$a->strings["Your introduction has been sent."] = "紹介文が送信されました。";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "あなたのネットワークでリモートサブスクリプションを行うことはできません。あなたのシステム上で直接購読してください。";
+$a->strings["Please login to confirm introduction."] = "ログインして紹介を確認してください。";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "現在ログインしているIDが正しくありません。<strong>こちらの</strong>プロフィールにログインしてください。";
+$a->strings["Confirm"] = "確認する";
+$a->strings["Hide this contact"] = "このコンタクトを非表示";
+$a->strings["Welcome home %s."] = "おかえりなさい%s 。";
+$a->strings["Please confirm your introduction/connection request to %s."] = "%sへの紹介/接続リクエストを確認してください。";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "次のサポートされている通信ネットワークのいずれかから「IDアドレス」を入力してください。";
+$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>."] = "まだ'自由なソーシャルウェブ'のメンバーでない場合は、<a href=\"%s\">このリンクをクリックして、Friendicaの公開サイトを見つけて、今すぐ参加してください</a>。";
+$a->strings["Friend/Connection Request"] = "友達/接続リクエスト";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"] = "例: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de";
+$a->strings["Please answer the following:"] = "以下に答えてください。";
+$a->strings["Does %s know you?"] = "%sはあなたを知っていますか?";
+$a->strings["Add a personal note:"] = "個人メモを追加します。";
+$a->strings["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."] = "-このフォームは使用しないでください。代わりに、Diaspora検索バーに%sを入力してください。";
+$a->strings["The requested item doesn't exist or has been deleted."] = "要求されたアイテムは存在しないか、削除されました。";
+$a->strings["The feed for this item is unavailable."] = "このアイテムのフィードは利用できません。";
+$a->strings["Item not found"] = "アイテムが見つかりません";
+$a->strings["Edit post"] = "投稿を編集";
+$a->strings["Save"] = "保存する";
+$a->strings["web link"] = "ウェブリンク";
+$a->strings["Insert video link"] = "ビデオリンクを挿入";
+$a->strings["video link"] = "ビデオリンク";
+$a->strings["Insert audio link"] = "オーディオリンクを挿入";
+$a->strings["audio link"] = "オーディオリンク";
+$a->strings["CC: email addresses"] = "CC:メールアドレス";
+$a->strings["Example: bob@example.com, mary@example.com"] = "例:bob @ example.com、mary @ example.com";
+$a->strings["Event can not end before it has started."] = "イベントは開始する前に終了できません。";
+$a->strings["Event title and start time are required."] = "イベントのタイトルと開始時間が必要です。";
+$a->strings["Create New Event"] = "新しいイベントを作成";
+$a->strings["Event details"] = "イベントの詳細";
+$a->strings["Starting date and Title are required."] = "開始日とタイトルが必要です。";
+$a->strings["Event Starts:"] = "イベント開始:";
+$a->strings["Finish date/time is not known or not relevant"] = "終了日時が不明であるか、関連性がない";
+$a->strings["Event Finishes:"] = "イベント終了:";
+$a->strings["Adjust for viewer timezone"] = "視聴者のタイムゾーンに合わせて調整する";
+$a->strings["Description:"] = "説明:";
+$a->strings["Location:"] = "ロケーション:";
+$a->strings["Title:"] = "タイトル:";
+$a->strings["Share this event"] = "このイベントを共有する";
+$a->strings["Basic"] = "ベーシック";
+$a->strings["Advanced"] = "高度な";
+$a->strings["Permissions"] = "許可";
+$a->strings["Failed to remove event"] = "イベントを削除できませんでした";
+$a->strings["Event removed"] = "イベントを削除しました";
+$a->strings["Photos"] = "写真";
+$a->strings["Contact Photos"] = "コンタクトの写真";
+$a->strings["Upload"] = "アップロードする";
+$a->strings["Files"] = "ファイル";
+$a->strings["The contact could not be added."] = "コンタクトを追加できませんでした。";
+$a->strings["You already added this contact."] = "このコンタクトは既に追加されています。";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diasporaのサポートは有効になっていません。コンタクトを追加できません。";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatusサポートは無効です。コンタクトを追加できません。";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "ネットワークタイプを検出できませんでした。コンタクトを追加できません。";
+$a->strings["Tags:"] = "タグ:";
+$a->strings["Suggested contact not found."] = "推奨コンタクトが見つかりません。";
+$a->strings["Friend suggestion sent."] = "友達の提案が送信されました。";
+$a->strings["Suggest Friends"] = "友人を示唆しています";
+$a->strings["Suggest a friend for %s"] = "%s友達を提案する";
+$a->strings["No profile"] = "プロフィールなし";
+$a->strings["Unable to locate original post."] = "元の投稿が見つかりません。";
+$a->strings["Empty post discarded."] = "空の投稿は破棄されました。";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "このメッセージは、Friendicaソーシャルネットワークのメンバーである%sから送信されました。";
+$a->strings["You may visit them online at %s"] = "あなたは%sでそれらをオンラインで訪れることができます";
+$a->strings["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が更新を投稿しました。";
+$a->strings["Remote privacy information not available."] = "リモートプライバシー情報は利用できません。";
+$a->strings["Visible to:"] = "に表示:";
+$a->strings["Followers"] = "フォロワー";
+$a->strings["Mutuals"] = "相互";
+$a->strings["No valid account found."] = "有効なアカウントが見つかりません。";
+$a->strings["Password reset request issued. 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アカウントをリセットするため%2\$sリクエストが\" %2\$s \"で最近受信されました\n\t\tpassword。このリクエストを確認するには、確認リンクを選択してください\n\t\t以下またはウェブブラウザのアドレスバーに貼り付けてください。\n\n\t\tこの変更をリクエストしていない場合は、リンクをたどらないでください\n\t\tこのメールを提供し、無視および/または削除すると、リクエストはまもなく期限切れになります。\n\n\t\tこのリクエストを発行したことを確認できない限り、パスワードは変更されません。";
+$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\tこのリンクをたどって本人確認を行ってください:\n\n\t\t%1\$s\n\n\t\t新しいパスワードを含むフォローアップメッセージが届きます。\n\t\tログイン後にアカウント設定ページからそのパスワードを変更できます。\n\n\t\tログインの詳細は次のとおりです。\n\n\t\tサイトの場所:\t%2\$s\n\t\tログイン名:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "パスワードのリセット要求が有りました:  %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "リクエストを確認できませんでした。 (以前に送信した可能性があります。)パスワードのリセットに失敗しました。";
+$a->strings["Request has expired, please make a new one."] = "リクエストの有効期限が切れています。新しいものを作成してください。";
+$a->strings["Forgot your Password?"] = "パスワードをお忘れですか?";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "メールアドレスを入力して送信し、パスワードをリセットしてください。その後、メールで詳細な手順を確認してください。";
+$a->strings["Nickname or Email: "] = "ニックネームまたはメール:";
+$a->strings["Reset"] = "リセットする";
+$a->strings["Password Reset"] = "パスワードのリセット";
+$a->strings["Your password has been reset as requested."] = "パスワードは要求どおりにリセットされました。";
+$a->strings["Your new password is"] = "新しいパスワードは";
+$a->strings["Save or copy your new password - and then"] = "新しいパスワードを保存またはコピーします-その後";
+$a->strings["click here to login"] = "ここをクリックしてログイン";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "ログインに成功すると、パスワードは<em>設定</em>ページから変更される場合があります。";
+$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\tパスワードは要求に応じて変更されました。記録のためにこの情報を保持してください(または、パスワードをすぐに覚えているものに変更してください)。\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\tログインの詳細は次のとおりです:\n\n\t\t\tサイトの場所:\t%1\$s\n\t\t\tログイン名:\t%2\$s\n\t\t\tパスワード:\t%3\$s\n\n\t\t\tログイン後にアカウント設定ページからパスワードを変更できます。\n\t\t";
+$a->strings["Your password has been changed at %s"] = "パスワードは%s変更されました";
+$a->strings["Manage Identities and/or Pages"] = "IDやページを管理する";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "アカウントの詳細を共有する、または「管理」権限が付与されているさまざまなIDまたはコミュニティ/グループページを切り替える";
+$a->strings["Select an identity to manage: "] = "管理するIDを選択します。";
+$a->strings["New Message"] = "新しいメッセージ";
+$a->strings["Unable to locate contact information."] = "コンタクト情報が見つかりません。";
+$a->strings["Discard"] = "捨てる";
+$a->strings["Messages"] = "メッセージ";
+$a->strings["Do you really want to delete this message?"] = "このメッセージを本当に削除しますか?";
+$a->strings["Conversation not found."] = "会話が見つかりません。";
+$a->strings["Message deleted."] = "メッセージを削除しました。";
+$a->strings["Conversation removed."] = "会話を削除しました。";
+$a->strings["No messages."] = "メッセージはありません。";
+$a->strings["Message not available."] = "メッセージは利用できません。";
+$a->strings["Delete message"] = "メッセージを削除";
+$a->strings["D, d M Y - g:i A"] = "D、d MY-g:i A";
+$a->strings["Delete conversation"] = "会話を削除";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "安全な通信は利用できません。送信者のプロフィールページから返信できる<strong>場合が</strong>あります。";
+$a->strings["Send Reply"] = "返信する";
+$a->strings["Unknown sender - %s"] = "不明な送信者です - %s";
+$a->strings["You and %s"] = "あなたと%s";
+$a->strings["%s and You"] = "%sとあなた";
+$a->strings["%d message"] = [
+       0 => "%dメッセージ",
+];
+$a->strings["Remove term"] = "用語を削除";
+$a->strings["Saved Searches"] = "保存された検索";
+$a->strings["add"] = "加える";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = [
+       0 => "警告:このグループには、非公開メッセージを許可しないネットワーク上の %s 人のメンバーが含まれています。",
+];
+$a->strings["Messages in this group won't be send to these receivers."] = "このグループのメッセージは、これらの受信者には送信されません。";
+$a->strings["No such group"] = "そのようなグループはありません";
+$a->strings["Group is empty"] = "グループは空です";
+$a->strings["Group: %s"] = "グループ: %s";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "この人へのプライベートメッセージは、公開される危険があります。";
+$a->strings["Invalid contact."] = "無効なコンタクト。";
+$a->strings["Commented Order"] = "コメント付きの注文";
+$a->strings["Sort by Comment Date"] = "コメントの日付で並べ替え";
+$a->strings["Posted Order"] = "投稿注文";
+$a->strings["Sort by Post Date"] = "投稿日で並べ替え";
+$a->strings["Posts that mention or involve you"] = "あなたに言及または関与している投稿";
+$a->strings["New"] = "新しい";
+$a->strings["Activity Stream - by date"] = "アクティビティストリーム-日付別";
+$a->strings["Shared Links"] = "共有リンク";
+$a->strings["Interesting Links"] = "興味深いリンク";
+$a->strings["Starred"] = "スター付き";
+$a->strings["Favourite Posts"] = "お気に入りの投稿";
+$a->strings["Personal Notes"] = "個人メモ";
+$a->strings["Invalid request identifier."] = "無効なリクエスト識別子。";
+$a->strings["Notifications"] = "通知";
+$a->strings["Network Notifications"] = "ネットワーク通知";
+$a->strings["System Notifications"] = "システム通知";
+$a->strings["Personal Notifications"] = "個人的な通知";
+$a->strings["Home Notifications"] = "ホーム通知";
+$a->strings["Show unread"] = "未読を表示";
+$a->strings["Show all"] = "すべて表示する";
+$a->strings["Show Ignored Requests"] = "無視されたリクエストを表示";
+$a->strings["Hide Ignored Requests"] = "無視されたリクエストを隠す";
+$a->strings["Notification type:"] = "通知タイプ:";
+$a->strings["Suggested by:"] = "によって提案されました:";
+$a->strings["Hide this contact from others"] = "このコンタクトを他の人から隠す";
+$a->strings["Approve"] = "承認する";
+$a->strings["Claims to be known to you: "] = "あなたに知られているという主張:";
+$a->strings["yes"] = "はい";
+$a->strings["no"] = "いや";
+$a->strings["Shall your connection be bidirectional 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."] = "受け入れ%s友人などができます%sあなたの記事を購読すると、あなたもあなたのニュースフィードにそれらから更新を受信します。";
+$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."] = "購読者として%sを受け入れると、投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。";
+$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."] = "共有者として%sを受け入れると、彼らはあなたの投稿を購読できますが、ニュースフィードでそれらから更新を受け取ることはできません。";
+$a->strings["Friend"] = "ともだち";
+$a->strings["Sharer"] = "共有者";
+$a->strings["Subscriber"] = "加入者";
+$a->strings["About:"] = "約:";
+$a->strings["Gender:"] = "性別:";
+$a->strings["Network:"] = "ネットワーク:";
+$a->strings["No introductions."] = "紹介はありません。";
+$a->strings["No more %s notifications."] = "これ以上%s通知はありません。";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenIDプロトコルエラー。 IDは返されません。";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "このサイトではアカウントが見つからず、OpenIDの登録は許可されていません。";
+$a->strings["Login failed."] = "ログインに失敗しました。";
+$a->strings["Photo Albums"] = "フォトアルバム";
+$a->strings["Recent Photos"] = "最近の写真";
+$a->strings["Upload New Photos"] = "新しい写真をアップロード";
+$a->strings["everybody"] = "みなさん";
+$a->strings["Contact information unavailable"] = "コンタクト情報は利用できません";
+$a->strings["Album not found."] = "アルバムが見つかりません。";
+$a->strings["Album successfully deleted"] = "アルバムを削除しました";
+$a->strings["Album was empty."] = "アルバムは空でした。";
+$a->strings["a photo"] = "写真";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$sが%2\$sで%3\$sによってタグ付けされました";
+$a->strings["Image upload didn't complete, please try again"] = "画像のアップロードが完了しませんでした。もう一度お試しください";
+$a->strings["Image file is missing"] = "画像ファイルがありません";
+$a->strings["Server can't accept new file upload at this time, please contact your administrator"] = "サーバーは現在、新しいファイルのアップロードを受け入れられません。管理者に連絡してください";
+$a->strings["Image file is empty."] = "画像ファイルが空です。";
+$a->strings["No photos selected"] = "写真が選択されていません";
+$a->strings["Access to this item is restricted."] = "このアイテムへのアクセスは制限されています。";
+$a->strings["Upload Photos"] = "写真をアップロードする";
+$a->strings["New album name: "] = "新しいアルバム名:";
+$a->strings["or select existing album:"] = "または既存のアルバムを選択:";
+$a->strings["Do not show a status post for this upload"] = "このアップロードのステータス投稿を表示しません";
+$a->strings["Show to Groups"] = "グループに表示";
+$a->strings["Show to Contacts"] = "コンタクトに表示";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "このフォトアルバムとそのすべての写真を本当に削除しますか?";
+$a->strings["Delete Album"] = "アルバムを削除";
+$a->strings["Edit Album"] = "アルバムを編集";
+$a->strings["Drop Album"] = "ドロップアルバム";
+$a->strings["Show Newest First"] = "最新を最初に表示";
+$a->strings["Show Oldest First"] = "最も古いものを最初に表示";
+$a->strings["View Photo"] = "写真を見る";
+$a->strings["Permission denied. Access to this item may be restricted."] = "アクセス拒否。このアイテムへのアクセスは制限される場合があります。";
+$a->strings["Photo not available"] = "写真は利用できません";
+$a->strings["Do you really want to delete this photo?"] = "この写真を本当に削除しますか?";
+$a->strings["Delete Photo"] = "写真を削除";
+$a->strings["View photo"] = "写真を見る";
+$a->strings["Edit photo"] = "写真を編集する";
+$a->strings["Delete photo"] = "写真を削除";
+$a->strings["Use as profile photo"] = "プロフィール写真として使用";
+$a->strings["Private Photo"] = "プライベート写真";
+$a->strings["View Full Size"] = "フルサイズを表示";
+$a->strings["Tags: "] = "タグ:";
+$a->strings["[Select tags to remove]"] = "[削除するタグを選択]";
+$a->strings["New album name"] = "新しいアルバム名";
+$a->strings["Caption"] = "キャプション";
+$a->strings["Add a Tag"] = "タグを追加する";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "例:@ bob、@ Barbara_Jensen、@ jim @ example.com、#California、#camping";
+$a->strings["Do not rotate"] = "回転させないでください";
+$a->strings["Rotate CW (right)"] = "CWを回転(右)";
+$a->strings["Rotate CCW (left)"] = "CCWを回転(左)";
+$a->strings["I like this (toggle)"] = "私はこれが好きです(トグル)";
+$a->strings["I don't like this (toggle)"] = "気に入らない(トグル)";
+$a->strings["This is you"] = "これはあなたです";
+$a->strings["Comment"] = "コメント";
+$a->strings["Map"] = "地図";
+$a->strings["View Album"] = "アルバムを見る";
+$a->strings["{0} wants to be your friend"] = "{0}は友達になりたい";
+$a->strings["{0} requested registration"] = "{0}は登録をリクエストしました";
+$a->strings["Poke/Prod"] = "突く/製品";
+$a->strings["poke, prod or do other things to somebody"] = "誰かに突く、突く、または他のことをする";
+$a->strings["Recipient"] = "受取人";
+$a->strings["Choose what you wish to do to recipient"] = "受信者にしたいことを選択してください";
+$a->strings["Make this post private"] = "この投稿を非公開にします";
+$a->strings["Image uploaded but image cropping failed."] = "画像はアップロードされましたが、画像の切り取りに失敗しました。";
+$a->strings["Image size reduction [%s] failed."] = "画像サイズの縮小[ %s ]に失敗しました。";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "新しい写真がすぐに表示されない場合は、Shiftキーを押しながらページをリロードするか、ブラウザーのキャッシュをクリアします。";
+$a->strings["Unable to process image"] = "画像を処理できません";
+$a->strings["Upload File:"] = "ファイルをアップロードする:";
+$a->strings["Select a profile:"] = "プロフィールを選択:";
+$a->strings["or"] = "または";
+$a->strings["skip this step"] = "このステップを飛ばす";
+$a->strings["select a photo from your photo albums"] = "フォトアルバムから写真を選択する";
+$a->strings["Crop Image"] = "クロップ画像";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "最適な表示になるように画像のトリミングを調整してください。";
+$a->strings["Done Editing"] = "編集完了";
+$a->strings["Image uploaded successfully."] = "画像が正常にアップロードされました。";
+$a->strings["Only logged in users are permitted to perform a search."] = "ログインしたユーザーのみが検索を実行できます。";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "ログインしていないユーザーには、1分間に1つの検索のみが許可されます。";
+$a->strings["Search"] = "サーチ";
+$a->strings["Items tagged with: %s"] = "タグ付けされたアイテム: %s";
+$a->strings["Results for: %s"] = "結果: %s";
+$a->strings["Account"] = "アカウント";
+$a->strings["Two-factor authentication"] = "二要素認証";
+$a->strings["Profiles"] = "プロフィール";
+$a->strings["Additional features"] = "追加機能";
+$a->strings["Display"] = "表示";
+$a->strings["Social Networks"] = "ソーシャルネットワーク";
+$a->strings["Addons"] = "アドオン";
+$a->strings["Delegations"] = "代表団";
+$a->strings["Connected apps"] = "接続されたアプリ";
+$a->strings["Export personal data"] = "個人データのエクスポート";
+$a->strings["Remove account"] = "アカウントを削除";
+$a->strings["Settings"] = "設定";
+$a->strings["Missing some important data!"] = "重要なデータがありません!";
+$a->strings["Update"] = "更新";
+$a->strings["Failed to connect with email account using the settings provided."] = "提供された設定を使用してメールアカウントに接続できませんでした。";
+$a->strings["Email settings updated."] = "メール設定が更新されました。";
+$a->strings["Features updated"] = "更新された機能";
+$a->strings["The theme you chose isn't available."] = "選択したテーマは使用できません。";
+$a->strings["Relocate message has been send to your contacts"] = "再配置メッセージがコンタクトに送信されました";
+$a->strings["Passwords do not match."] = "パスワードが一致していません。";
+$a->strings["Password update failed. Please try again."] = "パスワードの更新に失敗しました。もう一度試してください。";
+$a->strings["Password changed."] = "パスワード変更済み。";
+$a->strings["Password unchanged."] = "パスワードは変更されていません。";
+$a->strings[" Please use a shorter name."] = "短い名前を使用してください。";
+$a->strings[" Name too short."] = "名前が短すぎます。";
+$a->strings["Wrong Password"] = "間違ったパスワード";
+$a->strings["Invalid email."] = "無効なメール。";
+$a->strings["Cannot change to that email."] = "そのメールに変更できません。";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "プライベートフォーラムにはプライバシー権限がありません。デフォルトのプライバシーグループを使用します。";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "プライベートフォーラムにはプライバシー権限がなく、デフォルトのプライバシーグループもありません。";
+$a->strings["Settings updated."] = "設定が更新されました。";
+$a->strings["Add application"] = "アプリケーションを追加";
+$a->strings["Consumer Key"] = "消費者キー";
+$a->strings["Consumer Secret"] = "消費者の秘密";
+$a->strings["Redirect"] = "リダイレクト";
+$a->strings["Icon url"] = "アイコンのURL";
+$a->strings["You can't edit this application."] = "このアプリケーションを編集することはできません。";
+$a->strings["Connected Apps"] = "接続されたアプリ";
+$a->strings["Edit"] = "編集";
+$a->strings["Client key starts with"] = "クライアントキーで始まる";
+$a->strings["No name"] = "ノーネーム";
+$a->strings["Remove authorization"] = "承認を削除";
+$a->strings["No Addon settings configured"] = "アドオン設定は構成されていません";
+$a->strings["Addon Settings"] = "アドオン設定";
+$a->strings["Off"] = "オフ";
+$a->strings["On"] = "に";
+$a->strings["Additional Features"] = "追加機能";
+$a->strings["Diaspora"] = "ディアスポラ";
+$a->strings["enabled"] = "有効";
+$a->strings["disabled"] = "障害者";
+$a->strings["Built-in support for %s connectivity is %s"] = "%s接続の組み込みサポートは%s";
+$a->strings["GNU Social (OStatus)"] = "GNU Social(OStatus)";
+$a->strings["Email access is disabled on this site."] = "このサイトではメールアクセスが無効になっています。";
+$a->strings["General Social Media Settings"] = "一般的なソーシャルメディア設定";
+$a->strings["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."] = "システムは、コメントが到着するとスレッドの自動補完を行います。これには、非フォロワーによって開始されたが、フォローしているユーザーによってコメントされた投稿を受信できるという副作用があります。この設定により、この動作が無効になります。有効にすると、あなたが本当にフォローしている人からの投稿のみを厳密に受け取ります。";
+$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["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コンタクトのデフォルトグループ";
+$a->strings["Your legacy GNU Social account"] = "レガシーGNU Socialアカウント";
+$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."] = "ここに古いGNU Social / Statusnetアカウント名を入力すると(user@domain.tldの形式で)、コンタクトが自動的に追加されます。完了すると、フィールドは空になります。";
+$a->strings["Repair OStatus subscriptions"] = "OStatusサブスクリプションを修復する";
+$a->strings["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."] = "このサービス(オプション)を使用してメールコンタクトと通信する場合は、メールボックスへの接続方法を指定してください。";
+$a->strings["Last successful email check:"] = "最後に成功したメールチェック:";
+$a->strings["IMAP server name:"] = "IMAPサーバー名:";
+$a->strings["IMAP port:"] = "IMAPポート:";
+$a->strings["Security:"] = "セキュリティ:";
+$a->strings["None"] = "無し";
+$a->strings["Email login name:"] = "メールのログイン名:";
+$a->strings["Email password:"] = "メールのパスワード:";
+$a->strings["Reply-to address:"] = "返信先アドレス:";
+$a->strings["Send public posts to all email contacts:"] = "すべてのメールコンタクトに一般公開投稿を送信します。";
+$a->strings["Action after import:"] = "インポート後のアクション:";
+$a->strings["Mark as seen"] = "見られるようにマークする";
+$a->strings["Move to folder"] = "フォルダへ移動";
+$a->strings["Move to folder:"] = "フォルダへ移動:";
+$a->strings["No special theme for mobile devices"] = "モバイルデバイス向けの特別なテーマはありません";
+$a->strings["%s - (Unsupported)"] = "%s (サポートされていません)";
+$a->strings["%s - (Experimental)"] = "%s (実験的)";
+$a->strings["Sunday"] = "日曜日";
+$a->strings["Monday"] = "月曜";
+$a->strings["Display Settings"] = "ディスプレイの設定";
+$a->strings["Display Theme:"] = "ディスプレイテーマ:";
+$a->strings["Mobile Theme:"] = "モバイルテーマ:";
+$a->strings["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."] = "\"現在のグループに非公開の投稿を受信できないネットワークのメンバーが含まれている\"という警告をシステムが抑制した場合。";
+$a->strings["Update browser every xx seconds"] = "xx秒ごとにブラウザーを更新する";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "10秒以上。 -1を入力して無効にします。";
+$a->strings["Number of items to display per page:"] = "ページごとに表示するアイテムの数:";
+$a->strings["Maximum of 100 items"] = "最大100アイテム";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "モバイルデバイスから表示したときにページごとに表示するアイテムの数:";
+$a->strings["Don't show emoticons"] = "絵文字を表示しない";
+$a->strings["Calendar"] = "カレンダー";
+$a->strings["Beginning of week:"] = "週の始まり:";
+$a->strings["Don't show notices"] = "通知を表示しない";
+$a->strings["Infinite scroll"] = "無限スクロール";
+$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["Smart Threading"] = "スマートスレッド";
+$a->strings["When enabled, suppress extraneous thread indentation while keeping it where it matters. Only works if threading is available and enabled."] = "有効にすると、無関係なスレッドのインデントを抑制し、重要な場所に保持します。スレッドが使用可能で有効になっている場合にのみ機能します。";
+$a->strings["General Theme Settings"] = "一般的なテーマ設定";
+$a->strings["Custom Theme Settings"] = "カスタムテーマ設定";
+$a->strings["Content Settings"] = "コンテンツ設定";
+$a->strings["Theme settings"] = "テーマ設定";
+$a->strings["Unable to find your profile. Please contact your admin."] = "プロフィールが見つかりません。管理者に連絡してください。";
+$a->strings["Account Types"] = "アカウントの種類";
+$a->strings["Personal Page Subtypes"] = "個人ページのサブタイプ";
+$a->strings["Community Forum Subtypes"] = "コミュニティフォーラムのサブタイプ";
+$a->strings["Personal Page"] = "個人ページ";
+$a->strings["Account for a personal profile."] = "個人プロフィールを説明します。";
+$a->strings["Organisation Page"] = "組織ページ";
+$a->strings["Account for an organisation that automatically approves contact requests as \"Followers\"."] = "コンタクトリクエストを「フォロワー」として自動的に承認する組織のアカウント。";
+$a->strings["News Page"] = "ニュースページ";
+$a->strings["Account for a news reflector that automatically approves contact requests as \"Followers\"."] = "コンタクトのリクエストを「フォロワー」として自動的に承認するニュースリフレクターのアカウント。";
+$a->strings["Community Forum"] = "コミュニティフォーラム";
+$a->strings["Account for community discussions."] = "コミュニティディスカッションのアカウント。";
+$a->strings["Normal Account Page"] = "通常のアカウントページ";
+$a->strings["Account for a regular personal profile that requires manual approval of \"Friends\" and \"Followers\"."] = "\"Friends \"および\"Followers \"の手動承認を必要とする通常の個人プロフィールのアカウント。";
+$a->strings["Soapbox Page"] = "Soapboxページ";
+$a->strings["Account for a public profile that automatically approves contact requests as \"Followers\"."] = "コンタクトリクエストを「フォロワー」として自動的に承認する一般公開プロフィールのアカウント。";
+$a->strings["Public Forum"] = "一般公開フォーラム";
+$a->strings["Automatically approves all contact requests."] = "すべてのコンタクトリクエストを自動的に承認します。";
+$a->strings["Automatic Friend Page"] = "自動友達ページ";
+$a->strings["Account for a popular profile that automatically approves contact requests as \"Friends\"."] = "コンタクトのリクエストを「フレンド」として自動的に承認する人気のあるプロフィールのアカウント。";
+$a->strings["Private Forum [Experimental]"] = "プライベートフォーラム[実験的]";
+$a->strings["Requires manual approval of contact requests."] = "コンタクトリクエストの手動承認が必要です。";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(オプション)このOpenIDがこのアカウントにログインできるようにします。";
+$a->strings["Publish your default profile in your 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."] = "プロフィールはこのノードの<a href=\"%s\">ローカルディレクトリ</a>で公開されます。システム設定によっては、プロフィールの詳細が公開される場合があります。";
+$a->strings["Publish your default profile in the global social 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."] = "あなたのプロフィールはグローバルなFriendicaディレクトリに公開されます(例:<a href=\"%s\"> %s </a>)。あなたのプロフィールは一般公開されます。";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "デフォルトプロフィールの閲覧者からコンタクト/友人リストを非表示にしますか?";
+$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"] = "コンタクトリストは、既定のプロフィールページに表示されません。作成する追加のプロフィールごとにコンタクトリストを個別に表示することを決定できます";
+$a->strings["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."] = "匿名の訪問者には、プロフィールページで使用しているプロフィール写真、表示名、ニックネームのみが表示されます。一般公開の投稿と返信には、他の方法で引き続きアクセスできます。";
+$a->strings["Allow friends to post to your profile page?"] = "友人があなたのプロフィールページに投稿することを許可しますか?";
+$a->strings["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?"] = "友達があなたの投稿にタグを付けることを許可しますか?";
+$a->strings["Your contacts can add additional tags to your posts."] = "コンタクトは、投稿にタグを追加できます。";
+$a->strings["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."] = "必要に応じて、Friendicaはコンタクトとしてあなたを追加する新しいメンバーを提案する場合があります。";
+$a->strings["Permit unknown people to send you private mail?"] = "知らない人にプライベートメールを送ることを許可しますか?";
+$a->strings["Friendica network users may send you private messages even if they are not in your contact list."] = "Friendicaネットワークユーザーは、コンタクトリストにない場合でもプライベートメッセージを送信する場合があります。";
+$a->strings["Profile is <strong>not published</strong>."] = "プロフィールは<strong>公開されていません</strong>。";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "IDアドレスは<strong> ' %s ' </strong>または ' %s 'です。";
+$a->strings["Automatically expire posts after this many days:"] = "この数日後に投稿を自動的に期限切れにします:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "空の場合、投稿は期限切れになりません。期限切れの投稿は削除されます";
+$a->strings["Advanced expiration settings"] = "高度な有効期限設定";
+$a->strings["Advanced Expiration"] = "高度な有効期限";
+$a->strings["Expire posts:"] = "投稿の有効期限:";
+$a->strings["Expire personal notes:"] = "個人メモの有効期限:";
+$a->strings["Expire starred posts:"] = "スター付き投稿を期限切れにする:";
+$a->strings["Expire photos:"] = "写真の有効期限:";
+$a->strings["Only expire posts by others:"] = "他のユーザーによる投稿のみを期限切れにする:";
+$a->strings["Account Settings"] = "アカウント設定";
+$a->strings["Password Settings"] = "パスワード設定";
+$a->strings["New Password:"] = "新しいパスワード:";
+$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "使用できる文字は、a〜z、A〜Z、0〜9、および空白、アクセント文字、コロン(:)を除く特殊文字です。";
+$a->strings["Confirm:"] = "確認:";
+$a->strings["Leave password fields blank unless changing"] = "変更しない限り、パスワードフィールドは空白のままにしてください";
+$a->strings["Current Password:"] = "現在のパスワード:";
+$a->strings["Your current password to confirm the changes"] = "変更を確認するための現在のパスワード";
+$a->strings["Password:"] = "パスワード:";
+$a->strings["Basic Settings"] = "基本設定";
+$a->strings["Full Name:"] = "フルネーム:";
+$a->strings["Email Address:"] = "電子メールアドレス:";
+$a->strings["Your Timezone:"] = "あなたのタイムゾーン:";
+$a->strings["Your Language:"] = "あなたの言語:";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "friendicaインターフェイスを表示し、メールを送信するために使用する言語を設定します";
+$a->strings["Default Post Location:"] = "デフォルトの投稿場所:";
+$a->strings["Use Browser Location:"] = "ブラウザのロケーションを使用:";
+$a->strings["Security and Privacy Settings"] = "セキュリティとプライバシーの設定";
+$a->strings["Maximum Friend Requests/Day:"] = "1日あたりの友達リクエスト上限:";
+$a->strings["(to prevent spam abuse)"] = "(スパムの悪用を防ぐため)";
+$a->strings["Default Post Permissions"] = "投稿の既定の権限";
+$a->strings["(click to open/close)"] = "(クリックして開く・閉じる)";
+$a->strings["Default Private Post"] = "既定のプライベート投稿";
+$a->strings["Default Public Post"] = "既定の一般公開投稿";
+$a->strings["Default Permissions for New Posts"] = "新しい投稿の既定の権限";
+$a->strings["Maximum private messages per day from unknown people:"] = "不明な人からの 1日あたりのプライベートメッセージ上限:";
+$a->strings["Notification Settings"] = "通知設定";
+$a->strings["Send a notification email when:"] = "次の場合に通知メールを送信します。";
+$a->strings["You receive an introduction"] = "紹介を受けます";
+$a->strings["Your introductions are confirmed"] = "あなたの紹介が確認されました";
+$a->strings["Someone writes on your profile wall"] = "誰かがあなたのプロフィールウォールに書き込みます";
+$a->strings["Someone writes a followup comment"] = "誰かがフォローアップコメントを書く";
+$a->strings["You receive a private message"] = "プライベートメッセージを受け取ります";
+$a->strings["You receive a friend suggestion"] = "友達の提案を受け取ります";
+$a->strings["You are tagged in a post"] = "あなたは投稿でタグ付けされています";
+$a->strings["You are poked/prodded/etc. in a post"] = "あなたは突かれた/突かれた/などです。投稿で";
+$a->strings["Activate desktop notifications"] = "デスクトップ通知を有効にする";
+$a->strings["Show desktop popup on new notifications"] = "新しい通知にデスクトップポップアップを表示する";
+$a->strings["Text-only notification emails"] = "テキストのみの通知メール";
+$a->strings["Send text only notification emails, without the html part"] = "HTML部分なしで、テキストのみの通知メールを送信します";
+$a->strings["Show detailled notifications"] = "詳細な通知を表示";
+$a->strings["Per default, notifications are condensed to a single notification per item. When enabled every notification is displayed."] = "デフォルトでは、通知はアイテムごとに1つの通知にまとめられます。有効にすると、すべての通知が表示されます。";
+$a->strings["Advanced Account/Page Type Settings"] = "アカウント/ページタイプの詳細設定";
+$a->strings["Change the behaviour of this account for special situations"] = "特別な状況でこのアカウントの動作を変更する";
+$a->strings["Relocate"] = "再配置";
+$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."] = "このプロフィールを別のサーバーから移動し、コンタクトの一部が更新を受信しない場合は、このボタンを押してみてください。";
+$a->strings["Resend relocate message to contacts"] = "再配置メッセージをコンタクトに再送信する";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$sは%2\$sの%3\$s をフォローしています";
+$a->strings["Contact suggestion successfully ignored."] = "コンタクトの提案は無視されました。";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "利用可能な提案はありません。新しいサイトの場合は、24時間後にもう一度お試しください。";
+$a->strings["Do you really want to delete this suggestion?"] = "この提案を本当に削除しますか?";
+$a->strings["Ignore/Hide"] = "無視/非表示";
+$a->strings["Friend Suggestions"] = "友達の提案";
+$a->strings["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."] = "アカウント情報とコンタクトをエクスポートします。これを使用して、アカウントのバックアップを作成したり、別のサーバーに移動したりします。";
+$a->strings["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)"] = "アカウント情報、コンタクト、すべてのアイテムをjsonとしてエクスポートします。非常に大きなファイルになる可能性があり、時間がかかる可能性があります。これを使用して、アカウントの完全バックアップを作成します(写真はエクスポートされません)";
+$a->strings["No videos selected"] = "動画が選択されていません";
+$a->strings["View Video"] = "ビデオを見る";
+$a->strings["Recent Videos"] = "最近の動画";
+$a->strings["Upload New Videos"] = "新しい動画をアップロード";
+$a->strings["default"] = "デフォルト";
+$a->strings["greenzero"] = "グリーンゼロ";
+$a->strings["purplezero"] = "パープルゼロ";
+$a->strings["easterbunny"] = "イースターのウサギ";
+$a->strings["darkzero"] = "ダークゼロ";
+$a->strings["comix"] = "コミックス";
+$a->strings["slackr"] = "怠け者";
+$a->strings["Variations"] = "バリエーション";
+$a->strings["Top Banner"] = "トップバナー";
+$a->strings["Resize image to the width of the screen and show background color below on long pages."] = "画面の幅に合わせて画像のサイズを変更し、長いページでは背景色を下に表示します。";
+$a->strings["Full screen"] = "全画面表示";
+$a->strings["Resize image to fill entire screen, clipping either the right or the bottom."] = "画像のサイズを変更して画面全体に表示し、右または下を切り取ります。";
+$a->strings["Single row mosaic"] = "単列モザイク";
+$a->strings["Resize image to repeat it on a single row, either vertical or horizontal."] = "画像のサイズを変更して、垂直または水平のいずれかの単一の行で繰り返します。";
+$a->strings["Mosaic"] = "モザイク";
+$a->strings["Repeat image to fill the screen."] = "画面いっぱいに画像を繰り返します。";
+$a->strings["Custom"] = "カスタム";
+$a->strings["Note"] = "注意";
+$a->strings["Check image permissions if all users are allowed to see the image"] = "すべてのユーザーに画像の表示が許可されている場合は、画像の権限を確認してください";
+$a->strings["Select color scheme"] = "カラースキームを選択";
+$a->strings["Copy or paste schemestring"] = "スキーム文字列のコピーまたは貼り付け";
+$a->strings["You can copy this string to share your theme with others. Pasting here applies the schemestring"] = "この文字列をコピーして、テーマを他の人と共有できます。ここに貼り付けると、スキーム文字列が適用されます";
+$a->strings["Navigation bar background color"] = "ナビゲーションバーの背景色";
+$a->strings["Navigation bar icon color "] = "ナビゲーションバーのアイコンの色";
+$a->strings["Link color"] = "リンクの色";
+$a->strings["Set the background color"] = "背景色を設定する";
+$a->strings["Content background opacity"] = "コンテンツの背景の不透明度";
+$a->strings["Set the background image"] = "背景画像を設定する";
+$a->strings["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>."] = "これにより、新しい投稿を書くためのjotモーダルウィンドウが、<a href=\"compose\">新しい作成ページ</a>へのリンクに置き換えられます。";
+$a->strings["Login page background image"] = "ログインページの背景画像";
+$a->strings["Login page background color"] = "ログインページの背景色";
+$a->strings["Leave background image and color empty for theme defaults"] = "テーマのデフォルトの背景画像と色を空のままにします";
+$a->strings["Guest"] = "ゲスト";
+$a->strings["Visitor"] = "ビジター";
+$a->strings["Status"] = "状態";
+$a->strings["Your posts and conversations"] = "あなたの投稿と会話";
+$a->strings["Your profile page"] = "あなたのプロフィールページ";
+$a->strings["Your photos"] = "あなたの写真";
+$a->strings["Videos"] = "動画";
+$a->strings["Your videos"] = "あなたの動画";
+$a->strings["Your events"] = "あなたのイベント";
+$a->strings["Network"] = "ネットワーク";
+$a->strings["Conversations from your friends"] = "友達からの会話";
+$a->strings["Events and Calendar"] = "イベントとカレンダー";
+$a->strings["Private mail"] = "プライベートメール";
+$a->strings["Account settings"] = "アカウント設定";
+$a->strings["Contacts"] = "コンタクト";
+$a->strings["Manage/edit friends and contacts"] = "友達とコンタクトを管理/編集する";
+$a->strings["Alignment"] = "アライメント";
+$a->strings["Left"] = "左";
+$a->strings["Center"] = "センター";
+$a->strings["Color scheme"] = "カラースキーム";
+$a->strings["Posts font size"] = "投稿のフォントサイズ";
+$a->strings["Textareas font size"] = "テキストエリアのフォントサイズ";
+$a->strings["Comma separated list of helper forums"] = "ヘルパーフォーラムのカンマ区切りリスト";
+$a->strings["don't show"] = "見せない";
+$a->strings["show"] = "見せる";
+$a->strings["Set style"] = "スタイルを設定";
+$a->strings["Community Pages"] = "コミュニティページ";
+$a->strings["Community Profiles"] = "コミュニティプロフィール";
+$a->strings["Help or @NewHere ?"] = "ヘルプまたは@NewHere?";
+$a->strings["Connect Services"] = "接続サービス";
+$a->strings["Find Friends"] = "友達を見つける";
+$a->strings["Last users"] = "最後のユーザー";
+$a->strings["Find People"] = "人を見つけます";
+$a->strings["Enter name or interest"] = "名前または興味を入力してください";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "例:Robert Morgenstein、釣り";
+$a->strings["Find"] = "見つける";
+$a->strings["Similar Interests"] = "同様の興味";
+$a->strings["Random Profile"] = "ランダムプロフィール";
+$a->strings["Invite Friends"] = "友達を招待";
+$a->strings["Global Directory"] = "グローバルディレクトリ";
+$a->strings["Local Directory"] = "ローカルディレクトリ";
+$a->strings["Forums"] = "フォーラム";
+$a->strings["External link to forum"] = "フォーラムへの外部リンク";
+$a->strings["show more"] = "もっと見せる";
+$a->strings["Quick Start"] = "クイックスタート";
+$a->strings["Help"] = "助けて";
+$a->strings["Post to Email"] = "メールに投稿";
+$a->strings["Visible to everybody"] = "誰にでも見える";
+$a->strings["Connectors"] = "コネクター";
+$a->strings["Hide your profile details from unknown viewers?"] = "不明な視聴者からプロフィールの詳細を非表示にしますか?";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "\"%s\"が有効になっているため、コネクタは無効です。";
+$a->strings["Close"] = "閉じる";
+$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."] = "データベース構成ファイル \"config/local.config.php\" に書き込めませんでした。同封のテキストを使用して、Webサーバーのルートに構成ファイルを作成してください。";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "phpmyadminまたはmysqlを使用して、手動でファイル\"database.sql \"をインポートする必要がある場合があります。";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "ファイル\"INSTALL.txt \"をご覧ください。";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "WebサーバーPATHに CLI版のPHPが見つかりませんでした。";
+$a->strings["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>"] = "PHP CLIがサーバーにインストールされていない場合、バックグラウンド処理を実行できません。 <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-worker'> 'ワーカーのセットアップ' </a>をご覧ください。";
+$a->strings["PHP executable path"] = "PHP実行可能ファイルへのPath";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "php実行可能ファイルへのフルパスを入力します。これを空白のままにしてインストールを続行できます。";
+$a->strings["Command line PHP"] = "コマンドライン, CLI PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP実行可能ファイルはphp cliバイナリではありません(cgi-fgciバージョンである可能性があります)";
+$a->strings["Found PHP version: "] = "PHPバージョンが見つかりました:";
+$a->strings["PHP cli binary"] = "PHP CLIバイナリ";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "ご使用のシステムのコマンドラインバージョンのPHPでは、\"register_argc_argv \"が有効になっていません。";
+$a->strings["This is required for message delivery to work."] = "これは、メッセージ配信が機能するために必要です。";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "エラー:このシステムの\"openssl_pkey_new \"関数は暗号化キーを生成できません";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Windowsで実行している場合は、「 http://www.php.net/manual/en/openssl.installation.php 」を参照してください。";
+$a->strings["Generate encryption keys"] = "暗号化キーを生成する";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "エラー:Apache webserver mod-rewriteモジュールが必要ですが、インストールされていません。";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewriteモジュール";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "エラー:PDOまたはMySQLi PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "エラー:PDO用のMySQLドライバーがインストールされていません。";
+$a->strings["PDO or MySQLi PHP module"] = "PDOまたはMySQLi PHPモジュール";
+$a->strings["Error, XML PHP module required but not installed."] = "エラー、XML PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["XML PHP module"] = "XML PHPモジュール";
+$a->strings["libCurl PHP module"] = "libCurl PHPモジュール";
+$a->strings["Error: libCURL PHP module required but not installed."] = "エラー:libCURL PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["GD graphics PHP module"] = "GDグラフィックスPHPモジュール";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "エラー:JPEGサポート付きのGDグラフィックPHPモジュールが必要ですが、インストールされていません。";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHPモジュール";
+$a->strings["Error: openssl PHP module required but not installed."] = "エラー:openssl PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["mb_string PHP module"] = "mb_string PHPモジュール";
+$a->strings["Error: mb_string PHP module required but not installed."] = "エラー:mb_string PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["iconv PHP module"] = "iconv PHPモジュール";
+$a->strings["Error: iconv PHP module required but not installed."] = "エラー:iconv PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["POSIX PHP module"] = "POSIX PHPモジュール";
+$a->strings["Error: POSIX PHP module required but not installed."] = "エラー:POSIX PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["JSON PHP module"] = "JSON PHPモジュール";
+$a->strings["Error: JSON PHP module required but not installed."] = "エラー:JSON PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["File Information PHP module"] = "ファイル情報PHPモジュール";
+$a->strings["Error: File Information PHP module required but not installed."] = "エラー:ファイル情報PHPモジュールが必要ですが、インストールされていません。";
+$a->strings["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."] = "Webインストーラーは、Webサーバーの\"config \"フォルダーに\"local.config.php \"というファイルを作成できる必要がありますが、作成できません。";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "これはほとんどの場合、Webサーバーがフォルダーにファイルを書き込むことができない場合でも、許可設定です。";
+$a->strings["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."] = "この手順の最後に、Friendica \"config \"フォルダーのlocal.config.phpという名前のファイルに保存するテキストを提供します。";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "または、この手順をスキップして、手動インストールを実行することもできます。手順については、ファイル「INSTALL.txt」を参照してください。";
+$a->strings["config/local.config.php is writable"] = "config / local.config.phpは書き込み可能です";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "FriendicaはSmarty3テンプレートエンジンを使用してWebビューをレンダリングします。 Smarty3はテンプレートをPHPにコンパイルして、レンダリングを高速化します。";
+$a->strings["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."] = "これらのコンパイル済みテンプレートを保存するには、WebサーバーがFriendica最上位フォルダーの下のディレクトリview / smarty3 /への書き込みアクセス権を持っている必要があります。";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Webサーバーを実行するユーザー(www-dataなど)がこのフォルダーへの書き込みアクセス権を持っていることを確認してください。";
+$a->strings["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."] = "注:セキュリティ対策として、Webサーバーにview / smarty3 /のみへの書き込みアクセス権を与える必要があります。含まれるテンプレートファイル(.tpl)ではありません。";
+$a->strings["view/smarty3 is writable"] = "view / smarty3は書き込み可能です";
+$a->strings["Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist to .htaccess."] = ".htaccessのURL書き換えが機能していません。 .htaccess-distを.htaccessにコピーしたことを確認してください。";
+$a->strings["Error message from Curl when fetching"] = "取得時のCurlからのエラーメッセージ";
+$a->strings["Url rewrite is working"] = "URLの書き換えが機能しています";
+$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP拡張機能がインストールされていません";
+$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP拡張機能がインストールされています";
+$a->strings["ImageMagick supports GIF"] = "ImageMagickはGIFをサポートします";
+$a->strings["Database already in use."] = "データベースはすでに使用されています。";
+$a->strings["Could not connect to database."] = "データベースに接続できません。";
+$a->strings["Tuesday"] = "火曜日";
+$a->strings["Wednesday"] = "水曜日";
+$a->strings["Thursday"] = "木曜日";
+$a->strings["Friday"] = "金曜日";
+$a->strings["Saturday"] = "土曜日";
+$a->strings["January"] = "1月";
+$a->strings["February"] = "2月";
+$a->strings["March"] = "3月";
+$a->strings["April"] = "4月";
+$a->strings["May"] = "5月";
+$a->strings["June"] = "6月";
+$a->strings["July"] = "7月";
+$a->strings["August"] = "8月";
+$a->strings["September"] = "9月";
+$a->strings["October"] = "10月";
+$a->strings["November"] = "11月";
+$a->strings["December"] = "12月";
+$a->strings["Mon"] = "月";
+$a->strings["Tue"] = "火";
+$a->strings["Wed"] = "水";
+$a->strings["Thu"] = "木";
+$a->strings["Fri"] = "金";
+$a->strings["Sat"] = "土";
+$a->strings["Sun"] = "日";
+$a->strings["Jan"] = "1月";
+$a->strings["Feb"] = "2月";
+$a->strings["Mar"] = "3月";
+$a->strings["Apr"] = "4月";
+$a->strings["Jun"] = "6月";
+$a->strings["Jul"] = "7月";
+$a->strings["Aug"] = "8月";
+$a->strings["Sep"] = "9月";
+$a->strings["Oct"] = "10月";
+$a->strings["Nov"] = "11月";
+$a->strings["Dec"] = "12月";
+$a->strings["poke"] = "poke";
+$a->strings["poked"] = "pokeされました";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "pingされました";
+$a->strings["prod"] = "製品";
+$a->strings["prodded"] = "prodされた";
+$a->strings["slap"] = "slap";
+$a->strings["slapped"] = "slappされました";
+$a->strings["finger"] = "フィンガー";
+$a->strings["fingered"] = "フィンガーされました";
+$a->strings["rebuff"] = "拒絶";
+$a->strings["rebuffed"] = "拒否された";
+$a->strings["System"] = "システム";
+$a->strings["Home"] = "ホーム";
+$a->strings["Introductions"] = "はじめに";
+$a->strings["%s commented on %s's post"] = "%sが%sの投稿にコメントしました";
+$a->strings["%s created a new post"] = "%sが新しい投稿を作成しました";
+$a->strings["%s liked %s's post"] = "%sが%sの投稿を高く評価しました";
+$a->strings["%s disliked %s's post"] = "%sは%sの投稿を好きではないようです";
+$a->strings["%s is attending %s's event"] = "%sは%sのイベントに参加しています";
+$a->strings["%s is not attending %s's event"] = "%sは%sのイベントを欠席します";
+$a->strings["%s may attend %s's event"] = "%sは%sのイベントに参加できます";
+$a->strings["%s is now friends with %s"] = "%sは%sと友達になりました";
+$a->strings["Friend Suggestion"] = "友達の提案";
+$a->strings["Friend/Connect Request"] = "フレンド/接続リクエスト";
+$a->strings["New Follower"] = "新しいフォロワー";
+$a->strings["Welcome %s"] = "ようこそ%s";
+$a->strings["Please upload a profile photo."] = "プロフィール写真をアップロードしてください。";
+$a->strings["Welcome back %s"] = "おかえりなさい%s";
+$a->strings["Update %s failed. See error logs."] = "%sの更新に失敗しました。エラーログを参照してください。";
+$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\tfriendicaの開発者はアップデート %s をリリースしました。\n\t\t\t\tしかし、私がそれをインストールしようとしたとき、何かをひどく間違ったようです。\n\t\t\t\tこれはすぐに修正される必要がありますが、私一人では解決できません。\n自己解決が無理な場合はfriendica開発者へコンタクトをとってください。データベースが無効である可能性があります。";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "エラーメッセージは\n[pre] %s [/ pre]です";
+$a->strings["[Friendica Notify] Database update"] = "[Friendica Notify]データベースの更新";
+$a->strings["\n\t\t\t\t\tThe friendica database was successfully updated from %s to %s."] = "\n\t\t\t\tfriendicaデータベースは %s から %s に正常に更新されました。";
+$a->strings["Error decoding account file"] = "アカウントファイルのデコードエラー";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "エラー!ファイルにバージョンデータがありません!これはFriendicaアカウントファイルではなさそうです。";
+$a->strings["User '%s' already exists on this server!"] = "ユーザー '%s' はこのサーバーに既に存在します!";
+$a->strings["User creation error"] = "ユーザ作成エラー";
+$a->strings["User profile creation error"] = "ユーザープロフィール作成エラー";
+$a->strings["%d contact not imported"] = [
+       0 => "%dコンタクトはインポートされませんでした",
+];
+$a->strings["Done. You can now login with your username and password"] = "完了しました。これでであなたのユーザー名とパスワードでログインできます。 ";
+$a->strings["Birthday:"] = "お誕生日:";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DDまたはMM-DD";
+$a->strings["never"] = "決してしない";
+$a->strings["less than a second ago"] = "少し前";
+$a->strings["year"] = "年";
+$a->strings["years"] = "年";
+$a->strings["months"] = "数ヶ月";
+$a->strings["weeks"] = "週間";
+$a->strings["days"] = "日々";
+$a->strings["hour"] = "時間";
+$a->strings["hours"] = "時間";
+$a->strings["minute"] = "分";
+$a->strings["minutes"] = "分";
+$a->strings["second"] = "秒";
+$a->strings["seconds"] = "秒";
+$a->strings["in %1\$d %2\$s"] = "場所: %1\$d %2\$s";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s前";
+$a->strings["view full size"] = "フルサイズを表示";
+$a->strings["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 の投稿:";
+$a->strings["Encrypted content"] = "暗号化されたコンテンツ";
+$a->strings["Invalid source protocol"] = "無効なソースプロトコル";
+$a->strings["Invalid link protocol"] = "無効なリンクプロトコル";
+$a->strings["Loading more entries..."] = "さらにエントリを読み込んでいます...";
+$a->strings["The end"] = "終わり";
+$a->strings["Follow"] = "フォロー";
+$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, コンテンツ";
+$a->strings["Full Text"] = "全文";
+$a->strings["Tags"] = "タグ";
+$a->strings["Click to open/close"] = "クリックして開閉";
+$a->strings["Export"] = "輸出する";
+$a->strings["Export calendar as ical"] = "カレンダーをicalとしてエクスポート";
+$a->strings["Export calendar as csv"] = "カレンダーをcsvとしてエクスポート";
+$a->strings["No contacts"] = "コンタクトなし";
+$a->strings["%d Contact"] = [
+       0 => "%dコンタクト",
+];
+$a->strings["View Contacts"] = "コンタクトを表示";
+$a->strings["Trending Tags (last %d hour)"] = [
+       0 => "トレンドタグ(過去%d時間)",
+];
+$a->strings["More Trending Tags"] = "よりトレンドのタグ";
+$a->strings["newer"] = "新しい";
+$a->strings["older"] = "過去の";
+$a->strings["prev"] = "前の";
+$a->strings["last"] = "最終";
+$a->strings["Frequently"] = "頻度の高い";
+$a->strings["Hourly"] = "毎時";
+$a->strings["Twice daily"] = "1日2回";
+$a->strings["Daily"] = "毎日";
+$a->strings["Weekly"] = "毎週";
+$a->strings["Monthly"] = "毎月";
+$a->strings["DFRN"] = "DFRN";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS / Atom";
+$a->strings["Email"] = "Eメール";
+$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 コネクタ";
+$a->strings["GNU Social Connector"] = "GNU Social Connector";
+$a->strings["ActivityPub"] = "ActivityPub";
+$a->strings["pnut"] = "pnut";
+$a->strings["No answer"] = "無回答";
+$a->strings["Male"] = "男性";
+$a->strings["Female"] = "女性";
+$a->strings["Currently Male"] = "現在男性";
+$a->strings["Currently Female"] = "現在女性";
+$a->strings["Mostly Male"] = "主に男性";
+$a->strings["Mostly Female"] = "主に女性";
+$a->strings["Transgender"] = "トランスジェンダー";
+$a->strings["Intersex"] = "インターセックス";
+$a->strings["Transsexual"] = "性転換";
+$a->strings["Hermaphrodite"] = "両性具有";
+$a->strings["Neuter"] = "中性";
+$a->strings["Non-specific"] = "非特異的";
+$a->strings["Other"] = "その他";
+$a->strings["Males"] = "男性";
+$a->strings["Females"] = "女性";
+$a->strings["Gay"] = "ゲイ";
+$a->strings["Lesbian"] = "レズビアン";
+$a->strings["No Preference"] = "指定なし";
+$a->strings["Bisexual"] = "バイセクシャル";
+$a->strings["Autosexual"] = "Autosexual";
+$a->strings["Abstinent"] = "禁欲";
+$a->strings["Virgin"] = "バージン";
+$a->strings["Deviant"] = "逸脱";
+$a->strings["Fetish"] = "フェチ";
+$a->strings["Oodles"] = "Oodles";
+$a->strings["Nonsexual"] = "非性的";
+$a->strings["Single"] = "シングル";
+$a->strings["Lonely"] = "寂しい";
+$a->strings["In a relation"] = "関係を有する";
+$a->strings["Has crush"] = "クラッシュしている";
+$a->strings["Infatuated"] = "夢中になって";
+$a->strings["Dating"] = "デート";
+$a->strings["Unfaithful"] = "不誠実な";
+$a->strings["Sex Addict"] = "性中毒";
+$a->strings["Friends"] = "友だち";
+$a->strings["Friends/Benefits"] = "友達/特典";
+$a->strings["Casual"] = "カジュアル";
+$a->strings["Engaged"] = "従事";
+$a->strings["Married"] = "既婚";
+$a->strings["Imaginarily married"] = "想像上の結婚";
+$a->strings["Partners"] = "パートナー";
+$a->strings["Cohabiting"] = "同棲";
+$a->strings["Common law"] = "コモンロー";
+$a->strings["Happy"] = "ハッピー";
+$a->strings["Not looking"] = "見てない";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "裏切られた";
+$a->strings["Separated"] = "離れた";
+$a->strings["Unstable"] = "不安定";
+$a->strings["Divorced"] = "離婚した";
+$a->strings["Imaginarily divorced"] = "想像上の離婚";
+$a->strings["Widowed"] = "未亡人";
+$a->strings["Uncertain"] = "不確実";
+$a->strings["It's complicated"] = "それは複雑です";
+$a->strings["Don't care"] = "気にしない";
+$a->strings["Ask me"] = "私に聞いて";
+$a->strings["General Features"] = "一般的な機能";
+$a->strings["Multiple Profiles"] = "複数のプロフィール";
+$a->strings["Ability to create multiple profiles"] = "複数のプロフィールを作成する機能";
+$a->strings["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."] = "通常、写真のメタデータは削除されます。これにより、メタデータを除去する前に場所(存在する場合)が抽出され、マップにリンクされます。";
+$a->strings["Export Public Calendar"] = "公開カレンダーをエクスポート";
+$a->strings["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"] = "合成後の機能";
+$a->strings["Auto-mention Forums"] = "自動メンションフォーラム";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "ACLウィンドウでフォーラムページが選択/選択解除されたときにメンションを追加/削除します。";
+$a->strings["Explicit Mentions"] = "明示的な言及";
+$a->strings["Add explicit mentions to comment box for manual control over who gets mentioned in replies."] = "コメントボックスに明示的なメンションを追加して、返信の通知先をカスタマイズします。";
+$a->strings["Network Sidebar"] = "ネットワークサイドバー";
+$a->strings["Archives"] = "アーカイブ";
+$a->strings["Ability to select posts by date ranges"] = "日付範囲で投稿を選択する機能";
+$a->strings["Protocol Filter"] = "プロトコルフィルター";
+$a->strings["Enable widget to display Network posts only from selected protocols"] = "ウィジェットを有効にして、選択したプロトコルからのネットワーク投稿のみを表示する";
+$a->strings["Network Tabs"] = "ネットワークタブ";
+$a->strings["Network New Tab"] = "ネットワークの新しいタブ";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "(過去12時間の)新しいネットワーク投稿のみを表示するには、タブを有効にします";
+$a->strings["Network Shared Links Tab"] = "ネットワーク共有リンクタブ";
+$a->strings["Enable tab to display only Network posts with links in them"] = "タブを有効にして、リンクが含まれるネットワーク投稿のみを表示する";
+$a->strings["Post/Comment Tools"] = "投稿/コメントツール";
+$a->strings["Post Categories"] = "投稿カテゴリ";
+$a->strings["Add categories to your posts"] = "投稿にカテゴリを追加する";
+$a->strings["Advanced Profile Settings"] = "高度なプロフィール設定";
+$a->strings["List Forums"] = "フォーラムのリスト";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "詳細プロフィールページで訪問者の一般公開コミュニティフォーラムを表示する";
+$a->strings["Tag Cloud"] = "タグクラウド";
+$a->strings["Provide a personal tag cloud on your profile page"] = "プロフィールページで個人タグクラウドを提供する";
+$a->strings["Display Membership Date"] = "会員日を表示する";
+$a->strings["Display membership date in profile"] = "プロフィールにメンバーシップ日を表示する";
+$a->strings["Nothing new here"] = "ここに新しいものはありません";
+$a->strings["Clear notifications"] = "クリア通知";
+$a->strings["Logout"] = "ログアウト";
+$a->strings["End this session"] = "このセッションを終了";
+$a->strings["Login"] = "ログイン";
+$a->strings["Sign in"] = "サインイン";
+$a->strings["Personal notes"] = "個人メモ";
+$a->strings["Your personal notes"] = "あなたの個人的なメモ";
+$a->strings["Home Page"] = "ホームページ";
+$a->strings["Register"] = "登録";
+$a->strings["Create an account"] = "アカウントを作成する";
+$a->strings["Help and documentation"] = "ヘルプとドキュメント";
+$a->strings["Apps"] = "アプリ";
+$a->strings["Addon applications, utilities, games"] = "アドオンアプリケーション、ユーティリティ、ゲーム";
+$a->strings["Search site content"] = "サイトのコンテンツを検索";
+$a->strings["Community"] = "コミュニティ";
+$a->strings["Conversations on this and other servers"] = "このサーバーと他のサーバーでの会話";
+$a->strings["Directory"] = "ディレクトリ";
+$a->strings["People directory"] = "人々の名簿";
+$a->strings["Information"] = "情報";
+$a->strings["Information about this friendica instance"] = "このfriendicaインスタンスに関する情報";
+$a->strings["Terms of Service"] = "利用規約";
+$a->strings["Terms of Service of this Friendica instance"] = "このFriendicaインスタンスの利用規約";
+$a->strings["Network Reset"] = "ネットワークリセット";
+$a->strings["Load Network page with no filters"] = "フィルターなしでネットワークページを読み込む";
+$a->strings["Friend Requests"] = "友達リクエスト";
+$a->strings["See all notifications"] = "すべての通知を見る";
+$a->strings["Mark all system notifications seen"] = "すべてのシステム通知を確認済みにする";
+$a->strings["Inbox"] = "受信トレイ";
+$a->strings["Outbox"] = "送信トレイ";
+$a->strings["Manage"] = "管理する";
+$a->strings["Manage other pages"] = "他のページを管理する";
+$a->strings["Manage/Edit Profiles"] = "プロフィールの管理/編集";
+$a->strings["Admin"] = "管理者";
+$a->strings["Site setup and configuration"] = "サイトのセットアップと構成";
+$a->strings["Navigation"] = "ナビゲーション";
+$a->strings["Site map"] = "サイトマップ";
+$a->strings["Embedding disabled"] = "埋め込みが無効です";
+$a->strings["Embedded content"] = "埋め込みコンテンツ";
+$a->strings["Add New Contact"] = "新しいコンタクトを追加";
+$a->strings["Enter address or web location"] = "住所またはウェブの場所を入力してください";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "例: bob@example.com, http://example.com/barbara";
+$a->strings["%d invitation available"] = [
+       0 => "%d通の招待が利用できます",
+];
+$a->strings["Following"] = "以下";
+$a->strings["Mutual friends"] = "共通の友人";
+$a->strings["Relationships"] = "関係";
+$a->strings["All Contacts"] = "すべてのコンタクト";
+$a->strings["Protocols"] = "プロトコル";
+$a->strings["All Protocols"] = "すべてのプロトコル";
+$a->strings["Saved Folders"] = "保存されたフォルダー";
+$a->strings["Everything"] = "すべて";
+$a->strings["Categories"] = "カテゴリー";
+$a->strings["%d contact in common"] = [
+       0 => "共通の%d件の県コンタクト",
+];
+$a->strings["There are no tables on MyISAM."] = "MyISAMにはテーブルがありません。";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nデータベースの更新中にエラー%dが発生しました:\n%s\n";
+$a->strings["Errors encountered performing database changes: "] = "データベース変更の実行中に発生したエラー:";
+$a->strings["%s: Database update"] = "%s :データベースの更新";
+$a->strings["%s: updating %s table."] = "%s : %sテーブルを更新しています。";
+$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "ファイルシステムストレージは\"%s\" の作成に失敗しました。書き込み権限を確認してください。";
+$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "ファイルシステムストレージは、データを\"%s\"に保存できませんでした。書き込み権限を確認してください";
+$a->strings["Storage base path"] = "ストレージのbase path";
+$a->strings["Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "アップロードされたファイルが保存されるフォルダです。最大限のセキュリティを確保するために、これはWebサーバーフォルダツリー外のパスである必要があります";
+$a->strings["Enter a valid existing folder"] = "有効な既存のフォルダを入力してください";
+$a->strings["Database storage failed to update %s"] = "データベースストレージは%sを更新できませんました";
+$a->strings["Database storage failed to insert data"] = "データベースストレージがデータの挿入に失敗しました";
+$a->strings["Drop Contact"] = "コンタクトをドロップ";
+$a->strings["Organisation"] = "組織";
+$a->strings["News"] = "ニュース";
+$a->strings["Forum"] = "フォーラム";
+$a->strings["Connect URL missing."] = "接続URLがありません。";
+$a->strings["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."] = "このサイトは、他のネットワークとの通信を許可するように構成されていません。";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "互換性のある通信プロトコルまたはフィードは見つかりませんでした。";
+$a->strings["The profile address specified does not provide adequate information."] = "指定されたプロフィールアドレスは、適切な情報を提供しません。";
+$a->strings["An author or name was not found."] = "著者または名前が見つかりませんでした。";
+$a->strings["No browser URL could be matched to this address."] = "このアドレスに一致するブラウザURLはありません。";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "@スタイルのIDアドレスを既知のプロトコルまたは電子メールのコンタクトと一致させることができません。";
+$a->strings["Use mailto: in front of address to force email check."] = "メールチェックを強制するには、アドレスの前にmailto:を使用します。";
+$a->strings["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."] = "限定公開のプロフィールです。この人はあなたから直接/個人的な通知を受け取ることができません。";
+$a->strings["Unable to retrieve contact information."] = "コンタクト情報を取得できません。";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "開始:";
+$a->strings["Finishes:"] = "終了:";
+$a->strings["all-day"] = "一日中";
+$a->strings["Sept"] = "9月";
+$a->strings["No events to display"] = "表示するイベントはありません";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "イベントを編集";
+$a->strings["Duplicate event"] = "重複イベント";
+$a->strings["Delete event"] = "イベントを削除";
+$a->strings["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"] = "地図を表示";
+$a->strings["Hide map"] = "地図を隠す";
+$a->strings["%s's birthday"] = "%sの誕生日";
+$a->strings["Happy Birthday %s"] = "ハッピーバースデー %s";
+$a->strings["Item filed"] = "提出されたアイテム";
+$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."] = "この名前の削除されたグループが復活しました。既存の項目の権限は、このグループと将来のメンバーに適用される<strong>可能性</strong>があります。これが意図したものでない場合は、別の名前で別のグループを作成してください。";
+$a->strings["Default privacy group for new contacts"] = "新しいコンタクトのデフォルトのプライバシーグループ";
+$a->strings["Everybody"] = "みんな";
+$a->strings["edit"] = "編集する";
+$a->strings["Groups"] = "グループ";
+$a->strings["Edit group"] = "グループを編集";
+$a->strings["Contacts not in any group"] = "どのグループにも属していないコンタクト";
+$a->strings["Create a new group"] = "新しいグループを作成する";
+$a->strings["Group Name: "] = "グループ名:";
+$a->strings["Edit groups"] = "グループを編集";
+$a->strings["activity"] = "アクティビティ";
+$a->strings["comment"] = [
+       0 => "コメント",
+];
+$a->strings["post"] = "投稿";
+$a->strings["Content warning: %s"] = "コンテンツの警告: %s";
+$a->strings["bytes"] = "バイト";
+$a->strings["View on separate page"] = "別のページで見る";
+$a->strings["view on separate page"] = "別のページで見る";
+$a->strings["[no subject]"] = "[件名なし]";
+$a->strings["Edit profile"] = "プロフィール編集";
+$a->strings["Manage/edit profiles"] = "プロフィールの管理/編集";
+$a->strings["Status:"] = "状態:";
+$a->strings["Homepage:"] = "ホームページ:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["Unfollow"] = "フォロー解除";
+$a->strings["Atom feed"] = "Atomフィード";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[今日]";
+$a->strings["Birthday Reminders"] = "誕生日のリマインダー";
+$a->strings["Birthdays this week:"] = "今週の誕生日:";
+$a->strings["[No description]"] = "[説明なし]";
+$a->strings["Event Reminders"] = "イベントリマインダー";
+$a->strings["Upcoming events the next 7 days:"] = "今後7日間の今後のイベント:";
+$a->strings["Member since:"] = "以来のメンバー:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Age:"] = "年齢:";
+$a->strings["for %1\$d %2\$s"] = "%1\$d %2\$s の間";
+$a->strings["Religion:"] = "宗教:";
+$a->strings["Hobbies/Interests:"] = "趣味/興味:";
+$a->strings["Contact information and Social Networks:"] = "コンタクト情報とソーシャルネットワーク:";
+$a->strings["Musical interests:"] = "音楽的興味:";
+$a->strings["Books, literature:"] = "書籍、文学:";
+$a->strings["Television:"] = "テレビ:";
+$a->strings["Film/dance/culture/entertainment:"] = "映画/ダンス/文化/エンターテイメント:";
+$a->strings["Love/Romance:"] = "愛/ロマンス:";
+$a->strings["Work/employment:"] = "仕事/雇用:";
+$a->strings["School/education:"] = "学校教育:";
+$a->strings["Forums:"] = "フォーラム:";
+$a->strings["Profile Details"] = "プロフィールの詳細";
+$a->strings["Only You Can See This"] = "これしか見えない";
+$a->strings["Tips for New Members"] = "新会員のためのヒント";
+$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$sは%2\$s歓迎します";
+$a->strings["Login failed"] = "ログインに失敗しました";
+$a->strings["Not enough information to authenticate"] = "認証に十分な情報がありません";
+$a->strings["Password can't be empty"] = "パスワードは空にできません";
+$a->strings["Empty passwords are not allowed."] = "空のパスワードは許可されていません。";
+$a->strings["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 (:)"] = "パスワードには、アクセント文字、空白、またはコロン(:)を含めることはできません";
+$a->strings["Passwords do not match. Password unchanged."] = "パスワードが一致していません。パスワードは変更されていません。";
+$a->strings["An invitation is required."] = "招待状が必要です。";
+$a->strings["Invitation could not be verified."] = "招待を確認できませんでした。";
+$a->strings["Invalid OpenID url"] = "無効なOpenID URL";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "指定したOpenIDでログイン中に問題が発生しました。 IDの正しいスペルを確認してください。";
+$a->strings["The error message was:"] = "エラーメッセージは次のとおりです。";
+$a->strings["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 )とsystem.username_max_length( %s )は、お互いを除外し、値を交換しています。";
+$a->strings["Username should be at least %s character."] = [
+       0 => "ユーザー名は少なくとも%s文字である必要があります。",
+];
+$a->strings["Username should be at most %s character."] = [
+       0 => "ユーザー名は最大で%s文字にする必要があります。",
+];
+$a->strings["That doesn't appear to be your full (First Last) name."] = "それはあなたのフルネーム(ファースト/ラスト)ではないようです。";
+$a->strings["Your email domain is not among those allowed on this site."] = "あなたのメールドメインは、このサイトで許可されているものではありません。";
+$a->strings["Not a valid email address."] = "有効な電子メールアドレスではありません。";
+$a->strings["The nickname was blocked from registration by the nodes admin."] = "そのニックネームは、ノード管理者によって登録がブロックされました。";
+$a->strings["Cannot use that email."] = "そのメールは使用できません。";
+$a->strings["Your nickname can only contain a-z, 0-9 and _."] = "ニックネームにはa-z、0-9、および _ のみを含めることができます。";
+$a->strings["Nickname is already registered. Please choose another."] = "ニックネームはすでに登録されています。別のものを選択してください。";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "重大なエラー:セキュリティキーの生成に失敗しました。";
+$a->strings["An error occurred during registration. Please try again."] = "登録中にエラーが発生しました。もう一度試してください。";
+$a->strings["An error occurred creating your default profile. Please try again."] = "既定のプロフィールの作成中にエラーが発生しました。もう一度試してください。";
+$a->strings["An error occurred creating your self contact. Please try again."] = "自己コンタクトの作成中にエラーが発生しました。もう一度試してください。";
+$a->strings["An error occurred 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\t%1\$s さん、\\n\t\t\t\t%2\$s で登録していただきありがとうございます。アカウントは管理者による承認待ちです。\\n\\n\t\t\tログインの詳細は次のとおりです。\\n\\n\t\t\tサイトの場所:\t%3\$s\\n\t\t\tログイン名:\t\t%4\$s\\n\t\t\tパスワード:\t\t%5\$s\\n\t\t";
+$a->strings["Registration at %s"] = "%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\t%1\$sさん、\n\t\t\t\t%2\$sで登録していただきありがとうございます。アカウントが作成されました。\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\nサイトの場所:\t%1\$s\nログイン名:\t\t%2\$s\nPassword:\t\t%3\$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1\$s/removeme\nから可能です。\n\nありがとうございます。%4\$sへようこそ。";
+$a->strings["Registration details for %s"] = "%s の登録の詳細";
+$a->strings["Sharing notification from Diaspora network"] = "Diasporaネットワークからの通知の共有";
+$a->strings["Attachments:"] = "添付ファイル:";
+$a->strings["%s's timeline"] = "%sのタイムライン";
+$a->strings["%s's posts"] = "%sの投稿";
+$a->strings["%s's comments"] = "%sのコメント";
+$a->strings["%s is now following %s."] = "%sは現在 %s をフォローしています。";
+$a->strings["following"] = "フォローしている";
+$a->strings["%s stopped following %s."] = "%s は %s のフォローを解除しました";
+$a->strings["stopped following"] = "フォローを解除しました";
+$a->strings["(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."] = "登録時、およびユーザーアカウントとコンタクト間の通信を提供するために、ユーザーは表示名(ペンネーム)、ユーザー名(ニックネーム)、および有効な電子メールアドレスを提供する必要があります。\n他のプロフィールの詳細が表示されていなくても、ページの訪問者はアカウントのプロフィールページで名前にアクセスできます。\n電子メールアドレスは、インタラクションに関するユーザー通知の送信にのみ使用されますが、表示されることはありません。\nノードのユーザーディレクトリまたはグローバルユーザーディレクトリでのアカウントのリストはオプションであり、ユーザー設定で制御できます。通信には必要ありません。";
+$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."] = "このデータは通信に必要であり、通信パートナーのノードに渡されてそこに保存されます。ユーザーは、通信パートナーアカウントに送信される可能性のある追加のプライベートデータを入力できます。";
+$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."] = "ログインしたユーザーは、いつでも<a href=\"%1\$s/settings/uexport\">アカウント設定</a>からアカウントデータをエクスポートできます。ユーザーがアカウントを削除する場合は、<a href=\"%1\$s/removeme\"> %1\$s/removeme </a>で削除できます。アカウントの削除は永続的です。データの削除も、通信パートナーのノードから要求されます。";
+$a->strings["Privacy Statement"] = "プライバシーに関する声明";
+$a->strings["No installed applications."] = "アプリケーションがインストールされていません。";
+$a->strings["Applications"] = "用途";
+$a->strings["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はコミュニティプロジェクトであり、多くの人々の助けがなければ不可能です。以下は、Friendicaのコードまたは翻訳に貢献した人のリストです。皆さん、ありがとうございました!";
+$a->strings["Addon not found."] = "アドオンが見つかりません。";
+$a->strings["Addon %s disabled."] = "アドオン%sを無効にしました。";
+$a->strings["Addon %s enabled."] = "アドオン%sが有効になりました。";
+$a->strings["Disable"] = "無効にする";
+$a->strings["Enable"] = "有効にする";
+$a->strings["Administration"] = "運営管理";
+$a->strings["Toggle"] = "トグル";
+$a->strings["Author: "] = "著者:";
+$a->strings["Maintainer: "] = "メンテナー:";
+$a->strings["Addon %s failed to install."] = "アドオン %s のインストールに失敗しました。";
+$a->strings["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"] = "現在、ノードで使用可能なアドオンはありません。公式のアドオンリポジトリは %1\$s にあり、他の興味深いアドオンは %2\$s オープン アドオン レジストリにあります。";
+$a->strings["The contact has been blocked from the node"] = "このコンタクトはノードからブロックされています";
+$a->strings["Could not find any contact entry for this URL (%s)"] = "このURL( %s )のコンタクトエントリが見つかりませんでした";
+$a->strings["%s contact unblocked"] = [
+       0 => "%s はコンタクトのブロックを解除しました",
+];
+$a->strings["Remote Contact Blocklist"] = "リモートコンタクトブロックリスト";
+$a->strings["This page allows you to prevent any message from a remote contact to reach your node."] = "このページを使用すると、リモートコンタクトからのメッセージがあなたのノードに届かないようにできます。";
+$a->strings["Block Remote Contact"] = "リモートコンタクトをブロック";
+$a->strings["select all"] = "すべて選択";
+$a->strings["select none"] = "どれも選択しない";
+$a->strings["Unblock"] = "ブロック解除";
+$a->strings["No remote contact is blocked from this node."] = "このノードからのリモートコンタクトはブロックされていません。";
+$a->strings["Blocked Remote Contacts"] = "ブロックされたリモートコンタクト";
+$a->strings["Block New Remote Contact"] = "新しいリモートコンタクトをブロック";
+$a->strings["Photo"] = "写真";
+$a->strings["Reason"] = "理由";
+$a->strings["%s total blocked contact"] = [
+       0 => "%s 件のブロック済みコンタクト",
+];
+$a->strings["URL of the remote contact to block."] = "ブロックするリモートコンタクトのURL。";
+$a->strings["Block Reason"] = "ブロックの理由";
+$a->strings["Server domain pattern added to blocklist."] = "ブロックリストに追加されたサーバードメインパターン。";
+$a->strings["Site blocklist updated."] = "サイトブロックリストが更新されました。";
+$a->strings["Blocked server domain pattern"] = "ブロックされたサーバードメインパターン";
+$a->strings["Reason for the block"] = "ブロックの理由";
+$a->strings["Delete server domain pattern"] = "サーバードメインパターンの削除";
+$a->strings["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 href=\"/friendica\">/friendica </a> ページで公開され、ユーザーやコミュニケーションの問題を調査している人々が理由を簡単に見つけることができます。";
+$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>サーバードメインパターンの構文は、大文字と小文字を区別しないシェルワイルドカードであり、次の特殊文字で構成されています。</p>\n<ul>\n\t<li> <code>*</code>:任意の数の文字</li>\n\t<li> <code>?</code>:任意の1文字</li>\n\t<li> <code>[&lt;char1&gt;&lt;char2&gt;...]</code>:char1またはchar2</li>\n</ul>";
+$a->strings["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"] = "ブロック理由";
+$a->strings["The reason why you blocked this server domain pattern."] = "このサーバードメインパターンをブロックした理由。";
+$a->strings["Add Entry"] = "エントリーを追加";
+$a->strings["Save changes to the blocklist"] = "変更をブロックリストに保存する";
+$a->strings["Current Entries in the Blocklist"] = "ブロックリストの現在のエントリ";
+$a->strings["Delete entry from blocklist"] = "ブロックリストからエントリを削除";
+$a->strings["Delete entry from blocklist?"] = "ブロックリストからエントリを削除しますか?";
+$a->strings["Update has been marked successful"] = "更新に成功のマークが付けられました";
+$a->strings["Database structure update %s was successfully applied."] = "データベース構造の更新 %s が正常に適用されました。";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "データベース構造の更新 %s は次のエラーで失敗しました: %s";
+$a->strings["Executing %s failed with error: %s"] = "次のエラーで %s の実行に失敗しました: %s";
+$a->strings["Update %s was successfully applied."] = "更新 %s が正常に適用されました。";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "更新 %s はステータスを返しませんでした。成功した場合は不明です。";
+$a->strings["There was no additional update function %s that needed to be called."] = "呼び出される必要のある機能 %s について追加の更新はありませんでした。";
+$a->strings["No failed updates."] = "失敗した更新はありません。";
+$a->strings["Check database structure"] = "データベース構造を確認する";
+$a->strings["Failed Updates"] = "失敗した更新";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "これには、ステータスを返さなかった1139より前の更新は含まれません。";
+$a->strings["Mark success (if update was manually applied)"] = "成功をマーク(更新が手動で適用された場合)";
+$a->strings["Attempt to execute this update step automatically"] = "この更新手順を自動的に実行しようとします";
+$a->strings["Lock feature %s"] = "機能 %s をロック";
+$a->strings["Manage Additional Features"] = "追加機能を管理する";
+$a->strings["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."] = "このページでは、Friendicaノードが属するフェデレーションソーシャルネットワークの既知の部分にいくつかの番号を提供します。これらの数値は完全なものではなく、ノードが認識しているネットワークの部分のみを反映しています。";
+$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "<em>自動検出されたコンタクトのディレクトリ</em>機能は有効ではありません。それによりこのデータ一覧が改善されるばあいがあります。";
+$a->strings["Federation Statistics"] = "フェデレーション統計";
+$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "現在、このノードは %d ノードと、以下のプラットフォームからの登録ユーザー %d 人を認識しています:";
+$a->strings["Item marked for deletion."] = "削除対象としてマークされたアイテム。";
+$a->strings["Delete Item"] = "アイテムを削除";
+$a->strings["Delete this Item"] = "このアイテムを削除";
+$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."] = "このページでは、ノードからアイテムを削除できます。アイテムがトップレベルの投稿である場合、スレッド全体が削除されます。";
+$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."] = "項目のGUIDを知る必要があります。たとえば、表示URLを調べることで見つけることができます。たとえば http://example.com/display/123456 の最後の部分がGUIDであり、ここでは123456です。";
+$a->strings["GUID"] = "GUID";
+$a->strings["The GUID of the item you want to delete."] = "削除する項目のGUID。";
+$a->strings["Item Guid"] = "項目GUID";
+$a->strings["The logfile '%s' is not writable. No logging possible"] = "ログファイル ' %s ' は書き込みできません。ログ機能が使用できません。";
+$a->strings["Log settings updated."] = "ログ設定が更新されました。";
+$a->strings["PHP log currently enabled."] = "現在有効なPHPログ。";
+$a->strings["PHP log currently disabled."] = "PHPログは現在無効になっています。";
+$a->strings["Logs"] = "ログ";
+$a->strings["Clear"] = "クリア";
+$a->strings["Enable Debugging"] = "デバッグを有効にする";
+$a->strings["Log file"] = "ログファイル";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Webサーバーから書き込み可能である必要があります。 Friendicaの最上位ディレクトリからの相対パス。";
+$a->strings["Log level"] = "ログレベル";
+$a->strings["PHP logging"] = "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."] = "PHPのエラーと警告のログを一時的に有効にするには、インストールのindex.phpファイルに次を追加します。 「error_log」行に設定されたファイル名は、Friendicaの最上位ディレクトリに関連しており、Webサーバーが書き込み可能である必要があります。 「log_errors」および「display_errors」のオプション「1」はこれらのオプションを有効にすることであり、「0」に設定すると無効になります。";
+$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."] = "ログファイル <strong> %1\$s </strong> を開こうとしてエラーが発生しました。<br/>\nファイル%1\$sが存在し、読み取り可能かどうかを確認してください。";
+$a->strings["Couldn't open <strong>%1\$s</strong> log file.\\r\\n<br/>Check to see if file %1\$s is readable."] = "ログファイル <strong> %1\$s </strong>を開けませんでした。<br/>\nファイル %1\$s が読み取り可能かどうかを確認してください。";
+$a->strings["View Logs"] = "ログを見る";
+$a->strings["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."] = "このページには、遅延ワーカージョブが一覧表示されます。これは、投入時に実行できなかったジョブです。";
+$a->strings["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."] = "このページには、現在キューに入れられているワーカージョブが一覧表示されます。これらのジョブは、インストール中に設定したワーカーcronジョブによって処理されます。";
+$a->strings["ID"] = "ID";
+$a->strings["Job Parameters"] = "ジョブパラメータ";
+$a->strings["Created"] = "作成した";
+$a->strings["Priority"] = "優先度";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "ベースURLを解析できません。少なくとも<scheme>://<domain>が必要です";
+$a->strings["Invalid storage backend setting value."] = "無効なストレージバックエンド設定値です。";
+$a->strings["Site settings updated."] = "サイト設定が更新されました。";
+$a->strings["No community page for local users"] = "ローカルユーザー向けのコミュニティページはありません";
+$a->strings["No community page"] = "コミュニティページなし";
+$a->strings["Public postings from users of this site"] = "このサイトのユーザーからの一般公開投稿";
+$a->strings["Public postings from the federated network"] = "フェデレーションネットワークからの一般公開投稿";
+$a->strings["Public postings from local users and the federated network"] = "ローカルユーザーとフェデレーションネットワークからの一般公開投稿";
+$a->strings["Disabled"] = "無効";
+$a->strings["Users"] = "ユーザー";
+$a->strings["Users, Global Contacts"] = "ユーザー、グローバルコンタクト";
+$a->strings["Users, Global Contacts/fallback"] = "ユーザー、グローバルコンタクト/フォールバック";
+$a->strings["One month"] = "1ヶ月";
+$a->strings["Three months"] = "3ヶ月";
+$a->strings["Half a year"] = "半年";
+$a->strings["One year"] = "一年";
+$a->strings["Multi user instance"] = "マルチユーザーインスタンス";
+$a->strings["Closed"] = "閉まっている";
+$a->strings["Requires approval"] = "承認が必要";
+$a->strings["Open"] = "開いた";
+$a->strings["No SSL policy, links will track page SSL state"] = "SSLポリシーはありません。リンクはページのSSL状態を追跡します";
+$a->strings["Force all links to use SSL"] = "すべてのリンクに強制的にSSLを使用させる";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "自己署名証明書、ローカルリンクのみにSSLを使用(非開示)";
+$a->strings["Don't check"] = "チェックしない";
+$a->strings["check the stable version"] = "安定版を確認してください";
+$a->strings["check the development version"] = "開発バージョンを確認する";
+$a->strings["Database (legacy)"] = "データベース(レガシー)";
+$a->strings["Site"] = "サイト";
+$a->strings["Republish users to directory"] = "ユーザーをディレクトリに再公開する";
+$a->strings["Registration"] = "登録";
+$a->strings["File upload"] = "ファイルのアップロード";
+$a->strings["Policies"] = "ポリシー";
+$a->strings["Auto Discovered Contact Directory"] = "自動検出されたコンタクトディレクトリ";
+$a->strings["Performance"] = "性能";
+$a->strings["Worker"] = "ワーカー";
+$a->strings["Message Relay"] = "メッセージリレー";
+$a->strings["Relocate Instance"] = "インスタンスの再配置";
+$a->strings["Warning! Advanced function. Could make this server unreachable."] = "警告!高度な機能。このサーバーに到達できない可能性があります。";
+$a->strings["Site name"] = "サイト名";
+$a->strings["Sender Email"] = "送信者のメール";
+$a->strings["The email address your server shall use to send notification emails from."] = "サーバーが通知メールの送信に使用するメールアドレス。";
+$a->strings["Banner/Logo"] = "バナー/ロゴ";
+$a->strings["Shortcut icon"] = "ショートカットアイコン";
+$a->strings["Link to an icon that will be used for browsers."] = "ブラウザーに使用されるアイコンへのリンク。";
+$a->strings["Touch icon"] = "タッチアイコン";
+$a->strings["Link to an icon that will be used for tablets and mobiles."] = "タブレットやモバイルで使用されるアイコンへのリンク。";
+$a->strings["Additional Info"] = "追加情報";
+$a->strings["For public servers: you can add additional information here that will be listed at %s/servers."] = "パブリックサーバーの場合:追加の情報をここに追加して、 %s/servers にリストできます。";
+$a->strings["System language"] = "システム言語";
+$a->strings["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>"] = "既定のシステムテーマ - ユーザープロフィールによって上書きされる場合があります -<a href=\"/admin/themes\" id=\"cnftheme\">既定のテーマ設定を変更します</a>";
+$a->strings["Mobile system theme"] = "モバイルシステムのテーマ";
+$a->strings["Theme for mobile devices"] = "モバイルデバイスのテーマ";
+$a->strings["SSL link policy"] = "SSLリンクポリシー";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "生成されたリンクにSSLの使用を強制する必要があるかどうかを決定します";
+$a->strings["Force SSL"] = "SSLを強制する";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "すべての非SSL要求をSSLに強制する-注意:一部のシステムでは、無限ループにつながる可能性があります。";
+$a->strings["Hide help entry from navigation menu"] = "ナビゲーションメニューからヘルプエントリを非表示にする";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "ナビゲーションメニューからヘルプページのメニューエントリを非表示にします。 / helpを直接呼び出してアクセスできます。";
+$a->strings["Single user instance"] = "シングルユーザーインスタンス";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "指定されたユーザーに対してこのインスタンスをマルチユーザーまたはシングルユーザーにします";
+$a->strings["File storage backend"] = "ファイルストレージバックエンド";
+$a->strings["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."] = "アップロードされたデータを保存するために使用されるバックエンド。ストレージバックエンドを変更する場合、既存のファイルを手動で移動できます。変更しない場合、変更前にアップロードされたファイルは古いバックエンドで引き続き利用できます。選択肢と移動手順の詳細については、<a href=\"/help/Settings#1_2_3_1\">設定ドキュメント</a>をご覧ください。";
+$a->strings["Maximum image size"] = "最大画像サイズ";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "アップロードされる画像の最大サイズ(バイト単位)。デフォルトは0で、制限がないことを意味します。";
+$a->strings["Maximum image length"] = "最大画像長";
+$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "アップロードされた画像の最長辺のピクセル単位の最大長。デフォルトは-1で、制限がないことを意味します。";
+$a->strings["JPEG image quality"] = "JPEG画像品質";
+$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "アップロードされたJPEGSは、この品質設定[0-100]で保存されます。デフォルトは100で、完全な品質です。";
+$a->strings["Register policy"] = "登録ポリシー";
+$a->strings["Maximum Daily Registrations"] = "毎日の最大登録数";
+$a->strings["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."] = "上記で登録が許可されている場合、これは1日に受け入れる新しいユーザー登録の最大数を設定します。レジスタがクローズに設定されている場合、この設定は効果がありません。";
+$a->strings["Register text"] = "登録テキスト";
+$a->strings["Will be displayed prominently on the registration page. You can use BBCode here."] = "登録ページに目立つように表示されます。ここでBBCodeを使用できます。";
+$a->strings["Forbidden Nicknames"] = "禁止されたニックネーム";
+$a->strings["Comma separated list of nicknames that are forbidden from registration. Preset is a list of role names according RFC 2142."] = "登録が禁止されているニックネームのカンマ区切りリスト。プリセットは、RFC 2142に基づくロール名のリストです。";
+$a->strings["Accounts abandoned after x days"] = "x日の間 放置されたアカウント";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "放置アカウントの外部サイトについてポーリングを停止しシステムリソースを節約します。時間制限なしの場合は0を入力します。";
+$a->strings["Allowed friend domains"] = "許可された友達ドメイン";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "このサイトとの友達関係を確立できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。";
+$a->strings["Allowed email domains"] = "許可されたメールドメイン";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "このサイトへの登録用の電子メールアドレスで許可されるドメインのカンマ区切りリスト。ワイルドカードが使用できます。すべてのドメインを許可するには空白にしてください。";
+$a->strings["No OEmbed rich content"] = "OEmbed リッチコンテンツなし";
+$a->strings["Don't show the rich content (e.g. embedded PDF), except from the domains listed below."] = "以下にリストされているドメインを除き、リッチコンテンツ(埋め込みPDFなど)を表示しないでください。";
+$a->strings["Allowed OEmbed domains"] = "許可されたドメイン";
+$a->strings["Comma separated list of domains which oembed content is allowed to be displayed. Wildcards are accepted."] = "コンテンツを表示できるドメインのカンマ区切りリスト。ワイルドカードが使用できます。";
+$a->strings["Block public"] = "一般公開をブロック";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "このサイトの一般公開済み個人ページを除き、すべてのページで非ログイン状態のアクセスをブロックするには、ここをチェックします。";
+$a->strings["Force publish"] = "公開を強制する";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "このサイトのすべてのプロフィールがサイトディレクトリにリストされるように強制するには、チェックします。";
+$a->strings["Enabling this may violate privacy laws like the GDPR"] = "これを有効にすると、GDPRなどのプライバシー法に違反する可能性があります";
+$a->strings["Global directory URL"] = "グローバルディレクトリURL";
+$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "グローバルディレクトリへのURL。これが設定されていない場合、グローバルディレクトリはアプリケーションで全く利用できなくなります。";
+$a->strings["Private posts by default for new users"] = "新規ユーザー向けの 既定のプライベート投稿";
+$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "すべての新しいメンバーの既定の投稿許可を、一般公開ではなく既定のプライバシーグループに設定します。";
+$a->strings["Don't include post content in email notifications"] = "メール通知に投稿本文を含めないでください";
+$a->strings["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."] = "投稿/コメント/プライベートメッセージ/などの内容を含めないでください。プライバシー対策として、このサイトから送信される電子メール通知で。";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "アプリメニューにリストされているアドオンへの公開アクセスを許可しません。";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "このチェックボックスをオンにすると、アプリメニューにリストされているアドオンがメンバーのみに制限されます。";
+$a->strings["Don't embed private images in posts"] = "投稿にプライベート画像を埋め込まないでください";
+$a->strings["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."] = "投稿内のローカルでホストされているプライベート写真を画像の埋め込みコピーで置き換えないでください。つまり、プライベート写真を含む投稿を受け取ったコンタクトは、各画像を認証して読み込む必要があり、時間がかかる場合があります。";
+$a->strings["Explicit Content"] = "明示的なコンテンツ";
+$a->strings["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."] = "これを設定して、このノードが主に未成年者には適さない可能性のある露骨なコンテンツを目的とすることを通知します。この情報はノード情報で公開され、たとえばグローバルディレクトリによって使用され、参加するノードのリストからノードをフィルタリングします。さらに、これに関するメモがユーザー登録ページに表示されます。";
+$a->strings["Allow Users to set remote_self"] = "ユーザーがremote_selfを設定できるようにする";
+$a->strings["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."] = "これをチェックすると、すべてのユーザーがコンタクトの修復ダイアログですべてのコンタクトをremote_selfとしてマークできます。コンタクトにこのフラグを設定すると、ユーザーストリームでそのコンタクトのすべての投稿がミラーリングされます。";
+$a->strings["Block multiple registrations"] = "複数の登録をブロックする";
+$a->strings["Disallow users to register additional accounts for use as pages."] = "ユーザーがページとして使用する追加のアカウントを登録できないようにします。";
+$a->strings["Disable OpenID"] = "OpenIDを無効にする";
+$a->strings["Disable OpenID support for registration and logins."] = "登録とログインのOpenIDサポートを無効にします。";
+$a->strings["No Fullname check"] = "氏名チェックなし";
+$a->strings["Allow users to register without a space between the first name and the last name in their full name."] = "ユーザーがフルネームの名と姓の間にスペースを入れずに登録できるようにします。";
+$a->strings["Community pages for visitors"] = "訪問者向けのコミュニティページ";
+$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "訪問者が利用できるコミュニティページ。ローカルユーザーには常に両方のページが表示されます。";
+$a->strings["Posts per user on community page"] = "コミュニティページのユーザーごとの投稿";
+$a->strings["The maximum number of posts per user on the community page. (Not valid for \"Global Community\")"] = "コミュニティページのユーザーごとの投稿の最大数。 (「グローバルコミュニティ」には無効)";
+$a->strings["Disable OStatus support"] = "OStatusサポートを無効にする";
+$a->strings["Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "組み込みのOStatus(StatusNet、GNU Socialなど)互換機能を無効にします。 OStatusの通信はすべて公開されているため、プライバシーに関する警告がときどき表示されます。";
+$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatusサポートは、スレッドが有効な場合にのみ有効にできます。";
+$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Friendicaがサブディレクトリにインストールされたため、Diasporaサポートを有効にできません。";
+$a->strings["Enable Diaspora support"] = "Diasporaサポートを有効にする";
+$a->strings["Provide built-in Diaspora network compatibility."] = "組み込みのDiasporaネットワーク互換機能を提供します。";
+$a->strings["Only allow Friendica contacts"] = "Friendicaコンタクトのみを許可する";
+$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "すべてのコンタクトはFriendicaプロトコルを使用する必要があります。他のすべての組み込み通信プロトコルは無効です。";
+$a->strings["Verify SSL"] = "SSLを検証する";
+$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "必要に応じて、厳密な証明書チェックをオンにすることができます。これは、自己署名SSLサイトに(まったく)接続できないことを意味します。";
+$a->strings["Proxy user"] = "プロキシユーザー";
+$a->strings["Proxy URL"] = "プロキシURL";
+$a->strings["Network timeout"] = "ネットワークタイムアウト";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "値は秒単位です。無制限の場合は0に設定します(推奨されません)。";
+$a->strings["Maximum Load Average"] = "最大負荷平均";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default %d."] = "配信およびポーリングプロセス前の最大システム負荷は延期されます-デフォルトは%dです。";
+$a->strings["Maximum Load Average (Frontend)"] = "最大負荷平均(フロントエンド)";
+$a->strings["Maximum system load before the frontend quits service - default 50."] = "フロントエンドがサービスを終了する前の最大システム負荷-デフォルト50";
+$a->strings["Minimal Memory"] = "最小限のメモリ";
+$a->strings["Minimal free memory in MB for the worker. Needs access to /proc/meminfo - default 0 (deactivated)."] = "ワーカーの最小空きメモリ(MB)。 / proc / meminfoへのアクセスが必要-デフォルトは0(無効)。";
+$a->strings["Maximum table size for optimization"] = "最適化のための最大テーブルサイズ";
+$a->strings["Maximum table size (in MB) for the automatic optimization. Enter -1 to disable it."] = "自動最適化の最大テーブルサイズ(MB)。 -1を入力して無効にします。";
+$a->strings["Minimum level of fragmentation"] = "断片化の最小レベル";
+$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "自動最適化を開始する最小フラグメンテーションレベル-デフォルト値は30%です。";
+$a->strings["Periodical check of global contacts"] = "グローバルなコンタクトの定期的なチェック";
+$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "有効にした場合、グローバルなコンタクトは定期的に、欠落または古いデータ、およびコンタクトとサーバーの活力をチェックされます。";
+$a->strings["Days between requery"] = "再クエリの間隔";
+$a->strings["Number of days after which a server is requeried for his contacts."] = "コンタクトについてサーバーが再照会されるまでの日数。";
+$a->strings["Discover contacts from other servers"] = "他のサーバーからコンタクトを発見する";
+$a->strings["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\"."] = "コンタクトについて定期的に他のサーバーを照会します。 \"Users \":リモートシステム上のユーザー、\"Global Contacts \":システム上で既知のアクティブなコンタクトから選択できます。フォールバックは、グローバルなコンタクトが利用できなかったRedmatrixサーバーおよび古いfriendicaサーバーを対象としています。フォールバックによりサーバーの負荷が増加するため、推奨設定は\"Users、Global Contacts \"です。";
+$a->strings["Timeframe for fetching global contacts"] = "グローバルなコンタクトを取得するための時間枠";
+$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "探索がアクティベートされた際、この値は、他のサーバーからフェッチされるグローバルコンタクトのアクティビティの時間枠を定義します。";
+$a->strings["Search the local directory"] = "ローカルディレクトリを検索する";
+$a->strings["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."] = "グローバルディレクトリではなくローカルディレクトリを検索します。ローカルで検索する場合、すべての検索はバックグラウンドでグローバルディレクトリで実行されます。これにより、同じ検索を繰り返した場合の検索結果が改善されます。";
+$a->strings["Publish server information"] = "サーバー情報を公開する";
+$a->strings["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."] = "有効にすると、一般的なサーバーと使用状況データが公開されます。データには、サーバーの名前とバージョン、パブリックプロフィールを持つユーザーの数、投稿の数、およびアクティブ化されたプロトコルとコネクタが含まれます。詳細については、<a href=\"http://the-federation.info/\"> the-federation.info </a>をご覧ください。";
+$a->strings["Check upstream version"] = "アップストリームバージョンを確認する";
+$a->strings["Enables checking for new Friendica versions at github. If there is a new version, you will be informed in the admin panel overview."] = "githubで新しいFriendicaバージョンのチェックを有効にします。新しいバージョンがある場合は、管理パネルの概要で通知されます。";
+$a->strings["Suppress Tags"] = "タグを非表示";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "投稿の最後にハッシュタグのリストを表示しないようにします。";
+$a->strings["Clean database"] = "データベースを消去";
+$a->strings["Remove old remote items, orphaned database records and old content from some other helper tables."] = "古いリモートアイテム、孤立したデータベースレコード、および古いコンテンツを他のヘルパーテーブルから削除します。";
+$a->strings["Lifespan of remote items"] = "リモートアイテムの寿命";
+$a->strings["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."] = "データベースのクリーンアップが有効な場合、これはリモートアイテムが削除されるまでの日数を定義します。自身のアイテム、およびマークまたはファイルされたアイテムは常に保持されます。 0はこの動作を無効にします。";
+$a->strings["Lifespan of unclaimed items"] = "請求されていないアイテムの寿命";
+$a->strings["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."] = "データベースのクリーンアップが有効になっている場合、これは、要求されていないリモートアイテム(主にリレーからのコンテンツ)が削除されるまでの日数を定義します。デフォルト値は90日です。 0に設定されている場合、リモートアイテムの一般的なライフスパン値がデフォルトになります。";
+$a->strings["Lifespan of raw conversation data"] = "Raw会話データの寿命";
+$a->strings["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."] = "会話データは、ActivityPubおよびOStatusに使用されるほか、デバッグにも使用されます。 14日後に削除しても安全です。デフォルトは90日です。";
+$a->strings["Path to item cache"] = "アイテムキャッシュへのパス";
+$a->strings["The item caches buffers generated bbcode and external images."] = "アイテムは、生成されたbbcodeと外部画像のバッファーをキャッシュします。";
+$a->strings["Cache duration in seconds"] = "秒単位のキャッシュ期間";
+$a->strings["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."] = "キャッシュファイルを保持する期間デフォルト値は86400秒(1日)です。アイテムキャッシュを無効にするには、値を-1に設定します。";
+$a->strings["Maximum numbers of comments per post"] = "投稿あたりのコメントの最大数";
+$a->strings["How much comments should be shown for each post? Default value is 100."] = "各投稿に表示されるコメントの数は?デフォルト値は100です。";
+$a->strings["Temp path"] = "一時パス";
+$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Webサーバーがシステムの一時パスにアクセスできない制限されたシステムがある場合は、ここに別のパスを入力します。";
+$a->strings["Disable picture proxy"] = "画像プロキシを無効にする";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwidth."] = "画像プロキシは、パフォーマンスとプライバシーを向上させます。帯域幅が非常に低いシステムでは使用しないでください。";
+$a->strings["Only search in tags"] = "タグでのみ検索";
+$a->strings["On large systems the text search can slow down the system extremely."] = "大規模なシステムでは、テキスト検索によりシステムの速度が著しく低下する可能性があります。";
+$a->strings["New base url"] = "新しいベースURL";
+$a->strings["Change base url for this server. Sends relocate message to all Friendica and Diaspora* contacts of all users."] = "このサーバーのベースURLを変更します。すべてのユーザーのFriendicaおよびDiaspora *のすべてのコンタクトに再配置メッセージを送信します。";
+$a->strings["RINO Encryption"] = "RINO暗号化";
+$a->strings["Encryption layer between nodes."] = "ノード間の暗号化レイヤー。";
+$a->strings["Enabled"] = "有効化";
+$a->strings["Maximum number of parallel workers"] = "並列ワーカーの最大数";
+$a->strings["On shared hosters set this to %d. On larger systems, values of %d are great. Default value is %d."] = "共有ホスティング事業者では、これを%dに設定します。大規模なシステムでは、 %dの値は素晴らしいでしょう。既定の値は%dです。";
+$a->strings["Don't use \"proc_open\" with the worker"] = "ワーカーで\"proc_open \"を使用しないでください";
+$a->strings["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."] = "システムが\"proc_open \"の使用を許可していない場合、これを有効にします。これは、共有ホスティング事業者で発生する可能性があります。これが有効になっている場合、crontabでワーカー呼び出しの頻度を増やす必要があります。";
+$a->strings["Enable fastlane"] = "fastlaneを有効にする";
+$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "有効にすると、優先度の高いプロセスが優先度の低いプロセスによってブロックされた場合、fastlaneメカニズムは追加のワーカーを開始します。";
+$a->strings["Enable frontend worker"] = "フロントエンドワーカーを有効にする";
+$a->strings["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."] = "有効にすると、バックエンドアクセスが実行されたときにワーカープロセスがトリガーされます(メッセージの配信など)。小規模なサイトでは、外部のcronジョブを介して定期的に%s / workerを呼び出したい場合があります。サーバーでcron /スケジュールされたジョブを利用できない場合にのみ、このオプションを有効にしてください。";
+$a->strings["Subscribe to relay"] = "リレーを購読する";
+$a->strings["Enables the receiving of public posts from the relay. They will be included in the search, subscribed tags and on the global community page."] = "リレーからの一般公開投稿の受信を有効にします。それらは、検索、サブスクライブされたタグ、およびグローバルコミュニティページに含まれます。";
+$a->strings["Relay server"] = "中継サーバー";
+$a->strings["Address of the relay server where public posts should be send to. For example https://relay.diasp.org"] = "公開投稿の送信先となる中継サーバーのアドレス。たとえば、https://relay.diasp.org";
+$a->strings["Direct relay transfer"] = "直接リレー転送";
+$a->strings["Enables the direct transfer to other servers without using the relay servers"] = "中継サーバーを使用せずに他のサーバーに直接転送できるようにします";
+$a->strings["Relay scope"] = "中継スコープ";
+$a->strings["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."] = "\"all \"または\"tags \"にすることができます。 「すべて」は、すべての一般公開投稿を受信することを意味します。 「タグ」は、選択したタグのある投稿のみを受信することを意味します。";
+$a->strings["all"] = "すべて";
+$a->strings["tags"] = "タグ";
+$a->strings["Server tags"] = "サーバータグ";
+$a->strings["Comma separated list of tags for the \"tags\" subscription."] = "\"tags \"サブスクリプションのタグのコンマ区切りリスト。";
+$a->strings["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\"."] = "有効にすると、保存された検索のタグが、\"relay_server_tags \"に加えて\"tags \"サブスクリプションに使用されます。";
+$a->strings["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 />"] = "DBは引き続きMyISAMテーブルで実行されます。エンジンタイプをInnoDBに変更する必要があります。 Friendicaは今後InnoDBのみの機能を使用するため、これを変更する必要があります。テーブルエンジンの変換に役立つガイドについては、<a href=\"%s\">こちら</a>をご覧ください。 Friendicaインストールの<tt> php bin/console.php dbstructure toinnodb </tt>コマンドを使用して自動変換することもできます。<br />";
+$a->strings["There is a new version of Friendica available for download. Your current version is %1\$s, upstream version is %2\$s"] = "ダウンロード可能なFriendicaの新しいバージョンがあります。現在のバージョンは%1\$s 、アップストリームバージョンは%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."] = "データベースの更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。";
+$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.)"] = "最後の更新に失敗しました。コマンドラインから「php bin/console.php dbstructure update」を実行し、表示される可能性のあるエラーを確認してください。 (エラーの一部は、おそらくログファイル内にあります。)";
+$a->strings["The worker was never 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."] = "最後のワーカー実行は%s UTCでした。これは1時間以上前です。 crontabの設定を確認してください。";
+$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の設定はconfig/local.config.phpに保存されるようになりました。config/local-sample.config.phpをコピーし、設定を<code> .htconfig.php </code>から移動してください。移行のヘルプについては、<a href=\"%s\"> Configヘルプページ</a>をご覧ください。";
+$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の設定はconfig/local.config.phpに保存されるようになりました。config/ local-sample.config.phpをコピーして、設定を<code> config / local.ini.php </code>から移動してください。移行のヘルプについては、<a href=\"%s\"> Configヘルプページ</a>をご覧ください。";
+$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>に到達できません。これは、サーバー間の通信を妨げる重大な構成の問題です。ヘルプについては、<a href=\"%s\">インストールページ</a>をご覧ください。";
+$a->strings["Friendica's system.basepath was updated from '%s' to '%s'. Please remove the system.basepath from your db to avoid differences."] = "Friendicaのsystem.basepathは '%s' から '%s' に更新されました。差異を避けるために、データベースからsystem.basepathを削除してください。";
+$a->strings["Friendica's current system.basepath '%s' is wrong and the config file '%s' isn't used."] = "Friendicaの現在のsystem.basepath '%s' は間違っています。構成ファイル '%s'は使用されていません。";
+$a->strings["Friendica's current system.basepath '%s' is not equal to the config file '%s'. Please fix your configuration."] = "Friendicaの現在のsystem.basepath '%s'は、構成ファイル '%s'と等しくありません。設定を修正してください。";
+$a->strings["Normal Account"] = "通常アカウント";
+$a->strings["Automatic Follower Account"] = "自動フォロワーアカウント";
+$a->strings["Public Forum Account"] = "公開フォーラムアカウント";
+$a->strings["Automatic Friend Account"] = "自動友達アカウント";
+$a->strings["Blog Account"] = "ブログアカウント";
+$a->strings["Private Forum Account"] = "プライベートフォーラムアカウント";
+$a->strings["Message queues"] = "メッセージキュー";
+$a->strings["Server Settings"] = "サーバー設定";
+$a->strings["Summary"] = "概要";
+$a->strings["Registered users"] = "登録ユーザー";
+$a->strings["Pending registrations"] = "保留中の登録";
+$a->strings["Version"] = "バージョン";
+$a->strings["Active addons"] = "アクティブなアドオン";
+$a->strings["Theme settings updated."] = "テーマ設定が更新されました。";
+$a->strings["Theme %s disabled."] = "テーマ%sを無効にしました。";
+$a->strings["Theme %s successfully enabled."] = "テーマ%sが有効になりました。";
+$a->strings["Theme %s failed to install."] = "テーマ%sのインストールに失敗しました。";
+$a->strings["Screenshot"] = "スクリーンショット";
+$a->strings["Themes"] = "テーマ";
+$a->strings["Unknown theme."] = "不明なテーマ。";
+$a->strings["Reload active themes"] = "アクティブなテーマをリロードする";
+$a->strings["No themes found on the system. They should be placed in %1\$s"] = "システムにテーマが見つかりません。 %1\$sに配置する必要があります";
+$a->strings["[Experimental]"] = "[実験的]";
+$a->strings["[Unsupported]"] = "[サポートされていません]";
+$a->strings["The Terms of Service settings have been updated."] = "利用規約の設定が更新されました。";
+$a->strings["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."] = "利用規約ページを有効にします。これを有効にすると、登録フォームと一般情報ページに規約へのリンクが追加されます。";
+$a->strings["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>."] = "<a href=\"%s\" target=\"_blank\"> EU-GDPR </a>に従ってノードを操作するために必要な情報に関する情報を表示します。";
+$a->strings["Privacy Statement Preview"] = "プライバシーに関する声明のプレビュー";
+$a->strings["The 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."] = "ここにノードの利用規約を入力します。 BBCodeを使用できます。セクションのヘッダーは[h2]以下である必要があります。";
+$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\t%2\$s管理者がアカウントを設定しました。";
+$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\nサイトの場所:\t%1\$s\nログイン名:\t\t%2\$s\nPassword:\t\t%3\$s\n\nパスワードは、ログイン後にアカウントの「設定」ページから変更できます。\nしばらくしてから、そのページの他のアカウント設定を確認してください。\n\nデフォルトのプロフィールに基本情報を追加することもできます(\"プロフィール\"\nページ上)。他の人があなたを簡単に見つけられるようにします。\n\nフルネームを設定し、プロフィール写真、いくつかのプロフィール\"キーワード\"\n(新しい友達を作るのに非常に便利です)を追加することをお勧めします。\n具体的に書きたくない場合は、あなたが住んでいる国のみを書くのが良いでしょう。\n\nこれらの項目は必須では有りません。プライバシーに対する権利を完全に尊重します。\nあなたが新しく、ここに誰も知らない場合、彼らは新しい興味深い友人を作るのを\n助けてくれるかもしれません\n\nあなたのアカウントを削除したいなら、\n%1\$s/removeme\nから可能です。\n\nありがとうございます。%4\$sへようこそ。";
+$a->strings["%s user blocked"] = [
+       0 => "%sユーザーがブロックされました",
+];
+$a->strings["%s user unblocked"] = [
+       0 => "%sユーザーのブロックを解除しました",
+];
+$a->strings["You can't remove yourself"] = "自分を削除することはできません";
+$a->strings["%s user deleted"] = [
+       0 => "%sユーザーが削除されました",
+];
+$a->strings["User \"%s\" deleted"] = "ユーザー\"%s\"が削除されました";
+$a->strings["User \"%s\" blocked"] = "ユーザー\"%s\"がブロックされました";
+$a->strings["User \"%s\" unblocked"] = "ユーザー\"%s\"のブロックを解除しました";
+$a->strings["Private Forum"] = "プライベートフォーラム";
+$a->strings["Relay"] = "リレー";
+$a->strings["Register date"] = "登録日";
+$a->strings["Last login"] = "前回のログイン";
+$a->strings["Last item"] = "最後のアイテム";
+$a->strings["Type"] = "タイプ";
+$a->strings["Add User"] = "ユーザーを追加する";
+$a->strings["User registrations waiting for confirm"] = "確認待ちのユーザー登録";
+$a->strings["User waiting for permanent deletion"] = "永久削除を待っているユーザー";
+$a->strings["Request date"] = "依頼日";
+$a->strings["No registrations."] = "登録なし。";
+$a->strings["Note from the user"] = "ユーザーからの注意";
+$a->strings["Deny"] = "拒否する";
+$a->strings["User blocked"] = "ユーザーがブロックされました";
+$a->strings["Site admin"] = "サイト管理者";
+$a->strings["Account expired"] = "アカウントの有効期限が切れました";
+$a->strings["New User"] = "新しいユーザー";
+$a->strings["Permanent deletion"] = "永久削除";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "選択したユーザーは削除されます!\n\nこれらのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?";
+$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?"] = "ユーザー{0}は削除されます!\n\nこのユーザーがこのサイトに投稿したものはすべて完全に削除されます!\n\nよろしいですか?";
+$a->strings["Name of the new user."] = "新しいユーザーの名前。";
+$a->strings["Nickname"] = "ニックネーム";
+$a->strings["Nickname of the new user."] = "新しいユーザーのニックネーム。";
+$a->strings["Email address of the new user."] = "新しいユーザーのメールアドレス。";
+$a->strings["No friends to display."] = "表示する友達はいません。";
+$a->strings["Item was not found."] = "アイテムが見つかりませんでした。";
+$a->strings["Submanaged account can't access the administation pages. Please log back in as the master account."] = "サブ管理アカウントは管理ページにアクセスできません。マスターアカウントとしてログインし直してください。";
+$a->strings["Overview"] = "概要";
+$a->strings["Configuration"] = "構成";
+$a->strings["Database"] = "データベース";
+$a->strings["DB updates"] = "DBの更新";
+$a->strings["Inspect Deferred Workers"] = "非同期実行ワーカーの検査";
+$a->strings["Inspect worker Queue"] = "ワーカーキューの検査";
+$a->strings["Tools"] = "道具";
+$a->strings["Contact Blocklist"] = "コンタクトブロックリスト";
+$a->strings["Server Blocklist"] = "サーバーブロックリスト";
+$a->strings["Diagnostics"] = "診断";
+$a->strings["PHP Info"] = "PHP情報";
+$a->strings["probe address"] = "プローブアドレス";
+$a->strings["check webfinger"] = "webfingerを確認してください";
+$a->strings["Item Source"] = "アイテムソース";
+$a->strings["Babel"] = "Babel";
+$a->strings["Addon Features"] = "アドオン機能";
+$a->strings["User registrations waiting for confirmation"] = "確認待ちのユーザー登録";
+$a->strings["People Search - %s"] = "人の検索- %s";
+$a->strings["Forum Search - %s"] = "フォーラム検索- %s";
+$a->strings["This page is missing a url parameter."] = "このページにはurlパラメーターがありません。";
+$a->strings["The post was created"] = "投稿が作成されました";
+$a->strings["%d contact edited."] = [
+       0 => "%dコンタクトを編集しました。",
+];
+$a->strings["Could not access contact record."] = "コンタクトレコードにアクセスできませんでした。";
+$a->strings["Could not locate selected profile."] = "選択したプロフィールが見つかりませんでした。";
+$a->strings["Contact updated."] = "コンタクトが更新されました。";
+$a->strings["Contact not found"] = "コンタクトが見つかりません";
+$a->strings["Contact has been blocked"] = "コンタクトがブロックされました";
+$a->strings["Contact has been unblocked"] = "コンタクトのブロックが解除されました";
+$a->strings["Contact has been ignored"] = "コンタクトは無視されました";
+$a->strings["Contact has been unignored"] = "コンタクトは無視されていません";
+$a->strings["Contact has been archived"] = "コンタクトがアーカイブされました";
+$a->strings["Contact has been unarchived"] = "コンタクトのアーカイブを解除しました";
+$a->strings["Drop contact"] = "コンタクトを削除";
+$a->strings["Do you really want to delete this contact?"] = "このコンタクトを本当に削除しますか?";
+$a->strings["Contact has been removed."] = "コンタクトは削除されました。";
+$a->strings["You are mutual friends with %s"] = "あなたは%sと共通の友達です";
+$a->strings["You are sharing with %s"] = "%sと共有しています";
+$a->strings["%s is sharing with you"] = "%sはあなたと共有しています";
+$a->strings["Private communications are not available for this contact."] = "このコンタクトへのプライベート通信は利用できません。";
+$a->strings["Never"] = "決してしない";
+$a->strings["(Update was successful)"] = "(更新は成功しました)";
+$a->strings["(Update was not successful)"] = "(更新は成功しませんでした)";
+$a->strings["Suggest friends"] = "友人のおすすめ";
+$a->strings["Network type: %s"] = "ネットワークの種類: %s";
+$a->strings["Communications lost with this contact!"] = "このコンタクトとの通信が失われました!";
+$a->strings["Fetch further information for feeds"] = "フィードの詳細情報を取得する";
+$a->strings["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."] = "フィードアイテムからプレビュー画像、タイトル、ティーザーなどの情報を取得します。フィードに多くのテキストが含まれていない場合は、これをアクティブにできます。キーワードはフィードアイテムのメタヘッダーから取得され、ハッシュタグとして投稿されます。";
+$a->strings["Fetch information"] = "情報を取得する";
+$a->strings["Fetch keywords"] = "キーワードを取得する";
+$a->strings["Fetch information and keywords"] = "情報とキーワードを取得する";
+$a->strings["Profile Visibility"] = "プロフィールの可視性";
+$a->strings["Contact Information / Notes"] = "コンタクト/メモ";
+$a->strings["Contact Settings"] = "コンタクト設定";
+$a->strings["Contact"] = "コンタクト";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "プロフィールを安全に表示するときに、 %sに表示するプロフィールを選択してください。";
+$a->strings["Their personal note"] = "彼らの個人的なメモ";
+$a->strings["Edit contact notes"] = "コンタクトメモを編集する";
+$a->strings["Visit %s's profile [%s]"] = "%sのプロフィール[ %s ]を開く";
+$a->strings["Block/Unblock contact"] = "コンタクトのブロック/ブロック解除";
+$a->strings["Ignore contact"] = "コンタクトを無視";
+$a->strings["Repair URL settings"] = "修復URL設定";
+$a->strings["View conversations"] = "会話を見る";
+$a->strings["Last update:"] = "最後の更新:";
+$a->strings["Update public posts"] = "一般公開の投稿を更新";
+$a->strings["Update now"] = "今すぐアップデート";
+$a->strings["Unignore"] = "無視しない";
+$a->strings["Currently blocked"] = "現在ブロックされています";
+$a->strings["Currently ignored"] = "現在無視されます";
+$a->strings["Currently archived"] = "現在アーカイブ済み";
+$a->strings["Awaiting connection acknowledge"] = "接続確認応答待ち";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "一般公開の投稿への返信・いいねは、引き続き表示される<strong>場合が</strong>あります";
+$a->strings["Notification for new posts"] = "新しい投稿の通知";
+$a->strings["Send a notification of every new post of this contact"] = "このコンタクトの新しい投稿ごとに通知を送信する";
+$a->strings["Blacklisted keywords"] = "ブラックリストに登録されたキーワード";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "「情報とキーワードの取得」が選択されている場合、ハッシュタグに変換しないキーワードのカンマ区切りリスト";
+$a->strings["Actions"] = "行動";
+$a->strings["Show all contacts"] = "すべてのコンタクトを表示";
+$a->strings["Blocked"] = "ブロックされました";
+$a->strings["Only show blocked contacts"] = "ブロックされたコンタクトのみを表示";
+$a->strings["Ignored"] = "無視された";
+$a->strings["Only show ignored contacts"] = "無視されたコンタクトのみを表示";
+$a->strings["Archived"] = "アーカイブ済み";
+$a->strings["Only show archived contacts"] = "アーカイブされたコンタクトのみを表示";
+$a->strings["Hidden"] = "非表示";
+$a->strings["Only show hidden contacts"] = "非表示のコンタクトのみを表示";
+$a->strings["Organize your contact groups"] = "コンタクトグループを整理する";
+$a->strings["Search your contacts"] = "コンタクトを検索する";
+$a->strings["Archive"] = "アーカイブ";
+$a->strings["Unarchive"] = "アーカイブ解除";
+$a->strings["Batch Actions"] = "バッチアクション";
+$a->strings["Conversations started by this contact"] = "このコンタクトが開始した会話";
+$a->strings["Posts and Comments"] = "投稿とコメント";
+$a->strings["View all contacts"] = "すべてのコンタクトを表示";
+$a->strings["View all common friends"] = "一般的な友達をすべて表示";
+$a->strings["Advanced Contact Settings"] = "高度なコンタクト設定";
+$a->strings["Mutual Friendship"] = "相互の友情";
+$a->strings["is a fan of yours"] = "あなたのファンです";
+$a->strings["you are a fan of"] = "あなたはファンです";
+$a->strings["Edit contact"] = "コンタクトを編集";
+$a->strings["Toggle Blocked status"] = "ブロック状態の切り替え";
+$a->strings["Toggle Ignored status"] = "無視ステータスの切り替え";
+$a->strings["Toggle Archive status"] = "アーカイブステータスの切り替え";
+$a->strings["Delete contact"] = "コンタクトを削除";
+$a->strings["Source input"] = "ソース入力";
+$a->strings["BBCode::toPlaintext"] = "BBCode :: toPlaintext";
+$a->strings["BBCode::convert (raw HTML)"] = "BBCode :: convert(生のHTML)";
+$a->strings["BBCode::convert"] = "BBCode :: convert";
+$a->strings["BBCode::convert => HTML::toBBCode"] = "BBCode :: convert => HTML :: toBBCode";
+$a->strings["BBCode::toMarkdown"] = "BBCode :: toMarkdown";
+$a->strings["BBCode::toMarkdown => Markdown::convert"] = "BBCode :: toMarkdown => Markdown :: convert";
+$a->strings["BBCode::toMarkdown => Markdown::toBBCode"] = "BBCode :: toMarkdown => Markdown :: toBBCode";
+$a->strings["BBCode::toMarkdown =>  Markdown::convert => HTML::toBBCode"] = "BBCode :: toMarkdown => Markdown :: convert => HTML :: toBBCode";
+$a->strings["Item Body"] = "アイテム本体";
+$a->strings["Item Tags"] = "アイテムタグ";
+$a->strings["Source input (Diaspora format)"] = "ソース入力(Diaspora形式)";
+$a->strings["Markdown::convert (raw HTML)"] = "Markdown :: convert(生のHTML)";
+$a->strings["Markdown::convert"] = "Markdown :: convert";
+$a->strings["Markdown::toBBCode"] = "Markdown :: toBBCode";
+$a->strings["Raw HTML input"] = "生のHTML入力";
+$a->strings["HTML Input"] = "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(生のHTML)";
+$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)"] = "HTML :: toPlaintext(コンパクト)";
+$a->strings["Source text"] = "ソーステキスト";
+$a->strings["BBCode"] = "BBCode";
+$a->strings["Markdown"] = "マークダウン";
+$a->strings["HTML"] = "HTML";
+$a->strings["You must be logged in to use this module"] = "このモジュールを使用するにはログインする必要があります";
+$a->strings["Source URL"] = "ソースURL";
+$a->strings["Time Conversion"] = "時間変換";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendicaは、未知のタイムゾーンで他のネットワークや友人とイベントを共有するためにこのサービスを提供します。";
+$a->strings["UTC time: %s"] = "UTC時間: %s";
+$a->strings["Current timezone: %s"] = "現在のタイムゾーン: %s";
+$a->strings["Converted localtime: %s"] = "変換された現地時間: %s";
+$a->strings["Please select your timezone:"] = "タイムゾーンを選択してください:";
+$a->strings["Only logged in users are permitted to perform a probing."] = "ログインしているユーザーのみがプローブを実行できます。";
+$a->strings["Lookup address"] = "ルックアップアドレス";
+$a->strings["No entries (some entries may be hidden)."] = "エントリなし(一部のエントリは非表示になる場合があります)";
+$a->strings["Find on this site"] = "このサイトで見つける";
+$a->strings["Results for:"] = "の結果:";
+$a->strings["Site Directory"] = "サイトディレクトリ";
+$a->strings["Filetag %s saved to item"] = "ファイルタグ%sがアイテムに保存されました";
+$a->strings["- select -"] = "-選択-";
+$a->strings["No given contact."] = "コンタクトなし。";
+$a->strings["Installed addons/apps:"] = "インストールされたアドオン/アプリ:";
+$a->strings["No installed addons/apps"] = "アドオン/アプリがインストールされていません";
+$a->strings["Read about the <a href=\"%1\$s/tos\">Terms of Service</a> of this node."] = "このノードの<a href=\"%1\$s/tos\">利用規約</a>について読んでください。";
+$a->strings["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."] = "これは、Webロケーション%s実行されているFriendicaバージョン%sです。データベースのバージョンは%s 、更新後のバージョンは%sです。";
+$a->strings["Please visit <a href=\"https://friendi.ca\">Friendi.ca</a> to learn more about the Friendica project."] = "Friendicaプロジェクトの詳細については、<a href=\"https://friendi.ca\"> Friendi.ca </a>をご覧ください。";
+$a->strings["Bug reports and issues: please visit"] = "バグレポートと問題:をご覧ください";
+$a->strings["the bugtracker at github"] = "githubのバグトラッカー";
+$a->strings["Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"] = "提案、ファンレターなどを \"info \" at \"friendi - dot - ca\"でお待ちしております。";
+$a->strings["Group created."] = "グループが作成されました。";
+$a->strings["Could not create group."] = "グループを作成できませんでした。";
+$a->strings["Group not found."] = "グループが見つかりません。";
+$a->strings["Group name changed."] = "グループ名が変更されました。";
+$a->strings["Unknown group."] = "不明なグループ。";
+$a->strings["Contact is unavailable."] = "コンタクトは利用できません。";
+$a->strings["Contact is deleted."] = "コンタクトが削除されます。";
+$a->strings["Contact is blocked, unable to add it to a group."] = "コンタクトはブロックされているため、グループに追加できません。";
+$a->strings["Unable to add the contact to the group."] = "グループにコンタクトを追加できません。";
+$a->strings["Contact successfully added to group."] = "グループにコンタクトを追加しました。";
+$a->strings["Unable to remove the contact from the group."] = "グループからコンタクトを削除できません。";
+$a->strings["Contact successfully removed from group."] = "グループからコンタクトを削除しました。";
+$a->strings["Unknown group command."] = "不明なグループコマンド。";
+$a->strings["Bad request."] = "要求の形式が正しくありません。";
+$a->strings["Save Group"] = "グループを保存";
+$a->strings["Filter"] = "フィルタ";
+$a->strings["Create a group of contacts/friends."] = "コンタクト/友人のグループを作成します。";
+$a->strings["Group removed."] = "グループが削除されました。";
+$a->strings["Unable to remove group."] = "グループを削除できません。";
+$a->strings["Delete Group"] = "グループを削除";
+$a->strings["Edit Group Name"] = "グループ名を編集";
+$a->strings["Members"] = "会員";
+$a->strings["Remove contact from group"] = "グループからコンタクトを削除";
+$a->strings["Add contact to group"] = "グループにコンタクトを追加";
+$a->strings["Help:"] = "助けて:";
+$a->strings["Welcome to %s"] = "%sへようこそ";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server-セットアップ";
+$a->strings["System check"] = "システムチェック";
+$a->strings["Check again"] = "再び確かめる";
+$a->strings["Base settings"] = "基本設定";
+$a->strings["Host name"] = "ホスト名";
+$a->strings["Overwrite this field in case the determinated hostname isn't right, otherweise leave it as is."] = "決定されたホスト名が正しくない場合、このフィールドを上書きします。そうでない場合はそのままにします。";
+$a->strings["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."] = "システムがインストールへの正しいパスを検出できない場合は、ここに正しいパスを入力します。この設定は、制限されたシステムとWebルートへのシンボリックリンクを使用している場合にのみ設定する必要があります。";
+$a->strings["Sub path of the URL"] = "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."] = "サブパスの決定が正しくない場合はこのフィールドを上書きし、そうでない場合はそのままにしておきます。このフィールドを空白のままにすると、サブパスなしでベースURLにインストールされます。";
+$a->strings["Database connection"] = "データベース接続";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Friendicaをインストールするには、データベースへの接続方法を知る必要があります。";
+$a->strings["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."] = "以下で指定するデータベースはすでに存在している必要があります。存在しない場合は、続行する前に作成してください。";
+$a->strings["Database Server Name"] = "データベースサーバー名";
+$a->strings["Database Login Name"] = "データベースのログイン名";
+$a->strings["Database Login Password"] = "データベースログインパスワード";
+$a->strings["For security reasons the password must not be empty"] = "セキュリティ上の理由から、パスワードを空にしないでください";
+$a->strings["Database Name"] = "データベース名";
+$a->strings["Please select a default timezone for your website"] = "ウェブサイトのデフォルトのタイムゾーンを選択してください";
+$a->strings["Site settings"] = "サイト設定";
+$a->strings["Site administrator email address"] = "サイト管理者のメールアドレス";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "ウェブ管理パネルを使用するには、アカウントのメールアドレスがこれと一致する必要があります。";
+$a->strings["System Language:"] = "システム言語:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Friendicaインストールインターフェイスのデフォルト言語を設定し、メールを送信します。";
+$a->strings["Your Friendica site database has been installed."] = "Friendicaサイトデータベースがインストールされました。";
+$a->strings["Installation finished"] = "インストール完了";
+$a->strings["<h1>What next</h1>"] = "<h1>次は何でしょうか</h1>";
+$a->strings["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."] = "新しいFriendicaノード<a href=\"%s/register\">登録ページ</a>に移動して、新しいユーザーとして登録します。管理者の電子メールとして入力したものと同じ電子メールを使用することを忘れないでください。これにより、サイト管理者パネルに入ることができます。";
+$a->strings["Total invitation limit exceeded."] = "合計招待制限を超えました。";
+$a->strings["%s : Not a valid email address."] = "%s :有効なメールアドレスではありません。";
+$a->strings["Please join us on Friendica"] = "Friendicaにご参加ください";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "招待制限を超えました。サイト管理者に連絡してください。";
+$a->strings["%s : Message delivery failed."] = "%s :メッセージの配信に失敗しました。";
+$a->strings["%d message sent."] = [
+       0 => "%dメッセージを送信しました。",
+];
+$a->strings["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."] = "参加できる公開サイトのリストについては、 %sにアクセスしてください。他のサイトのFriendicaメンバーは、他の多くのソーシャルネットワークのメンバーと同様に、お互いに接続できます。";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "この招待を受け入れるには、 %sまたはその他の公開Friendica Webサイトにアクセスして登録してください。";
+$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サイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。参加できるFriendicaサイトのリストについては、 %sをご覧ください。";
+$a->strings["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サイトはすべて相互接続して、メンバーが所有および管理する、プライバシーが強化された巨大なソーシャルWebを作成します。また、多くの従来のソーシャルネットワークに接続できます。";
+$a->strings["To accept this invitation, please visit and register at %s."] = "この招待を受け入れるには、 %sアクセスして登録してください。";
+$a->strings["Send invitations"] = "招待状を送信する";
+$a->strings["Enter email addresses, one per line:"] = "電子メールアドレスを1行に1つずつ入力します。";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Friendicaで私や他の親しい友人と一緒に参加してください。より良いソーシャルWebの作成を手伝ってください。";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "この招待コードを提供する必要があります:$ invite_code";
+$a->strings["Once you have registered, 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"] = "Friendicaプロジェクトの詳細と、それが重要だと感じる理由については、http://friendi.caをご覧ください。";
+$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["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."] = "この投稿は、2番目のボックスに記載されている人を除き、最初のボックスの人にのみ送信されます。公開の場所には表示されません。";
+$a->strings["Create a New Account"] = "新しいアカウントを作成する";
+$a->strings["Password: "] = "パスワード:";
+$a->strings["Remember me"] = "私を覚えてますか";
+$a->strings["Or login using OpenID: "] = "または、OpenIDを使用してログインします。";
+$a->strings["Forgot your password?"] = "パスワードをお忘れですか?";
+$a->strings["Website Terms of Service"] = "ウェブサイト利用規約";
+$a->strings["terms of service"] = "利用規約";
+$a->strings["Website Privacy Policy"] = "ウェブサイトのプライバシーポリシー";
+$a->strings["privacy policy"] = "個人情報保護方針";
+$a->strings["Logged out."] = "ログアウトしました。";
+$a->strings["System down for maintenance"] = "メンテナンスのためのシステムダウン";
+$a->strings["Page not found."] = "ページが見つかりません。";
+$a->strings["Invalid photo with id %s."] = "ID %s の写真が無効です。";
+$a->strings["User not found."] = "ユーザーが見つかりません。";
+$a->strings["No contacts."] = "コンタクトはありません。";
+$a->strings["Follower (%s)"] = [
+       0 => "フォロワー( %s )",
+];
+$a->strings["Following (%s)"] = [
+       0 => "フォロー中( %s )",
+];
+$a->strings["Mutual friend (%s)"] = [
+       0 => "相互の友人( %s )",
+];
+$a->strings["Contact (%s)"] = [
+       0 => "コンタクト( %s )",
+];
+$a->strings["All contacts"] = "すべてのコンタクト";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking \"Register\"."] = "(オプションで)OpenIDを提供し、「登録」をクリックして、OpenIDを介してこのフォームに入力できます。";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "OpenIDに慣れていない場合は、そのフィールドを空白のままにして、残りの項目を入力してください。";
+$a->strings["Your OpenID (optional): "] = "OpenID(オプション):";
+$a->strings["Include your profile in member directory?"] = "メンバーディレクトリにプロフィールを含めますか?";
+$a->strings["Note for the admin"] = "管理者への注意";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "このノードに参加する理由、管理者へのメッセージを残す";
+$a->strings["Membership on this site is by invitation only."] = "このサイトのメンバーシップは招待のみです。";
+$a->strings["Your invitation code: "] = "招待コード:";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "あなたの氏名(例:ジョー・スミス、本物または本物の見た目):";
+$a->strings["Your Email Address: (Initial information will be send there, so this has to be an existing address.)"] = "あなたのメールアドレス:(初回の情報はそこに送信されますので、これは既存のアドレスでなければなりません。)";
+$a->strings["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>\"."] = "プロフィールのニックネームを選択します。これはテキスト文字で始まる必要があります。このサイトのプロフィールアドレスは\"<strong> nickname@%s</strong> \"になります。";
+$a->strings["Choose a nickname: "] = "ニックネームを選択:";
+$a->strings["Import your profile to this friendica instance"] = "このfriendicaインスタンスにプロフィールをインポートします";
+$a->strings["Note: This node explicitly contains adult content"] = "注:このノードには、露骨なアダルトコンテンツが含まれています";
+$a->strings["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."] = "メールを送信できませんでした。ここでアカウントの詳細:<br>ログイン: %s <br>パスワード: %s <br> <br>ログイン後にパスワードを変更できます。";
+$a->strings["Registration successful."] = "登録に成功。";
+$a->strings["Your registration can not be processed."] = "登録を処理できません。";
+$a->strings["Your registration is pending approval by the site owner."] = "登録はサイト所有者による承認待ちです。";
+$a->strings["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>"] = "<p>アプリ固有のパスワードは、2要素認証をサポートしないサードパーティアプリケーションでアカウントを認証するために、通常のパスワードの代わりに使用されるランダムに生成されたパスワードです。</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..."] = "フェアフォン2のFriendiqa ...";
+$a->strings["Generate"] = "生成する";
+$a->strings["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>ログイン時にプロンプトが表示されたら、モバイルデバイスのアプリケーションを使用して2要素認証コードを取得します。</p>";
+$a->strings["Authenticator app"] = "認証アプリ";
+$a->strings["Configured"] = "設定済み";
+$a->strings["Not Configured"] = "設定されていません";
+$a->strings["<p>You haven't finished configuring your authenticator app.</p>"] = "<p>認証アプリの設定が完了していません。</p>";
+$a->strings["<p>Your authenticator app is correctly configured.</p>"] = "<p>認証アプリが正しく構成されています。</p>";
+$a->strings["Recovery codes"] = "回復コード";
+$a->strings["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>これらの使い捨てコードは、認証アプリのコードにアクセスできなくなった場合に、認証アプリのコードを置き換えることができます。</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>"] = "<p>これらのランダムに生成されたパスワードを使用すると、2要素認証をサポートしていないアプリで認証できます。</p>";
+$a->strings["Current password:"] = "現在のパスワード:";
+$a->strings["You need to provide your current password to change two-factor authentication settings."] = "2要素認証設定を変更するには、現在のパスワードを入力する必要があります。";
+$a->strings["Enable two-factor authentication"] = "二要素認証を有効にする";
+$a->strings["Disable two-factor authentication"] = "二要素認証を無効にする";
+$a->strings["Show recovery codes"] = "復旧コードを表示";
+$a->strings["Manage app-specific passwords"] = "アプリ固有のパスワードを管理する";
+$a->strings["Finish app configuration"] = "アプリの構成を完了する";
+$a->strings["New recovery codes successfully generated."] = "新しい回復コードが正常に生成されました。";
+$a->strings["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>リカバリコードは、デバイスへのアクセスを失い、二要素認証コードを受信できない場合にアカウントにアクセスするために使用できます。</p> <p> <strong>これらを安全な場所に置いてください!</strong >デバイスを紛失し、復旧コードをお持ちでない場合、アカウントにアクセスできなくなります。</p>";
+$a->strings["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"] = "新しい回復コードを生成する";
+$a->strings["Next: Verification"] = "次:検証";
+$a->strings["Two-factor authentication successfully activated."] = "二要素認証が正常にアクティブ化されました。";
+$a->strings["Invalid code, please retry."] = "無効なコードです。再試行してください。";
+$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>または認証設定を手動で送信できます:<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"] = "二要素コード検証";
+$a->strings["<p>Please scan this QR Code with your authenticator app and submit the provided code.</p>"] = "<p>このQRコードを認証アプリでスキャンして、提供されたコードを送信してください。</p>";
+$a->strings["<p>Or you can open the following URL in your mobile devicde:</p><p><a href=\"%s\">%s</a></p>"] = "<p>または、モバイルデバイスで次のURLを開くことができます。</p> <p> <a href=\"%s\"> %s </a> </p>";
+$a->strings["Please enter a code from your authentication app"] = "認証アプリからコードを入力してください";
+$a->strings["Verify code and enable two-factor authentication"] = "コードを確認し、二要素認証を有効にします";
+$a->strings["Bad Request"] = "要求の形式が正しくありません";
+$a->strings["Unauthorized"] = "認証されていません";
+$a->strings["Forbidden"] = "禁止されています";
+$a->strings["Not Found"] = "見つかりません";
+$a->strings["Internal Server Error"] = "内部サーバーエラー";
+$a->strings["Service Unavailable"] = "サービスは利用できません";
+$a->strings["The server cannot or will not process the request due to an apparent client error."] = "明らかなクライアントエラーのため、サーバーは要求を処理できないか、処理しません。";
+$a->strings["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."] = "要求は有効でしたが、サーバーはアクションを拒否しています。ユーザーがリソースに必要な権限を持っていないか、アカウントが必要な場合があります。";
+$a->strings["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."] = "予期しない状態が発生したため、適切な特定のメッセージはありません。";
+$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "サーバーは現在使用できません(メンテナンスのために過負荷になっているか、停止しているため)。後でもう一度やり直してください。";
+$a->strings["Go back"] = "戻る";
+$a->strings["Remaining recovery codes: %d"] = "残りの復旧コード: %d";
+$a->strings["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>モバイルデバイスにアクセスできなくなった場合に備えて、ワンタイムリカバリコードのいずれかを入力できます。</p>";
+$a->strings["Don’t have your phone? <a href=\"%s\">Enter a two-factor recovery code</a>"] = "お使いの携帯電話を持ってませんか? <a href=\"%s\">2要素認証の回復コードを入力</a>";
+$a->strings["Please enter a recovery code"] = "復旧コードを入力してください";
+$a->strings["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>デバイスで二要素認証アプリを開き、認証コードを取得して本人確認を行います。</p>";
+$a->strings["Verify code and complete login"] = "コードを確認してログインを完了する";
+$a->strings["Welcome to Friendica"] = "Friendicaへようこそ";
+$a->strings["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."] = "私たちはあなたの経験を楽しいものにするためのいくつかのヒントとリンクを提供したいと思います。項目をクリックして、関連するページにアクセスします。このページへのリンクは、最初の登録後2週間、ホームページから表示され、その後静かに消えます。";
+$a->strings["Getting Started"] = "はじめに";
+$a->strings["Friendica Walk-Through"] = "Friendica ウォークスルー";
+$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."] = "<em>クイックスタート</em>ページで、プロフィールとネットワークタブの簡単な紹介を見つけ、新しい接続を作成し、参加するグループを見つけます。";
+$a->strings["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."] = "[<em>設定</em>]ページで、初期パスワードを変更します。また、IDアドレスを書き留めます。これはメールアドレスのように見えます。無料のソーシャルウェブで友達を作るのに役立ちます。";
+$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."] = "他の設定、特にプライバシー設定を確認してください。公開されていないディレクトリ一覧は、一覧にない電話番号を持っているようなものです。一般に、おそらくあなたのリストを公開する必要があります-あなたの友人や潜在的な友人全員があなたを見つける方法を正確に知っていない限り。";
+$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."] = "まだプロフィール写真をアップロードしていない場合はアップロードします。研究では、自分の実際の写真を持っている人は、持っていない人よりも友達を作る可能性が10倍高いことが示されています。";
+$a->strings["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."] = "お好みに合わせて<strong>既定の</strong>プロフィールを編集します。友達のリストを非表示にし、未知の訪問者からプロフィールを非表示にするための設定を確認します。";
+$a->strings["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."] = "あなたの興味を説明するいくつかの公開キーワードを既定のプロフィールに設定します。同様の興味を持つ他の人を見つけ、友情を提案することができるかもしれません。";
+$a->strings["Connecting"] = "接続中";
+$a->strings["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"] = "メールの受信トレイから友人やメーリングリストをインポートしてやり取りする場合は、コネクタ設定ページでメールアクセス情報を入力します";
+$a->strings["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."] = "コンタクトページは、友情を管理し、他のネットワーク上の友だちとつながるための入り口です。通常、<em>新しいコンタクトの追加</em>ダイアログにアドレスまたはサイトのURLを入力します。";
+$a->strings["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."] = "ディレクトリ ページでは、このネットワークまたは他のフェデレーションサイト内の他のユーザーを検索できます。プロフィールページで<em>接続</em>または<em>フォロー</em>リンクを探します。要求された場合、独自のIdentityアドレスを提供します。";
+$a->strings["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."] = "コンタクトページのサイドパネルには、新しい友達を見つけるためのいくつかのツールがあります。関心ごとに人を照合し、名前または興味ごとに人を検索し、ネットワーク関係に基づいて提案を提供できます。新しいサイトでは、通常24時間以内に友人の提案が表示され始めます。";
+$a->strings["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."] = "友達を作成したら、コンタクトページのサイドバーからプライベートな会話グループに整理し、ネットワークページで各グループとプライベートにやり取りできます。";
+$a->strings["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はあなたのプライバシーを尊重します。デフォルトでは、投稿は友達として追加した人にのみ表示されます。詳細については、上記のリンクのヘルプセクションを参照してください。";
+$a->strings["Getting Help"] = "ヘルプを得る";
+$a->strings["Go to the Help Section"] = "ヘルプセクションに移動";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "プログラムのその他の機能やリソースの詳細については、<strong>ヘルプ</strong>ページをご覧ください。";
+$a->strings["This entry was edited"] = "このエントリは編集されました";
+$a->strings["Private Message"] = "プライベートメッセージ";
+$a->strings["Delete locally"] = "ローカルで削除";
+$a->strings["Delete globally"] = "グローバルに削除";
+$a->strings["Remove locally"] = "ローカルで削除";
+$a->strings["save to folder"] = "フォルダーに保存";
+$a->strings["I will attend"] = "参加します";
+$a->strings["I will not attend"] = "私は出席しません";
+$a->strings["I might attend"] = "私は出席するかもしれません";
+$a->strings["ignore thread"] = "スレッドを無視";
+$a->strings["unignore thread"] = "無視しないスレッド";
+$a->strings["toggle ignore status"] = "トグル無視ステータス";
+$a->strings["add star"] = "スターを追加";
+$a->strings["remove star"] = "スターを削除";
+$a->strings["toggle star status"] = "スターの状態を切り替える";
+$a->strings["starred"] = "スター付き";
+$a->strings["add tag"] = "タグ付けする";
+$a->strings["like"] = "いいね";
+$a->strings["dislike"] = "嫌い";
+$a->strings["Share this"] = "これを共有";
+$a->strings["share"] = "共有";
+$a->strings["to"] = "に";
+$a->strings["via"] = "経由で";
+$a->strings["Wall-to-Wall"] = "壁間";
+$a->strings["via Wall-To-Wall:"] = "Wall-to-Wall経由:";
+$a->strings["Reply to %s"] = "%s返信";
+$a->strings["Notifier task is pending"] = "通知タスクは保留中です";
+$a->strings["Delivery to remote servers is pending"] = "リモートサーバーへの配信は保留中です";
+$a->strings["Delivery to remote servers is underway"] = "リモートサーバーへの配信が進行中です";
+$a->strings["Delivery to remote servers is mostly done"] = "リモートサーバーへの配信はほとんど行われます";
+$a->strings["Delivery to remote servers is done"] = "リモートサーバーへの配信が完了しました";
+$a->strings["%d comment"] = [
+       0 => "%dコメント",
+];
+$a->strings["Show more"] = "もっと見せる";
+$a->strings["Show fewer"] = "表示を減らす";
+$a->strings["Legacy module file not found: %s"] = "レガシーモジュールファイルが見つかりません: %s";
+$a->strings["Delete this item?"] = "このアイテムを削除しますか?";
+$a->strings["toggle mobile"] = "モバイルを切り替え";
+$a->strings["No system theme config value set."] = "システムテーマの構成値が設定されていません。";
+$a->strings["You must be logged in to use addons. "] = "アドオンを使用するにはログインする必要があります。";
+$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."] = "フォームセキュリティトークンが正しくありませんでした。これは、フォームを送信する前にフォームが長時間(3時間以上)開かれたために発生した可能性があります。";
+$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "このURL( %s )のアーカイブされていないコンタクトエントリが見つかりませんでした";
+$a->strings["The contact entries have been archived"] = "コンタクトエントリがアーカイブされました";
+$a->strings["Enter new password: "] = "新しいパスワードを入力してください:";
+$a->strings["Post update version number has been set to %s."] = "更新後のバージョン番号が %s に設定されました。";
+$a->strings["Check for pending update actions."] = "保留中の更新アクションを確認します。";
+$a->strings["Done."] = "完了しました。";
+$a->strings["Execute pending post updates."] = "保留中の投稿の更新を実行します。";
+$a->strings["All pending post updates are done."] = "保留中の投稿の更新はすべて完了しました。";
+$a->strings["%s: Updating author-id and owner-id in item and thread table. "] = "%s :アイテムとスレッドテーブルの作成者IDと所有者IDを更新しています。";
+$a->strings["%s: Updating post-type."] = "%s :投稿タイプを更新しています。";
index ea81717f3d57d55949afdc4233fa9da06aa79d49..2cfc63d3673b30da5bd13443139e3c0676155611 100644 (file)
@@ -1067,6 +1067,23 @@ aside > #datebrowse-sidebar .posted-date-selector-months > ul > li:hover{
     padding-left: 27px;
 }
 
+.forumlist-img {
+    -webkit-filter: grayscale(100%);
+    filter: grayscale(100%);
+    opacity: 0.5;
+    filter: alpha(opacity=50); /* For IE8 and earlier */
+    -webkit-transition: all 0.2s ease-in-out;
+    -moz-transition: all 0.2s ease-in-out;
+    -o-transition: all 0.2s ease-in-out;
+    -ms-transition: all 0.2s ease-in-out;
+    transition: all 0.2s ease-in-out;
+}
+#forumlist-sidbar-ul li:hover a > .forumlist-img {
+    -webkit-filter: unset;
+    filter: unset;
+    opacity: unset;
+}
+
 /* help page widget */
 aside > .help-aside-wrapper p strong:first-child {
     display: block;
index 3b3f64a0d4f6b95d33f9f3f91a72719a498e8c94..7f3c0936d1e2fc9baa786ef8b967bce1ce364b1c 100644 (file)
                        {{* Put additional actions in a top-right dropdown menu *}}
 
                        <ul class="nav nav-pills preferences">
+                               {{if $item.network_icon != ""}}
+                               <li><span class="wall-item-network"><i class="fa fa-{{$item.network_icon}}" title="{{$item.network_name}}" aria-hidden="true"></i></span></li>
+                               {{else}}
                                <li><span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span></li>
+                               {{/if}}
 
                                {{if $item.plink || $item.star || $item.drop.dropping || $item.edpost || $item.subthread}}
                                <li class="dropdown">
index 21923737c03d2523a79010ec32b667296a33a399..5a10a025521874e5bc66e75e3b3fbac6d3a91fc4 100644 (file)
@@ -84,8 +84,11 @@ as the value of $top_child_total (this is done at the end of this file)
                {{* Put addional actions in a top-right dropdown menu *}}
 
                <ul class="nav nav-pills preferences">
+                       {{if $item.network_icon != ""}}
+                        <li><span class="wall-item-network"><i class="fa fa-{{$item.network_icon}}" title="{{$item.network_name}}" aria-hidden="true"></i></span></li>
+                       {{else}}
                        <li><span class="wall-item-network" title="{{$item.app}}">{{$item.network_name}}</span></li>
-
+                       {{/if}}
                        {{if $item.plink || $item.drop.dropping || $item.edpost || $item.ignore || $item.tagger || $item.star || $item.filer || $item.subthread}}
                        <li class="dropdown">
                                <button type="button" class="btn-link dropdown-toggle" data-toggle="dropdown" id="dropdownMenuTools-{{$item.id}}" aria-haspopup="true" aria-expanded="false"><i class="fa fa-angle-down" aria-hidden="true"></i></button>