diff --git a/doc/Config.md b/doc/Config.md
index a187331dd..7eae371c2 100644
--- a/doc/Config.md
+++ b/doc/Config.md
@@ -142,7 +142,7 @@ $a->config['register_policy'] = REGISTER_CLOSED;
'config' => [
- 'register_policty' => REGISTER_CLOSED,
+ 'register_policy' => \Friendica\Module\Register::CLOSED,
],
|
@@ -242,7 +242,7 @@ register_policty = REGISTER_CLOSED
'config' => [
- 'register_policty' => REGISTER_CLOSED,
+ 'register_policy' => \Friendica\Module\Register::CLOSED,
],
|
diff --git a/mod/admin.php b/mod/admin.php
index cc2256b73..7723a5155 100644
--- a/mod/admin.php
+++ b/mod/admin.php
@@ -936,6 +936,10 @@ function admin_page_summary(App $a)
$showwarning = true;
$warningtext[] = L10n::t('Friendica\'s configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from .htconfig.php
. See the Config help page for help with the transition.', $a->getBaseURL() . '/help/Config');
}
+ if (file_exists('config/local.ini.php')) {
+ $showwarning = true;
+ $warningtext[] = L10n::t('Friendica\'s configuration now is stored in config/local.config.php, please copy config/local-sample.config.php and move your config from config/local.ini.php
. See the Config help page for help with the transition.', $a->getBaseURL() . '/help/Config');
+ }
// Check server vitality
if (!admin_page_server_vital()) {
@@ -1104,7 +1108,7 @@ function admin_page_site_post(App $a)
$banner = (!empty($_POST['banner']) ? trim($_POST['banner']) : false);
$shortcut_icon = (!empty($_POST['shortcut_icon']) ? Strings::escapeTags(trim($_POST['shortcut_icon'])) : '');
$touch_icon = (!empty($_POST['touch_icon']) ? Strings::escapeTags(trim($_POST['touch_icon'])) : '');
- $info = (!empty($_POST['info']) ? trim($_POST['info']) : false);
+ $additional_info = (!empty($_POST['additional_info']) ? trim($_POST['additional_info']) : '');
$language = (!empty($_POST['language']) ? Strings::escapeTags(trim($_POST['language'])) : '');
$theme = (!empty($_POST['theme']) ? Strings::escapeTags(trim($_POST['theme'])) : '');
$theme_mobile = (!empty($_POST['theme_mobile']) ? Strings::escapeTags(trim($_POST['theme_mobile'])) : '');
@@ -1300,10 +1304,10 @@ function admin_page_site_post(App $a)
Config::set('system', 'banner', $banner);
}
- if (empty($info)) {
+ if (empty($additional_info)) {
Config::delete('config', 'info');
} else {
- Config::set('config', 'info', $info);
+ Config::set('config', 'info', $additional_info);
}
Config::set('system', 'language', $language);
Config::set('system', 'theme', $theme);
@@ -1501,7 +1505,7 @@ function admin_page_site(App $a)
$banner = 'Friendica';
}
- $info = Config::get('config', 'info');
+ $additional_info = Config::get('config', 'info');
// Automatically create temporary paths
get_temppath();
@@ -1594,7 +1598,7 @@ function admin_page_site(App $a)
'$banner' => ['banner', L10n::t("Banner/Logo"), $banner, ""],
'$shortcut_icon' => ['shortcut_icon', L10n::t("Shortcut icon"), Config::get('system', 'shortcut_icon'), L10n::t("Link to an icon that will be used for browsers.")],
'$touch_icon' => ['touch_icon', L10n::t("Touch icon"), Config::get('system', 'touch_icon'), L10n::t("Link to an icon that will be used for tablets and mobiles.")],
- '$info' => ['info', L10n::t('Additional Info'), $info, L10n::t('For public servers: you can add additional information here that will be listed at %s/servers.', get_server())],
+ '$additional_info' => ['additional_info', L10n::t('Additional Info'), $additional_info, L10n::t('For public servers: you can add additional information here that will be listed at %s/servers.', get_server())],
'$language' => ['language', L10n::t("System language"), Config::get('system', 'language'), "", $lang_choices],
'$theme' => ['theme', L10n::t("System theme"), Config::get('system', 'theme'), L10n::t("Default system theme - may be over-ridden by user profiles - change theme settings"), $theme_choices],
'$theme_mobile' => ['theme_mobile', L10n::t("Mobile system theme"), Config::get('system', 'mobile-theme', '---'), L10n::t("Theme for mobile devices"), $theme_choices_mobile],
diff --git a/mod/babel.php b/mod/babel.php
index 64c955776..6e47b8108 100644
--- a/mod/babel.php
+++ b/mod/babel.php
@@ -72,6 +72,21 @@ function babel_content()
'title' => L10n::t('BBCode::toMarkdown => Markdown::convert => HTML::toBBCode'),
'content' => visible_whitespace($bbcode4)
];
+
+ $item = [
+ 'body' => $bbcode,
+ 'tag' => '',
+ ];
+
+ \Friendica\Model\Item::setHashtags($item);
+ $results[] = [
+ 'title' => L10n::t('Item Body'),
+ 'content' => visible_whitespace($item['body'])
+ ];
+ $results[] = [
+ 'title' => L10n::t('Item Tags'),
+ 'content' => $item['tag']
+ ];
break;
case 'markdown':
$markdown = trim($_REQUEST['text']);
diff --git a/mod/help.php b/mod/help.php
index 3df280dbd..cdfedac6f 100644
--- a/mod/help.php
+++ b/mod/help.php
@@ -84,7 +84,7 @@ function help_content(App $a)
$level = intval($level);
if ($level < $lastlevel) {
for ($k = $level; $k < $lastlevel; $k++) {
- $toc .= "";
+ $toc .= "";
}
for ($k = $level + 1; $k < count($idnum); $k++) {
@@ -93,7 +93,7 @@ function help_content(App $a)
}
if ($level > $lastlevel) {
- $toc .= "";
+ $toc .= "";
}
$idnum[$level] ++;
diff --git a/mod/viewcontacts.php b/mod/viewcontacts.php
index d36ea96c7..7c2b96fad 100644
--- a/mod/viewcontacts.php
+++ b/mod/viewcontacts.php
@@ -66,7 +66,7 @@ function viewcontacts_content(App $a)
'network' => [Protocol::ACTIVITYPUB, Protocol::DFRN, Protocol::DIASPORA, Protocol::OSTATUS]
];
- $total = DBA::count('count', $condition);
+ $total = DBA::count('contact', $condition);
$pager = new Pager($a->query_string);
diff --git a/src/App.php b/src/App.php
index 0015405c4..b910765e1 100644
--- a/src/App.php
+++ b/src/App.php
@@ -703,7 +703,7 @@ class App
$this->hostname = Core\Config::get('config', 'hostname');
}
- return $scheme . '://' . $this->hostname . !empty($this->getURLPath() ? '/' . $this->getURLPath() : '' );
+ return $scheme . '://' . $this->hostname . (!empty($this->getURLPath()) ? '/' . $this->getURLPath() : '' );
}
/**
diff --git a/src/Content/Text/BBCode.php b/src/Content/Text/BBCode.php
index 2c2054750..794410a69 100644
--- a/src/Content/Text/BBCode.php
+++ b/src/Content/Text/BBCode.php
@@ -1178,7 +1178,7 @@ class BBCode extends BaseObject
// Extracting multi-line code blocks before the whitespace processing
$codeblocks = [];
- $text = preg_replace_callback("#\[code(?:=([^\]]*))?\](.*?)\[\/code\]#is",
+ $text = preg_replace_callback("#\[code(?:=([^\]]*))?\](.*?)\[\/code\]#ism",
function ($matches) use (&$codeblocks) {
$return = $matches[0];
if (strpos($matches[2], "\n") !== false) {
@@ -1743,7 +1743,7 @@ class BBCode extends BaseObject
// Clean up the HTML by loading and saving the HTML with the DOM.
// Bad structured html can break a whole page.
- // For performance reasons do it only with ativated item cache or at export.
+ // For performance reasons do it only with activated item cache or at export.
if (!$try_oembed || (get_itemcachepath() != "")) {
$doc = new DOMDocument();
$doc->preserveWhiteSpace = false;
@@ -1959,7 +1959,7 @@ class BBCode extends BaseObject
$string = preg_replace('/#\[url\=([^\[\]]*)\](.*?)\[\/url\]/ism', '#$2', $string);
// ignore anything in a code block
- $string = preg_replace('/\[code\](.*?)\[\/code\]/sm', '', $string);
+ $string = preg_replace('/\[code.*?\].*?\[\/code\]/sm', '', $string);
// Force line feeds at bbtags
$string = str_replace(['[', ']'], ["\n[", "]\n"], $string);
diff --git a/src/Model/Item.php b/src/Model/Item.php
index 67071db31..b460d5f79 100644
--- a/src/Model/Item.php
+++ b/src/Model/Item.php
@@ -559,10 +559,10 @@ class Item extends BaseObject
$fields['permissionset'] = ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid'];
- $fields['author'] = ['url' => 'author-link', 'name' => 'author-name',
+ $fields['author'] = ['url' => 'author-link', 'name' => 'author-name', 'addr' => 'author-addr',
'thumb' => 'author-avatar', 'nick' => 'author-nick', 'network' => 'author-network'];
- $fields['owner'] = ['url' => 'owner-link', 'name' => 'owner-name',
+ $fields['owner'] = ['url' => 'owner-link', 'name' => 'owner-name', 'addr' => 'owner-addr',
'thumb' => 'owner-avatar', 'nick' => 'owner-nick', 'network' => 'owner-network'];
$fields['contact'] = ['url' => 'contact-link', 'name' => 'contact-name', 'thumb' => 'contact-avatar',
@@ -2386,7 +2386,6 @@ class Item extends BaseObject
public static function setHashtags(&$item)
{
-
$tags = BBCode::getTags($item["body"]);
// No hashtags?
@@ -2394,6 +2393,17 @@ class Item extends BaseObject
return false;
}
+ // What happens in [code], stays in [code]!
+ // escape the # and the [
+ // hint: we will also get in trouble with #tags, when we want markdown in posts -> ### Headline 3
+ $item["body"] = preg_replace_callback("/\[code(.*?)\](.*?)\[\/code\]/ism",
+ function ($match) {
+ // we truly ESCape all # and [ to prevent gettin weird tags in [code] blocks
+ $find = ['#', '['];
+ $replace = [chr(27).'sharp', chr(27).'leftsquarebracket'];
+ return ("[code" . $match[1] . "]" . str_replace($find, $replace, $match[2]) . "[/code]");
+ }, $item["body"]);
+
// This sorting is important when there are hashtags that are part of other hashtags
// Otherwise there could be problems with hashtags like #test and #test2
rsort($tags);
@@ -2430,12 +2440,11 @@ class Item extends BaseObject
"#$2", $item["body"]);
foreach ($tags as $tag) {
- if ((strpos($tag, '#') !== 0) || strpos($tag, '[url=')) {
+ if ((strpos($tag, '#') !== 0) || strpos($tag, '[url=') || $tag[1] == '#') {
continue;
}
$basetag = str_replace('_',' ',substr($tag,1));
-
$newtag = '#[url=' . System::baseUrl() . '/search?tag=' . $basetag . ']' . $basetag . '[/url]';
$item["body"] = str_replace($tag, $newtag, $item["body"]);
@@ -2450,6 +2459,16 @@ class Item extends BaseObject
// Convert back the masked hashtags
$item["body"] = str_replace("#", "#", $item["body"]);
+
+ // Remember! What happens in [code], stays in [code]
+ // roleback the # and [
+ $item["body"] = preg_replace_callback("/\[code(.*?)\](.*?)\[\/code\]/ism",
+ function ($match) {
+ // we truly unESCape all sharp and leftsquarebracket
+ $find = [chr(27).'sharp', chr(27).'leftsquarebracket'];
+ $replace = ['#', '['];
+ return ("[code" . $match[1] . "]" . str_replace($find, $replace, $match[2]) . "[/code]");
+ }, $item["body"]);
}
public static function getGuidById($id)
diff --git a/src/Model/Storage/Filesystem.php b/src/Model/Storage/Filesystem.php
index bb68731cd..e21e13ccd 100644
--- a/src/Model/Storage/Filesystem.php
+++ b/src/Model/Storage/Filesystem.php
@@ -28,7 +28,8 @@ class Filesystem implements IStorage
private static function getBasePath()
{
- return Config::get('storage', 'filesystem_path', self::DEFAULT_BASE_FOLDER);
+ $path = Config::get('storage', 'filesystem_path', self::DEFAULT_BASE_FOLDER);
+ return rtrim($path, '/');
}
/**
@@ -69,10 +70,13 @@ class Filesystem implements IStorage
if (!is_file($path . '/index.html')) {
file_put_contents($path . '/index.html', '');
}
+ chmod($path . '/index.html', 0660);
+ chmod($path, 0770);
$path = dirname($path);
}
if (!is_file($path . '/index.html')) {
file_put_contents($path . '/index.html', '');
+ chmod($path . '/index.html', 0660);
}
}
@@ -100,6 +104,7 @@ class Filesystem implements IStorage
Logger::log('Failed to write data to ' . $file);
throw new StorageException(L10n::t('Filesystem storage failed to save data to "%s". Check your write permissions', $file));
}
+ chmod($file, 0660);
return $ref;
}
diff --git a/src/Object/Post.php b/src/Object/Post.php
index c9e5cddb6..bc1123db2 100644
--- a/src/Object/Post.php
+++ b/src/Object/Post.php
@@ -768,6 +768,40 @@ class Post extends BaseObject
return $this->comment_box_template;
}
+ /**
+ * Get default text for the comment box
+ *
+ * @return string
+ */
+ private function getDefaultText()
+ {
+ $a = self::getApp();
+
+ $item = Item::selectFirst(['author-addr'], ['id' => $this->getId()]);
+ if (!DBA::isResult($item) || empty($item['author-addr'])) {
+ // Should not happen
+ return '';
+ }
+
+ if ($item['author-addr'] != $a->profile['addr']) {
+ $text = '@' . $item['author-addr'] . ' ';
+ } else {
+ $text = '';
+ }
+
+ $terms = Term::tagArrayFromItemId($this->getId(), TERM_MENTION);
+
+ foreach ($terms as $term) {
+ $profile = Contact::getDetailsByURL($term['url']);
+ if (!empty($profile['addr']) && ($profile['contact-type'] != Contact::TYPE_COMMUNITY) &&
+ ($profile['addr'] != $a->profile['addr']) && !strstr($text, $profile['addr'])) {
+ $text .= '@' . $profile['addr'] . ' ';
+ }
+ }
+
+ return $text;
+ }
+
/**
* Get the comment box
*
@@ -804,6 +838,8 @@ class Post extends BaseObject
$uid = $conv->getProfileOwner();
$parent_uid = $this->getDataValue('uid');
+ $default_text = $this->getDefaultText();
+
if (!is_null($parent_uid) && ($uid != $parent_uid)) {
$uid = $parent_uid;
}
@@ -817,6 +853,7 @@ class Post extends BaseObject
'$id' => $this->getId(),
'$parent' => $this->getId(),
'$qcomment' => $qcomment,
+ '$default' => $default_text,
'$profile_uid' => $uid,
'$mylink' => $a->removeBaseURL($a->contact['url']),
'$mytitle' => L10n::t('This is you'),
diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php
index 05ce13879..41239b3af 100644
--- a/src/Protocol/ActivityPub/Transmitter.php
+++ b/src/Protocol/ActivityPub/Transmitter.php
@@ -28,6 +28,7 @@ use Friendica\Util\Map;
use Friendica\Util\Network;
require_once 'include/api.php';
+require_once 'mod/share.php';
/**
* @brief ActivityPub Transmitter Protocol class
@@ -635,16 +636,29 @@ class Transmitter
return false;
}
- $condition = ['item-uri' => $item['uri'], 'protocol' => Conversation::PARCEL_ACTIVITYPUB];
- $conversation = DBA::selectFirst('conversation', ['source'], $condition);
- if (DBA::isResult($conversation)) {
- $data = json_decode($conversation['source']);
- if (!empty($data)) {
- return $data;
+ if ($item['wall']) {
+ $owner = User::getOwnerDataById($item['uid']);
+ if (($owner['account-type'] == User::ACCOUNT_TYPE_COMMUNITY) && ($item['author-link'] != $owner['url'])) {
+ $type = 'Announce';
+
+ // Disguise forum posts as reshares. Will later be converted to a real announce
+ $item['body'] = share_header($item['author-name'], $item['author-link'], $item['author-avatar'],
+ $item['guid'], $item['created'], $item['plink']) . $item['body'] . '[/share]';
}
}
- $type = self::getTypeOfItem($item);
+ if (empty($type)) {
+ $condition = ['item-uri' => $item['uri'], 'protocol' => Conversation::PARCEL_ACTIVITYPUB];
+ $conversation = DBA::selectFirst('conversation', ['source'], $condition);
+ if (DBA::isResult($conversation)) {
+ $data = json_decode($conversation['source']);
+ if (!empty($data)) {
+ return $data;
+ }
+ }
+
+ $type = self::getTypeOfItem($item);
+ }
if (!$object_mode) {
$data = ['@context' => ActivityPub::CONTEXT];
@@ -671,7 +685,7 @@ class Transmitter
if (in_array($data['type'], ['Create', 'Update', 'Delete'])) {
$data['object'] = self::createNote($item);
} elseif ($data['type'] == 'Announce') {
- $data['object'] = self::createAnnounce($item);
+ $data = self::createAnnounce($item, $data);
} elseif ($data['type'] == 'Undo') {
$data['object'] = self::createActivityFromItem($item_id, true);
} else {
@@ -1045,11 +1059,13 @@ class Transmitter
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
* @throws \ImagickException
*/
- public static function createAnnounce($item)
+ private static function createAnnounce($item, $data)
{
$announce = api_share_as_retweet($item);
if (empty($announce['plink'])) {
- return self::createNote($item);
+ $data['type'] = 'Create';
+ $data['object'] = self::createNote($item);
+ return $data;
}
// Fetch the original id of the object
@@ -1058,11 +1074,14 @@ class Transmitter
$ldactivity = JsonLD::compact($activity);
$id = JsonLD::fetchElement($ldactivity, '@id');
if (!empty($id)) {
- return $id;
+ $data['object'] = $id;
+ return $data;
}
}
- return self::createNote($item);
+ $data['type'] = 'Create';
+ $data['object'] = self::createNote($item);
+ return $data;
}
/**
diff --git a/src/Util/Logger/FriendicaProcessor.php b/src/Util/Logger/FriendicaIntrospectionProcessor.php
similarity index 53%
rename from src/Util/Logger/FriendicaProcessor.php
rename to src/Util/Logger/FriendicaIntrospectionProcessor.php
index 21c6fcc03..aa3933a21 100644
--- a/src/Util/Logger/FriendicaProcessor.php
+++ b/src/Util/Logger/FriendicaIntrospectionProcessor.php
@@ -11,28 +11,28 @@ use Monolog\Processor\ProcessorInterface;
* Based on the class IntrospectionProcessor without the "class" information
* @see IntrospectionProcessor
*/
-class FriendicaProcessor implements ProcessorInterface
+class FriendicaIntrospectionProcessor implements ProcessorInterface
{
private $level;
private $skipStackFramesCount;
+ private $skipClassesPartials;
+
private $skipFunctions = [
'call_user_func',
'call_user_func_array',
];
- private $skipFiles = [
- 'Logger.php'
- ];
-
/**
* @param string|int $level The minimum logging level at which this Processor will be triggered
+ * @param array $skipClassesPartials An array of classes to skip during logging
* @param int $skipStackFramesCount If the logger should use information from other hierarchy levels of the call
*/
- public function __construct($level = Logger::DEBUG, $skipStackFramesCount = 0)
+ public function __construct($level = Logger::DEBUG, $skipClassesPartials = array(), $skipStackFramesCount = 0)
{
$this->level = Logger::toMonologLevel($level);
+ $this->skipClassesPartials = array_merge(array('Monolog\\'), $skipClassesPartials);
$this->skipStackFramesCount = $skipStackFramesCount;
}
@@ -47,13 +47,12 @@ class FriendicaProcessor implements ProcessorInterface
$i = 1;
- // Skip everything that we shouldn't display
- while (in_array($trace[$i]['function'], $this->skipFunctions) ||
- !isset($trace[$i - 1]['file']) ||
- in_array(basename($trace[$i - 1]['file']), $this->skipFiles)) {
+ while ($this->isTraceClassOrSkippedFunction($trace, $i)) {
$i++;
}
+ $i += $this->skipStackFramesCount;
+
// we should have the call source now
$record['extra'] = array_merge(
$record['extra'],
@@ -66,4 +65,30 @@ class FriendicaProcessor implements ProcessorInterface
return $record;
}
+
+ /**
+ * Checks if the current trace class or function has to be skipped
+ *
+ * @param array $trace The current trace array
+ * @param int $index The index of the current hierarchy level
+ * @return bool True if the class or function should get skipped, otherwise false
+ */
+ private function isTraceClassOrSkippedFunction(array $trace, $index)
+ {
+ if (!isset($trace[$index])) {
+ return false;
+ }
+
+ if (isset($trace[$index]['class'])) {
+ foreach ($this->skipClassesPartials as $part) {
+ if (strpos($trace[$index]['class'], $part) !== false) {
+ return true;
+ }
+ }
+ } elseif (in_array($trace[$index]['function'], $this->skipFunctions)) {
+ return true;
+ }
+
+ return false;
+ }
}
diff --git a/src/Util/LoggerFactory.php b/src/Util/LoggerFactory.php
index 88b6fe8c8..4d3a28716 100644
--- a/src/Util/LoggerFactory.php
+++ b/src/Util/LoggerFactory.php
@@ -4,7 +4,7 @@ namespace Friendica\Util;
use Friendica\Network\HTTPException\InternalServerErrorException;
use Friendica\Util\Logger\FriendicaDevelopHandler;
-use Friendica\Util\Logger\FriendicaProcessor;
+use Friendica\Util\Logger\FriendicaIntrospectionProcessor;
use Monolog;
use Psr\Log\LoggerInterface;
use Psr\Log\LogLevel;
@@ -28,7 +28,8 @@ class LoggerFactory
$logger = new Monolog\Logger($channel);
$logger->pushProcessor(new Monolog\Processor\PsrLogMessageProcessor());
$logger->pushProcessor(new Monolog\Processor\ProcessIdProcessor());
- $logger->pushProcessor(new FriendicaProcessor(LogLevel::DEBUG, 1));
+ $logger->pushProcessor(new Monolog\Processor\UidProcessor());
+ $logger->pushProcessor(new FriendicaIntrospectionProcessor(LogLevel::DEBUG, ['Friendica\\Core\\Logger']));
return $logger;
}
@@ -51,7 +52,8 @@ class LoggerFactory
$logger = new Monolog\Logger($channel);
$logger->pushProcessor(new Monolog\Processor\PsrLogMessageProcessor());
$logger->pushProcessor(new Monolog\Processor\ProcessIdProcessor());
- $logger->pushProcessor(new FriendicaProcessor(LogLevel::DEBUG, 1));
+ $logger->pushProcessor(new Monolog\Processor\UidProcessor());
+ $logger->pushProcessor(new FriendicaIntrospectionProcessor(LogLevel::DEBUG, ['Friendica\\Core\\Logger']));
$logger->pushHandler(new FriendicaDevelopHandler($developerIp));
diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php
index 512fbe884..4d63d436f 100644
--- a/src/Worker/Notifier.php
+++ b/src/Worker/Notifier.php
@@ -603,15 +603,20 @@ class Notifier
return false;
}
+ return self::isForum($item['contact-id']);
+ }
+
+ private static function isForum($contactid)
+ {
$fields = ['forum', 'prv'];
- $condition = ['id' => $item['contact-id']];
+ $condition = ['id' => $contactid];
$contact = DBA::selectFirst('contact', $fields, $condition);
if (!DBA::isResult($contact)) {
// Should never happen
return false;
}
- // Is the post from a forum?
+ // Is it a forum?
return ($contact['forum'] || $contact['prv']);
}
}
diff --git a/view/lang/cs/messages.po b/view/lang/cs/messages.po
index c3e67c04a..20046c99a 100644
--- a/view/lang/cs/messages.po
+++ b/view/lang/cs/messages.po
@@ -12,8 +12,8 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-06 17:21-0500\n"
-"PO-Revision-Date: 2019-01-21 17:47+0000\n"
+"POT-Creation-Date: 2019-01-21 10:24-0500\n"
+"PO-Revision-Date: 2019-01-26 17:28+0000\n"
"Last-Translator: Aditoo\n"
"Language-Team: Czech (http://www.transifex.com/Friendica/friendica/language/cs/)\n"
"MIME-Version: 1.0\n"
@@ -22,7 +22,7 @@ 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:1137
+#: include/api.php:1140
#, 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."
@@ -31,7 +31,7 @@ msgstr[1] "Byl dosažen denní limit %d příspěvků. Příspěvek byl odmítnu
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/api.php:1151
+#: include/api.php:1154
#, php-format
msgid "Weekly posting limit of %d post reached. The post was rejected."
msgid_plural ""
@@ -41,22 +41,22 @@ msgstr[1] "Byl dosažen týdenní limit %d příspěvků. Příspěvek byl odmí
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/api.php:1165
+#: include/api.php:1168
#, 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."
-#: include/api.php:4327 mod/photos.php:94 mod/photos.php:202
-#: mod/photos.php:735 mod/photos.php:1166 mod/photos.php:1183
-#: mod/photos.php:1676 mod/profile_photo.php:88 mod/profile_photo.php:97
-#: mod/profile_photo.php:106 mod/profile_photo.php:215
-#: mod/profile_photo.php:304 mod/profile_photo.php:314 src/Model/User.php:681
+#: include/api.php:4352 mod/photos.php:93 mod/photos.php:201
+#: mod/photos.php:694 mod/photos.php:1125 mod/photos.php:1142
+#: mod/photos.php:1635 mod/profile_photo.php:86 mod/profile_photo.php:95
+#: mod/profile_photo.php:104 mod/profile_photo.php:218
+#: mod/profile_photo.php:308 mod/profile_photo.php:318 src/Model/User.php:681
#: src/Model/User.php:689 src/Model/User.php:697
msgid "Profile Photos"
msgstr "Profilové fotky"
#: include/conversation.php:156 include/conversation.php:292
-#: src/Model/Item.php:3259
+#: src/Model/Item.php:3221
msgid "event"
msgstr "událost"
@@ -67,7 +67,7 @@ msgid "status"
msgstr "stav"
#: include/conversation.php:164 include/conversation.php:300
-#: mod/subthread.php:88 mod/tagger.php:70 src/Model/Item.php:3261
+#: mod/subthread.php:88 mod/tagger.php:70 src/Model/Item.php:3223
msgid "photo"
msgstr "fotka"
@@ -120,16 +120,16 @@ msgstr "příspěvek/položka"
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:551 mod/photos.php:1507 mod/profiles.php:356
+#: include/conversation.php:551 mod/photos.php:1466 mod/profiles.php:356
msgid "Likes"
msgstr "Libí se"
-#: include/conversation.php:551 mod/photos.php:1507 mod/profiles.php:360
+#: include/conversation.php:551 mod/photos.php:1466 mod/profiles.php:360
msgid "Dislikes"
msgstr "Nelibí se"
#: include/conversation.php:552 include/conversation.php:1484
-#: mod/photos.php:1508
+#: mod/photos.php:1467
msgid "Attending"
msgid_plural "Attending"
msgstr[0] "Účastní se"
@@ -137,38 +137,38 @@ msgstr[1] "Účastní se"
msgstr[2] "Účastní se"
msgstr[3] "Účastní se"
-#: include/conversation.php:552 mod/photos.php:1508
+#: include/conversation.php:552 mod/photos.php:1467
msgid "Not attending"
msgstr "Neúčastní se"
-#: include/conversation.php:552 mod/photos.php:1508
+#: include/conversation.php:552 mod/photos.php:1467
msgid "Might attend"
msgstr "Mohl/a by se zúčastnit"
-#: include/conversation.php:632 mod/photos.php:1564 src/Object/Post.php:201
+#: include/conversation.php:632 mod/photos.php:1523 src/Object/Post.php:204
msgid "Select"
msgstr "Vybrat"
-#: include/conversation.php:633 mod/admin.php:1962 mod/photos.php:1565
-#: mod/settings.php:729 src/Module/Contact.php:828 src/Module/Contact.php:1103
+#: include/conversation.php:633 mod/admin.php:2036 mod/photos.php:1524
+#: mod/settings.php:729 src/Module/Contact.php:830 src/Module/Contact.php:1105
msgid "Delete"
msgstr "Odstranit"
-#: include/conversation.php:667 src/Object/Post.php:374
-#: src/Object/Post.php:375
+#: include/conversation.php:667 src/Object/Post.php:377
+#: src/Object/Post.php:378
#, php-format
msgid "View %s's profile @ %s"
msgstr "Zobrazit profil uživatele %s na %s"
-#: include/conversation.php:679 src/Object/Post.php:362
+#: include/conversation.php:679 src/Object/Post.php:365
msgid "Categories:"
msgstr "Kategorie:"
-#: include/conversation.php:680 src/Object/Post.php:363
+#: include/conversation.php:680 src/Object/Post.php:366
msgid "Filed under:"
msgstr "Vyplněn pod:"
-#: include/conversation.php:687 src/Object/Post.php:388
+#: include/conversation.php:687 src/Object/Post.php:391
#, php-format
msgid "%s from %s"
msgstr "%s z %s"
@@ -178,8 +178,8 @@ msgid "View in context"
msgstr "Zobrazit v kontextu"
#: include/conversation.php:704 include/conversation.php:1152
-#: mod/editpost.php:108 mod/message.php:262 mod/message.php:444
-#: mod/photos.php:1480 mod/wallmessage.php:141 src/Object/Post.php:413
+#: mod/editpost.php:107 mod/message.php:262 mod/message.php:444
+#: mod/photos.php:1439 mod/wallmessage.php:141 src/Object/Post.php:417
msgid "Please wait"
msgstr "Čekejte prosím"
@@ -191,46 +191,46 @@ msgstr "odstranit"
msgid "Delete Selected Items"
msgstr "Smazat vybrané položky"
-#: include/conversation.php:872 view/theme/frio/theme.php:369
+#: include/conversation.php:872 view/theme/frio/theme.php:356
msgid "Follow Thread"
msgstr "Sledovat vlákno"
-#: include/conversation.php:873 src/Model/Contact.php:989
+#: include/conversation.php:873 src/Model/Contact.php:996
msgid "View Status"
msgstr "Zobrazit stav"
#: include/conversation.php:874 include/conversation.php:890
#: mod/allfriends.php:74 mod/directory.php:167 mod/dirfind.php:228
-#: mod/match.php:84 mod/suggest.php:86 src/Model/Contact.php:929
-#: src/Model/Contact.php:982 src/Model/Contact.php:990
+#: mod/match.php:84 mod/suggest.php:86 src/Model/Contact.php:936
+#: src/Model/Contact.php:989 src/Model/Contact.php:997
msgid "View Profile"
msgstr "Zobrazit profil"
-#: include/conversation.php:875 src/Model/Contact.php:991
+#: include/conversation.php:875 src/Model/Contact.php:998
msgid "View Photos"
msgstr "Zobrazit fotky"
-#: include/conversation.php:876 src/Model/Contact.php:983
-#: src/Model/Contact.php:992
+#: include/conversation.php:876 src/Model/Contact.php:990
+#: src/Model/Contact.php:999
msgid "Network Posts"
msgstr "Síťové příspěvky"
-#: include/conversation.php:877 src/Model/Contact.php:984
-#: src/Model/Contact.php:993
+#: include/conversation.php:877 src/Model/Contact.php:991
+#: src/Model/Contact.php:1000
msgid "View Contact"
msgstr "Zobrazit kontakt"
-#: include/conversation.php:878 src/Model/Contact.php:995
+#: include/conversation.php:878 src/Model/Contact.php:1002
msgid "Send PM"
msgstr "Poslat soukromou zprávu"
-#: include/conversation.php:882 src/Model/Contact.php:996
+#: include/conversation.php:882 src/Model/Contact.php:1003
msgid "Poke"
msgstr "Šťouchnout"
#: include/conversation.php:887 mod/allfriends.php:75 mod/dirfind.php:229
#: mod/follow.php:148 mod/match.php:85 mod/suggest.php:87
-#: src/Content/Widget.php:62 src/Model/Contact.php:985
+#: src/Content/Widget.php:63 src/Model/Contact.php:992
#: src/Module/Contact.php:576 view/theme/vier/theme.php:201
msgid "Connect/Follow"
msgstr "Spojit se/sledovat"
@@ -323,7 +323,7 @@ msgstr "%s se možná účastní"
msgid "Visible to everybody"
msgstr "Viditelné pro všechny"
-#: include/conversation.php:1092 src/Object/Post.php:817
+#: include/conversation.php:1092 src/Object/Post.php:828
msgid "Please enter a image/video/audio/webpage URL:"
msgstr "Prosím zadejte URL obrázku/videa/audia/webové stránky:"
@@ -351,103 +351,103 @@ msgstr "Nový příspěvek"
msgid "Share"
msgstr "Sdílet"
-#: include/conversation.php:1132 mod/editpost.php:94 mod/message.php:260
+#: include/conversation.php:1132 mod/editpost.php:93 mod/message.php:260
#: mod/message.php:441 mod/wallmessage.php:139
msgid "Upload photo"
msgstr "Nahrát fotku"
-#: include/conversation.php:1133 mod/editpost.php:95
+#: include/conversation.php:1133 mod/editpost.php:94
msgid "upload photo"
msgstr "nahrát fotku"
-#: include/conversation.php:1134 mod/editpost.php:96
+#: include/conversation.php:1134 mod/editpost.php:95
msgid "Attach file"
msgstr "Přiložit soubor"
-#: include/conversation.php:1135 mod/editpost.php:97
+#: include/conversation.php:1135 mod/editpost.php:96
msgid "attach file"
msgstr "přiložit soubor"
-#: include/conversation.php:1136 src/Object/Post.php:809
+#: include/conversation.php:1136 src/Object/Post.php:820
msgid "Bold"
msgstr "Tučné"
-#: include/conversation.php:1137 src/Object/Post.php:810
+#: include/conversation.php:1137 src/Object/Post.php:821
msgid "Italic"
-msgstr "Kurzíva"
+msgstr "Kurziva"
-#: include/conversation.php:1138 src/Object/Post.php:811
+#: include/conversation.php:1138 src/Object/Post.php:822
msgid "Underline"
msgstr "Podtržené"
-#: include/conversation.php:1139 src/Object/Post.php:812
+#: include/conversation.php:1139 src/Object/Post.php:823
msgid "Quote"
msgstr "Citace"
-#: include/conversation.php:1140 src/Object/Post.php:813
+#: include/conversation.php:1140 src/Object/Post.php:824
msgid "Code"
msgstr "Kód"
-#: include/conversation.php:1141 src/Object/Post.php:814
+#: include/conversation.php:1141 src/Object/Post.php:825
msgid "Image"
msgstr "Obrázek"
-#: include/conversation.php:1142 src/Object/Post.php:815
+#: include/conversation.php:1142 src/Object/Post.php:826
msgid "Link"
msgstr "Odkaz"
-#: include/conversation.php:1143 src/Object/Post.php:816
+#: include/conversation.php:1143 src/Object/Post.php:827
msgid "Link or Media"
msgstr "Odkaz nebo média"
-#: include/conversation.php:1144 mod/editpost.php:104
+#: include/conversation.php:1144 mod/editpost.php:103
msgid "Set your location"
msgstr "Nastavit vaši polohu"
-#: include/conversation.php:1145 mod/editpost.php:105
+#: include/conversation.php:1145 mod/editpost.php:104
msgid "set location"
msgstr "nastavit polohu"
-#: include/conversation.php:1146 mod/editpost.php:106
+#: include/conversation.php:1146 mod/editpost.php:105
msgid "Clear browser location"
msgstr "Vymazat polohu v prohlížeči"
-#: include/conversation.php:1147 mod/editpost.php:107
+#: include/conversation.php:1147 mod/editpost.php:106
msgid "clear location"
msgstr "vymazat polohu"
-#: include/conversation.php:1149 mod/editpost.php:122
+#: include/conversation.php:1149 mod/editpost.php:121
msgid "Set title"
msgstr "Nastavit nadpis"
-#: include/conversation.php:1151 mod/editpost.php:124
+#: include/conversation.php:1151 mod/editpost.php:123
msgid "Categories (comma-separated list)"
msgstr "Kategorie (seznam, oddělujte čárkou)"
-#: include/conversation.php:1153 mod/editpost.php:109
+#: include/conversation.php:1153 mod/editpost.php:108
msgid "Permission settings"
msgstr "Nastavení oprávnění"
-#: include/conversation.php:1154 mod/editpost.php:139
+#: include/conversation.php:1154 mod/editpost.php:138
msgid "permissions"
msgstr "oprávnění"
-#: include/conversation.php:1163 mod/editpost.php:119
+#: include/conversation.php:1163 mod/editpost.php:118
msgid "Public post"
msgstr "Veřejný příspěvek"
-#: include/conversation.php:1167 mod/editpost.php:130 mod/events.php:566
-#: mod/photos.php:1498 mod/photos.php:1537 mod/photos.php:1597
-#: src/Object/Post.php:818
+#: include/conversation.php:1167 mod/editpost.php:129 mod/events.php:566
+#: mod/photos.php:1457 mod/photos.php:1496 mod/photos.php:1556
+#: src/Object/Post.php:829
msgid "Preview"
msgstr "Náhled"
-#: include/conversation.php:1171 include/items.php:399
-#: mod/dfrn_request.php:654 mod/editpost.php:133 mod/fbrowser.php:105
+#: include/conversation.php:1171 include/items.php:398
+#: mod/dfrn_request.php:650 mod/editpost.php:132 mod/fbrowser.php:105
#: mod/fbrowser.php:136 mod/follow.php:162 mod/message.php:153
-#: mod/photos.php:258 mod/photos.php:330 mod/settings.php:669
+#: mod/photos.php:257 mod/photos.php:325 mod/settings.php:669
#: mod/settings.php:695 mod/suggest.php:44 mod/tagrm.php:20 mod/tagrm.php:113
-#: mod/unfollow.php:132 mod/videos.php:140 src/Module/Contact.php:448
+#: mod/unfollow.php:132 mod/videos.php:106 src/Module/Contact.php:448
msgid "Cancel"
msgstr "Zrušit"
@@ -463,12 +463,12 @@ msgstr "Zveřejnit v kontaktech"
msgid "Private post"
msgstr "Soukromý příspěvek"
-#: include/conversation.php:1183 mod/editpost.php:137
+#: include/conversation.php:1183 mod/editpost.php:136
#: src/Model/Profile.php:364
msgid "Message"
msgstr "Zpráva"
-#: include/conversation.php:1184 mod/editpost.php:138
+#: include/conversation.php:1184 mod/editpost.php:137
msgid "Browser"
msgstr "Prohlížeč"
@@ -500,7 +500,7 @@ msgstr[1] "Neúčastní se"
msgstr[2] "Neúčastní se"
msgstr[3] "Neúčastní se"
-#: include/conversation.php:1490 src/Content/ContactSelector.php:148
+#: include/conversation.php:1490 src/Content/ContactSelector.php:163
msgid "Undecided"
msgid_plural "Undecided"
msgstr[0] "Nerozhodnut"
@@ -550,208 +550,228 @@ msgstr "%1$s Vám poslal %2$s."
msgid "Please visit %s to view and/or reply to your private messages."
msgstr "Prosím navštivte %s pro zobrazení Vašich soukromých zpráv a možnost na ně odpovědět."
-#: include/enotify.php:165
+#: include/enotify.php:164
+#, 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:170
#, 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:173
+#: include/enotify.php:180
+#, 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:187
#, 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:183
+#: include/enotify.php:199
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr "%1$sVás označil/a na [url=%2$s]Vašem %3$s[/url]"
+
+#: include/enotify.php:205
#, 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:195
+#: include/enotify.php:216
#, 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:197
-#, 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:200 include/enotify.php:215 include/enotify.php:230
-#: include/enotify.php:245 include/enotify.php:264 include/enotify.php:280
-#, 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:207
-#, 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:209
-#, 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:210
-#, 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]"
+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:222
#, 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:235
+#, php-format
msgid "[Friendica:Notify] %s tagged you"
msgstr "[Friendica:Oznámení] %s Vás označil/a"
-#: include/enotify.php:224
+#: include/enotify.php:237
#, php-format
msgid "%1$s tagged you at %2$s"
msgstr "%1$s Vás označil/a na %2$s"
-#: include/enotify.php:225
+#: include/enotify.php:239
#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]Vás označil/a[/url]."
+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:237
+#: include/enotify.php:241
+#, 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:246 include/enotify.php:261 include/enotify.php:276
+#: include/enotify.php:295 include/enotify.php:311
+#, 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:253
+#, 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:255
+#, 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:256
+#, 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:268
#, 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:239
+#: include/enotify.php:270
#, 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:240
+#: include/enotify.php:271
#, 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:252
+#: include/enotify.php:283
#, php-format
msgid "[Friendica:Notify] %1$s poked you"
msgstr "[Friendica:Oznámení] %1$s Vás šťouchnul/a"
-#: include/enotify.php:254
+#: include/enotify.php:285
#, php-format
msgid "%1$s poked you at %2$s"
msgstr "%1$s Vás šťouchnul/a na %2$s"
-#: include/enotify.php:255
+#: include/enotify.php:286
#, 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:272
+#: include/enotify.php:303
#, php-format
msgid "[Friendica:Notify] %s tagged your post"
msgstr "[Friendica:Oznámení] %s označil/a Váš příspěvek"
-#: include/enotify.php:274
+#: include/enotify.php:305
#, 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:275
+#: include/enotify.php:306
#, 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:287
+#: include/enotify.php:318
msgid "[Friendica:Notify] Introduction received"
msgstr "[Friendica:Oznámení] Obdrženo představení"
-#: include/enotify.php:289
+#: include/enotify.php:320
#, 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:290
+#: include/enotify.php:321
#, 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:295 include/enotify.php:341
+#: include/enotify.php:326 include/enotify.php:372
#, php-format
msgid "You may visit their profile at %s"
msgstr "Můžete navštívit jejich profil na %s"
-#: include/enotify.php:297
+#: include/enotify.php:328
#, 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:304
+#: include/enotify.php:335
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:306 include/enotify.php:307
+#: include/enotify.php:337 include/enotify.php:338
#, 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:314
+#: include/enotify.php:345
msgid "[Friendica:Notify] You have a new follower"
msgstr "[Friendica:Oznámení] Máte nového sledovatele"
-#: include/enotify.php:316 include/enotify.php:317
+#: include/enotify.php:347 include/enotify.php:348
#, php-format
msgid "You have a new follower at %2$s : %1$s"
msgstr "Máte nového sledovatele na %2$s : %1$s"
-#: include/enotify.php:330
+#: include/enotify.php:361
msgid "[Friendica:Notify] Friend suggestion received"
msgstr "[Friendica:Oznámení] Obdržen návrh přátelství"
-#: include/enotify.php:332
+#: include/enotify.php:363
#, 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:333
+#: include/enotify.php:364
#, php-format
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:339
+#: include/enotify.php:370
msgid "Name:"
msgstr "Jméno:"
-#: include/enotify.php:340
+#: include/enotify.php:371
msgid "Photo:"
msgstr "Fotka:"
-#: include/enotify.php:343
+#: include/enotify.php:374
#, 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:351 include/enotify.php:366
+#: include/enotify.php:382 include/enotify.php:397
msgid "[Friendica:Notify] Connection accepted"
msgstr "[Friendica:Oznámení] Spojení přijato"
-#: include/enotify.php:353 include/enotify.php:368
+#: include/enotify.php:384 include/enotify.php:399
#, 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"
-#: include/enotify.php:354 include/enotify.php:369
+#: include/enotify.php:385 include/enotify.php:400
#, 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]."
-#: include/enotify.php:359
+#: include/enotify.php:390
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/enotify.php:361
+#: include/enotify.php:392
#, 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."
-#: include/enotify.php:374
+#: include/enotify.php:405
#, php-format
msgid ""
"'%1$s' has chosen to accept you a fan, which restricts some forms of "
@@ -760,37 +780,37 @@ msgid ""
"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/enotify.php:376
+#: include/enotify.php:407
#, php-format
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:378
+#: include/enotify.php:409
#, 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:388 mod/removeme.php:47
+#: include/enotify.php:419 mod/removeme.php:47
msgid "[Friendica System Notify]"
msgstr "[Systémové oznámení Friendica]"
-#: include/enotify.php:388
+#: include/enotify.php:419
msgid "registration request"
msgstr "požadavek o registraci"
-#: include/enotify.php:390
+#: include/enotify.php:421
#, 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"
-#: include/enotify.php:391
+#: include/enotify.php:422
#, 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."
-#: include/enotify.php:396
+#: include/enotify.php:427
#, php-format
msgid ""
"Full Name:\t%s\n"
@@ -798,21 +818,21 @@ msgid ""
"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:402
+#: include/enotify.php:433
#, 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:356 mod/admin.php:285 mod/admin.php:2020
-#: mod/admin.php:2266 mod/notice.php:21 mod/viewsrc.php:22
+#: include/items.php:355 mod/admin.php:296 mod/admin.php:2094
+#: mod/admin.php:2340 mod/notice.php:21 mod/viewsrc.php:22
msgid "Item not found."
msgstr "Položka nenalezena."
-#: include/items.php:394
+#: include/items.php:393
msgid "Do you really want to delete this item?"
msgstr "Opravdu chcete smazat tuto položku?"
-#: include/items.php:396 mod/api.php:112 mod/dfrn_request.php:644
+#: include/items.php:395 mod/api.php:112 mod/dfrn_request.php:640
#: mod/follow.php:151 mod/message.php:150 mod/profiles.php:542
#: mod/profiles.php:545 mod/profiles.php:567 mod/register.php:232
#: mod/settings.php:1088 mod/settings.php:1094 mod/settings.php:1101
@@ -823,230 +843,229 @@ msgstr "Opravdu chcete smazat tuto položku?"
msgid "Yes"
msgstr "Ano"
-#: include/items.php:446 mod/allfriends.php:22 mod/api.php:37 mod/api.php:42
-#: mod/attach.php:37 mod/cal.php:304 mod/common.php:27 mod/crepair.php:101
-#: mod/delegate.php:31 mod/delegate.php:49 mod/delegate.php:60
-#: mod/dfrn_confirm.php:66 mod/dirfind.php:29 mod/editpost.php:23
-#: mod/events.php:207 mod/follow.php:58 mod/follow.php:122 mod/fsuggest.php:81
-#: mod/group.php:30 mod/invite.php:25 mod/invite.php:111 mod/item.php:165
-#: mod/manage.php:130 mod/message.php:56 mod/message.php:101
-#: mod/network.php:36 mod/nogroup.php:23 mod/notes.php:33
-#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:187
-#: mod/photos.php:1060 mod/poke.php:142 mod/profiles.php:183
-#: mod/profiles.php:515 mod/profile_photo.php:33 mod/profile_photo.php:180
-#: mod/profile_photo.php:202 mod/register.php:53 mod/regmod.php:89
+#: include/items.php:445 mod/allfriends.php:22 mod/api.php:37 mod/api.php:42
+#: mod/cal.php:304 mod/common.php:27 mod/crepair.php:101 mod/delegate.php:31
+#: mod/delegate.php:49 mod/delegate.php:60 mod/dfrn_confirm.php:66
+#: mod/dirfind.php:29 mod/editpost.php:22 mod/events.php:207 mod/follow.php:58
+#: mod/follow.php:122 mod/fsuggest.php:81 mod/group.php:30 mod/invite.php:25
+#: mod/invite.php:111 mod/item.php:167 mod/manage.php:129 mod/message.php:56
+#: mod/message.php:101 mod/network.php:35 mod/nogroup.php:23 mod/notes.php:33
+#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:186
+#: mod/photos.php:1019 mod/poke.php:141 mod/profiles.php:183
+#: mod/profiles.php:515 mod/profile_photo.php:33 mod/profile_photo.php:178
+#: mod/profile_photo.php:205 mod/register.php:53 mod/regmod.php:89
#: mod/repair_ostatus.php:16 mod/settings.php:48 mod/settings.php:154
#: mod/settings.php:658 mod/suggest.php:62 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:81
-#: mod/wall_attach.php:84 mod/wall_upload.php:106 mod/wall_upload.php:109
-#: src/App.php:1786 src/Module/Contact.php:361
+#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/wall_attach.php:79
+#: mod/wall_attach.php:82 mod/wall_upload.php:106 mod/wall_upload.php:109
+#: src/App.php:1823 src/Module/Attach.php:42 src/Module/Contact.php:361
msgid "Permission denied."
msgstr "Přístup odmítnut."
-#: include/items.php:517 src/Content/Feature.php:95
+#: include/items.php:516 src/Content/Feature.php:95
msgid "Archives"
msgstr "Archivy"
-#: include/items.php:523 src/App.php:788 src/Content/ForumManager.php:131
-#: src/Content/Widget.php:305 src/Object/Post.php:442
+#: include/items.php:522 src/App.php:823 src/Content/ForumManager.php:131
+#: src/Content/Widget.php:321 src/Object/Post.php:454
#: view/theme/vier/theme.php:255
msgid "show more"
msgstr "zobrazit více"
-#: mod/admin.php:106
+#: mod/admin.php:117
msgid "Theme settings updated."
msgstr "Nastavení motivu bylo aktualizováno."
-#: mod/admin.php:179 src/Content/Nav.php:225
+#: mod/admin.php:190 src/Content/Nav.php:224
msgid "Information"
msgstr "Informace"
-#: mod/admin.php:180
+#: mod/admin.php:191
msgid "Overview"
msgstr "Přehled"
-#: mod/admin.php:181 mod/admin.php:753
+#: mod/admin.php:192 mod/admin.php:763
msgid "Federation Statistics"
msgstr "Statistiky Federation"
-#: mod/admin.php:182
+#: mod/admin.php:193
msgid "Configuration"
msgstr "Konfigurace"
-#: mod/admin.php:183 mod/admin.php:1478
+#: mod/admin.php:194 mod/admin.php:1549
msgid "Site"
msgstr "Web"
-#: mod/admin.php:184 mod/admin.php:1409 mod/admin.php:1952 mod/admin.php:1969
+#: mod/admin.php:195 mod/admin.php:1453 mod/admin.php:2026 mod/admin.php:2043
msgid "Users"
msgstr "Uživatelé"
-#: mod/admin.php:185 mod/admin.php:2068 mod/admin.php:2128 mod/settings.php:99
+#: mod/admin.php:196 mod/admin.php:2142 mod/admin.php:2202 mod/settings.php:99
msgid "Addons"
msgstr "Doplňky"
-#: mod/admin.php:186 mod/admin.php:2332 mod/admin.php:2376
+#: mod/admin.php:197 mod/admin.php:2398 mod/admin.php:2442
msgid "Themes"
msgstr "Motivy"
-#: mod/admin.php:187 mod/settings.php:77
+#: mod/admin.php:198 mod/settings.php:77
msgid "Additional features"
msgstr "Dodatečné vlastnosti"
-#: mod/admin.php:188 mod/admin.php:312 mod/register.php:280
-#: src/Content/Nav.php:228 src/Module/Tos.php:71
+#: mod/admin.php:199 mod/admin.php:322 mod/register.php:280
+#: src/Content/Nav.php:227 src/Module/Tos.php:71
msgid "Terms of Service"
msgstr "Podmínky používání"
-#: mod/admin.php:189
+#: mod/admin.php:200
msgid "Database"
msgstr "Databáze"
-#: mod/admin.php:190
+#: mod/admin.php:201
msgid "DB updates"
msgstr "Aktualizace databáze"
-#: mod/admin.php:191 mod/admin.php:796
+#: mod/admin.php:202 mod/admin.php:806
msgid "Inspect Queue"
msgstr "Prozkoumat frontu"
-#: mod/admin.php:192
+#: mod/admin.php:203
msgid "Inspect Deferred Workers"
msgstr "Prozkoumat odložené pracovníky"
-#: mod/admin.php:193
+#: mod/admin.php:204
msgid "Inspect worker Queue"
msgstr "Prozkoumat frontu pro pracovníka"
-#: mod/admin.php:194
+#: mod/admin.php:205
msgid "Tools"
msgstr "Nástroje"
-#: mod/admin.php:195
+#: mod/admin.php:206
msgid "Contact Blocklist"
msgstr "Blokované kontakty"
-#: mod/admin.php:196 mod/admin.php:376
+#: mod/admin.php:207 mod/admin.php:386
msgid "Server Blocklist"
msgstr "Blokované servery"
-#: mod/admin.php:197 mod/admin.php:534
+#: mod/admin.php:208 mod/admin.php:544
msgid "Delete Item"
msgstr "Smazat položku"
-#: mod/admin.php:198 mod/admin.php:199 mod/admin.php:2451
+#: mod/admin.php:209 mod/admin.php:210 mod/admin.php:2517
msgid "Logs"
msgstr "Záznamy"
-#: mod/admin.php:200 mod/admin.php:2518
+#: mod/admin.php:211 mod/admin.php:2584
msgid "View Logs"
msgstr "Zobrazit záznamy"
-#: mod/admin.php:202
+#: mod/admin.php:213
msgid "Diagnostics"
msgstr "Diagnostika"
-#: mod/admin.php:203
+#: mod/admin.php:214
msgid "PHP Info"
msgstr "Info o PHP"
-#: mod/admin.php:204
+#: mod/admin.php:215
msgid "probe address"
msgstr "vyzkoušet adresu"
-#: mod/admin.php:205
+#: mod/admin.php:216
msgid "check webfinger"
msgstr "vyzkoušet webfinger"
-#: mod/admin.php:225 src/Content/Nav.php:268
+#: mod/admin.php:236 src/Content/Nav.php:267
msgid "Admin"
msgstr "Administrátor"
-#: mod/admin.php:226
+#: mod/admin.php:237
msgid "Addon Features"
msgstr "Vlastnosti doplňků"
-#: mod/admin.php:227
+#: mod/admin.php:238
msgid "User registrations waiting for confirmation"
msgstr "Registrace uživatelů čekající na potvrzení"
-#: mod/admin.php:311 mod/admin.php:375 mod/admin.php:491 mod/admin.php:533
-#: mod/admin.php:752 mod/admin.php:795 mod/admin.php:846 mod/admin.php:964
-#: mod/admin.php:1477 mod/admin.php:1951 mod/admin.php:2067 mod/admin.php:2127
-#: mod/admin.php:2331 mod/admin.php:2375 mod/admin.php:2450 mod/admin.php:2517
+#: mod/admin.php:321 mod/admin.php:385 mod/admin.php:501 mod/admin.php:543
+#: mod/admin.php:762 mod/admin.php:805 mod/admin.php:856 mod/admin.php:974
+#: mod/admin.php:1548 mod/admin.php:2025 mod/admin.php:2141 mod/admin.php:2201
+#: mod/admin.php:2397 mod/admin.php:2441 mod/admin.php:2516 mod/admin.php:2583
msgid "Administration"
msgstr "Administrace"
-#: mod/admin.php:313
+#: mod/admin.php:323
msgid "Display Terms of Service"
msgstr "Zobrazit Podmínky používání"
-#: mod/admin.php:313
+#: mod/admin.php:323
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 "Povolí stránku Podmínky používání. Pokud je toto povoleno, bude na formulář pro registrací a stránku s obecnými informacemi přidán odkaz k podmínkám."
-#: mod/admin.php:314
+#: mod/admin.php:324
msgid "Display Privacy Statement"
msgstr "Zobrazit Prohlášení o soukromí"
-#: mod/admin.php:314
+#: mod/admin.php:324
#, php-format
msgid ""
"Show some informations regarding the needed information to operate the node "
"according e.g. to EU-GDPR."
msgstr "Ukázat některé informace ohledně potřebných informací k provozování serveru podle například Obecného nařízení o ochraně osobních údajů EU (GDPR)"
-#: mod/admin.php:315
+#: mod/admin.php:325
msgid "Privacy Statement Preview"
msgstr "Náhled Prohlášení o soukromí"
-#: mod/admin.php:317
+#: mod/admin.php:327
msgid "The Terms of Service"
msgstr "Podmínky používání"
-#: mod/admin.php:317
+#: mod/admin.php:327
msgid ""
"Enter the Terms of Service for your node here. You can use BBCode. Headers "
"of sections should be [h2] and below."
msgstr "Zde zadejte Podmínky používání Vašeho serveru. Můžete používat BBCode. Záhlaví sekcí by měly být označeny [h2] a níže."
-#: mod/admin.php:319 mod/admin.php:1479 mod/admin.php:2129 mod/admin.php:2377
-#: mod/admin.php:2452 mod/admin.php:2599 mod/delegate.php:176
+#: mod/admin.php:329 mod/admin.php:1550 mod/admin.php:2203 mod/admin.php:2443
+#: mod/admin.php:2518 mod/admin.php:2665 mod/delegate.php:176
#: mod/settings.php:668 mod/settings.php:775 mod/settings.php:863
#: mod/settings.php:952 mod/settings.php:1177
msgid "Save Settings"
msgstr "Uložit nastavení"
-#: mod/admin.php:367 mod/admin.php:385 mod/dfrn_request.php:346
-#: mod/friendica.php:122 src/Model/Contact.php:1645
+#: mod/admin.php:377 mod/admin.php:395 mod/dfrn_request.php:346
+#: mod/friendica.php:123 src/Model/Contact.php:1653
msgid "Blocked domain"
msgstr "Zablokovaná doména"
-#: mod/admin.php:367
+#: mod/admin.php:377
msgid "The blocked domain"
msgstr "Zablokovaná doména"
-#: mod/admin.php:368 mod/admin.php:386 mod/friendica.php:122
+#: mod/admin.php:378 mod/admin.php:396 mod/friendica.php:123
msgid "Reason for the block"
msgstr "Důvody pro zablokování"
-#: mod/admin.php:368 mod/admin.php:381
+#: mod/admin.php:378 mod/admin.php:391
msgid "The reason why you blocked this domain."
msgstr "Důvod, proč jste doménu zablokoval/a"
-#: mod/admin.php:369
+#: mod/admin.php:379
msgid "Delete domain"
msgstr "Smazat doménu"
-#: mod/admin.php:369
+#: mod/admin.php:379
msgid "Check to delete this entry from the blocklist"
msgstr "Zaškrtnutím odstraníte tuto položku z blokovacího seznamu"
-#: mod/admin.php:377
+#: mod/admin.php:387
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 "
@@ -1054,69 +1073,69 @@ msgid ""
"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."
-#: mod/admin.php:378
+#: mod/admin.php:388
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."
-#: mod/admin.php:379
+#: mod/admin.php:389
msgid "Add new entry to block list"
msgstr "Přidat na blokovací seznam novou položku"
-#: mod/admin.php:380
+#: mod/admin.php:390
msgid "Server Domain"
msgstr "Serverová doména"
-#: mod/admin.php:380
+#: mod/admin.php:390
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://“)."
-#: mod/admin.php:381
+#: mod/admin.php:391
msgid "Block reason"
msgstr "Důvod zablokování"
-#: mod/admin.php:382
+#: mod/admin.php:392
msgid "Add Entry"
msgstr "Přidat položku"
-#: mod/admin.php:383
+#: mod/admin.php:393
msgid "Save changes to the blocklist"
msgstr "Uložit změny do blokovacího seznamu"
-#: mod/admin.php:384
+#: mod/admin.php:394
msgid "Current Entries in the Blocklist"
msgstr "Aktuální položky v bokovacím seznamu"
-#: mod/admin.php:387
+#: mod/admin.php:397
msgid "Delete entry from blocklist"
msgstr "Odstranit položku z blokovacího seznamu"
-#: mod/admin.php:390
+#: mod/admin.php:400
msgid "Delete entry from blocklist?"
msgstr "Odstranit položku z blokovacího seznamu?"
-#: mod/admin.php:416
+#: mod/admin.php:426
msgid "Server added to blocklist."
msgstr "Server přidán do blokovacího seznamu"
-#: mod/admin.php:432
+#: mod/admin.php:442
msgid "Site blocklist updated."
msgstr "Blokovací seznam stránky aktualizován"
-#: mod/admin.php:455 src/Core/Console/GlobalCommunityBlock.php:68
+#: mod/admin.php:465 src/Core/Console/GlobalCommunityBlock.php:68
msgid "The contact has been blocked from the node"
msgstr "Kontakt byl na serveru zablokován"
-#: mod/admin.php:457 src/Core/Console/GlobalCommunityBlock.php:65
+#: mod/admin.php:467 src/Core/Console/GlobalCommunityBlock.php:65
#, 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)"
-#: mod/admin.php:464
+#: mod/admin.php:474
#, php-format
msgid "%s contact unblocked"
msgid_plural "%s contacts unblocked"
@@ -1125,71 +1144,71 @@ msgstr[1] "%s kontakty odblokovány"
msgstr[2] "%s kontaktu odblokováno"
msgstr[3] "%s kontaktů odblokováno"
-#: mod/admin.php:492
+#: mod/admin.php:502
msgid "Remote Contact Blocklist"
msgstr "Blokované vzdálené kontakty"
-#: mod/admin.php:493
+#: mod/admin.php:503
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."
-#: mod/admin.php:494
+#: mod/admin.php:504
msgid "Block Remote Contact"
msgstr "Zablokovat vzdálený kontakt"
-#: mod/admin.php:495 mod/admin.php:1954
+#: mod/admin.php:505 mod/admin.php:2028
msgid "select all"
msgstr "Vybrat vše"
-#: mod/admin.php:496
+#: mod/admin.php:506
msgid "select none"
msgstr "nevybrat žádný"
-#: mod/admin.php:497 mod/admin.php:1963 src/Module/Contact.php:623
-#: src/Module/Contact.php:825 src/Module/Contact.php:1078
+#: mod/admin.php:507 mod/admin.php:2037 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1080
msgid "Block"
msgstr "Blokovat"
-#: mod/admin.php:498 mod/admin.php:1965 src/Module/Contact.php:623
-#: src/Module/Contact.php:825 src/Module/Contact.php:1078
+#: mod/admin.php:508 mod/admin.php:2039 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1080
msgid "Unblock"
msgstr "Odblokovat"
-#: mod/admin.php:499
+#: mod/admin.php:509
msgid "No remote contact is blocked from this node."
msgstr "Žádný vzdálený kontakt není na tomto serveru zablokován."
-#: mod/admin.php:501
+#: mod/admin.php:511
msgid "Blocked Remote Contacts"
msgstr "Zablokované vzdálené kontakty"
-#: mod/admin.php:502
+#: mod/admin.php:512
msgid "Block New Remote Contact"
msgstr "Zablokovat nový vzdálený kontakt"
-#: mod/admin.php:503
+#: mod/admin.php:513
msgid "Photo"
msgstr "Fotka"
-#: mod/admin.php:503 mod/admin.php:1946 mod/admin.php:1957 mod/admin.php:1971
-#: mod/admin.php:1987 mod/crepair.php:161 mod/settings.php:670
+#: mod/admin.php:513 mod/admin.php:2020 mod/admin.php:2031 mod/admin.php:2045
+#: mod/admin.php:2061 mod/crepair.php:161 mod/settings.php:670
#: mod/settings.php:696
msgid "Name"
msgstr "Jméno"
-#: mod/admin.php:503 mod/profiles.php:395
+#: mod/admin.php:513 mod/profiles.php:395
msgid "Address"
msgstr "Adresa"
-#: mod/admin.php:503 mod/admin.php:513 mod/follow.php:167
+#: mod/admin.php:513 mod/admin.php:523 mod/follow.php:167
#: mod/notifications.php:177 mod/notifications.php:261 mod/unfollow.php:137
#: src/Module/Contact.php:642
msgid "Profile URL"
msgstr "URL profilu"
-#: mod/admin.php:511
+#: mod/admin.php:521
#, php-format
msgid "%s total blocked contact"
msgid_plural "%s total blocked contacts"
@@ -1198,124 +1217,124 @@ msgstr[1] "Celkem %s zablokované kontakty"
msgstr[2] "Celkem %s zablokovaného kontaktu"
msgstr[3] "Celkem %s zablokovaných kontaktů"
-#: mod/admin.php:513
+#: mod/admin.php:523
msgid "URL of the remote contact to block."
msgstr "Adresa URL vzdáleného kontaktu k zablokování."
-#: mod/admin.php:535
+#: mod/admin.php:545
msgid "Delete this Item"
msgstr "Smazat tuto položku"
-#: mod/admin.php:536
+#: mod/admin.php:546
msgid ""
"On this page you can delete an item from your node. If the item is a top "
"level posting, the entire thread will be deleted."
msgstr "Na této stránce můžete smazat položku z Vašeho serveru. Pokud je položkou příspěvek nejvyššího stupně, bude smazáno celé vlákno."
-#: mod/admin.php:537
+#: mod/admin.php:547
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 "Budete muset znát číslo GUID položky. Můžete jej najít např. v adrese URL. Poslední část adresy http://priklad.cz/display/123456 je GUID, v tomto případě 123456"
-#: mod/admin.php:538
+#: mod/admin.php:548
msgid "GUID"
msgstr "GUID"
-#: mod/admin.php:538
+#: mod/admin.php:548
msgid "The GUID of the item you want to delete."
msgstr "Číslo GUID položky, kterou chcete smazat"
-#: mod/admin.php:572
+#: mod/admin.php:582
msgid "Item marked for deletion."
msgstr "Položka označená ke smazání"
-#: mod/admin.php:643
+#: mod/admin.php:653
msgid "unknown"
msgstr "neznámé"
-#: mod/admin.php:746
+#: mod/admin.php:756
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."
-#: mod/admin.php:747
+#: mod/admin.php:757
msgid ""
"The Auto Discovered Contact Directory feature is not enabled, it "
"will improve the data displayed here."
msgstr "Funkce Adresář automaticky objevených kontaktů není zapnuta, zlepší zde zobrazená data."
-#: mod/admin.php:759
+#: mod/admin.php:769
#, php-format
msgid ""
"Currently this node is aware of %d nodes with %d registered users from the "
"following platforms:"
msgstr "Aktuálně si je tento server vědom %d serverů s %d registrovanými uživateli z těchto platforem:"
-#: mod/admin.php:798 mod/admin.php:849
+#: mod/admin.php:808 mod/admin.php:859
msgid "ID"
msgstr "Identifikátor"
-#: mod/admin.php:799
+#: mod/admin.php:809
msgid "Recipient Name"
msgstr "Jméno příjemce"
-#: mod/admin.php:800
+#: mod/admin.php:810
msgid "Recipient Profile"
msgstr "Profil příjemce"
-#: mod/admin.php:801 src/Content/Nav.php:233
-#: src/Core/NotificationsManager.php:178 view/theme/frio/theme.php:280
+#: mod/admin.php:811 src/Content/Nav.php:232
+#: src/Core/NotificationsManager.php:178 view/theme/frio/theme.php:267
msgid "Network"
msgstr "Síť"
-#: mod/admin.php:802 mod/admin.php:851
+#: mod/admin.php:812 mod/admin.php:861
msgid "Created"
msgstr "Vytvořeno"
-#: mod/admin.php:803
+#: mod/admin.php:813
msgid "Last Tried"
msgstr "Naposled vyzkoušeno"
-#: mod/admin.php:804
+#: mod/admin.php:814
msgid ""
"This page lists the content of the queue for outgoing postings. These are "
"postings the initial delivery failed for. They will be resend later and "
"eventually deleted if the delivery fails permanently."
msgstr "Na této stránce najdete obsah fronty odchozích příspěvků. Toto jsou příspěvky, u kterých počáteční doručení selhalo. Budou znovu poslány později, a pokud doručení selže trvale, budou nakonec smazány."
-#: mod/admin.php:825
+#: mod/admin.php:835
msgid "Inspect Deferred Worker Queue"
msgstr "Prozkoumat frontu odložených pracovníků"
-#: mod/admin.php:826
+#: mod/admin.php:836
msgid ""
"This page lists the deferred worker jobs. This are jobs that couldn't be "
"executed at the first time."
msgstr "Na této stránce jsou vypsány odložené úlohy pracovníků. To jsou úlohy, které nemohly být napoprvé provedeny."
-#: mod/admin.php:829
+#: mod/admin.php:839
msgid "Inspect Worker Queue"
msgstr "Prozkoumat frontu pro pracovníka"
-#: mod/admin.php:830
+#: mod/admin.php:840
msgid ""
"This page lists the currently queued worker jobs. These jobs are handled by "
"the worker cronjob you've set up during install."
msgstr "Na této stránce jsou vypsány aktuálně čekající úlohy pro pracovníka . Tyto úlohy vykonává úloha cron pracovníka, kterou jste nastavil/a při instalaci."
-#: mod/admin.php:850
+#: mod/admin.php:860
msgid "Job Parameters"
msgstr "Parametry úlohy"
-#: mod/admin.php:852
+#: mod/admin.php:862
msgid "Priority"
msgstr "Priorita"
-#: mod/admin.php:877
+#: mod/admin.php:887
#, php-format
msgid ""
"Your DB still runs with MyISAM tables. You should change the engine type to "
@@ -1326,32 +1345,32 @@ msgid ""
" an automatic conversion.
"
msgstr "Vaše databáze stále běží s tabulkami MyISAM. Měl/a byste změnit typ datového úložiště na InnoDB. Protože Friendica bude v budoucnu používat pouze funkce pro InnoDB, měl/a byste to změnit! Zde naleznete návod, který by pro vás mohl být užitečný při konverzi úložišť. Můžete také použít příkaz php bin/console.php dbstructure toinnodb na Vaší instalaci Friendica pro automatickou konverzi.
"
-#: mod/admin.php:884
+#: mod/admin.php:894
#, 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 "Je dostupná ke stažení nová verze Friendica. Vaše aktuální verze je %1$s, upstreamová verze je %2$s"
-#: mod/admin.php:894
+#: mod/admin.php:904
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 "Aktualizace databáze selhala. Prosím, spusťte příkaz „php bin/console.php dbstructure update“ z příkazového řádku a podívejte se na chyby, které by se mohly vyskytnout."
-#: mod/admin.php:900
+#: mod/admin.php:910
msgid "The worker was never executed. Please check your database structure!"
msgstr "Pracovník nebyl nikdy spuštěn. Prosím zkontrolujte strukturu Vaší databáze!"
-#: mod/admin.php:903
+#: mod/admin.php:913
#, php-format
msgid ""
"The last worker execution was on %s UTC. This is older than one hour. Please"
" check your crontab settings."
msgstr "Pracovník byl naposledy spuštěn v %s UTC. Toto je více než jedna hodina. Prosím zkontrolujte si nastavení crontab."
-#: mod/admin.php:909
+#: mod/admin.php:919
#, php-format
msgid ""
"Friendica's configuration now is stored in config/local.config.php, please "
@@ -1360,7 +1379,7 @@ msgid ""
"help with the transition."
msgstr "Konfigurace Friendica je nyní uložena v souboru config/local.config.php, prosím zkopírujte soubor config/local-sample.config.php a přesuňte svou konfiguraci ze souboru .htconfig.php
. Pro pomoc při přechodu navštivte stránku Config v sekci nápovědy."
-#: mod/admin.php:916
+#: mod/admin.php:926
#, php-format
msgid ""
"%s is not reachable on your system. This is a severe "
@@ -1368,494 +1387,506 @@ msgid ""
"href=\"%s\">the installation page for help."
msgstr "%s 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 stránku instalace."
-#: mod/admin.php:922
+#: mod/admin.php:932
msgid "Normal Account"
msgstr "Normální účet"
-#: mod/admin.php:923
+#: mod/admin.php:933
msgid "Automatic Follower Account"
msgstr "Účet s automatickými sledovateli"
-#: mod/admin.php:924
+#: mod/admin.php:934
msgid "Public Forum Account"
msgstr "Účet veřejného fóra"
-#: mod/admin.php:925
+#: mod/admin.php:935
msgid "Automatic Friend Account"
msgstr "Účet s automatickými přáteli"
-#: mod/admin.php:926
+#: mod/admin.php:936
msgid "Blog Account"
msgstr "Blogovací účet"
-#: mod/admin.php:927
+#: mod/admin.php:937
msgid "Private Forum Account"
msgstr "Účet soukromého fóra"
-#: mod/admin.php:950
+#: mod/admin.php:960
msgid "Message queues"
msgstr "Fronty zpráv"
-#: mod/admin.php:956
+#: mod/admin.php:966
msgid "Server Settings"
msgstr "Nastavení serveru"
-#: mod/admin.php:965
+#: mod/admin.php:975
msgid "Summary"
msgstr "Shrnutí"
-#: mod/admin.php:967
+#: mod/admin.php:977
msgid "Registered users"
msgstr "Registrovaní uživatelé"
-#: mod/admin.php:969
+#: mod/admin.php:979
msgid "Pending registrations"
msgstr "Čekající registrace"
-#: mod/admin.php:970
+#: mod/admin.php:980
msgid "Version"
msgstr "Verze"
-#: mod/admin.php:975
+#: mod/admin.php:985
msgid "Active addons"
msgstr "Aktivní doplňky"
-#: mod/admin.php:1007
+#: mod/admin.php:1017
msgid "Can not parse base url. Must have at least ://"
msgstr "Nelze zpracovat výchozí url adresu. Musí obsahovat alespoň ://"
-#: mod/admin.php:1343
+#: mod/admin.php:1387
msgid "Site settings updated."
msgstr "Nastavení webu aktualizováno."
-#: mod/admin.php:1371 mod/settings.php:896
+#: mod/admin.php:1415 mod/settings.php:896
msgid "No special theme for mobile devices"
msgstr "Žádný speciální motiv pro mobilní zařízení"
-#: mod/admin.php:1400
+#: mod/admin.php:1444
msgid "No community page for local users"
msgstr "Žádná komunitní stránka pro místní uživatele"
-#: mod/admin.php:1401
+#: mod/admin.php:1445
msgid "No community page"
msgstr "Žádná komunitní stránka"
-#: mod/admin.php:1402
+#: mod/admin.php:1446
msgid "Public postings from users of this site"
msgstr "Veřejné příspěvky od místních uživatelů"
-#: mod/admin.php:1403
+#: mod/admin.php:1447
msgid "Public postings from the federated network"
msgstr "Veřejné příspěvky z federované sítě"
-#: mod/admin.php:1404
+#: mod/admin.php:1448
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ě"
-#: mod/admin.php:1408 mod/admin.php:1576 mod/admin.php:1586
+#: mod/admin.php:1452 mod/admin.php:1650 mod/admin.php:1660
#: src/Module/Contact.php:548
msgid "Disabled"
msgstr "Zakázáno"
-#: mod/admin.php:1410
+#: mod/admin.php:1454
msgid "Users, Global Contacts"
msgstr "Uživatelé, globální kontakty"
-#: mod/admin.php:1411
+#: mod/admin.php:1455
msgid "Users, Global Contacts/fallback"
msgstr "Uživatelé, globální kontakty/fallback"
-#: mod/admin.php:1415
+#: mod/admin.php:1459
msgid "One month"
msgstr "Jeden měsíc"
-#: mod/admin.php:1416
+#: mod/admin.php:1460
msgid "Three months"
msgstr "Tři měsíce"
-#: mod/admin.php:1417
+#: mod/admin.php:1461
msgid "Half a year"
msgstr "Půl roku"
-#: mod/admin.php:1418
+#: mod/admin.php:1462
msgid "One year"
msgstr "Jeden rok"
-#: mod/admin.php:1423
+#: mod/admin.php:1467
msgid "Multi user instance"
msgstr "Víceuživatelská instance"
-#: mod/admin.php:1447
+#: mod/admin.php:1491
msgid "Closed"
msgstr "Uzavřeno"
-#: mod/admin.php:1448
+#: mod/admin.php:1492
msgid "Requires approval"
msgstr "Vyžaduje schválení"
-#: mod/admin.php:1449
+#: mod/admin.php:1493
msgid "Open"
msgstr "Otevřeno"
-#: mod/admin.php:1453
+#: mod/admin.php:1497
msgid "No SSL policy, links will track page SSL state"
msgstr "Žádná SSL politika, odkazy budou následovat SSL stav stránky"
-#: mod/admin.php:1454
+#: mod/admin.php:1498
msgid "Force all links to use SSL"
msgstr "Vyžadovat u všech odkazů použití SSL"
-#: mod/admin.php:1455
+#: mod/admin.php:1499
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)"
-#: mod/admin.php:1459
+#: mod/admin.php:1503
msgid "Don't check"
msgstr "Nekontrolovat"
-#: mod/admin.php:1460
+#: mod/admin.php:1504
msgid "check the stable version"
msgstr "kontrolovat stabilní verzi"
-#: mod/admin.php:1461
+#: mod/admin.php:1505
msgid "check the development version"
msgstr "kontrolovat vývojovou verzi"
-#: mod/admin.php:1480
+#: mod/admin.php:1524 mod/settings.php:856 mod/settings.php:861
+msgid "None"
+msgstr "Žádné"
+
+#: mod/admin.php:1551
msgid "Republish users to directory"
msgstr "Znovu publikovat uživatele do adresáře"
-#: mod/admin.php:1481 mod/register.php:257
+#: mod/admin.php:1552 mod/register.php:257
msgid "Registration"
msgstr "Registrace"
-#: mod/admin.php:1482
+#: mod/admin.php:1553
msgid "File upload"
msgstr "Nahrání souborů"
-#: mod/admin.php:1483
+#: mod/admin.php:1554
msgid "Policies"
msgstr "Politika"
-#: mod/admin.php:1484 mod/events.php:570 src/Model/Profile.php:879
-#: src/Module/Contact.php:903
+#: mod/admin.php:1555 mod/events.php:570 src/Model/Profile.php:883
+#: src/Module/Contact.php:905
msgid "Advanced"
msgstr "Pokročilé"
-#: mod/admin.php:1485
+#: mod/admin.php:1556
msgid "Auto Discovered Contact Directory"
msgstr "Adresář automaticky objevených kontaktů"
-#: mod/admin.php:1486
+#: mod/admin.php:1557
msgid "Performance"
msgstr "Výkon"
-#: mod/admin.php:1487
+#: mod/admin.php:1558
msgid "Worker"
msgstr "Pracovník (worker)"
-#: mod/admin.php:1488
+#: mod/admin.php:1559
msgid "Message Relay"
msgstr "Přeposílání zpráv"
-#: mod/admin.php:1489
+#: mod/admin.php:1560
msgid "Relocate Instance"
msgstr "Přemístit instanci"
-#: mod/admin.php:1490
+#: mod/admin.php:1561
msgid "Warning! Advanced function. Could make this server unreachable."
msgstr "Varování! Pokročilá funkce. Tímto můžete znepřístupnit server."
-#: mod/admin.php:1494
+#: mod/admin.php:1565
msgid "Site name"
msgstr "Název webu"
-#: mod/admin.php:1495
+#: mod/admin.php:1566
msgid "Host name"
msgstr "Jméno hostitele (host name)"
-#: mod/admin.php:1496
+#: mod/admin.php:1567
msgid "Sender Email"
msgstr "E-mail odesílatele"
-#: mod/admin.php:1496
+#: mod/admin.php:1567
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."
-#: mod/admin.php:1497
+#: mod/admin.php:1568
msgid "Banner/Logo"
msgstr "Banner/logo"
-#: mod/admin.php:1498
+#: mod/admin.php:1569
msgid "Shortcut icon"
msgstr "Favikona"
-#: mod/admin.php:1498
+#: mod/admin.php:1569
msgid "Link to an icon that will be used for browsers."
msgstr "Odkaz k ikoně, která bude použita pro prohlížeče."
-#: mod/admin.php:1499
+#: mod/admin.php:1570
msgid "Touch icon"
msgstr "Dotyková ikona"
-#: mod/admin.php:1499
+#: mod/admin.php:1570
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í."
-#: mod/admin.php:1500
+#: mod/admin.php:1571
msgid "Additional Info"
msgstr "Dodatečné informace"
-#: mod/admin.php:1500
+#: mod/admin.php:1571
#, 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."
-#: mod/admin.php:1501
+#: mod/admin.php:1572
msgid "System language"
msgstr "Systémový jazyk"
-#: mod/admin.php:1502
+#: mod/admin.php:1573
msgid "System theme"
msgstr "Systémový motiv"
-#: mod/admin.php:1502
+#: mod/admin.php:1573
msgid ""
"Default system theme - may be over-ridden by user profiles - change theme settings"
msgstr "Výchozí systémový motiv - může být změněn v uživatelských profilech - změnit nastavení motivu"
-#: mod/admin.php:1503
+#: mod/admin.php:1574
msgid "Mobile system theme"
msgstr "Mobilní systémový motiv"
-#: mod/admin.php:1503
+#: mod/admin.php:1574
msgid "Theme for mobile devices"
msgstr "Motiv pro mobilní zařízení"
-#: mod/admin.php:1504
+#: mod/admin.php:1575
msgid "SSL link policy"
msgstr "Politika SSL odkazů"
-#: mod/admin.php:1504
+#: mod/admin.php:1575
msgid "Determines whether generated links should be forced to use SSL"
msgstr "Určuje, zda-li budou generované odkazy používat SSL"
-#: mod/admin.php:1505
+#: mod/admin.php:1576
msgid "Force SSL"
msgstr "Vynutit SSL"
-#: mod/admin.php:1505
+#: mod/admin.php:1576
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í."
-#: mod/admin.php:1506
+#: mod/admin.php:1577
msgid "Hide help entry from navigation menu"
msgstr "Skrýt nápovědu z navigačního menu"
-#: mod/admin.php:1506
+#: mod/admin.php:1577
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."
-#: mod/admin.php:1507
+#: mod/admin.php:1578
msgid "Single user instance"
msgstr "Jednouživatelská instance"
-#: mod/admin.php:1507
+#: mod/admin.php:1578
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"
-#: mod/admin.php:1508
+#: mod/admin.php:1580
+msgid "File storage backend"
+msgstr "Backend souborového úložiště"
+
+#: mod/admin.php:1580
+msgid "Backend used to store uploaded files data"
+msgstr "Backend použitý pro ukládání nahraných souborů"
+
+#: mod/admin.php:1582
msgid "Maximum image size"
msgstr "Maximální velikost obrázků"
-#: mod/admin.php:1508
+#: mod/admin.php:1582
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í."
-#: mod/admin.php:1509
+#: mod/admin.php:1583
msgid "Maximum image length"
msgstr "Maximální velikost obrázků"
-#: mod/admin.php:1509
+#: mod/admin.php:1583
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í."
-#: mod/admin.php:1510
+#: mod/admin.php:1584
msgid "JPEG image quality"
msgstr "Kvalita obrázků JPEG"
-#: mod/admin.php:1510
+#: mod/admin.php:1584
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."
-#: mod/admin.php:1512
+#: mod/admin.php:1586
msgid "Register policy"
msgstr "Politika registrace"
-#: mod/admin.php:1513
+#: mod/admin.php:1587
msgid "Maximum Daily Registrations"
msgstr "Maximální počet denních registrací"
-#: mod/admin.php:1513
+#: mod/admin.php:1587
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."
-#: mod/admin.php:1514
+#: mod/admin.php:1588
msgid "Register text"
msgstr "Text při registraci"
-#: mod/admin.php:1514
+#: mod/admin.php:1588
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."
-#: mod/admin.php:1515
+#: mod/admin.php:1589
msgid "Forbidden Nicknames"
msgstr "Zakázané přezdívky"
-#: mod/admin.php:1515
+#: mod/admin.php:1589
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."
-#: mod/admin.php:1516
+#: mod/admin.php:1590
msgid "Accounts abandoned after x days"
msgstr "Účty jsou opuštěny po x dnech"
-#: mod/admin.php:1516
+#: mod/admin.php:1590
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."
-#: mod/admin.php:1517
+#: mod/admin.php:1591
msgid "Allowed friend domains"
msgstr "Povolené domény přátel"
-#: mod/admin.php:1517
+#: mod/admin.php:1591
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."
-#: mod/admin.php:1518
+#: mod/admin.php:1592
msgid "Allowed email domains"
msgstr "Povolené e-mailové domény"
-#: mod/admin.php:1518
+#: mod/admin.php:1592
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."
-#: mod/admin.php:1519
+#: mod/admin.php:1593
msgid "No OEmbed rich content"
msgstr "Žádný obohacený obsah oEmbed"
-#: mod/admin.php:1519
+#: mod/admin.php:1593
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."
-#: mod/admin.php:1520
+#: mod/admin.php:1594
msgid "Allowed OEmbed domains"
msgstr "Povolené domény pro oEmbed"
-#: mod/admin.php:1520
+#: mod/admin.php:1594
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."
-#: mod/admin.php:1521
+#: mod/admin.php:1595
msgid "Block public"
msgstr "Blokovat veřejný přístup"
-#: mod/admin.php:1521
+#: mod/admin.php:1595
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."
-#: mod/admin.php:1522
+#: mod/admin.php:1596
msgid "Force publish"
msgstr "Vynutit publikaci"
-#: mod/admin.php:1522
+#: mod/admin.php:1596
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."
-#: mod/admin.php:1522
+#: mod/admin.php:1596
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)"
-#: mod/admin.php:1523
+#: mod/admin.php:1597
msgid "Global directory URL"
msgstr "Adresa URL globálního adresáře"
-#: mod/admin.php:1523
+#: mod/admin.php:1597
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ý."
-#: mod/admin.php:1524
+#: mod/admin.php:1598
msgid "Private posts by default for new users"
msgstr "Nastavit pro nové uživatele příspěvky jako soukromé"
-#: mod/admin.php:1524
+#: mod/admin.php:1598
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é."
-#: mod/admin.php:1525
+#: mod/admin.php:1599
msgid "Don't include post content in email notifications"
-msgstr "Nezahrnovat v e-mailových upozorněních obsah příspěvků"
+msgstr "Nezahrnovat v e-mailových oznámeních obsah příspěvků"
-#: mod/admin.php:1525
+#: mod/admin.php:1599
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. "
-#: mod/admin.php:1526
+#: mod/admin.php:1600
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."
-#: mod/admin.php:1526
+#: mod/admin.php:1600
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."
-#: mod/admin.php:1527
+#: mod/admin.php:1601
msgid "Don't embed private images in posts"
msgstr "Nepovolit přidávání soukromých obrázků do příspěvků"
-#: mod/admin.php:1527
+#: mod/admin.php:1601
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 "
@@ -1863,11 +1894,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."
-#: mod/admin.php:1528
+#: mod/admin.php:1602
msgid "Explicit Content"
msgstr "Explicitní obsah"
-#: mod/admin.php:1528
+#: mod/admin.php:1602
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 "
@@ -1876,210 +1907,210 @@ 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."
-#: mod/admin.php:1529
+#: mod/admin.php:1603
msgid "Allow Users to set remote_self"
msgstr "Umožnit uživatelům nastavit remote_self"
-#: mod/admin.php:1529
+#: mod/admin.php:1603
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."
-#: mod/admin.php:1530
+#: mod/admin.php:1604
msgid "Block multiple registrations"
msgstr "Blokovat více registrací"
-#: mod/admin.php:1530
+#: mod/admin.php:1604
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."
-#: mod/admin.php:1531
+#: mod/admin.php:1605
msgid "Disable OpenID"
msgstr "Zakázat OpenID"
-#: mod/admin.php:1531
+#: mod/admin.php:1605
msgid "Disable OpenID support for registration and logins."
msgstr "Zakázat podporu OpenID pro registrace a přihlášení."
-#: mod/admin.php:1532
+#: mod/admin.php:1606
msgid "No Fullname check"
msgstr "Bez kontroly celého jména"
-#: mod/admin.php:1532
+#: mod/admin.php:1606
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ě."
-#: mod/admin.php:1533
+#: mod/admin.php:1607
msgid "Community pages for visitors"
msgstr "Komunitní stránky pro návštěvníky"
-#: mod/admin.php:1533
+#: mod/admin.php:1607
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."
-#: mod/admin.php:1534
+#: mod/admin.php:1608
msgid "Posts per user on community page"
msgstr "Počet příspěvků na komunitní stránce"
-#: mod/admin.php:1534
+#: mod/admin.php:1608
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“)"
-#: mod/admin.php:1535
+#: mod/admin.php:1609
msgid "Disable OStatus support"
msgstr "Zakázat podporu pro OStatus"
-#: mod/admin.php:1535
+#: mod/admin.php:1609
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í."
-#: mod/admin.php:1536
+#: mod/admin.php:1610
msgid "Only import OStatus/ActivityPub threads from our contacts"
msgstr "Pouze importovat vlákna z OStatus/ActivityPub z našich kontaktů"
-#: mod/admin.php:1536
+#: mod/admin.php:1610
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ý."
-#: mod/admin.php:1537
+#: mod/admin.php:1611
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."
-#: mod/admin.php:1539
+#: mod/admin.php:1613
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."
-#: mod/admin.php:1540
+#: mod/admin.php:1614
msgid "Enable Diaspora support"
msgstr "Zapnout podporu pro Diaspora"
-#: mod/admin.php:1540
+#: mod/admin.php:1614
msgid "Provide built-in Diaspora network compatibility."
msgstr "Poskytnout zabudovanou kompatibilitu sitě Diaspora."
-#: mod/admin.php:1541
+#: mod/admin.php:1615
msgid "Only allow Friendica contacts"
msgstr "Povolit pouze kontakty z Friendica"
-#: mod/admin.php:1541
+#: mod/admin.php:1615
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é."
-#: mod/admin.php:1542
+#: mod/admin.php:1616
msgid "Verify SSL"
msgstr "Ověřit SSL"
-#: mod/admin.php:1542
+#: mod/admin.php:1616
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."
-#: mod/admin.php:1543
+#: mod/admin.php:1617
msgid "Proxy user"
msgstr "Proxy uživatel"
-#: mod/admin.php:1544
+#: mod/admin.php:1618
msgid "Proxy URL"
msgstr "Proxy URL adresa"
-#: mod/admin.php:1545
+#: mod/admin.php:1619
msgid "Network timeout"
msgstr "Čas vypršení síťového spojení (timeout)"
-#: mod/admin.php:1545
+#: mod/admin.php:1619
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)."
-#: mod/admin.php:1546
+#: mod/admin.php:1620
msgid "Maximum Load Average"
msgstr "Maximální průměrné zatížení"
-#: mod/admin.php:1546
+#: mod/admin.php:1620
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr "Maximální zatížení systému před pozastavením procesů zajišťujících doručování aktualizací - výchozí hodnota 50"
-#: mod/admin.php:1547
+#: mod/admin.php:1621
msgid "Maximum Load Average (Frontend)"
msgstr "Maximální průměrné zatížení (Frontend)"
-#: mod/admin.php:1547
+#: mod/admin.php:1621
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"
-#: mod/admin.php:1548
+#: mod/admin.php:1622
msgid "Minimal Memory"
msgstr "Minimální paměť"
-#: mod/admin.php:1548
+#: mod/admin.php:1622
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)"
-#: mod/admin.php:1549
+#: mod/admin.php:1623
msgid "Maximum table size for optimization"
msgstr "Maximální velikost tabulky pro optimalizaci"
-#: mod/admin.php:1549
+#: mod/admin.php:1623
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."
-#: mod/admin.php:1550
+#: mod/admin.php:1624
msgid "Minimum level of fragmentation"
msgstr "Minimální úroveň fragmentace"
-#: mod/admin.php:1550
+#: mod/admin.php:1624
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%."
-#: mod/admin.php:1552
+#: mod/admin.php:1626
msgid "Periodical check of global contacts"
msgstr "Pravidelně ověřování globálních kontaktů"
-#: mod/admin.php:1552
+#: mod/admin.php:1626
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ů."
-#: mod/admin.php:1553
+#: mod/admin.php:1627
msgid "Days between requery"
msgstr "Dny mezi dotazy"
-#: mod/admin.php:1553
+#: mod/admin.php:1627
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"
-#: mod/admin.php:1554
+#: mod/admin.php:1628
msgid "Discover contacts from other servers"
msgstr "Objevit kontakty z ostatních serverů"
-#: mod/admin.php:1554
+#: mod/admin.php:1628
msgid ""
"Periodically query other servers for contacts. You can choose between "
"'users': the users on the remote system, 'Global Contacts': active contacts "
@@ -2089,32 +2120,32 @@ msgid ""
"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“."
-#: mod/admin.php:1555
+#: mod/admin.php:1629
msgid "Timeframe for fetching global contacts"
msgstr "Časový rámec pro načítání globálních kontaktů"
-#: mod/admin.php:1555
+#: mod/admin.php:1629
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ů."
-#: mod/admin.php:1556
+#: mod/admin.php:1630
msgid "Search the local directory"
msgstr "Hledat v místním adresáři"
-#: mod/admin.php:1556
+#: mod/admin.php:1630
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í."
-#: mod/admin.php:1558
+#: mod/admin.php:1632
msgid "Publish server information"
msgstr "Zveřejnit informace o serveru"
-#: mod/admin.php:1558
+#: mod/admin.php:1632
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 "
@@ -2122,50 +2153,50 @@ msgid ""
" href='http://the-federation.info/'>the-federation.info for details."
msgstr "Pokud je toto 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 the-federation.info."
-#: mod/admin.php:1560
+#: mod/admin.php:1634
msgid "Check upstream version"
msgstr "Zkontrolovat upstreamovou verzi"
-#: mod/admin.php:1560
+#: mod/admin.php:1634
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."
-#: mod/admin.php:1561
+#: mod/admin.php:1635
msgid "Suppress Tags"
msgstr "Potlačit štítky"
-#: mod/admin.php:1561
+#: mod/admin.php:1635
msgid "Suppress showing a list of hashtags at the end of the posting."
msgstr "Potlačit zobrazení seznamu hastagů na konci příspěvků."
-#: mod/admin.php:1562
+#: mod/admin.php:1636
msgid "Clean database"
msgstr "Vyčistit databázi"
-#: mod/admin.php:1562
+#: mod/admin.php:1636
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."
-#: mod/admin.php:1563
+#: mod/admin.php:1637
msgid "Lifespan of remote items"
msgstr "Životnost vzdálených položek"
-#: mod/admin.php:1563
+#: mod/admin.php:1637
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á."
-#: mod/admin.php:1564
+#: mod/admin.php:1638
msgid "Lifespan of unclaimed items"
msgstr "Životnost nevyžádaných položek"
-#: mod/admin.php:1564
+#: mod/admin.php:1638
msgid ""
"When the database cleanup is enabled, this defines the days after which "
"unclaimed remote items (mostly content from the relay) will be deleted. "
@@ -2173,141 +2204,141 @@ 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."
-#: mod/admin.php:1565
+#: mod/admin.php:1639
msgid "Lifespan of raw conversation data"
msgstr "Životnost hrubých dat konverzací"
-#: mod/admin.php:1565
+#: mod/admin.php:1639
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í."
-#: mod/admin.php:1566
+#: mod/admin.php:1640
msgid "Path to item cache"
msgstr "Cesta k položkám v mezipaměti"
-#: mod/admin.php:1566
+#: mod/admin.php:1640
msgid "The item caches buffers generated bbcode and external images."
msgstr "V mezipaměti je uložen vygenerovaný BBCode a externí obrázky."
-#: mod/admin.php:1567
+#: mod/admin.php:1641
msgid "Cache duration in seconds"
msgstr "Doba platnosti vyrovnávací paměti v sekundách"
-#: mod/admin.php:1567
+#: mod/admin.php:1641
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."
-#: mod/admin.php:1568
+#: mod/admin.php:1642
msgid "Maximum numbers of comments per post"
msgstr "Maximální počet komentářů k příspěvku"
-#: mod/admin.php:1568
+#: mod/admin.php:1642
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."
-#: mod/admin.php:1569
+#: mod/admin.php:1643
msgid "Temp path"
msgstr "Cesta k dočasným souborům"
-#: mod/admin.php:1569
+#: mod/admin.php:1643
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."
-#: mod/admin.php:1570
+#: mod/admin.php:1644
msgid "Base path to installation"
msgstr "Základní cesta k instalaci"
-#: mod/admin.php:1570
+#: mod/admin.php:1644
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."
-#: mod/admin.php:1571
+#: mod/admin.php:1645
msgid "Disable picture proxy"
msgstr "Vypnutí obrázkové proxy"
-#: mod/admin.php:1571
+#: mod/admin.php:1645
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í."
-#: mod/admin.php:1572
+#: mod/admin.php:1646
msgid "Only search in tags"
msgstr "Hledat pouze ve štítcích"
-#: mod/admin.php:1572
+#: mod/admin.php:1646
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."
-#: mod/admin.php:1574
+#: mod/admin.php:1648
msgid "New base url"
msgstr "Nová výchozí url adresa"
-#: mod/admin.php:1574
+#: mod/admin.php:1648
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ů."
-#: mod/admin.php:1576
+#: mod/admin.php:1650
msgid "RINO Encryption"
msgstr "RINO Šifrování"
-#: mod/admin.php:1576
+#: mod/admin.php:1650
msgid "Encryption layer between nodes."
msgstr "Šifrovací vrstva mezi servery."
-#: mod/admin.php:1576
+#: mod/admin.php:1650
msgid "Enabled"
msgstr "Povoleno"
-#: mod/admin.php:1578
+#: mod/admin.php:1652
msgid "Maximum number of parallel workers"
msgstr "Maximální počet paralelních pracovníků"
-#: mod/admin.php:1578
+#: mod/admin.php:1652
#, 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."
-#: mod/admin.php:1579
+#: mod/admin.php:1653
msgid "Don't use 'proc_open' with the worker"
msgstr "Nepoužívat „proc_open“ s pracovníkem"
-#: mod/admin.php:1579
+#: mod/admin.php:1653
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 "Toto 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."
-#: mod/admin.php:1580
+#: mod/admin.php:1654
msgid "Enable fastlane"
msgstr "Povolit fastlane"
-#: mod/admin.php:1580
+#: mod/admin.php:1654
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."
-#: mod/admin.php:1581
+#: mod/admin.php:1655
msgid "Enable frontend worker"
msgstr "Povolit frontendového pracovníka"
-#: mod/admin.php:1581
+#: mod/admin.php:1655
#, php-format
msgid ""
"When enabled the Worker process is triggered when backend access is "
@@ -2317,136 +2348,136 @@ msgid ""
" on your 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."
-#: mod/admin.php:1583
+#: mod/admin.php:1657
msgid "Subscribe to relay"
msgstr "Odebírat ze serveru pro přeposílání"
-#: mod/admin.php:1583
+#: mod/admin.php:1657
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."
-#: mod/admin.php:1584
+#: mod/admin.php:1658
msgid "Relay server"
msgstr "Server pro přeposílání (relay)"
-#: mod/admin.php:1584
+#: mod/admin.php:1658
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"
-#: mod/admin.php:1585
+#: mod/admin.php:1659
msgid "Direct relay transfer"
msgstr "Přímý přenos na server pro přeposílání"
-#: mod/admin.php:1585
+#: mod/admin.php:1659
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ů"
-#: mod/admin.php:1586
+#: mod/admin.php:1660
msgid "Relay scope"
msgstr "Rozsah příspěvků z přeposílacího serveru"
-#: mod/admin.php:1586
+#: mod/admin.php:1660
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."
-#: mod/admin.php:1586
+#: mod/admin.php:1660
msgid "all"
msgstr "vše"
-#: mod/admin.php:1586
+#: mod/admin.php:1660
msgid "tags"
msgstr "štítky"
-#: mod/admin.php:1587
+#: mod/admin.php:1661
msgid "Server tags"
msgstr "Serverové štítky"
-#: mod/admin.php:1587
+#: mod/admin.php:1661
msgid "Comma separated list of tags for the 'tags' subscription."
msgstr "Seznam štítků pro odběr „tags“, oddělených čárkami."
-#: mod/admin.php:1588
+#: mod/admin.php:1662
msgid "Allow user tags"
msgstr "Povolit uživatelské štítky"
-#: mod/admin.php:1588
+#: mod/admin.php:1662
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“."
-#: mod/admin.php:1591
+#: mod/admin.php:1665
msgid "Start Relocation"
msgstr "Začít přemístění"
-#: mod/admin.php:1617
+#: mod/admin.php:1691
msgid "Update has been marked successful"
msgstr "Aktualizace byla označena jako úspěšná."
-#: mod/admin.php:1624
+#: mod/admin.php:1698
#, php-format
msgid "Database structure update %s was successfully applied."
msgstr "Aktualizace struktury databáze %s byla úspěšně aplikována."
-#: mod/admin.php:1628
+#: mod/admin.php:1702
#, php-format
msgid "Executing of database structure update %s failed with error: %s"
msgstr "Provádění aktualizace databáze %s selhalo s chybou: %s"
-#: mod/admin.php:1644
+#: mod/admin.php:1718
#, php-format
msgid "Executing %s failed with error: %s"
msgstr "Vykonávání %s selhalo s chybou: %s"
-#: mod/admin.php:1646
+#: mod/admin.php:1720
#, php-format
msgid "Update %s was successfully applied."
msgstr "Aktualizace %s byla úspěšně aplikována."
-#: mod/admin.php:1649
+#: mod/admin.php:1723
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr "Aktualizace %s nevrátila žádný stav. Není zřejmé, jestli byla úspěšná."
-#: mod/admin.php:1652
+#: mod/admin.php:1726
#, php-format
msgid "There was no additional update function %s that needed to be called."
msgstr "Nebyla nalezena žádná další aktualizační funkce %s která by měla být volána."
-#: mod/admin.php:1675
+#: mod/admin.php:1749
msgid "No failed updates."
msgstr "Žádné neúspěšné aktualizace."
-#: mod/admin.php:1676
+#: mod/admin.php:1750
msgid "Check database structure"
msgstr "Ověřit strukturu databáze"
-#: mod/admin.php:1681
+#: mod/admin.php:1755
msgid "Failed Updates"
msgstr "Neúspěšné aktualizace"
-#: mod/admin.php:1682
+#: mod/admin.php:1756
msgid ""
"This does not include updates prior to 1139, which did not return a status."
msgstr "To nezahrnuje aktualizace do verze 1139, které nevracejí žádný status."
-#: mod/admin.php:1683
+#: mod/admin.php:1757
msgid "Mark success (if update was manually applied)"
msgstr "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)"
-#: mod/admin.php:1684
+#: mod/admin.php:1758
msgid "Attempt to execute this update step automatically"
msgstr "Pokusit se provést tuto aktualizaci automaticky."
-#: mod/admin.php:1723
+#: mod/admin.php:1797
#, php-format
msgid ""
"\n"
@@ -2454,7 +2485,7 @@ msgid ""
"\t\t\t\tthe administrator of %2$s has set up an account for you."
msgstr "\n\t\t\tVážený/á %1$s,\n\t\t\t\tadministrátor %2$s pro Vás vytvořil uživatelský účet."
-#: mod/admin.php:1726
+#: mod/admin.php:1800
#, php-format
msgid ""
"\n"
@@ -2486,12 +2517,12 @@ msgid ""
"\t\t\tThank you and welcome to %4$s."
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\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%1$s/removeme.\n\n\t\t\tDěkujeme Vám a vítáme Vás na %4$s."
-#: mod/admin.php:1763 src/Model/User.php:802
+#: mod/admin.php:1837 src/Model/User.php:802
#, php-format
msgid "Registration details for %s"
msgstr "Registrační údaje pro uživatele %s"
-#: mod/admin.php:1773
+#: mod/admin.php:1847
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
@@ -2500,11 +2531,11 @@ msgstr[1] "%s uživatelů blokováno/odblokováno"
msgstr[2] "%s uživatele blokováno/odblokováno"
msgstr[3] "%s uživatelů blokováno/odblokováno"
-#: mod/admin.php:1780 mod/admin.php:1833
+#: mod/admin.php:1854 mod/admin.php:1907
msgid "You can't remove yourself"
msgstr "Nemůžete odstranit sebe sama"
-#: mod/admin.php:1783
+#: mod/admin.php:1857
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
@@ -2513,198 +2544,198 @@ msgstr[1] "%s uživatelů smazáno"
msgstr[2] "%s uživatele smazáno"
msgstr[3] "%s uživatelů smazáno"
-#: mod/admin.php:1831
+#: mod/admin.php:1905
#, php-format
msgid "User '%s' deleted"
msgstr "Uživatel „%s“ smazán"
-#: mod/admin.php:1842
+#: mod/admin.php:1916
#, php-format
msgid "User '%s' unblocked"
msgstr "Uživatel „%s“ odblokován"
-#: mod/admin.php:1842
+#: mod/admin.php:1916
#, php-format
msgid "User '%s' blocked"
msgstr "Uživatel „%s“ zablokován"
-#: mod/admin.php:1890 mod/settings.php:1052
+#: mod/admin.php:1964 mod/settings.php:1052
msgid "Normal Account Page"
msgstr "Normální stránka účtu"
-#: mod/admin.php:1891 mod/settings.php:1056
+#: mod/admin.php:1965 mod/settings.php:1056
msgid "Soapbox Page"
msgstr "Propagační stránka"
-#: mod/admin.php:1892 mod/settings.php:1060
+#: mod/admin.php:1966 mod/settings.php:1060
msgid "Public Forum"
msgstr "Veřejné fórum"
-#: mod/admin.php:1893 mod/settings.php:1064
+#: mod/admin.php:1967 mod/settings.php:1064
msgid "Automatic Friend Page"
msgstr "Stránka s automatickými přátely"
-#: mod/admin.php:1894
+#: mod/admin.php:1968
msgid "Private Forum"
msgstr "Soukromé fórum"
-#: mod/admin.php:1897 mod/settings.php:1036
+#: mod/admin.php:1971 mod/settings.php:1036
msgid "Personal Page"
msgstr "Osobní stránka"
-#: mod/admin.php:1898 mod/settings.php:1040
+#: mod/admin.php:1972 mod/settings.php:1040
msgid "Organisation Page"
msgstr "Stránka organizace"
-#: mod/admin.php:1899 mod/settings.php:1044
+#: mod/admin.php:1973 mod/settings.php:1044
msgid "News Page"
msgstr "Zpravodajská stránka"
-#: mod/admin.php:1900 mod/settings.php:1048
+#: mod/admin.php:1974 mod/settings.php:1048
msgid "Community Forum"
msgstr "Komunitní fórum"
-#: mod/admin.php:1946 mod/admin.php:1957 mod/admin.php:1971 mod/admin.php:1989
-#: src/Content/ContactSelector.php:84
+#: mod/admin.php:2020 mod/admin.php:2031 mod/admin.php:2045 mod/admin.php:2063
+#: src/Content/ContactSelector.php:83
msgid "Email"
msgstr "E-mail"
-#: mod/admin.php:1946 mod/admin.php:1971
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Register date"
msgstr "Datum registrace"
-#: mod/admin.php:1946 mod/admin.php:1971
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Last login"
msgstr "Datum posledního přihlášení"
-#: mod/admin.php:1946 mod/admin.php:1971
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Last item"
msgstr "Poslední položka"
-#: mod/admin.php:1946
+#: mod/admin.php:2020
msgid "Type"
msgstr "Typ"
-#: mod/admin.php:1953
+#: mod/admin.php:2027
msgid "Add User"
msgstr "Přidat uživatele"
-#: mod/admin.php:1955
+#: mod/admin.php:2029
msgid "User registrations waiting for confirm"
msgstr "Registrace uživatelů čekající na potvrzení"
-#: mod/admin.php:1956
+#: mod/admin.php:2030
msgid "User waiting for permanent deletion"
msgstr "Uživatel čekající na trvalé smazání"
-#: mod/admin.php:1957
+#: mod/admin.php:2031
msgid "Request date"
msgstr "Datum požadavku"
-#: mod/admin.php:1958
+#: mod/admin.php:2032
msgid "No registrations."
msgstr "Žádné registrace."
-#: mod/admin.php:1959
+#: mod/admin.php:2033
msgid "Note from the user"
msgstr "Poznámka od uživatele"
-#: mod/admin.php:1960 mod/notifications.php:181 mod/notifications.php:267
+#: mod/admin.php:2034 mod/notifications.php:181 mod/notifications.php:267
msgid "Approve"
msgstr "Schválit"
-#: mod/admin.php:1961
+#: mod/admin.php:2035
msgid "Deny"
msgstr "Odmítnout"
-#: mod/admin.php:1964
+#: mod/admin.php:2038
msgid "User blocked"
msgstr "Uživatel zablokován"
-#: mod/admin.php:1966
+#: mod/admin.php:2040
msgid "Site admin"
msgstr "Administrátor webu"
-#: mod/admin.php:1967
+#: mod/admin.php:2041
msgid "Account expired"
msgstr "Účtu vypršela platnost"
-#: mod/admin.php:1970
+#: mod/admin.php:2044
msgid "New User"
msgstr "Nový uživatel"
-#: mod/admin.php:1971
+#: mod/admin.php:2045
msgid "Permanent deletion"
msgstr "Trvalé smazání"
-#: mod/admin.php:1976
+#: mod/admin.php:2050
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?"
-#: mod/admin.php:1977
+#: mod/admin.php:2051
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?"
-#: mod/admin.php:1987
+#: mod/admin.php:2061
msgid "Name of the new user."
msgstr "Jméno nového uživatele."
-#: mod/admin.php:1988
+#: mod/admin.php:2062
msgid "Nickname"
msgstr "Přezdívka"
-#: mod/admin.php:1988
+#: mod/admin.php:2062
msgid "Nickname of the new user."
msgstr "Přezdívka nového uživatele."
-#: mod/admin.php:1989
+#: mod/admin.php:2063
msgid "Email address of the new user."
msgstr "Emailová adresa nového uživatele."
-#: mod/admin.php:2030
+#: mod/admin.php:2104
#, php-format
msgid "Addon %s disabled."
msgstr "Doplněk %s zakázán."
-#: mod/admin.php:2033
+#: mod/admin.php:2107
#, php-format
msgid "Addon %s enabled."
msgstr "Doplněk %s povolen."
-#: mod/admin.php:2044 mod/admin.php:2293
+#: mod/admin.php:2118 mod/admin.php:2367
msgid "Disable"
msgstr "Zakázat"
-#: mod/admin.php:2047 mod/admin.php:2296
+#: mod/admin.php:2121 mod/admin.php:2370
msgid "Enable"
msgstr "Povolit"
-#: mod/admin.php:2069 mod/admin.php:2333
+#: mod/admin.php:2143 mod/admin.php:2399
msgid "Toggle"
msgstr "Přepnout"
-#: mod/admin.php:2070 mod/admin.php:2334 mod/newmember.php:20
-#: mod/settings.php:136 src/Content/Nav.php:257 view/theme/frio/theme.php:283
+#: mod/admin.php:2144 mod/admin.php:2400 mod/newmember.php:20
+#: mod/settings.php:136 src/Content/Nav.php:256 view/theme/frio/theme.php:270
msgid "Settings"
msgstr "Nastavení"
-#: mod/admin.php:2077 mod/admin.php:2342
+#: mod/admin.php:2151 mod/admin.php:2408
msgid "Author: "
msgstr "Autor: "
-#: mod/admin.php:2078 mod/admin.php:2343
+#: mod/admin.php:2152 mod/admin.php:2409
msgid "Maintainer: "
msgstr "Správce: "
-#: mod/admin.php:2130
+#: mod/admin.php:2204
msgid "Reload active addons"
msgstr "Znovu načíst aktivní doplňky"
-#: mod/admin.php:2135
+#: mod/admin.php:2209
#, php-format
msgid ""
"There are currently no addons available on your node. You can find the "
@@ -2712,70 +2743,70 @@ 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"
-#: mod/admin.php:2255
+#: mod/admin.php:2329
msgid "No themes found."
msgstr "Nenalezeny žádné motivy."
-#: mod/admin.php:2324
+#: mod/admin.php:2390
msgid "Screenshot"
msgstr "Snímek obrazovky"
-#: mod/admin.php:2378
+#: mod/admin.php:2444
msgid "Reload active themes"
msgstr "Znovu načíst aktivní motivy"
-#: mod/admin.php:2383
+#: mod/admin.php:2449
#, php-format
msgid "No themes found on the system. They should be placed in %1$s"
msgstr "V systému nebyly nalezeny žádné motivy. Měly by být uloženy v %1$s"
-#: mod/admin.php:2384
+#: mod/admin.php:2450
msgid "[Experimental]"
msgstr "[Experimentální]"
-#: mod/admin.php:2385
+#: mod/admin.php:2451
msgid "[Unsupported]"
msgstr "[Nepodporováno]"
-#: mod/admin.php:2409
+#: mod/admin.php:2475
msgid "Log settings updated."
msgstr "Nastavení záznamů aktualizována."
-#: mod/admin.php:2442
+#: mod/admin.php:2508
msgid "PHP log currently enabled."
msgstr "PHP záznamy jsou aktuálně povolené."
-#: mod/admin.php:2444
+#: mod/admin.php:2510
msgid "PHP log currently disabled."
msgstr "PHP záznamy jsou aktuálně zakázané."
-#: mod/admin.php:2453
+#: mod/admin.php:2519
msgid "Clear"
msgstr "Vyčistit"
-#: mod/admin.php:2457
+#: mod/admin.php:2523
msgid "Enable Debugging"
msgstr "Povolit ladění"
-#: mod/admin.php:2458
+#: mod/admin.php:2524
msgid "Log file"
msgstr "Soubor se záznamem"
-#: mod/admin.php:2458
+#: mod/admin.php:2524
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."
-#: mod/admin.php:2459
+#: mod/admin.php:2525
msgid "Log level"
msgstr "Úroveň auditu"
-#: mod/admin.php:2461
+#: mod/admin.php:2527
msgid "PHP logging"
msgstr "Záznamování PHP"
-#: mod/admin.php:2462
+#: mod/admin.php:2528
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 "
@@ -2784,34 +2815,34 @@ msgid ""
"'display_errors' is to enable these options, set to '0' to disable them."
msgstr "Pro dočasné umožnění zaznamenávání PHP chyb a varování, můžete přidat do souboru index.php na vaší instalaci následující: Název souboru nastavený v řádku „error_log“ je relativní ke kořenovému adresáři Friendica a webový server musí mít povolení na něj zapisovat. Možnost „1“ pro „log_errors“ a „display_errors“ tyto funkce povoluje, nastavením hodnoty na „0“ je zakážete. "
-#: mod/admin.php:2493
+#: mod/admin.php:2559
#, php-format
msgid ""
"Error trying to open %1$s log file.\\r\\n
Check to see "
"if file %1$s exist and is readable."
msgstr "Chyba při otevírání záznamu %1$s.\\r\\n
Zkontrolujte, jestli soubor %1$s existuje a může se číst."
-#: mod/admin.php:2497
+#: mod/admin.php:2563
#, php-format
msgid ""
"Couldn't open %1$s log file.\\r\\n
Check to see if file"
" %1$s is readable."
msgstr "Nelze otevřít záznam %1$s.\\r\\n
Zkontrolujte, jestli se soubor %1$s může číst."
-#: mod/admin.php:2588 mod/admin.php:2589 mod/settings.php:766
+#: mod/admin.php:2654 mod/admin.php:2655 mod/settings.php:766
msgid "Off"
msgstr "Vyp"
-#: mod/admin.php:2588 mod/admin.php:2589 mod/settings.php:766
+#: mod/admin.php:2654 mod/admin.php:2655 mod/settings.php:766
msgid "On"
msgstr "Zap"
-#: mod/admin.php:2589
+#: mod/admin.php:2655
#, php-format
msgid "Lock feature %s"
msgstr "Uzamknout vlastnost %s"
-#: mod/admin.php:2597
+#: mod/admin.php:2663
msgid "Manage Additional Features"
msgstr "Spravovat další funkce"
@@ -2820,7 +2851,7 @@ msgid "No friends to display."
msgstr "Žádní přátelé k zobrazení"
#: mod/allfriends.php:91 mod/dirfind.php:219 mod/match.php:99
-#: mod/suggest.php:105 src/Content/Widget.php:38 src/Model/Profile.php:307
+#: mod/suggest.php:105 src/Content/Widget.php:39 src/Model/Profile.php:307
msgid "Connect"
msgstr "Spojit se"
@@ -2842,7 +2873,7 @@ msgid ""
" 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:113 mod/dfrn_request.php:644 mod/follow.php:151
+#: mod/api.php:113 mod/dfrn_request.php:640 mod/follow.php:151
#: mod/profiles.php:542 mod/profiles.php:546 mod/profiles.php:567
#: mod/register.php:233 mod/settings.php:1088 mod/settings.php:1094
#: mod/settings.php:1101 mod/settings.php:1105 mod/settings.php:1109
@@ -2852,7 +2883,7 @@ msgstr "Chcete umožnit této aplikaci přístup k vašim příspěvkům a konta
msgid "No"
msgstr "Ne"
-#: mod/apps.php:15 src/App.php:1657
+#: mod/apps.php:15 src/App.php:1692
msgid "You must be logged in to use addons. "
msgstr "Pro použití doplňků musíte být přihlášen/a."
@@ -2864,14 +2895,6 @@ msgstr "Aplikace"
msgid "No installed applications."
msgstr "Žádné nainstalované aplikace."
-#: mod/attach.php:14
-msgid "Item not available."
-msgstr "Položka není k dispozici."
-
-#: mod/attach.php:24
-msgid "Item was not found."
-msgstr "Položka nebyla nalezena."
-
#: mod/babel.php:25
msgid "Source input"
msgstr "Zdrojový vstup"
@@ -2968,7 +2991,7 @@ msgstr "Markdown"
msgid "HTML"
msgstr "HTML"
-#: mod/bookmarklet.php:22 src/Content/Nav.php:164 src/Module/Login.php:319
+#: mod/bookmarklet.php:22 src/Content/Nav.php:163 src/Module/Login.php:319
msgid "Login"
msgstr "Přihlásit se"
@@ -2986,17 +3009,17 @@ msgid "Access denied."
msgstr "Přístup odmítnut."
#: mod/cal.php:47 mod/dfrn_poll.php:490 mod/help.php:67
-#: mod/viewcontacts.php:34 src/App.php:1708
+#: mod/viewcontacts.php:34 src/App.php:1743
msgid "Page not found."
msgstr "Stránka nenalezena"
-#: mod/cal.php:142 mod/display.php:313 mod/profile.php:156
+#: mod/cal.php:142 mod/display.php:313 mod/profile.php:155
msgid "Access to this profile has been restricted."
msgstr "Přístup na tento profil byl omezen."
-#: mod/cal.php:274 mod/events.php:399 src/Content/Nav.php:154
-#: src/Content/Nav.php:220 src/Model/Profile.php:938 src/Model/Profile.php:949
-#: view/theme/frio/theme.php:277 view/theme/frio/theme.php:281
+#: mod/cal.php:274 mod/events.php:399 src/Content/Nav.php:153
+#: src/Content/Nav.php:219 src/Model/Profile.php:942 src/Model/Profile.php:953
+#: view/theme/frio/theme.php:264 view/theme/frio/theme.php:268
msgid "Events"
msgstr "Události"
@@ -3055,13 +3078,13 @@ msgstr "kalendář"
msgid "No contacts in common."
msgstr "Žádné společné kontakty."
-#: mod/common.php:141 src/Module/Contact.php:893
+#: mod/common.php:141 src/Module/Contact.php:895
msgid "Common Friends"
msgstr "Společní přátelé"
-#: mod/community.php:31 mod/dfrn_request.php:598 mod/directory.php:43
-#: mod/display.php:213 mod/photos.php:943 mod/probe.php:13 mod/search.php:97
-#: mod/search.php:103 mod/videos.php:192 mod/viewcontacts.php:46
+#: mod/community.php:31 mod/dfrn_request.php:597 mod/directory.php:43
+#: mod/display.php:213 mod/photos.php:902 mod/probe.php:13 mod/search.php:97
+#: mod/search.php:103 mod/videos.php:148 mod/viewcontacts.php:46
#: mod/webfinger.php:16
msgid "Public access denied."
msgstr "Veřejný přístup odepřen."
@@ -3157,12 +3180,12 @@ msgid "Refetch contact data"
msgstr "Znovu načíst data kontaktu"
#: mod/crepair.php:151 mod/events.php:568 mod/fsuggest.php:115
-#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:183
-#: mod/message.php:263 mod/message.php:443 mod/photos.php:1089
-#: mod/photos.php:1177 mod/photos.php:1452 mod/photos.php:1497
-#: mod/photos.php:1536 mod/photos.php:1596 mod/poke.php:192
+#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:182
+#: mod/message.php:263 mod/message.php:443 mod/photos.php:1048
+#: mod/photos.php:1136 mod/photos.php:1411 mod/photos.php:1456
+#: mod/photos.php:1495 mod/photos.php:1555 mod/poke.php:188
#: mod/profiles.php:578 src/Module/Contact.php:596 src/Module/Install.php:189
-#: src/Module/Install.php:224 src/Object/Post.php:808
+#: src/Module/Install.php:224 src/Object/Post.php:819
#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:119
#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120
msgid "Submit"
@@ -3241,7 +3264,7 @@ msgid ""
"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/delegate.php:177 src/Content/Nav.php:255
+#: mod/delegate.php:177 src/Content/Nav.php:254
msgid "Delegate Page Management"
msgstr "Správa delegátů stránky"
@@ -3311,48 +3334,48 @@ msgstr "Žádost o propojení selhala nebo byla zrušena."
msgid "Remote site reported: "
msgstr "Vzdálený server oznámil:"
-#: mod/dfrn_confirm.php:381
+#: mod/dfrn_confirm.php:386
msgid "Unable to set contact photo."
msgstr "Nelze nastavit fotku kontaktu."
-#: mod/dfrn_confirm.php:443
+#: mod/dfrn_confirm.php:448
#, php-format
msgid "No user record found for '%s' "
msgstr "Pro „%s“ nenalezen žádný uživatelský záznam "
-#: mod/dfrn_confirm.php:453
+#: mod/dfrn_confirm.php:458
msgid "Our site encryption key is apparently messed up."
msgstr "Náš šifrovací klíč zřejmě přestal správně fungovat."
-#: mod/dfrn_confirm.php:464
+#: mod/dfrn_confirm.php:469
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/dfrn_confirm.php:480
+#: mod/dfrn_confirm.php:485
msgid "Contact record was not found for you on our site."
msgstr "Záznam kontaktu nebyl nalezen pro Vás na našich stránkách."
-#: mod/dfrn_confirm.php:494
+#: mod/dfrn_confirm.php:499
#, 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:510
+#: mod/dfrn_confirm.php:515
msgid ""
"The ID provided by your system is a duplicate on our system. It should work "
"if you try again."
msgstr "Váš systém poskytl duplicitní ID vůči našemu systému. Pokuste se akci zopakovat."
-#: mod/dfrn_confirm.php:521
+#: mod/dfrn_confirm.php:526
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/dfrn_confirm.php:577
+#: mod/dfrn_confirm.php:582
msgid "Unable to update your contact profile details on our system"
msgstr "Nelze aktualizovat Váš profil v našem systému"
-#: mod/dfrn_confirm.php:607 mod/dfrn_request.php:560
-#: src/Model/Contact.php:1960
+#: mod/dfrn_confirm.php:612 mod/dfrn_request.php:560
+#: src/Model/Contact.php:1976
msgid "[Name Withheld]"
msgstr "[Jméno odepřeno]"
@@ -3428,7 +3451,7 @@ msgstr "Zřejmě jste s %s již přátelé."
msgid "Invalid profile URL."
msgstr "Neplatné URL profilu."
-#: mod/dfrn_request.php:340 src/Model/Contact.php:1640
+#: mod/dfrn_request.php:340 src/Model/Contact.php:1648
msgid "Disallowed profile URL."
msgstr "Nepovolené URL profilu."
@@ -3474,66 +3497,66 @@ msgstr "Vítejte doma, %s."
msgid "Please confirm your introduction/connection request to %s."
msgstr "Prosím potvrďte Váš požadavek o spojení uživateli %s."
-#: mod/dfrn_request.php:633
+#: 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/dfrn_request.php:636
+#: mod/dfrn_request.php:634
#, php-format
msgid ""
"If you are not yet a member of the free social web, follow "
"this link to find a public Friendica site and join us today."
msgstr "Pokud ještě nejste členem svobodného sociálního webu, klikněte na tento odkaz, najděte si veřejný server Friendica a připojte se k nám ještě dnes."
-#: mod/dfrn_request.php:641
+#: mod/dfrn_request.php:637
msgid "Friend/Connection Request"
msgstr "Požadavek o přátelství/spojení"
-#: mod/dfrn_request.php:642
+#: 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/dfrn_request.php:643 mod/follow.php:150
+#: mod/dfrn_request.php:639 mod/follow.php:150
msgid "Please answer the following:"
msgstr "Odpovězte, prosím, následující:"
-#: mod/dfrn_request.php:644 mod/follow.php:151
+#: mod/dfrn_request.php:640 mod/follow.php:151
#, php-format
msgid "Does %s know you?"
msgstr "Zná Vás %s?"
-#: mod/dfrn_request.php:645 mod/follow.php:152
+#: mod/dfrn_request.php:641 mod/follow.php:152
msgid "Add a personal note:"
msgstr "Přidejte osobní poznámku:"
-#: mod/dfrn_request.php:647
+#: mod/dfrn_request.php:643
msgid "Friendica"
msgstr "Friendica"
-#: mod/dfrn_request.php:648
+#: mod/dfrn_request.php:644
msgid "GNU Social (Pleroma, Mastodon)"
msgstr "GNU social (Pleroma, Mastodon)"
-#: mod/dfrn_request.php:649
+#: mod/dfrn_request.php:645
msgid "Diaspora (Socialhome, Hubzilla)"
msgstr "Diaspora (Socialhome, Hubzilla)"
-#: mod/dfrn_request.php:650
+#: 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 %s do Vašeho vyhledávacího pole Diaspora."
-#: mod/dfrn_request.php:651 mod/follow.php:158 mod/unfollow.php:128
+#: mod/dfrn_request.php:647 mod/follow.php:158 mod/unfollow.php:128
msgid "Your Identity Address:"
msgstr "Vaše adresa identity:"
-#: mod/dfrn_request.php:653 mod/follow.php:66 mod/unfollow.php:131
+#: mod/dfrn_request.php:649 mod/follow.php:66 mod/unfollow.php:131
msgid "Submit Request"
msgstr "Odeslat požadavek"
@@ -3545,24 +3568,24 @@ msgid "Location:"
msgstr "Poloha:"
#: mod/directory.php:159 mod/notifications.php:257 src/Model/Profile.php:440
-#: src/Model/Profile.php:759
+#: src/Model/Profile.php:763
msgid "Gender:"
msgstr "Pohlaví:"
-#: mod/directory.php:160 src/Model/Profile.php:441 src/Model/Profile.php:783
+#: mod/directory.php:160 src/Model/Profile.php:441 src/Model/Profile.php:787
msgid "Status:"
msgstr "Stav:"
-#: mod/directory.php:161 src/Model/Profile.php:442 src/Model/Profile.php:800
+#: mod/directory.php:161 src/Model/Profile.php:442 src/Model/Profile.php:804
msgid "Homepage:"
msgstr "Domovská stránka:"
#: mod/directory.php:162 mod/notifications.php:253 src/Model/Profile.php:443
-#: src/Model/Profile.php:820 src/Module/Contact.php:650
+#: src/Model/Profile.php:824 src/Module/Contact.php:650
msgid "About:"
msgstr "O mně:"
-#: mod/directory.php:210 src/Content/Widget.php:69
+#: mod/directory.php:210 src/Content/Widget.php:70
#: view/theme/vier/theme.php:208
msgid "Global Directory"
msgstr "Globální adresář"
@@ -3579,7 +3602,7 @@ msgstr "Výsledky pro:"
msgid "Site Directory"
msgstr "Adresář serveru"
-#: mod/directory.php:217 src/Content/Widget.php:64 src/Module/Contact.php:818
+#: mod/directory.php:217 src/Content/Widget.php:65 src/Module/Contact.php:820
#: view/theme/vier/theme.php:203
msgid "Find"
msgstr "Najít"
@@ -3602,49 +3625,49 @@ msgstr "Vyhledávání fór - %s"
msgid "No matches"
msgstr "Žádné shody"
-#: mod/editpost.php:30 mod/editpost.php:40
+#: mod/editpost.php:29 mod/editpost.php:39
msgid "Item not found"
msgstr "Položka nenalezena"
-#: mod/editpost.php:47
+#: mod/editpost.php:46
msgid "Edit post"
msgstr "Upravit příspěvek"
-#: mod/editpost.php:93 mod/filer.php:36 mod/notes.php:52
-#: src/Content/Text/HTML.php:963
+#: mod/editpost.php:92 mod/filer.php:36 mod/notes.php:52
+#: src/Content/Text/HTML.php:962
msgid "Save"
msgstr "Uložit"
-#: mod/editpost.php:98 mod/message.php:261 mod/message.php:442
+#: mod/editpost.php:97 mod/message.php:261 mod/message.php:442
#: mod/wallmessage.php:140
msgid "Insert web link"
msgstr "Vložit webový odkaz"
-#: mod/editpost.php:99
+#: mod/editpost.php:98
msgid "web link"
msgstr "webový odkaz"
-#: mod/editpost.php:100
+#: mod/editpost.php:99
msgid "Insert video link"
msgstr "Vložit odkaz na video"
-#: mod/editpost.php:101
+#: mod/editpost.php:100
msgid "video link"
msgstr "odkaz na video"
-#: mod/editpost.php:102
+#: mod/editpost.php:101
msgid "Insert audio link"
msgstr "Vložit odkaz na audio"
-#: mod/editpost.php:103
+#: mod/editpost.php:102
msgid "audio link"
msgstr "odkaz na audio"
-#: mod/editpost.php:118 src/Core/ACL.php:305
+#: mod/editpost.php:117 src/Core/ACL.php:303
msgid "CC: email addresses"
msgstr "Kopie: e-mailové adresy"
-#: mod/editpost.php:125 src/Core/ACL.php:306
+#: mod/editpost.php:124 src/Core/ACL.php:304
msgid "Example: bob@example.com, mary@example.com"
msgstr "Příklad: jan@priklad.cz, lucie@priklad.cz"
@@ -3700,12 +3723,12 @@ msgstr "Název:"
msgid "Share this event"
msgstr "Sdílet tuto událost"
-#: mod/events.php:569 src/Model/Profile.php:878
+#: mod/events.php:569 src/Model/Profile.php:882
msgid "Basic"
msgstr "Základní"
-#: mod/events.php:571 mod/photos.php:1107 mod/photos.php:1448
-#: src/Core/ACL.php:308
+#: mod/events.php:571 mod/photos.php:1066 mod/photos.php:1407
+#: src/Core/ACL.php:306
msgid "Permissions"
msgstr "Oprávnění"
@@ -3717,19 +3740,19 @@ msgstr "Odstranění události selhalo"
msgid "Event removed"
msgstr "Událost odstraněna"
-#: mod/fbrowser.php:36 src/Content/Nav.php:152 src/Model/Profile.php:918
-#: view/theme/frio/theme.php:275
+#: mod/fbrowser.php:36 src/Content/Nav.php:151 src/Model/Profile.php:922
+#: view/theme/frio/theme.php:262
msgid "Photos"
msgstr "Fotky"
-#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:202
-#: mod/photos.php:1071 mod/photos.php:1166 mod/photos.php:1183
-#: mod/photos.php:1650 mod/photos.php:1665 src/Model/Photo.php:242
-#: src/Model/Photo.php:251
+#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:201
+#: mod/photos.php:1030 mod/photos.php:1125 mod/photos.php:1142
+#: mod/photos.php:1609 mod/photos.php:1624 src/Model/Photo.php:528
+#: src/Model/Photo.php:537
msgid "Contact Photos"
msgstr "Fotky kontaktu"
-#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:251
+#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:255
msgid "Upload"
msgstr "Nahrát"
@@ -3769,55 +3792,55 @@ msgstr "Podpora pro OStatus je vypnnuta. Kontakt nemůže být přidán."
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/follow.php:171 mod/notifications.php:255 src/Model/Profile.php:808
+#: mod/follow.php:171 mod/notifications.php:255 src/Model/Profile.php:812
#: src/Module/Contact.php:652
msgid "Tags:"
msgstr "Štítky:"
-#: mod/follow.php:183 mod/unfollow.php:147 src/Model/Profile.php:905
-#: src/Module/Contact.php:865
+#: mod/follow.php:183 mod/unfollow.php:147 src/Model/Profile.php:909
+#: src/Module/Contact.php:867
msgid "Status Messages and Posts"
msgstr "Stavové zprávy a příspěvky "
-#: mod/friendica.php:79
+#: mod/friendica.php:80
#, 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 "Tohle je Friendica, verze %s, běžící na webové adrese %s. Verze databáze je %s, verze post update je %s."
-#: mod/friendica.php:85
+#: mod/friendica.php:86
msgid ""
"Please visit Friendi.ca to learn more "
"about the Friendica project."
msgstr "Pro více informací o projektu Friendica, prosím, navštivte stránku Friendi.ca"
-#: mod/friendica.php:89
+#: mod/friendica.php:90
msgid "Bug reports and issues: please visit"
msgstr "Pro hlášení chyb a námětů na změny prosím navštivte"
-#: mod/friendica.php:89
+#: mod/friendica.php:90
msgid "the bugtracker at github"
msgstr "sledování chyb na GitHubu"
-#: mod/friendica.php:92
+#: mod/friendica.php:93
msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
msgstr "Návrhy, pochvaly atd. prosím posílejte na adresu „info“ zavináč „friendi“-tečka-„ca“"
-#: mod/friendica.php:97
+#: mod/friendica.php:98
msgid "Installed addons/apps:"
msgstr "Nainstalované doplňky/aplikace:"
-#: mod/friendica.php:111
+#: mod/friendica.php:112
msgid "No installed addons/apps"
msgstr "Žádne nainstalované doplňky/aplikace"
-#: mod/friendica.php:116
+#: mod/friendica.php:117
#, php-format
msgid "Read about the Terms of Service of this node."
msgstr "Přečtěte si o Podmínkách používání tohoto serveru."
-#: mod/friendica.php:121
+#: mod/friendica.php:122
msgid "On this server the following remote servers are blocked."
msgstr "Na tomto serveru jsou zablokovány následující vzdálené servery."
@@ -3842,7 +3865,7 @@ msgstr "Skupina vytvořena."
msgid "Could not create group."
msgstr "Nelze vytvořit skupinu."
-#: mod/group.php:60 mod/group.php:187
+#: mod/group.php:60 mod/group.php:186
msgid "Group not found."
msgstr "Skupina nenalezena."
@@ -3850,7 +3873,7 @@ msgstr "Skupina nenalezena."
msgid "Group name changed."
msgstr "Název skupiny byl změněn."
-#: mod/group.php:87 mod/profperm.php:30 src/App.php:1785
+#: mod/group.php:87 mod/profperm.php:30 src/App.php:1822
msgid "Permission denied"
msgstr "Nedostatečné oprávnění"
@@ -3866,52 +3889,52 @@ msgstr "Filtr"
msgid "Create a group of contacts/friends."
msgstr "Vytvořit skupinu kontaktů/přátel."
-#: mod/group.php:112 mod/group.php:136 mod/group.php:229
-#: src/Model/Group.php:415
+#: mod/group.php:112 mod/group.php:135 mod/group.php:226
+#: src/Model/Group.php:413
msgid "Group Name: "
msgstr "Název skupiny: "
-#: mod/group.php:127 src/Model/Group.php:412
+#: mod/group.php:127 src/Model/Group.php:410
msgid "Contacts not in any group"
msgstr "Kontakty, které nejsou v žádné skupině"
-#: mod/group.php:159
+#: mod/group.php:158
msgid "Group removed."
msgstr "Skupina odstraněna. "
-#: mod/group.php:161
+#: mod/group.php:160
msgid "Unable to remove group."
msgstr "Nelze odstranit skupinu."
-#: mod/group.php:222
+#: mod/group.php:219
msgid "Delete Group"
msgstr "Odstranit skupinu"
-#: mod/group.php:233
+#: mod/group.php:230
msgid "Edit Group Name"
msgstr "Upravit název skupiny"
-#: mod/group.php:244
+#: mod/group.php:241
msgid "Members"
msgstr "Členové"
-#: mod/group.php:246 src/Module/Contact.php:707
+#: mod/group.php:243 src/Module/Contact.php:707
msgid "All Contacts"
msgstr "Všechny kontakty"
-#: mod/group.php:247 mod/network.php:651
+#: mod/group.php:244 mod/network.php:650
msgid "Group is empty"
msgstr "Skupina je prázdná"
-#: mod/group.php:260
+#: mod/group.php:257
msgid "Remove contact from group"
msgstr "Odebrat kontakt ze skupiny"
-#: mod/group.php:278 mod/profperm.php:119
+#: mod/group.php:275 mod/profperm.php:119
msgid "Click on a contact to add or remove."
msgstr "Klikněte na kontakt pro přidání nebo odebrání"
-#: mod/group.php:292
+#: mod/group.php:289
msgid "Add contact to group"
msgstr "Přidat kontakt ke skupině"
@@ -3923,11 +3946,11 @@ msgstr "Žádný profil"
msgid "Help:"
msgstr "Nápověda:"
-#: mod/help.php:58 src/Content/Nav.php:184 view/theme/vier/theme.php:294
+#: mod/help.php:58 src/Content/Nav.php:183 view/theme/vier/theme.php:294
msgid "Help"
msgstr "Nápověda"
-#: mod/help.php:64 src/App.php:1705
+#: mod/help.php:64 src/App.php:1740
msgid "Not Found"
msgstr "Nenalezeno"
@@ -4047,33 +4070,33 @@ 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"
-#: mod/item.php:116
+#: mod/item.php:118
msgid "Unable to locate original post."
msgstr "Nelze nalézt původní příspěvek."
-#: mod/item.php:284
+#: mod/item.php:286
msgid "Empty post discarded."
msgstr "Prázdný příspěvek odstraněn."
-#: mod/item.php:805
+#: mod/item.php:809
#, 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/item.php:807
+#: mod/item.php:811
#, php-format
msgid "You may visit them online at %s"
msgstr "Můžete jej/ji navštívit online na adrese %s"
-#: mod/item.php:808
+#: mod/item.php:812
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/item.php:812
+#: mod/item.php:816
#, php-format
msgid "%s posted an update."
msgstr "%s poslal/a aktualizaci."
@@ -4253,17 +4276,17 @@ msgstr "Vaše heslo bylo změněno na %s"
msgid "System down for maintenance"
msgstr "Systém vypnut z důvodů údržby"
-#: mod/manage.php:179
+#: mod/manage.php:178
msgid "Manage Identities and/or Pages"
msgstr "Správa identit a/nebo stránek"
-#: mod/manage.php:180
+#: mod/manage.php:179
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/manage.php:181
+#: mod/manage.php:180
msgid "Select an identity to manage: "
msgstr "Vyberte identitu ke spravování: "
@@ -4271,11 +4294,11 @@ msgstr "Vyberte identitu ke spravování: "
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/match.php:112 src/Content/Pager.php:210
+#: mod/match.php:112 src/Content/Pager.php:196
msgid "first"
msgstr "první"
-#: mod/match.php:117 src/Content/Pager.php:270
+#: mod/match.php:117 src/Content/Pager.php:256
msgid "next"
msgstr "další"
@@ -4283,7 +4306,7 @@ msgstr "další"
msgid "Profile Match"
msgstr "Shoda profilu"
-#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:249
+#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:248
msgid "New Message"
msgstr "Nová zpráva"
@@ -4312,7 +4335,7 @@ msgstr "Zpráva odeslána."
msgid "Discard"
msgstr "Odstranit"
-#: mod/message.php:123 src/Content/Nav.php:246 view/theme/frio/theme.php:282
+#: mod/message.php:123 src/Content/Nav.php:245 view/theme/frio/theme.php:269
msgid "Messages"
msgstr "Zprávy"
@@ -4402,19 +4425,19 @@ msgstr[1] "%d zprávy"
msgstr[2] "%d zprávy"
msgstr[3] "%d zpráv"
-#: mod/network.php:184 mod/search.php:39
+#: mod/network.php:183 mod/search.php:39
msgid "Remove term"
msgstr "Odstranit termín"
-#: mod/network.php:191 mod/search.php:48
+#: mod/network.php:190 mod/search.php:48
msgid "Saved Searches"
msgstr "Uložená hledání"
-#: mod/network.php:192 src/Model/Group.php:406
+#: mod/network.php:191 src/Model/Group.php:404
msgid "add"
msgstr "přidat"
-#: mod/network.php:559
+#: mod/network.php:558
#, php-format
msgid ""
"Warning: This group contains %s member from a network that doesn't allow non"
@@ -4427,73 +4450,73 @@ msgstr[1] "Varování: Tato skupina obsahuje %s členy ze sítě, která nepovol
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/network.php:562
+#: mod/network.php:561
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/network.php:630
+#: mod/network.php:629
msgid "No such group"
msgstr "Žádná taková skupina"
-#: mod/network.php:655
+#: mod/network.php:654
#, php-format
msgid "Group: %s"
msgstr "Skupina: %s"
-#: mod/network.php:681
+#: mod/network.php:680
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:684
+#: mod/network.php:683
msgid "Invalid contact."
msgstr "Neplatný kontakt."
-#: mod/network.php:962
+#: mod/network.php:961
msgid "Commented Order"
msgstr "Dle komentářů"
-#: mod/network.php:965
+#: mod/network.php:964
msgid "Sort by Comment Date"
msgstr "Řadit podle data komentáře"
-#: mod/network.php:970
+#: mod/network.php:969
msgid "Posted Order"
msgstr "Dle data"
-#: mod/network.php:973
+#: mod/network.php:972
msgid "Sort by Post Date"
msgstr "Řadit podle data příspěvku"
-#: mod/network.php:980 mod/profiles.php:595
+#: mod/network.php:979 mod/profiles.php:595
#: src/Core/NotificationsManager.php:185
msgid "Personal"
msgstr "Osobní"
-#: mod/network.php:983
+#: mod/network.php:982
msgid "Posts that mention or involve you"
msgstr "Příspěvky, které Vás zmiňují nebo zahrnují"
-#: mod/network.php:990
+#: mod/network.php:989
msgid "New"
msgstr "Nové"
-#: mod/network.php:993
+#: mod/network.php:992
msgid "Activity Stream - by date"
msgstr "Proud aktivit - dle data"
-#: mod/network.php:1001
+#: mod/network.php:1000
msgid "Shared Links"
msgstr "Sdílené odkazy"
-#: mod/network.php:1004
+#: mod/network.php:1003
msgid "Interesting Links"
msgstr "Zajímavé odkazy"
-#: mod/network.php:1011
+#: mod/network.php:1010
msgid "Starred"
msgstr "S hvězdou"
-#: mod/network.php:1014
+#: mod/network.php:1013
msgid "Favourite Posts"
msgstr "Oblíbené přízpěvky"
@@ -4547,14 +4570,14 @@ msgid ""
"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 by všichni Vaši přátelé a potenciální přátelé přesně věděli, jak Vás najít."
-#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:151
-#: src/Model/Profile.php:744 src/Model/Profile.php:877
-#: src/Model/Profile.php:910 src/Module/Contact.php:657
-#: src/Module/Contact.php:870 view/theme/frio/theme.php:274
+#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:150
+#: src/Model/Profile.php:748 src/Model/Profile.php:881
+#: src/Model/Profile.php:914 src/Module/Contact.php:657
+#: src/Module/Contact.php:872 view/theme/frio/theme.php:261
msgid "Profile"
msgstr "Profil"
-#: mod/newmember.php:27 mod/profiles.php:599 mod/profile_photo.php:250
+#: mod/newmember.php:27 mod/profiles.php:599 mod/profile_photo.php:254
msgid "Upload Profile Photo"
msgstr "Nahrát profilovou fotku"
@@ -4637,7 +4660,7 @@ msgid ""
"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/newmember.php:44 src/Model/Group.php:407 src/Module/Contact.php:755
+#: mod/newmember.php:44 src/Model/Group.php:405 src/Module/Contact.php:755
msgid "Groups"
msgstr "Skupiny"
@@ -4677,7 +4700,7 @@ msgid ""
" features and resources."
msgstr "Na stránkách Nápověda naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací."
-#: mod/notes.php:40 src/Model/Profile.php:960
+#: mod/notes.php:40 src/Model/Profile.php:964
msgid "Personal Notes"
msgstr "Osobní poznámky"
@@ -4687,11 +4710,11 @@ msgstr "Neplatný identifikátor požadavku."
#: mod/notifications.php:60 mod/notifications.php:184
#: mod/notifications.php:269 src/Module/Contact.php:624
-#: src/Module/Contact.php:826 src/Module/Contact.php:1086
+#: src/Module/Contact.php:828 src/Module/Contact.php:1088
msgid "Ignore"
msgstr "Ignorovat"
-#: mod/notifications.php:93 src/Content/Nav.php:241
+#: mod/notifications.php:93 src/Content/Nav.php:240
msgid "Notifications"
msgstr "Oznámení"
@@ -4789,7 +4812,7 @@ msgstr "Sdílející"
msgid "Subscriber"
msgstr "Odběratel"
-#: mod/notifications.php:264 src/Model/Profile.php:538
+#: mod/notifications.php:264 src/Model/Profile.php:542
#: src/Module/Contact.php:89
msgid "Network:"
msgstr "Síť:"
@@ -4852,7 +4875,7 @@ msgstr "úspěch"
msgid "failed"
msgstr "selhalo"
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:277
+#: mod/ostatus_subscribe.php:89 src/Object/Post.php:280
msgid "ignored"
msgstr "ignorován"
@@ -4860,251 +4883,251 @@ msgstr "ignorován"
msgid "Keep this window open until done."
msgstr "Toto okno nechte otevřené až do konce."
-#: mod/photos.php:116 src/Model/Profile.php:921
+#: mod/photos.php:115 src/Model/Profile.php:925
msgid "Photo Albums"
msgstr "Fotoalba"
-#: mod/photos.php:117 mod/photos.php:1706
+#: mod/photos.php:116 mod/photos.php:1664
msgid "Recent Photos"
msgstr "Nedávné fotky"
-#: mod/photos.php:120 mod/photos.php:1227 mod/photos.php:1708
+#: mod/photos.php:119 mod/photos.php:1186 mod/photos.php:1666
msgid "Upload New Photos"
msgstr "Nahrát nové fotky"
-#: mod/photos.php:138 mod/settings.php:56
+#: mod/photos.php:137 mod/settings.php:56
msgid "everybody"
msgstr "Žádost o připojení selhala nebo byla zrušena."
-#: mod/photos.php:194
+#: mod/photos.php:193
msgid "Contact information unavailable"
msgstr "Kontakt byl zablokován"
-#: mod/photos.php:213
+#: mod/photos.php:212
msgid "Album not found."
msgstr "Album nenalezeno."
-#: mod/photos.php:242 mod/photos.php:255 mod/photos.php:1178
+#: mod/photos.php:241 mod/photos.php:254 mod/photos.php:1137
msgid "Delete Album"
msgstr "Smazat album"
-#: mod/photos.php:253
+#: mod/photos.php:252
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/photos.php:315 mod/photos.php:327 mod/photos.php:1453
+#: mod/photos.php:310 mod/photos.php:322 mod/photos.php:1412
msgid "Delete Photo"
msgstr "Smazat fotku"
-#: mod/photos.php:325
+#: mod/photos.php:320
msgid "Do you really want to delete this photo?"
msgstr "Opravdu chcete smazat tuto fotku?"
-#: mod/photos.php:682
+#: mod/photos.php:644
msgid "a photo"
msgstr "fotce"
-#: mod/photos.php:682
+#: mod/photos.php:644
#, 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/photos.php:778 mod/photos.php:781 mod/photos.php:810
-#: mod/profile_photo.php:155 mod/wall_upload.php:197
+#: mod/photos.php:737 mod/photos.php:740 mod/photos.php:769
+#: mod/profile_photo.php:153 mod/wall_upload.php:197
#, php-format
msgid "Image exceeds size limit of %s"
msgstr "Velikost obrázku překročila limit %s"
-#: mod/photos.php:784
+#: mod/photos.php:743
msgid "Image upload didn't complete, please try again"
msgstr "Nahrávání obrázku nebylo dokončeno, zkuste to prosím znovu"
-#: mod/photos.php:787
+#: mod/photos.php:746
msgid "Image file is missing"
msgstr "Chybí soubor obrázku"
-#: mod/photos.php:792
+#: mod/photos.php:751
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/photos.php:818
+#: mod/photos.php:777
msgid "Image file is empty."
msgstr "Soubor obrázku je prázdný."
-#: mod/photos.php:833 mod/profile_photo.php:164 mod/wall_upload.php:211
+#: mod/photos.php:792 mod/profile_photo.php:162 mod/wall_upload.php:211
msgid "Unable to process image."
msgstr "Obrázek není možné zprocesovat"
-#: mod/photos.php:862 mod/profile_photo.php:309 mod/wall_upload.php:250
+#: mod/photos.php:821 mod/profile_photo.php:313 mod/wall_upload.php:250
msgid "Image upload failed."
msgstr "Nahrání obrázku selhalo."
-#: mod/photos.php:948
+#: mod/photos.php:907
msgid "No photos selected"
msgstr "Není vybrána žádná fotka"
-#: mod/photos.php:1045 mod/videos.php:298
+#: mod/photos.php:1004 mod/videos.php:254
msgid "Access to this item is restricted."
msgstr "Přístup k této položce je omezen."
-#: mod/photos.php:1099
+#: mod/photos.php:1058
msgid "Upload Photos"
msgstr "Nahrát fotky"
-#: mod/photos.php:1103 mod/photos.php:1173
+#: mod/photos.php:1062 mod/photos.php:1132
msgid "New album name: "
msgstr "Název nového alba: "
-#: mod/photos.php:1104
+#: mod/photos.php:1063
msgid "or select existing album:"
msgstr "nebo si vyberte existující album:"
-#: mod/photos.php:1105
+#: mod/photos.php:1064
msgid "Do not show a status post for this upload"
msgstr "Nezobrazovat pro toto nahrání stavovou zprávu"
-#: mod/photos.php:1121 mod/photos.php:1456 mod/settings.php:1212
+#: mod/photos.php:1080 mod/photos.php:1415 mod/settings.php:1212
msgid "Show to Groups"
msgstr "Zobrazit ve Skupinách"
-#: mod/photos.php:1122 mod/photos.php:1457 mod/settings.php:1213
+#: mod/photos.php:1081 mod/photos.php:1416 mod/settings.php:1213
msgid "Show to Contacts"
msgstr "Zobrazit v Kontaktech"
-#: mod/photos.php:1184
+#: mod/photos.php:1143
msgid "Edit Album"
msgstr "Upravit album"
-#: mod/photos.php:1189
+#: mod/photos.php:1148
msgid "Show Newest First"
msgstr "Zobrazit nejprve nejnovější"
-#: mod/photos.php:1191
+#: mod/photos.php:1150
msgid "Show Oldest First"
msgstr "Zobrazit nejprve nejstarší"
-#: mod/photos.php:1212 mod/photos.php:1691
+#: mod/photos.php:1171 mod/photos.php:1649
msgid "View Photo"
msgstr "Zobrazit fotku"
-#: mod/photos.php:1253
+#: mod/photos.php:1212
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/photos.php:1255
+#: mod/photos.php:1214
msgid "Photo not available"
msgstr "Fotka není k dispozici"
-#: mod/photos.php:1330
+#: mod/photos.php:1289
msgid "View photo"
msgstr "Zobrazit fotku"
-#: mod/photos.php:1330
+#: mod/photos.php:1289
msgid "Edit photo"
msgstr "Upravit fotku"
-#: mod/photos.php:1331
+#: mod/photos.php:1290
msgid "Use as profile photo"
msgstr "Použít jako profilovou fotku"
-#: mod/photos.php:1337 src/Object/Post.php:150
+#: mod/photos.php:1296 src/Object/Post.php:153
msgid "Private Message"
msgstr "Soukromá zpráva"
-#: mod/photos.php:1357
+#: mod/photos.php:1316
msgid "View Full Size"
msgstr "Zobrazit v plné velikosti"
-#: mod/photos.php:1421
+#: mod/photos.php:1380
msgid "Tags: "
msgstr "Štítky: "
-#: mod/photos.php:1424
+#: mod/photos.php:1383
msgid "[Select tags to remove]"
msgstr "[Vyberte štítky pro odstranění]"
-#: mod/photos.php:1439
+#: mod/photos.php:1398
msgid "New album name"
msgstr "Nové jméno alba"
-#: mod/photos.php:1440
+#: mod/photos.php:1399
msgid "Caption"
msgstr "Titulek"
-#: mod/photos.php:1441
+#: mod/photos.php:1400
msgid "Add a Tag"
msgstr "Přidat štítek"
-#: mod/photos.php:1441
+#: mod/photos.php:1400
msgid ""
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Příklad: @jan, @Lucie_Nováková, @jakub@priklad.cz, #Morava, #taboreni"
-#: mod/photos.php:1442
+#: mod/photos.php:1401
msgid "Do not rotate"
msgstr "Neotáčet"
-#: mod/photos.php:1443
+#: mod/photos.php:1402
msgid "Rotate CW (right)"
msgstr "Otáčet po směru hodinových ručiček (doprava)"
-#: mod/photos.php:1444
+#: mod/photos.php:1403
msgid "Rotate CCW (left)"
msgstr "Otáčet proti směru hodinových ručiček (doleva)"
-#: mod/photos.php:1478 src/Object/Post.php:305
+#: mod/photos.php:1437 src/Object/Post.php:308
msgid "I like this (toggle)"
msgstr "To se mi líbí (přepínat)"
-#: mod/photos.php:1479 src/Object/Post.php:306
+#: mod/photos.php:1438 src/Object/Post.php:309
msgid "I don't like this (toggle)"
msgstr "To se mi nelíbí (přepínat)"
-#: mod/photos.php:1494 mod/photos.php:1533 mod/photos.php:1593
-#: src/Module/Contact.php:1019 src/Object/Post.php:805
+#: mod/photos.php:1453 mod/photos.php:1492 mod/photos.php:1552
+#: src/Module/Contact.php:1021 src/Object/Post.php:816
msgid "This is you"
msgstr "Nastavte Vaši polohu"
-#: mod/photos.php:1496 mod/photos.php:1535 mod/photos.php:1595
-#: src/Object/Post.php:410 src/Object/Post.php:807
+#: mod/photos.php:1455 mod/photos.php:1494 mod/photos.php:1554
+#: src/Object/Post.php:414 src/Object/Post.php:818
msgid "Comment"
msgstr "Okomentovat"
-#: mod/photos.php:1625
+#: mod/photos.php:1584
msgid "Map"
msgstr "Mapa"
-#: mod/photos.php:1697 mod/videos.php:375
+#: mod/photos.php:1655 mod/videos.php:331
msgid "View Album"
msgstr "Zobrazit album"
-#: mod/ping.php:272
+#: mod/ping.php:271
msgid "{0} wants to be your friend"
msgstr "{0} chce být Vaším přítelem"
-#: mod/ping.php:288
+#: mod/ping.php:287
msgid "{0} requested registration"
msgstr "{0} požaduje registraci"
-#: mod/poke.php:185
+#: mod/poke.php:181
msgid "Poke/Prod"
msgstr "Šťouchnout/dloubnout"
-#: mod/poke.php:186
+#: mod/poke.php:182
msgid "poke, prod or do other things to somebody"
msgstr "někoho šťouchnout, dloubnout, nebo mu provést jinou věc"
-#: mod/poke.php:187
+#: mod/poke.php:183
msgid "Recipient"
msgstr "Příjemce"
-#: mod/poke.php:188
+#: mod/poke.php:184
msgid "Choose what you wish to do to recipient"
msgstr "Vyberte, co si přejete příjemci udělat"
-#: mod/poke.php:191
+#: mod/poke.php:187
msgid "Make this post private"
msgstr "Změnit tento příspěvek na soukromý"
@@ -5112,17 +5135,17 @@ msgstr "Změnit tento příspěvek na soukromý"
msgid "Only logged in users are permitted to perform a probing."
msgstr "Pouze přihlášení uživatelé mohou zkoušet adresy."
-#: mod/profile.php:87 mod/profile.php:90 src/Protocol/OStatus.php:1287
+#: mod/profile.php:86 mod/profile.php:89 src/Protocol/OStatus.php:1287
#, php-format
msgid "%s's timeline"
msgstr "Časová osa uživatele %s"
-#: mod/profile.php:88 src/Protocol/OStatus.php:1291
+#: mod/profile.php:87 src/Protocol/OStatus.php:1291
#, php-format
msgid "%s's posts"
msgstr "Příspěvky uživatele %s"
-#: mod/profile.php:89 src/Protocol/OStatus.php:1294
+#: mod/profile.php:88 src/Protocol/OStatus.php:1294
#, php-format
msgid "%s's comments"
msgstr "Komentáře uživatele %s"
@@ -5279,7 +5302,7 @@ msgstr "Vaše pohlaví:"
msgid "♥ Marital Status:"
msgstr "♥ Rodinný stav:"
-#: mod/profiles.php:602 src/Model/Profile.php:796
+#: mod/profiles.php:602 src/Model/Profile.php:800
msgid "Sexual Preference:"
msgstr "Sexuální orientace:"
@@ -5359,11 +5382,11 @@ msgstr "Adresa XMPP bude rozšířena mezi Vašemi kontakty, aby vás mohly sled
msgid "Homepage URL:"
msgstr "Odkaz na domovskou stránku:"
-#: mod/profiles.php:629 src/Model/Profile.php:804
+#: mod/profiles.php:629 src/Model/Profile.php:808
msgid "Hometown:"
msgstr "Rodné město:"
-#: mod/profiles.php:630 src/Model/Profile.php:812
+#: mod/profiles.php:630 src/Model/Profile.php:816
msgid "Political Views:"
msgstr "Politické přesvědčení:"
@@ -5387,11 +5410,11 @@ msgstr "Soukromá klíčová slova:"
msgid "(Used for searching profiles, never shown to others)"
msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)"
-#: mod/profiles.php:634 src/Model/Profile.php:828
+#: mod/profiles.php:634 src/Model/Profile.php:832
msgid "Likes:"
msgstr "Líbí se:"
-#: mod/profiles.php:635 src/Model/Profile.php:832
+#: mod/profiles.php:635 src/Model/Profile.php:836
msgid "Dislikes:"
msgstr "Nelibí se:"
@@ -5455,55 +5478,55 @@ msgstr "Vytvořit nový profil"
msgid "Image uploaded but image cropping failed."
msgstr "Obrázek byl odeslán, ale jeho oříznutí se nesdařilo."
-#: mod/profile_photo.php:91 mod/profile_photo.php:100
-#: mod/profile_photo.php:109 mod/profile_photo.php:317
+#: mod/profile_photo.php:89 mod/profile_photo.php:98 mod/profile_photo.php:107
+#: mod/profile_photo.php:321
#, php-format
msgid "Image size reduction [%s] failed."
msgstr "Nepodařilo se snížit velikost obrázku [%s]."
-#: mod/profile_photo.php:128
+#: mod/profile_photo.php:126
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
msgstr "Znovu načtěte stránku (Shift+F5) nebo vymažte cache prohlížeče, pokud se nová fotka nezobrazí okamžitě."
-#: mod/profile_photo.php:136
+#: mod/profile_photo.php:134
msgid "Unable to process image"
msgstr "Obrázek nelze zpracovat "
-#: mod/profile_photo.php:248
+#: mod/profile_photo.php:252
msgid "Upload File:"
msgstr "Nahrát soubor:"
-#: mod/profile_photo.php:249
+#: mod/profile_photo.php:253
msgid "Select a profile:"
msgstr "Vybrat profil:"
-#: mod/profile_photo.php:254
+#: mod/profile_photo.php:258
msgid "or"
msgstr "nebo"
-#: mod/profile_photo.php:255
+#: mod/profile_photo.php:259
msgid "skip this step"
msgstr "tento krok přeskočte"
-#: mod/profile_photo.php:255
+#: mod/profile_photo.php:259
msgid "select a photo from your photo albums"
msgstr "si vyberte fotku z Vašich fotoalb"
-#: mod/profile_photo.php:268
+#: mod/profile_photo.php:272
msgid "Crop Image"
msgstr "Oříznout obrázek"
-#: mod/profile_photo.php:269
+#: mod/profile_photo.php:273
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:271
+#: mod/profile_photo.php:275
msgid "Done Editing"
msgstr "Upravování dokončeno"
-#: mod/profile_photo.php:307
+#: mod/profile_photo.php:311
msgid "Image uploaded successfully."
msgstr "Obrázek byl úspěšně nahrán."
@@ -5622,7 +5645,7 @@ msgstr "Vyberte si přezdívku pro Váš profil. Musí začínat textovým znake
msgid "Choose a nickname: "
msgstr "Vyberte přezdívku:"
-#: mod/register.php:272 src/Content/Nav.php:178 src/Module/Login.php:290
+#: mod/register.php:272 src/Content/Nav.php:177 src/Module/Login.php:290
msgid "Register"
msgstr "Registrovat"
@@ -5700,7 +5723,7 @@ msgstr "Příliš mnoho požadavků"
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:150 src/Content/Nav.php:192 src/Content/Text/HTML.php:969
+#: mod/search.php:150 src/Content/Nav.php:191 src/Content/Text/HTML.php:968
msgid "Search"
msgstr "Hledat"
@@ -5709,7 +5732,7 @@ msgstr "Hledat"
msgid "Items tagged with: %s"
msgstr "Položky označené štítkem: %s"
-#: mod/search.php:238 src/Module/Contact.php:817
+#: mod/search.php:238 src/Module/Contact.php:819
#, php-format
msgid "Results for: %s"
msgstr "Výsledky pro: %s"
@@ -5718,7 +5741,7 @@ msgstr "Výsledky pro: %s"
msgid "Account"
msgstr "Účet"
-#: mod/settings.php:69 src/Content/Nav.php:260 src/Model/Profile.php:392
+#: mod/settings.php:69 src/Content/Nav.php:259 src/Model/Profile.php:392
msgid "Profiles"
msgstr "Profily"
@@ -5730,7 +5753,7 @@ msgstr "Zobrazení"
msgid "Social Networks"
msgstr "Sociální sítě"
-#: mod/settings.php:106 src/Content/Nav.php:255
+#: mod/settings.php:106 src/Content/Nav.php:254
msgid "Delegations"
msgstr "Delegace"
@@ -5750,7 +5773,7 @@ msgstr "Odstranit účet"
msgid "Missing some important data!"
msgstr "Chybí některé důležité údaje!"
-#: mod/settings.php:181 mod/settings.php:694 src/Module/Contact.php:824
+#: mod/settings.php:181 mod/settings.php:694 src/Module/Contact.php:826
msgid "Update"
msgstr "Aktualizace"
@@ -5846,7 +5869,7 @@ msgstr "Nemůžete upravit tuto aplikaci."
msgid "Connected Apps"
msgstr "Připojené aplikace"
-#: mod/settings.php:728 src/Object/Post.php:160 src/Object/Post.php:162
+#: mod/settings.php:728 src/Object/Post.php:163 src/Object/Post.php:165
msgid "Edit"
msgstr "Upravit"
@@ -5874,7 +5897,7 @@ msgstr "Nastavení doplňků"
msgid "Additional Features"
msgstr "Dodatečné vlastnosti"
-#: mod/settings.php:796 src/Content/ContactSelector.php:85
+#: mod/settings.php:796 src/Content/ContactSelector.php:84
msgid "Diaspora"
msgstr "Diaspora"
@@ -5893,7 +5916,7 @@ msgstr "Vestavěná podpora pro připojení s %s je %s"
#: mod/settings.php:797
msgid "GNU Social (OStatus)"
-msgstr "GNU Social (OStatus)"
+msgstr "GNU social (OStatus)"
#: mod/settings.php:828
msgid "Email access is disabled on this site."
@@ -5982,10 +6005,6 @@ msgstr "IMAP port:"
msgid "Security:"
msgstr "Zabezpečení:"
-#: mod/settings.php:856 mod/settings.php:861
-msgid "None"
-msgstr "Žádné"
-
#: mod/settings.php:857
msgid "Email login name:"
msgstr "Přihlašovací jméno k e-mailu:"
@@ -6006,7 +6025,7 @@ msgstr "Poslat veřejné příspěvky na všechny e-mailové kontakty:"
msgid "Action after import:"
msgstr "Akce po importu:"
-#: mod/settings.php:861 src/Content/Nav.php:243
+#: mod/settings.php:861 src/Content/Nav.php:242
msgid "Mark as seen"
msgstr "Označit jako přečtené"
@@ -6028,11 +6047,11 @@ msgstr "%s - (Nepodporováno)"
msgid "%s - (Experimental)"
msgstr "%s - (Experimentální)"
-#: mod/settings.php:934 src/Core/L10n.php:356 src/Model/Event.php:392
+#: mod/settings.php:934 src/Core/L10n.php:361 src/Model/Event.php:392
msgid "Sunday"
msgstr "neděle"
-#: mod/settings.php:934 src/Core/L10n.php:356 src/Model/Event.php:393
+#: mod/settings.php:934 src/Core/L10n.php:361 src/Model/Event.php:393
msgid "Monday"
msgstr "pondělí"
@@ -6381,7 +6400,7 @@ msgstr "Heslo: "
msgid "Basic Settings"
msgstr "Základní nastavení"
-#: mod/settings.php:1192 src/Model/Profile.php:752
+#: mod/settings.php:1192 src/Model/Profile.php:756
msgid "Full Name:"
msgstr "Celé jméno:"
@@ -6554,7 +6573,7 @@ msgstr "Nejsou dostupné žádné návrhy. Pokud je toto nový server, zkuste to
msgid "Ignore/Hide"
msgstr "Ignorovat/skrýt"
-#: mod/suggest.php:118 src/Content/Widget.php:65 view/theme/vier/theme.php:204
+#: mod/suggest.php:118 src/Content/Widget.php:66 view/theme/vier/theme.php:204
msgid "Friend Suggestions"
msgstr "Návrhy přátel"
@@ -6648,27 +6667,27 @@ msgstr "Odpojit se/Zrušit sledování"
msgid "[Embedded content - reload page to view]"
msgstr "[Vložený obsah - pro zobrazení obnovte stránku]"
-#: mod/videos.php:132
+#: mod/videos.php:98
msgid "Do you really want to delete this video?"
msgstr "Opravdu chcete smazat toto video?"
-#: mod/videos.php:137
+#: mod/videos.php:103
msgid "Delete Video"
msgstr "Odstranit video"
-#: mod/videos.php:197
+#: mod/videos.php:153
msgid "No videos selected"
msgstr "Není vybráno žádné video"
-#: mod/videos.php:368 src/Model/Item.php:3426
+#: mod/videos.php:324 src/Model/Item.php:3388
msgid "View Video"
msgstr "Zobrazit video"
-#: mod/videos.php:383
+#: mod/videos.php:339
msgid "Recent Videos"
msgstr "Nedávná videa"
-#: mod/videos.php:385
+#: mod/videos.php:341
msgid "Upload New Videos"
msgstr "Nahrát nová videa"
@@ -6677,15 +6696,15 @@ msgid "No contacts."
msgstr "Žádné kontakty."
#: mod/viewcontacts.php:94 src/Module/Contact.php:605
-#: src/Module/Contact.php:1025
+#: src/Module/Contact.php:1027
#, php-format
msgid "Visit %s's profile [%s]"
msgstr "Navštivte profil uživatele %s [%s]"
-#: mod/viewcontacts.php:114 src/Content/Nav.php:197 src/Content/Nav.php:263
-#: src/Content/Text/HTML.php:980 src/Model/Profile.php:981
-#: src/Model/Profile.php:984 src/Module/Contact.php:812
-#: src/Module/Contact.php:882 view/theme/frio/theme.php:284
+#: mod/viewcontacts.php:114 src/Content/Nav.php:196 src/Content/Nav.php:262
+#: src/Content/Text/HTML.php:979 src/Model/Profile.php:985
+#: src/Model/Profile.php:988 src/Module/Contact.php:814
+#: src/Module/Contact.php:884 view/theme/frio/theme.php:271
msgid "Contacts"
msgstr "Kontakty"
@@ -6709,26 +6728,26 @@ msgid ""
"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/wall_attach.php:28 mod/wall_attach.php:35 mod/wall_attach.php:90
+#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:88
#: mod/wall_upload.php:41 mod/wall_upload.php:57 mod/wall_upload.php:115
#: mod/wall_upload.php:166 mod/wall_upload.php:169
msgid "Invalid request."
msgstr "Neplatný požadavek."
-#: mod/wall_attach.php:108
+#: mod/wall_attach.php:106
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/wall_attach.php:108
+#: mod/wall_attach.php:106
msgid "Or - did you try to upload an empty file?"
msgstr "Nebo - nenahrával/a jste prázdný soubor?"
-#: mod/wall_attach.php:119
+#: mod/wall_attach.php:117
#, php-format
msgid "File exceeds size limit of %s"
msgstr "Velikost souboru přesáhla limit %s"
-#: mod/wall_attach.php:143 mod/wall_attach.php:159
+#: mod/wall_attach.php:132
msgid "File upload failed."
msgstr "Nahrání souboru se nezdařilo."
@@ -6737,19 +6756,19 @@ msgstr "Nahrání souboru se nezdařilo."
msgid "Wall Photos"
msgstr "Fotky na zdi"
-#: src/App.php:787
+#: src/App.php:822
msgid "Delete this item?"
msgstr "Odstranit tuto položku?"
-#: src/App.php:789
+#: src/App.php:824
msgid "show fewer"
msgstr "zobrazit méně"
-#: src/App.php:831
+#: src/App.php:866
msgid "toggle mobile"
msgstr "přepínat mobilní zobrazení"
-#: src/App.php:1384
+#: src/App.php:1419
msgid "No system theme config value set."
msgstr "Není nastavena konfigurační hodnota systémového motivu."
@@ -6759,311 +6778,311 @@ msgid ""
"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."
-#: src/Content/ContactSelector.php:57
+#: src/Content/ContactSelector.php:56
msgid "Frequently"
msgstr "Často"
-#: src/Content/ContactSelector.php:58
+#: src/Content/ContactSelector.php:57
msgid "Hourly"
msgstr "Hodinově"
-#: src/Content/ContactSelector.php:59
+#: src/Content/ContactSelector.php:58
msgid "Twice daily"
msgstr "Dvakrát denně"
-#: src/Content/ContactSelector.php:60
+#: src/Content/ContactSelector.php:59
msgid "Daily"
msgstr "Denně"
-#: src/Content/ContactSelector.php:61
+#: src/Content/ContactSelector.php:60
msgid "Weekly"
msgstr "Týdně"
-#: src/Content/ContactSelector.php:62
+#: src/Content/ContactSelector.php:61
msgid "Monthly"
msgstr "Měsíčně"
-#: src/Content/ContactSelector.php:81
+#: src/Content/ContactSelector.php:80
msgid "DFRN"
msgstr "DFRN"
-#: src/Content/ContactSelector.php:82
+#: src/Content/ContactSelector.php:81
msgid "OStatus"
msgstr "OStatus"
-#: src/Content/ContactSelector.php:83
+#: src/Content/ContactSelector.php:82
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: src/Content/ContactSelector.php:86
+#: src/Content/ContactSelector.php:85
msgid "Zot!"
msgstr "Zot!"
-#: src/Content/ContactSelector.php:87
+#: src/Content/ContactSelector.php:86
msgid "LinkedIn"
msgstr "LinkedIn"
-#: src/Content/ContactSelector.php:88
+#: src/Content/ContactSelector.php:87
msgid "XMPP/IM"
msgstr "XMPP/IM"
-#: src/Content/ContactSelector.php:89
+#: src/Content/ContactSelector.php:88
msgid "MySpace"
msgstr "MySpace"
-#: src/Content/ContactSelector.php:90
+#: src/Content/ContactSelector.php:89
msgid "Google+"
msgstr "Google+"
-#: src/Content/ContactSelector.php:91
+#: src/Content/ContactSelector.php:90
msgid "pump.io"
msgstr "pump.io"
-#: src/Content/ContactSelector.php:92
+#: src/Content/ContactSelector.php:91
msgid "Twitter"
msgstr "Twitter"
-#: src/Content/ContactSelector.php:93
+#: src/Content/ContactSelector.php:92
msgid "Diaspora Connector"
msgstr "Diaspora Connector"
-#: src/Content/ContactSelector.php:94
+#: src/Content/ContactSelector.php:93
msgid "GNU Social Connector"
msgstr "GNU social Connector"
-#: src/Content/ContactSelector.php:95
+#: src/Content/ContactSelector.php:94
msgid "ActivityPub"
msgstr "ActivityPub"
-#: src/Content/ContactSelector.php:96
+#: src/Content/ContactSelector.php:95
msgid "pnut"
msgstr "pnut"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:150
msgid "Male"
msgstr "Muž"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:151
msgid "Female"
msgstr "Žena"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:152
msgid "Currently Male"
msgstr "V současnosti muž"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:153
msgid "Currently Female"
msgstr "V současnosti žena"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:154
msgid "Mostly Male"
msgstr "Z větší části muž"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:155
msgid "Mostly Female"
msgstr "Z větší části žena"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:156
msgid "Transgender"
msgstr "Transgender"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:157
msgid "Intersex"
msgstr "Intersexuál"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:158
msgid "Transsexual"
msgstr "Transsexuál"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:159
msgid "Hermaphrodite"
msgstr "Hermafrodit"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:160
msgid "Neuter"
msgstr "Střední rod"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:161
msgid "Non-specific"
msgstr "Nespecifikováno"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:162
msgid "Other"
msgstr "Jiné"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:189
msgid "Males"
msgstr "Muži"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:190
msgid "Females"
msgstr "Ženy"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:191
msgid "Gay"
msgstr "Gay"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:192
msgid "Lesbian"
msgstr "Lesba"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:193
msgid "No Preference"
msgstr "Bez preferencí"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:194
msgid "Bisexual"
msgstr "Bisexuál"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:195
msgid "Autosexual"
msgstr "Autosexuál"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:196
msgid "Abstinent"
msgstr "Abstinent"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:197
msgid "Virgin"
msgstr "Panic/panna"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:198
msgid "Deviant"
msgstr "Deviant"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:199
msgid "Fetish"
msgstr "Fetišista"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:200
msgid "Oodles"
msgstr "Hodně"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:201
msgid "Nonsexual"
msgstr "Nesexuální"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:226
msgid "Single"
msgstr "Svobodný/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:227
msgid "Lonely"
msgstr "Osamělý/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:228
msgid "Available"
msgstr "Dostupný/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:229
msgid "Unavailable"
msgstr "Nedostupný/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:230
msgid "Has crush"
msgstr "Zamilovaný/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:231
msgid "Infatuated"
msgstr "Zabouchnutý/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:232
msgid "Dating"
msgstr "Chodím s někým"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:233
msgid "Unfaithful"
msgstr "Nevěrný/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:234
msgid "Sex Addict"
msgstr "Posedlý/á sexem"
-#: src/Content/ContactSelector.php:192 src/Model/User.php:647
+#: src/Content/ContactSelector.php:235 src/Model/User.php:647
msgid "Friends"
msgstr "Přátelé"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:236
msgid "Friends/Benefits"
msgstr "Přátelé/výhody"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:237
msgid "Casual"
msgstr "Ležérní"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:238
msgid "Engaged"
msgstr "Zadaný/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:239
msgid "Married"
msgstr "Ženatý/vdaná"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:240
msgid "Imaginarily married"
msgstr "Pomyslně ženatý/vdaná"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:241
msgid "Partners"
msgstr "Partneři"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:242
msgid "Cohabiting"
msgstr "Žiji ve společné domácnosti"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:243
msgid "Common law"
msgstr "Zvykové právo"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:244
msgid "Happy"
msgstr "Šťastný/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:245
msgid "Not looking"
msgstr "Nehledající"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:246
msgid "Swinger"
msgstr "Swinger"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:247
msgid "Betrayed"
msgstr "Zrazen/a"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:248
msgid "Separated"
msgstr "Odloučený/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:249
msgid "Unstable"
msgstr "Nestálý/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:250
msgid "Divorced"
msgstr "Rozvedený/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:251
msgid "Imaginarily divorced"
msgstr "Pomyslně rozvedený/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:252
msgid "Widowed"
msgstr "Ovdovělý/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:253
msgid "Uncertain"
msgstr "Nejistý/á"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:254
msgid "It's complicated"
msgstr "Je to složité"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:255
msgid "Don't care"
msgstr "Nezájem"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:256
msgid "Ask me"
msgstr "Zeptej se mě"
@@ -7186,8 +7205,8 @@ msgstr "Zobrazit datum členství"
msgid "Display membership date in profile"
msgstr "Zobrazit v profilu datum připojení"
-#: src/Content/ForumManager.php:126 src/Content/Nav.php:201
-#: src/Content/Text/HTML.php:983 view/theme/vier/theme.php:250
+#: src/Content/ForumManager.php:126 src/Content/Nav.php:200
+#: src/Content/Text/HTML.php:982 view/theme/vier/theme.php:250
msgid "Forums"
msgstr "Fóra"
@@ -7195,207 +7214,207 @@ msgstr "Fóra"
msgid "External link to forum"
msgstr "Externí odkaz na fórum"
-#: src/Content/Nav.php:69
+#: src/Content/Nav.php:68
msgid "Nothing new here"
msgstr "Zde není nic nového"
-#: src/Content/Nav.php:73
+#: src/Content/Nav.php:72
msgid "Clear notifications"
-msgstr "Smazat notifikace"
+msgstr "Vymazat oznámení"
-#: src/Content/Nav.php:74 src/Content/Text/HTML.php:972
+#: src/Content/Nav.php:73 src/Content/Text/HTML.php:971
msgid "@name, !forum, #tags, content"
msgstr "@jméno, !fórum, #štítky, obsah"
-#: src/Content/Nav.php:147 src/Module/Login.php:318
-#: view/theme/frio/theme.php:270
+#: src/Content/Nav.php:146 src/Module/Login.php:318
+#: view/theme/frio/theme.php:257
msgid "Logout"
msgstr "Odhlásit se"
-#: src/Content/Nav.php:147 view/theme/frio/theme.php:270
+#: src/Content/Nav.php:146 view/theme/frio/theme.php:257
msgid "End this session"
msgstr "Konec této relace"
-#: src/Content/Nav.php:150 src/Model/Profile.php:902
-#: src/Module/Contact.php:655 src/Module/Contact.php:854
-#: view/theme/frio/theme.php:273
+#: src/Content/Nav.php:149 src/Model/Profile.php:906
+#: src/Module/Contact.php:655 src/Module/Contact.php:856
+#: view/theme/frio/theme.php:260
msgid "Status"
msgstr "Stav"
-#: src/Content/Nav.php:150 src/Content/Nav.php:236
-#: view/theme/frio/theme.php:273
+#: src/Content/Nav.php:149 src/Content/Nav.php:235
+#: view/theme/frio/theme.php:260
msgid "Your posts and conversations"
msgstr "Vaše příspěvky a konverzace"
-#: src/Content/Nav.php:151 view/theme/frio/theme.php:274
+#: src/Content/Nav.php:150 view/theme/frio/theme.php:261
msgid "Your profile page"
msgstr "Vaše profilová stránka"
-#: src/Content/Nav.php:152 view/theme/frio/theme.php:275
+#: src/Content/Nav.php:151 view/theme/frio/theme.php:262
msgid "Your photos"
msgstr "Vaše fotky"
-#: src/Content/Nav.php:153 src/Model/Profile.php:926 src/Model/Profile.php:929
-#: view/theme/frio/theme.php:276
+#: src/Content/Nav.php:152 src/Model/Profile.php:930 src/Model/Profile.php:933
+#: view/theme/frio/theme.php:263
msgid "Videos"
msgstr "Videa"
-#: src/Content/Nav.php:153 view/theme/frio/theme.php:276
+#: src/Content/Nav.php:152 view/theme/frio/theme.php:263
msgid "Your videos"
msgstr "Vaše videa"
-#: src/Content/Nav.php:154 view/theme/frio/theme.php:277
+#: src/Content/Nav.php:153 view/theme/frio/theme.php:264
msgid "Your events"
msgstr "Vaše události"
-#: src/Content/Nav.php:155
+#: src/Content/Nav.php:154
msgid "Personal notes"
msgstr "Osobní poznámky"
-#: src/Content/Nav.php:155
+#: src/Content/Nav.php:154
msgid "Your personal notes"
msgstr "Vaše osobní poznámky"
-#: src/Content/Nav.php:164
+#: src/Content/Nav.php:163
msgid "Sign in"
msgstr "Přihlásit se"
-#: src/Content/Nav.php:174 src/Content/Nav.php:236
+#: src/Content/Nav.php:173 src/Content/Nav.php:235
#: src/Core/NotificationsManager.php:192
msgid "Home"
msgstr "Domů"
-#: src/Content/Nav.php:174
+#: src/Content/Nav.php:173
msgid "Home Page"
msgstr "Domovská stránka"
-#: src/Content/Nav.php:178
+#: src/Content/Nav.php:177
msgid "Create an account"
msgstr "Vytvořit účet"
-#: src/Content/Nav.php:184
+#: src/Content/Nav.php:183
msgid "Help and documentation"
msgstr "Nápověda a dokumentace"
-#: src/Content/Nav.php:188
+#: src/Content/Nav.php:187
msgid "Apps"
msgstr "Aplikace"
-#: src/Content/Nav.php:188
+#: src/Content/Nav.php:187
msgid "Addon applications, utilities, games"
msgstr "Doplňkové aplikace, nástroje, hry"
-#: src/Content/Nav.php:192
+#: src/Content/Nav.php:191
msgid "Search site content"
msgstr "Hledání na stránkách tohoto webu"
-#: src/Content/Nav.php:195 src/Content/Text/HTML.php:978
+#: src/Content/Nav.php:194 src/Content/Text/HTML.php:977
msgid "Full Text"
msgstr "Celý text"
-#: src/Content/Nav.php:196 src/Content/Text/HTML.php:979
+#: src/Content/Nav.php:195 src/Content/Text/HTML.php:978
#: src/Content/Widget/TagCloud.php:53
msgid "Tags"
msgstr "Štítky"
-#: src/Content/Nav.php:216
+#: src/Content/Nav.php:215
msgid "Community"
msgstr "Komunita"
-#: src/Content/Nav.php:216
+#: src/Content/Nav.php:215
msgid "Conversations on this and other servers"
msgstr "Konverzace na tomto a jiných serverech"
-#: src/Content/Nav.php:220 src/Model/Profile.php:941 src/Model/Profile.php:952
-#: view/theme/frio/theme.php:281
+#: src/Content/Nav.php:219 src/Model/Profile.php:945 src/Model/Profile.php:956
+#: view/theme/frio/theme.php:268
msgid "Events and Calendar"
msgstr "Události a kalendář"
-#: src/Content/Nav.php:223
+#: src/Content/Nav.php:222
msgid "Directory"
msgstr "Adresář"
-#: src/Content/Nav.php:223
+#: src/Content/Nav.php:222
msgid "People directory"
msgstr "Adresář"
-#: src/Content/Nav.php:225
+#: src/Content/Nav.php:224
msgid "Information about this friendica instance"
msgstr "Informace o této instanci Friendica"
-#: src/Content/Nav.php:228
+#: src/Content/Nav.php:227
msgid "Terms of Service of this Friendica instance"
msgstr "Podmínky používání této instance Friendica"
-#: src/Content/Nav.php:233 view/theme/frio/theme.php:280
+#: src/Content/Nav.php:232 view/theme/frio/theme.php:267
msgid "Conversations from your friends"
msgstr "Konverzace od Vašich přátel"
-#: src/Content/Nav.php:234
+#: src/Content/Nav.php:233
msgid "Network Reset"
msgstr "Reset sítě"
-#: src/Content/Nav.php:234
+#: src/Content/Nav.php:233
msgid "Load Network page with no filters"
msgstr "Načíst stránku Síť bez filtrů"
-#: src/Content/Nav.php:240 src/Core/NotificationsManager.php:199
+#: src/Content/Nav.php:239 src/Core/NotificationsManager.php:199
msgid "Introductions"
msgstr "Představení"
-#: src/Content/Nav.php:240
+#: src/Content/Nav.php:239
msgid "Friend Requests"
msgstr "Požadavky o přátelství"
-#: src/Content/Nav.php:242
+#: src/Content/Nav.php:241
msgid "See all notifications"
-msgstr "Zobrazit všechny upozornění"
+msgstr "Zobrazit všechna oznámení"
-#: src/Content/Nav.php:243
+#: src/Content/Nav.php:242
msgid "Mark all system notifications seen"
-msgstr "Označit všechny upozornění systému jako přečtené"
+msgstr "Označit všechna systémová oznámení jako přečtené"
-#: src/Content/Nav.php:246 view/theme/frio/theme.php:282
+#: src/Content/Nav.php:245 view/theme/frio/theme.php:269
msgid "Private mail"
msgstr "Soukromá pošta"
-#: src/Content/Nav.php:247
+#: src/Content/Nav.php:246
msgid "Inbox"
msgstr "Doručená pošta"
-#: src/Content/Nav.php:248
+#: src/Content/Nav.php:247
msgid "Outbox"
msgstr "Odeslaná pošta"
-#: src/Content/Nav.php:252
+#: src/Content/Nav.php:251
msgid "Manage"
msgstr "Spravovat"
-#: src/Content/Nav.php:252
+#: src/Content/Nav.php:251
msgid "Manage other pages"
msgstr "Spravovat jiné stránky"
-#: src/Content/Nav.php:257 view/theme/frio/theme.php:283
+#: src/Content/Nav.php:256 view/theme/frio/theme.php:270
msgid "Account settings"
msgstr "Nastavení účtu"
-#: src/Content/Nav.php:260
+#: src/Content/Nav.php:259
msgid "Manage/Edit Profiles"
msgstr "Spravovat/Editovat Profily"
-#: src/Content/Nav.php:263 view/theme/frio/theme.php:284
+#: src/Content/Nav.php:262 view/theme/frio/theme.php:271
msgid "Manage/edit friends and contacts"
msgstr "Spravovat/upravit přátelé a kontakty"
-#: src/Content/Nav.php:268
+#: src/Content/Nav.php:267
msgid "Site setup and configuration"
msgstr "Nastavení webu a konfigurace"
-#: src/Content/Nav.php:271
+#: src/Content/Nav.php:270
msgid "Navigation"
msgstr "Navigace"
-#: src/Content/Nav.php:271
+#: src/Content/Nav.php:270
msgid "Site map"
msgstr "Mapa webu"
@@ -7407,19 +7426,19 @@ msgstr "Vkládání zakázáno"
msgid "Embedded content"
msgstr "Vložený obsah"
-#: src/Content/Pager.php:166
+#: src/Content/Pager.php:152
msgid "newer"
msgstr "novější"
-#: src/Content/Pager.php:171
+#: src/Content/Pager.php:157
msgid "older"
msgstr "starší"
-#: src/Content/Pager.php:215
+#: src/Content/Pager.php:201
msgid "prev"
msgstr "předchozí"
-#: src/Content/Pager.php:275
+#: src/Content/Pager.php:261
msgid "last"
msgstr "poslední"
@@ -7453,19 +7472,19 @@ msgstr "Neplatný protokol zdroje"
msgid "Invalid link protocol"
msgstr "Neplatný protokol odkazu"
-#: src/Content/Text/HTML.php:799
+#: src/Content/Text/HTML.php:798
msgid "Loading more entries..."
msgstr "Načítám více záznamů..."
-#: src/Content/Text/HTML.php:800
+#: src/Content/Text/HTML.php:799
msgid "The end"
msgstr "Konec"
-#: src/Content/Text/HTML.php:840
+#: src/Content/Text/HTML.php:839
msgid "No contacts"
msgstr "Žádné kontakty"
-#: src/Content/Text/HTML.php:867
+#: src/Content/Text/HTML.php:866
#, php-format
msgid "%d Contact"
msgid_plural "%d Contacts"
@@ -7474,16 +7493,16 @@ msgstr[1] "%d kontakty"
msgstr[2] "%d kontaktu"
msgstr[3] "%d kontaktů"
-#: src/Content/Text/HTML.php:880
+#: src/Content/Text/HTML.php:879
msgid "View Contacts"
msgstr "Zobrazit kontakty"
-#: src/Content/Text/HTML.php:963
+#: src/Content/Text/HTML.php:962
msgid "Follow"
msgstr "Sledovat"
-#: src/Content/Text/HTML.php:1018 src/Model/Item.php:3476
-#: src/Model/Item.php:3487
+#: src/Content/Text/HTML.php:1017 src/Model/Item.php:3438
+#: src/Model/Item.php:3449
msgid "Click to open/close"
msgstr "Kliknutím otevřete/zavřete"
@@ -7499,19 +7518,19 @@ msgstr "Exportovat kalendář jako ical"
msgid "Export calendar as csv"
msgstr "Exportovat kalendář jako csv"
-#: src/Content/Widget.php:34
+#: src/Content/Widget.php:35
msgid "Add New Contact"
msgstr "Přidat nový kontakt"
-#: src/Content/Widget.php:35
+#: src/Content/Widget.php:36
msgid "Enter address or web location"
msgstr "Zadejte adresu nebo umístění webu"
-#: src/Content/Widget.php:36
+#: 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/Widget.php:54
+#: src/Content/Widget.php:55
#, php-format
msgid "%d invitation available"
msgid_plural "%d invitations available"
@@ -7520,55 +7539,55 @@ msgstr[1] "%d pozvánky k dispozici"
msgstr[2] "%d pozvánky k dispozici"
msgstr[3] "%d pozvánek k dispozici"
-#: src/Content/Widget.php:60 view/theme/vier/theme.php:199
+#: src/Content/Widget.php:61 view/theme/vier/theme.php:199
msgid "Find People"
msgstr "Najít lidi"
-#: src/Content/Widget.php:61 view/theme/vier/theme.php:200
+#: 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/Widget.php:63 view/theme/vier/theme.php:202
+#: 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/Widget.php:66 view/theme/vier/theme.php:205
+#: src/Content/Widget.php:67 view/theme/vier/theme.php:205
msgid "Similar Interests"
msgstr "Podobné zájmy"
-#: src/Content/Widget.php:67 view/theme/vier/theme.php:206
+#: src/Content/Widget.php:68 view/theme/vier/theme.php:206
msgid "Random Profile"
msgstr "Náhodný profil"
-#: src/Content/Widget.php:68 view/theme/vier/theme.php:207
+#: src/Content/Widget.php:69 view/theme/vier/theme.php:207
msgid "Invite Friends"
msgstr "Pozvat přátele"
-#: src/Content/Widget.php:71 view/theme/vier/theme.php:210
+#: src/Content/Widget.php:72 view/theme/vier/theme.php:210
msgid "Local Directory"
msgstr "Místní adresář"
-#: src/Content/Widget.php:155
+#: src/Content/Widget.php:156
msgid "Protocols"
msgstr "Protokoly"
-#: src/Content/Widget.php:158
+#: src/Content/Widget.php:159
msgid "All Protocols"
msgstr "Všechny protokoly"
-#: src/Content/Widget.php:193
+#: src/Content/Widget.php:194
msgid "Saved Folders"
msgstr "Uložené složky"
-#: src/Content/Widget.php:196 src/Content/Widget.php:236
+#: src/Content/Widget.php:197 src/Content/Widget.php:237
msgid "Everything"
msgstr "Všechno"
-#: src/Content/Widget.php:233
+#: src/Content/Widget.php:234
msgid "Categories"
msgstr "Kategorie"
-#: src/Content/Widget.php:300
+#: src/Content/Widget.php:316
#, php-format
msgid "%d contact in common"
msgid_plural "%d contacts in common"
@@ -7577,44 +7596,44 @@ msgstr[1] "%d společné kontakty"
msgstr[2] "%d společného kontaktu"
msgstr[3] "%d společných kontaktů"
-#: src/Core/ACL.php:285
+#: src/Core/ACL.php:283
msgid "Post to Email"
msgstr "Poslat příspěvek na e-mail"
-#: src/Core/ACL.php:291
+#: src/Core/ACL.php:289
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/Core/ACL.php:290
+#: src/Core/ACL.php:288
#, php-format
msgid "Connectors disabled, since \"%s\" is enabled."
msgstr "Konektory deaktivovány, neboť je aktivován „%s“."
-#: src/Core/ACL.php:297
+#: src/Core/ACL.php:295
msgid "Visible to everybody"
msgstr "Viditelné pro všechny"
-#: src/Core/ACL.php:298 view/theme/vier/config.php:116
+#: src/Core/ACL.php:296 view/theme/vier/config.php:116
msgid "show"
msgstr "zobrazit"
-#: src/Core/ACL.php:299 view/theme/vier/config.php:116
+#: src/Core/ACL.php:297 view/theme/vier/config.php:116
msgid "don't show"
msgstr "nezobrazit"
-#: src/Core/ACL.php:309
+#: src/Core/ACL.php:307
msgid "Close"
msgstr "Zavřít"
-#: src/Core/Authentication.php:89
+#: src/Core/Authentication.php:84
msgid "Welcome "
msgstr "Vítejte "
-#: src/Core/Authentication.php:90
+#: src/Core/Authentication.php:85
msgid "Please upload a profile photo."
msgstr "Prosím nahrajte profilovou fotku."
-#: src/Core/Authentication.php:92
+#: src/Core/Authentication.php:87
msgid "Welcome back "
msgstr "Vítejte zpět "
@@ -7917,188 +7936,188 @@ msgstr "Nelze se připojit k databázi."
msgid "Database already in use."
msgstr "Databáze se již používá."
-#: src/Core/L10n.php:356 src/Model/Event.php:394
+#: src/Core/L10n.php:361 src/Model/Event.php:394
msgid "Tuesday"
msgstr "úterý"
-#: src/Core/L10n.php:356 src/Model/Event.php:395
+#: src/Core/L10n.php:361 src/Model/Event.php:395
msgid "Wednesday"
msgstr "středa"
-#: src/Core/L10n.php:356 src/Model/Event.php:396
+#: src/Core/L10n.php:361 src/Model/Event.php:396
msgid "Thursday"
msgstr "čtvrtek"
-#: src/Core/L10n.php:356 src/Model/Event.php:397
+#: src/Core/L10n.php:361 src/Model/Event.php:397
msgid "Friday"
msgstr "pátek"
-#: src/Core/L10n.php:356 src/Model/Event.php:398
+#: src/Core/L10n.php:361 src/Model/Event.php:398
msgid "Saturday"
msgstr "sobota"
-#: src/Core/L10n.php:360 src/Model/Event.php:413
+#: src/Core/L10n.php:365 src/Model/Event.php:413
msgid "January"
msgstr "leden"
-#: src/Core/L10n.php:360 src/Model/Event.php:414
+#: src/Core/L10n.php:365 src/Model/Event.php:414
msgid "February"
msgstr "únor"
-#: src/Core/L10n.php:360 src/Model/Event.php:415
+#: src/Core/L10n.php:365 src/Model/Event.php:415
msgid "March"
msgstr "březen"
-#: src/Core/L10n.php:360 src/Model/Event.php:416
+#: src/Core/L10n.php:365 src/Model/Event.php:416
msgid "April"
msgstr "duben"
-#: src/Core/L10n.php:360 src/Core/L10n.php:379 src/Model/Event.php:404
+#: src/Core/L10n.php:365 src/Core/L10n.php:384 src/Model/Event.php:404
#: src/Model/Event.php:417
msgid "May"
msgstr "květen"
-#: src/Core/L10n.php:360 src/Model/Event.php:418
+#: src/Core/L10n.php:365 src/Model/Event.php:418
msgid "June"
msgstr "červen"
-#: src/Core/L10n.php:360 src/Model/Event.php:419
+#: src/Core/L10n.php:365 src/Model/Event.php:419
msgid "July"
msgstr "červenec"
-#: src/Core/L10n.php:360 src/Model/Event.php:420
+#: src/Core/L10n.php:365 src/Model/Event.php:420
msgid "August"
msgstr "srpen"
-#: src/Core/L10n.php:360 src/Model/Event.php:421
+#: src/Core/L10n.php:365 src/Model/Event.php:421
msgid "September"
msgstr "září"
-#: src/Core/L10n.php:360 src/Model/Event.php:422
+#: src/Core/L10n.php:365 src/Model/Event.php:422
msgid "October"
msgstr "říjen"
-#: src/Core/L10n.php:360 src/Model/Event.php:423
+#: src/Core/L10n.php:365 src/Model/Event.php:423
msgid "November"
msgstr "listopad"
-#: src/Core/L10n.php:360 src/Model/Event.php:424
+#: src/Core/L10n.php:365 src/Model/Event.php:424
msgid "December"
msgstr "prosinec"
-#: src/Core/L10n.php:375 src/Model/Event.php:385
+#: src/Core/L10n.php:380 src/Model/Event.php:385
msgid "Mon"
msgstr "pon"
-#: src/Core/L10n.php:375 src/Model/Event.php:386
+#: src/Core/L10n.php:380 src/Model/Event.php:386
msgid "Tue"
msgstr "úte"
-#: src/Core/L10n.php:375 src/Model/Event.php:387
+#: src/Core/L10n.php:380 src/Model/Event.php:387
msgid "Wed"
msgstr "stř"
-#: src/Core/L10n.php:375 src/Model/Event.php:388
+#: src/Core/L10n.php:380 src/Model/Event.php:388
msgid "Thu"
msgstr "čtv"
-#: src/Core/L10n.php:375 src/Model/Event.php:389
+#: src/Core/L10n.php:380 src/Model/Event.php:389
msgid "Fri"
msgstr "pát"
-#: src/Core/L10n.php:375 src/Model/Event.php:390
+#: src/Core/L10n.php:380 src/Model/Event.php:390
msgid "Sat"
msgstr "sob"
-#: src/Core/L10n.php:375 src/Model/Event.php:384
+#: src/Core/L10n.php:380 src/Model/Event.php:384
msgid "Sun"
msgstr "ned"
-#: src/Core/L10n.php:379 src/Model/Event.php:400
+#: src/Core/L10n.php:384 src/Model/Event.php:400
msgid "Jan"
msgstr "led"
-#: src/Core/L10n.php:379 src/Model/Event.php:401
+#: src/Core/L10n.php:384 src/Model/Event.php:401
msgid "Feb"
msgstr "úno"
-#: src/Core/L10n.php:379 src/Model/Event.php:402
+#: src/Core/L10n.php:384 src/Model/Event.php:402
msgid "Mar"
msgstr "bře"
-#: src/Core/L10n.php:379 src/Model/Event.php:403
+#: src/Core/L10n.php:384 src/Model/Event.php:403
msgid "Apr"
msgstr "dub"
-#: src/Core/L10n.php:379 src/Model/Event.php:406
+#: src/Core/L10n.php:384 src/Model/Event.php:406
msgid "Jul"
msgstr "čvc"
-#: src/Core/L10n.php:379 src/Model/Event.php:407
+#: src/Core/L10n.php:384 src/Model/Event.php:407
msgid "Aug"
msgstr "srp"
-#: src/Core/L10n.php:379
+#: src/Core/L10n.php:384
msgid "Sep"
msgstr "zář"
-#: src/Core/L10n.php:379 src/Model/Event.php:409
+#: src/Core/L10n.php:384 src/Model/Event.php:409
msgid "Oct"
msgstr "říj"
-#: src/Core/L10n.php:379 src/Model/Event.php:410
+#: src/Core/L10n.php:384 src/Model/Event.php:410
msgid "Nov"
msgstr "lis"
-#: src/Core/L10n.php:379 src/Model/Event.php:411
+#: src/Core/L10n.php:384 src/Model/Event.php:411
msgid "Dec"
msgstr "pro"
-#: src/Core/L10n.php:397
+#: src/Core/L10n.php:402
msgid "poke"
msgstr "šťouchnout"
-#: src/Core/L10n.php:397
+#: src/Core/L10n.php:402
msgid "poked"
msgstr "šťouchnul/a"
-#: src/Core/L10n.php:398
+#: src/Core/L10n.php:403
msgid "ping"
msgstr "cinknout"
-#: src/Core/L10n.php:398
+#: src/Core/L10n.php:403
msgid "pinged"
msgstr "cinknul/a"
-#: src/Core/L10n.php:399
+#: src/Core/L10n.php:404
msgid "prod"
msgstr "dloubnout"
-#: src/Core/L10n.php:399
+#: src/Core/L10n.php:404
msgid "prodded"
msgstr "dloubnul/a"
-#: src/Core/L10n.php:400
+#: src/Core/L10n.php:405
msgid "slap"
msgstr "uhodit"
-#: src/Core/L10n.php:400
+#: src/Core/L10n.php:405
msgid "slapped"
msgstr "uhodil/a"
-#: src/Core/L10n.php:401
+#: src/Core/L10n.php:406
msgid "finger"
msgstr "osahat"
-#: src/Core/L10n.php:401
+#: src/Core/L10n.php:406
msgid "fingered"
msgstr "osahal/a"
-#: src/Core/L10n.php:402
+#: src/Core/L10n.php:407
msgid "rebuff"
msgstr "odmítnout"
-#: src/Core/L10n.php:402
+#: src/Core/L10n.php:407
msgid "rebuffed"
msgstr "odmítnul/a"
@@ -8311,76 +8330,76 @@ msgstr "%s: aktualizuji tabulku %s"
msgid "Legacy module file not found: %s"
msgstr "Soubor legacy modulu nenalezen: %s"
-#: src/Model/Contact.php:994
+#: src/Model/Contact.php:1001
msgid "Drop Contact"
msgstr "Odstranit kontakt"
-#: src/Model/Contact.php:1460
+#: src/Model/Contact.php:1468
msgid "Organisation"
msgstr "Organizace"
-#: src/Model/Contact.php:1464
+#: src/Model/Contact.php:1472
msgid "News"
msgstr "Zprávy"
-#: src/Model/Contact.php:1468
+#: src/Model/Contact.php:1476
msgid "Forum"
msgstr "Fórum"
-#: src/Model/Contact.php:1650
+#: src/Model/Contact.php:1658
msgid "Connect URL missing."
msgstr "Chybí URL adresa pro připojení."
-#: src/Model/Contact.php:1659
+#: src/Model/Contact.php:1667
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:1698
+#: src/Model/Contact.php:1706
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:1699 src/Model/Contact.php:1712
+#: src/Model/Contact.php:1707 src/Model/Contact.php:1720
msgid "No compatible communication protocols or feeds were discovered."
msgstr "Nenalezen žádný kompatibilní komunikační protokol nebo kanál."
-#: src/Model/Contact.php:1710
+#: src/Model/Contact.php:1718
msgid "The profile address specified does not provide adequate information."
msgstr "Uvedená adresa profilu neposkytuje dostatečné informace."
-#: src/Model/Contact.php:1715
+#: src/Model/Contact.php:1723
msgid "An author or name was not found."
msgstr "Autor nebo jméno nenalezeno"
-#: src/Model/Contact.php:1718
+#: src/Model/Contact.php:1726
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:1721
+#: src/Model/Contact.php:1729
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:1722
+#: src/Model/Contact.php:1730
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:1728
+#: src/Model/Contact.php:1736
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:1733
+#: src/Model/Contact.php:1741
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í sdělení."
+msgstr "Omezený profil. Tato osoba nebude schopna od Vás přijímat přímá/osobní oznámení."
-#: src/Model/Contact.php:1784
+#: src/Model/Contact.php:1794
msgid "Unable to retrieve contact information."
msgstr "Nepodařilo se získat kontaktní informace."
@@ -8426,7 +8445,7 @@ msgstr "Duplikovat událost"
msgid "Delete event"
msgstr "Smazat událost"
-#: src/Model/Event.php:620 src/Model/Item.php:3525 src/Model/Item.php:3532
+#: src/Model/Event.php:620 src/Model/Item.php:3487 src/Model/Item.php:3494
msgid "link to source"
msgstr "odkaz na zdroj"
@@ -8471,31 +8490,31 @@ msgstr "Dříve smazaná skupina s tímto jménem byla obnovena. Stávající op
msgid "Default privacy group for new contacts"
msgstr "Výchozí soukromá skupina pro nové kontakty."
-#: src/Model/Group.php:362
+#: src/Model/Group.php:360
msgid "Everybody"
msgstr "Všichni"
-#: src/Model/Group.php:382
+#: src/Model/Group.php:380
msgid "edit"
msgstr "upravit"
-#: src/Model/Group.php:411
+#: src/Model/Group.php:409
msgid "Edit group"
msgstr "Upravit skupinu"
-#: src/Model/Group.php:414
+#: src/Model/Group.php:412
msgid "Create a new group"
msgstr "Vytvořit novou skupinu"
-#: src/Model/Group.php:416
+#: src/Model/Group.php:414
msgid "Edit groups"
msgstr "Upravit skupiny"
-#: src/Model/Item.php:3263
+#: src/Model/Item.php:3225
msgid "activity"
msgstr "aktivita"
-#: src/Model/Item.php:3265 src/Object/Post.php:441 src/Object/Post.php:453
+#: src/Model/Item.php:3227 src/Object/Post.php:453 src/Object/Post.php:465
msgid "comment"
msgid_plural "comments"
msgstr[0] "komentář"
@@ -8503,28 +8522,28 @@ msgstr[1] "komentáře"
msgstr[2] "komentáře"
msgstr[3] "komentářů"
-#: src/Model/Item.php:3268
+#: src/Model/Item.php:3230
msgid "post"
msgstr "příspěvek"
-#: src/Model/Item.php:3364
+#: src/Model/Item.php:3326
#, php-format
msgid "Content warning: %s"
msgstr "Varování o obsahu: %s"
-#: src/Model/Item.php:3443
+#: src/Model/Item.php:3405
msgid "bytes"
msgstr "bytů"
-#: src/Model/Item.php:3519
+#: src/Model/Item.php:3481
msgid "View on separate page"
msgstr "Zobrazit na separátní stránce"
-#: src/Model/Item.php:3520
+#: src/Model/Item.php:3482
msgid "view on separate page"
msgstr "zobrazit na separátní stránce"
-#: src/Model/Mail.php:38 src/Model/Mail.php:170
+#: src/Model/Mail.php:39 src/Model/Mail.php:171
msgid "[no subject]"
msgstr "[bez předmětu]"
@@ -8537,7 +8556,7 @@ msgid "Requested profile is not available."
msgstr "Požadovaný profil není dostupný."
#: src/Model/Profile.php:178 src/Model/Profile.php:419
-#: src/Model/Profile.php:873
+#: src/Model/Profile.php:877
msgid "Edit profile"
msgstr "Upravit profil"
@@ -8553,124 +8572,159 @@ msgstr "Spravovat/upravit profily"
msgid "XMPP:"
msgstr "XMPP:"
-#: src/Model/Profile.php:568 src/Model/Profile.php:666
+#: src/Model/Profile.php:572 src/Model/Profile.php:670
msgid "g A l F d"
msgstr "g A, l d. F"
-#: src/Model/Profile.php:569
+#: src/Model/Profile.php:573
msgid "F d"
msgstr "d. F"
-#: src/Model/Profile.php:631 src/Model/Profile.php:717
+#: src/Model/Profile.php:635 src/Model/Profile.php:721
msgid "[today]"
msgstr "[dnes]"
-#: src/Model/Profile.php:642
+#: src/Model/Profile.php:646
msgid "Birthday Reminders"
msgstr "Připomínka narozenin"
-#: src/Model/Profile.php:643
+#: src/Model/Profile.php:647
msgid "Birthdays this week:"
msgstr "Narozeniny tento týden:"
-#: src/Model/Profile.php:704
+#: src/Model/Profile.php:708
msgid "[No description]"
msgstr "[Žádný popis]"
-#: src/Model/Profile.php:731
+#: src/Model/Profile.php:735
msgid "Event Reminders"
msgstr "Připomenutí událostí"
-#: src/Model/Profile.php:732
+#: src/Model/Profile.php:736
msgid "Upcoming events the next 7 days:"
msgstr "Nadcházející události v příštích 7 dnech:"
-#: src/Model/Profile.php:755
+#: src/Model/Profile.php:759
msgid "Member since:"
msgstr "Členem od:"
-#: src/Model/Profile.php:763
+#: src/Model/Profile.php:767
msgid "j F, Y"
msgstr "j F, Y"
-#: src/Model/Profile.php:764
+#: src/Model/Profile.php:768
msgid "j F"
msgstr "j F"
-#: src/Model/Profile.php:772 src/Util/Temporal.php:146
+#: src/Model/Profile.php:776 src/Util/Temporal.php:146
msgid "Birthday:"
msgstr "Narozeniny:"
-#: src/Model/Profile.php:779
+#: src/Model/Profile.php:783
msgid "Age:"
msgstr "Věk:"
-#: src/Model/Profile.php:792
+#: src/Model/Profile.php:796
#, php-format
msgid "for %1$d %2$s"
msgstr "%1$d %2$s"
-#: src/Model/Profile.php:816
+#: src/Model/Profile.php:820
msgid "Religion:"
msgstr "Náboženství:"
-#: src/Model/Profile.php:824
+#: src/Model/Profile.php:828
msgid "Hobbies/Interests:"
msgstr "Koníčky/zájmy:"
-#: src/Model/Profile.php:836
+#: src/Model/Profile.php:840
msgid "Contact information and Social Networks:"
msgstr "Kontaktní informace a sociální sítě:"
-#: src/Model/Profile.php:840
+#: src/Model/Profile.php:844
msgid "Musical interests:"
msgstr "Hudební vkus:"
-#: src/Model/Profile.php:844
+#: src/Model/Profile.php:848
msgid "Books, literature:"
msgstr "Knihy, literatura:"
-#: src/Model/Profile.php:848
+#: src/Model/Profile.php:852
msgid "Television:"
msgstr "Televize:"
-#: src/Model/Profile.php:852
+#: src/Model/Profile.php:856
msgid "Film/dance/culture/entertainment:"
msgstr "Film/tanec/kultura/zábava:"
-#: src/Model/Profile.php:856
+#: src/Model/Profile.php:860
msgid "Love/Romance:"
msgstr "Láska/romantika"
-#: src/Model/Profile.php:860
+#: src/Model/Profile.php:864
msgid "Work/employment:"
msgstr "Práce/zaměstnání:"
-#: src/Model/Profile.php:864
+#: src/Model/Profile.php:868
msgid "School/education:"
msgstr "Škola/vzdělávání:"
-#: src/Model/Profile.php:869
+#: src/Model/Profile.php:873
msgid "Forums:"
msgstr "Fóra"
-#: src/Model/Profile.php:913 src/Module/Contact.php:873
+#: src/Model/Profile.php:917 src/Module/Contact.php:875
msgid "Profile Details"
msgstr "Detaily profilu"
-#: src/Model/Profile.php:963
+#: src/Model/Profile.php:967
msgid "Only You Can See This"
msgstr "Toto můžete vidět jen Vy"
-#: src/Model/Profile.php:971 src/Model/Profile.php:974
+#: src/Model/Profile.php:975 src/Model/Profile.php:978
msgid "Tips for New Members"
msgstr "Tipy pro nové členy"
-#: src/Model/Profile.php:1147
+#: src/Model/Profile.php:1151
#, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s"
msgstr "OpenWebAuth: %1$s vítá uživatele %2$s"
+#: src/Model/Storage/Database.php:37
+#, 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:44
+msgid "Database storage failed to insert data"
+msgstr "Vklad dat do databázového úložiště neuspěl"
+
+#: src/Model/Storage/Filesystem.php:61
+#, 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:101
+#, 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:122
+msgid "Storage base path"
+msgstr "Cesta ke kořenové složce úložiště"
+
+#: src/Model/Storage/Filesystem.php:124
+msgid ""
+"Folder were 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:134
+msgid "Enter a valid existing folder"
+msgstr "Zadejte platnou existující složku"
+
#: src/Model/User.php:216
msgid "Login failed"
msgstr "Přihlášení selhalo"
@@ -8867,6 +8921,10 @@ 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/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "Položka nebyla nalezena."
+
#: src/Module/Contact.php:167
#, php-format
msgid "%d contact edited."
@@ -8916,7 +8974,7 @@ msgstr "Kontakt byl vrácen z archivu."
msgid "Drop contact"
msgstr "Zrušit kontakt"
-#: src/Module/Contact.php:443 src/Module/Contact.php:821
+#: src/Module/Contact.php:443 src/Module/Contact.php:823
msgid "Do you really want to delete this contact?"
msgstr "Opravdu chcete smazat tento kontakt?"
@@ -8955,7 +9013,7 @@ msgstr "(Aktualizace byla úspěšná)"
msgid "(Update was not successful)"
msgstr "(Aktualizace nebyla úspěšná)"
-#: src/Module/Contact.php:529 src/Module/Contact.php:1059
+#: src/Module/Contact.php:529 src/Module/Contact.php:1061
msgid "Suggest friends"
msgstr "Navrhnout přátele"
@@ -9046,12 +9104,12 @@ msgstr "Poslední aktualizace:"
msgid "Update public posts"
msgstr "Aktualizovat veřejné příspěvky"
-#: src/Module/Contact.php:618 src/Module/Contact.php:1069
+#: src/Module/Contact.php:618 src/Module/Contact.php:1071
msgid "Update now"
msgstr "Aktualizovat"
-#: src/Module/Contact.php:624 src/Module/Contact.php:826
-#: src/Module/Contact.php:1086
+#: src/Module/Contact.php:624 src/Module/Contact.php:828
+#: src/Module/Contact.php:1088
msgid "Unignore"
msgstr "Přestat ignorovat"
@@ -9078,11 +9136,11 @@ msgstr "Odpovědi/oblíbení na Vaše veřejné příspěvky mohoustrings["upload photo"] = "nahrát fotku";
$a->strings["Attach file"] = "Přiložit soubor";
$a->strings["attach file"] = "přiložit soubor";
$a->strings["Bold"] = "Tučné";
-$a->strings["Italic"] = "Kurzíva";
+$a->strings["Italic"] = "Kurziva";
$a->strings["Underline"] = "Podtržené";
$a->strings["Quote"] = "Citace";
$a->strings["Code"] = "Kód";
@@ -149,18 +149,22 @@ $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s Vám posl
$a->strings["a private message"] = "soukromou zprávu";
$a->strings["%1\$s sent you %2\$s."] = "%1\$s Vám poslal %2\$s.";
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Prosím navštivte %s pro zobrazení Vašich soukromých zpráv a možnost na ně odpovědět.";
+$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\$sVá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 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["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]Vás označil/a[/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].";
@@ -359,6 +363,7 @@ $a->strings["Self-signed certificate, use SSL for local links only (discouraged)
$a->strings["Don't check"] = "Nekontrolovat";
$a->strings["check the stable version"] = "kontrolovat stabilní verzi";
$a->strings["check the development version"] = "kontrolovat vývojovou verzi";
+$a->strings["None"] = "Žádné";
$a->strings["Republish users to directory"] = "Znovu publikovat uživatele do adresáře";
$a->strings["Registration"] = "Registrace";
$a->strings["File upload"] = "Nahrání souborů";
@@ -394,6 +399,8 @@ $a->strings["Hide help entry from navigation menu"] = "Skrýt nápovědu z navig
$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "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.";
$a->strings["Single user instance"] = "Jednouživatelská instance";
$a->strings["Make this instance multi-user or single-user for the named user"] = "Nastavit tuto instanci víceuživatelskou nebo jednouživatelskou pro pojmenovaného uživatele";
+$a->strings["File storage backend"] = "Backend souborového úložiště";
+$a->strings["Backend used to store uploaded files data"] = "Backend použitý pro ukládání nahraných souborů";
$a->strings["Maximum image size"] = "Maximální velikost obrázků";
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximální velikost nahraných obrázků v bajtech. Výchozí hodnota je 0, což znamená bez omezení.";
$a->strings["Maximum image length"] = "Maximální velikost obrázků";
@@ -426,7 +433,7 @@ $a->strings["Global directory URL"] = "Adresa URL globálního adresáře";
$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "Adresa URL globálního adresáře. Pokud toto není nastaveno, globální adresář bude aplikaci naprosto nedostupný.";
$a->strings["Private posts by default for new users"] = "Nastavit pro nové uživatele příspěvky jako soukromé";
$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Nastavit výchozí práva pro příspěvky od všech nových členů na výchozí soukromou skupinu místo veřejné.";
-$a->strings["Don't include post content in email notifications"] = "Nezahrnovat v e-mailových upozorněních obsah příspěvků";
+$a->strings["Don't include post content in email notifications"] = "Nezahrnovat v e-mailových oznámeních obsah příspěvků";
$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."] = " 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. ";
$a->strings["Disallow public access to addons listed in the apps menu."] = "Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace.";
$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy.";
@@ -645,8 +652,6 @@ $a->strings["No"] = "Ne";
$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["Applications"] = "Aplikace";
$a->strings["No installed applications."] = "Žádné nainstalované aplikace.";
-$a->strings["Item not available."] = "Položka není k dispozici.";
-$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)";
@@ -1342,7 +1347,7 @@ $a->strings["Diaspora"] = "Diaspora";
$a->strings["enabled"] = "povoleno";
$a->strings["disabled"] = "zakázáno";
$a->strings["Built-in support for %s connectivity is %s"] = "Vestavěná podpora pro připojení s %s je %s";
-$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
+$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["Disable Content Warning"] = "Vypnout varování o obsahu";
@@ -1361,7 +1366,6 @@ $a->strings["Last successful email check:"] = "Poslední úspěšná kontrola e-
$a->strings["IMAP server name:"] = "Jméno IMAP serveru:";
$a->strings["IMAP port:"] = "IMAP port:";
$a->strings["Security:"] = "Zabezpečení:";
-$a->strings["None"] = "Žádné";
$a->strings["Email login name:"] = "Přihlašovací jméno k e-mailu:";
$a->strings["Email password:"] = "Heslo k e-mailu:";
$a->strings["Reply-to address:"] = "Odpovědět na adresu:";
@@ -1644,7 +1648,7 @@ $a->strings["Display membership date in profile"] = "Zobrazit v profilu datum p
$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"] = "Smazat notifikace";
+$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";
@@ -1679,8 +1683,8 @@ $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šechny upozornění";
-$a->strings["Mark all system notifications seen"] = "Označit všechny upozornění systému jako přečtené";
+$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";
@@ -1927,7 +1931,7 @@ $a->strings["No browser URL could be matched to this address."] = "Této adrese
$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Není možné namapovat adresu identity ve stylu @ s žádným možným protokolem ani emailovým kontaktem.";
$a->strings["Use mailto: in front of address to force email check."] = "Použite mailo: před adresou k vynucení emailové kontroly.";
$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Zadaná adresa profilu patří do sítě, která byla na tomto serveru zakázána.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Omezený profil. Tato osoba nebude schopna od Vás přijímat přímá/osobní sdělení.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Omezený profil. Tato osoba nebude schopna od Vás přijímat přímá/osobní oznámení.";
$a->strings["Unable to retrieve contact information."] = "Nepodařilo se získat kontaktní informace.";
$a->strings["Starts:"] = "Začíná:";
$a->strings["Finishes:"] = "Končí:";
@@ -2002,6 +2006,13 @@ $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 were 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é";
@@ -2045,6 +2056,7 @@ $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Yo
$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["Item was not found."] = "Položka nebyla nalezena.";
$a->strings["%d contact edited."] = [
0 => "%d kontakt upraven",
1 => "%d kontakty upraveny",
@@ -2098,23 +2110,23 @@ $a->strings["Currently ignored"] = "V současnosti ignorováno";
$a->strings["Currently archived"] = "Aktuálně archivován";
$a->strings["Awaiting connection acknowledge"] = "Čekám na potrvzení spojení";
$a->strings["Replies/likes to your public posts may still be visible"] = "Odpovědi/oblíbení na Vaše veřejné příspěvky mohou být stále viditelné";
-$a->strings["Notification for new posts"] = "Upozornění na nové příspěvky";
-$a->strings["Send a notification of every new post of this contact"] = "Poslat upozornění při každém novém příspěvku tohoto kontaktu";
+$a->strings["Notification for new posts"] = "Oznámení o nových příspěvcích";
+$a->strings["Send a notification of every new post of this contact"] = "Posílat oznámení o každém novém příspěvku tohoto kontaktu";
$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["Show all contacts"] = "Zobrazit všechny kontakty";
-$a->strings["Unblocked"] = "Odblokován";
+$a->strings["Unblocked"] = "Neblokované";
$a->strings["Only show unblocked contacts"] = "Zobrazit pouze neblokované kontakty";
-$a->strings["Blocked"] = "Blokován";
+$a->strings["Blocked"] = "Blokované";
$a->strings["Only show blocked contacts"] = "Zobrazit pouze blokované kontakty";
-$a->strings["Ignored"] = "Ignorován";
+$a->strings["Ignored"] = "Ignorované";
$a->strings["Only show ignored contacts"] = "Zobrazit pouze ignorované kontakty";
-$a->strings["Archived"] = "Archivován";
+$a->strings["Archived"] = "Archivované";
$a->strings["Only show archived contacts"] = "Zobrazit pouze archivované kontakty";
-$a->strings["Hidden"] = "Skrytý";
+$a->strings["Hidden"] = "Skryté";
$a->strings["Only show hidden contacts"] = "Zobrazit pouze skryté kontakty";
$a->strings["Organize your contact groups"] = "Organizovat vaše skupiny kontaktů";
$a->strings["Search your contacts"] = "Prohledat Vaše kontakty";
@@ -2197,6 +2209,10 @@ $a->strings["to"] = "na";
$a->strings["via"] = "přes";
$a->strings["Wall-to-Wall"] = "Ze zdi na zeď";
$a->strings["via Wall-To-Wall:"] = "ze zdi na zeď";
+$a->strings["Notifier task is pending"] = "Úloha pro notifiera čeká";
+$a->strings["Delivery to remote servers is pending"] = "Doručení vzdáleným serverům čeká";
+$a->strings["Delivery to remote servers is underway"] = "Doručení vzdáleným serverům je v plném proudu";
+$a->strings["Delivery to remote servers is mostly done"] = "Doručení vzdáleným serverům je téměř hotovo";
$a->strings["%d comment"] = [
0 => "%d komentář",
1 => "%d komentáře",
diff --git a/view/lang/de/messages.po b/view/lang/de/messages.po
index a09288371..a6d2a9ec2 100644
--- a/view/lang/de/messages.po
+++ b/view/lang/de/messages.po
@@ -8,7 +8,7 @@
# Andy H3 , 2017
# Tobias Diekershoff , 2011
# Ben , 2018
-# Copiis Praeesse , 2018
+# Copiis Praeesse , 2018-2019
# David Rabel , 2016
# Erkan Yilmaz , 2011
# Fabian Dost , 2012
@@ -43,9 +43,9 @@ msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-06 17:21-0500\n"
-"PO-Revision-Date: 2019-01-12 09:42+0000\n"
-"Last-Translator: Tobias Diekershoff \n"
+"POT-Creation-Date: 2019-01-21 10:24-0500\n"
+"PO-Revision-Date: 2019-01-27 15:27+0000\n"
+"Last-Translator: Copiis Praeesse \n"
"Language-Team: German (http://www.transifex.com/Friendica/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -53,14 +53,14 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: include/api.php:1137
+#: include/api.php:1140
#, 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] "Das tägliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen."
msgstr[1] "Das tägliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."
-#: include/api.php:1151
+#: include/api.php:1154
#, php-format
msgid "Weekly posting limit of %d post reached. The post was rejected."
msgid_plural ""
@@ -68,22 +68,22 @@ msgid_plural ""
msgstr[0] "Das wöchentliche Limit von %d Beitrag wurde erreicht. Die Nachricht wurde verworfen."
msgstr[1] "Das wöchentliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."
-#: include/api.php:1165
+#: include/api.php:1168
#, php-format
msgid "Monthly posting limit of %d post reached. The post was rejected."
msgstr "Das monatliche Limit von %d Beiträgen wurde erreicht. Der Beitrag wurde verworfen."
-#: include/api.php:4327 mod/photos.php:94 mod/photos.php:202
-#: mod/photos.php:735 mod/photos.php:1166 mod/photos.php:1183
-#: mod/photos.php:1676 mod/profile_photo.php:88 mod/profile_photo.php:97
-#: mod/profile_photo.php:106 mod/profile_photo.php:215
-#: mod/profile_photo.php:304 mod/profile_photo.php:314 src/Model/User.php:681
+#: include/api.php:4352 mod/photos.php:93 mod/photos.php:201
+#: mod/photos.php:694 mod/photos.php:1125 mod/photos.php:1142
+#: mod/photos.php:1635 mod/profile_photo.php:86 mod/profile_photo.php:95
+#: mod/profile_photo.php:104 mod/profile_photo.php:218
+#: mod/profile_photo.php:308 mod/profile_photo.php:318 src/Model/User.php:681
#: src/Model/User.php:689 src/Model/User.php:697
msgid "Profile Photos"
msgstr "Profilbilder"
#: include/conversation.php:156 include/conversation.php:292
-#: src/Model/Item.php:3259
+#: src/Model/Item.php:3221
msgid "event"
msgstr "Event"
@@ -94,7 +94,7 @@ msgid "status"
msgstr "Status"
#: include/conversation.php:164 include/conversation.php:300
-#: mod/subthread.php:88 mod/tagger.php:70 src/Model/Item.php:3261
+#: mod/subthread.php:88 mod/tagger.php:70 src/Model/Item.php:3223
msgid "photo"
msgstr "Foto"
@@ -147,53 +147,53 @@ msgstr "Nachricht/Beitrag"
msgid "%1$s marked %2$s's %3$s as favorite"
msgstr "%1$s hat %2$s\\s %3$s als Favorit markiert"
-#: include/conversation.php:551 mod/photos.php:1507 mod/profiles.php:356
+#: include/conversation.php:551 mod/photos.php:1466 mod/profiles.php:356
msgid "Likes"
msgstr "Likes"
-#: include/conversation.php:551 mod/photos.php:1507 mod/profiles.php:360
+#: include/conversation.php:551 mod/photos.php:1466 mod/profiles.php:360
msgid "Dislikes"
msgstr "Dislikes"
#: include/conversation.php:552 include/conversation.php:1484
-#: mod/photos.php:1508
+#: mod/photos.php:1467
msgid "Attending"
msgid_plural "Attending"
msgstr[0] "Teilnehmend"
msgstr[1] "Teilnehmend"
-#: include/conversation.php:552 mod/photos.php:1508
+#: include/conversation.php:552 mod/photos.php:1467
msgid "Not attending"
msgstr "Nicht teilnehmend"
-#: include/conversation.php:552 mod/photos.php:1508
+#: include/conversation.php:552 mod/photos.php:1467
msgid "Might attend"
msgstr "Eventuell teilnehmend"
-#: include/conversation.php:632 mod/photos.php:1564 src/Object/Post.php:201
+#: include/conversation.php:632 mod/photos.php:1523 src/Object/Post.php:204
msgid "Select"
msgstr "Auswählen"
-#: include/conversation.php:633 mod/admin.php:1962 mod/photos.php:1565
-#: mod/settings.php:729 src/Module/Contact.php:828 src/Module/Contact.php:1103
+#: include/conversation.php:633 mod/admin.php:2036 mod/photos.php:1524
+#: mod/settings.php:729 src/Module/Contact.php:830 src/Module/Contact.php:1105
msgid "Delete"
msgstr "Löschen"
-#: include/conversation.php:667 src/Object/Post.php:374
-#: src/Object/Post.php:375
+#: include/conversation.php:667 src/Object/Post.php:377
+#: src/Object/Post.php:378
#, php-format
msgid "View %s's profile @ %s"
msgstr "Das Profil von %s auf %s betrachten."
-#: include/conversation.php:679 src/Object/Post.php:362
+#: include/conversation.php:679 src/Object/Post.php:365
msgid "Categories:"
msgstr "Kategorien:"
-#: include/conversation.php:680 src/Object/Post.php:363
+#: include/conversation.php:680 src/Object/Post.php:366
msgid "Filed under:"
msgstr "Abgelegt unter:"
-#: include/conversation.php:687 src/Object/Post.php:388
+#: include/conversation.php:687 src/Object/Post.php:391
#, php-format
msgid "%s from %s"
msgstr "%s von %s"
@@ -203,8 +203,8 @@ msgid "View in context"
msgstr "Im Zusammenhang betrachten"
#: include/conversation.php:704 include/conversation.php:1152
-#: mod/editpost.php:108 mod/message.php:262 mod/message.php:444
-#: mod/photos.php:1480 mod/wallmessage.php:141 src/Object/Post.php:413
+#: mod/editpost.php:107 mod/message.php:262 mod/message.php:444
+#: mod/photos.php:1439 mod/wallmessage.php:141 src/Object/Post.php:417
msgid "Please wait"
msgstr "Bitte warten"
@@ -216,46 +216,46 @@ msgstr "löschen"
msgid "Delete Selected Items"
msgstr "Lösche die markierten Beiträge"
-#: include/conversation.php:872 view/theme/frio/theme.php:369
+#: include/conversation.php:872 view/theme/frio/theme.php:356
msgid "Follow Thread"
msgstr "Folge der Unterhaltung"
-#: include/conversation.php:873 src/Model/Contact.php:989
+#: include/conversation.php:873 src/Model/Contact.php:996
msgid "View Status"
msgstr "Pinnwand anschauen"
#: include/conversation.php:874 include/conversation.php:890
#: mod/allfriends.php:74 mod/directory.php:167 mod/dirfind.php:228
-#: mod/match.php:84 mod/suggest.php:86 src/Model/Contact.php:929
-#: src/Model/Contact.php:982 src/Model/Contact.php:990
+#: mod/match.php:84 mod/suggest.php:86 src/Model/Contact.php:936
+#: src/Model/Contact.php:989 src/Model/Contact.php:997
msgid "View Profile"
msgstr "Profil anschauen"
-#: include/conversation.php:875 src/Model/Contact.php:991
+#: include/conversation.php:875 src/Model/Contact.php:998
msgid "View Photos"
msgstr "Bilder anschauen"
-#: include/conversation.php:876 src/Model/Contact.php:983
-#: src/Model/Contact.php:992
+#: include/conversation.php:876 src/Model/Contact.php:990
+#: src/Model/Contact.php:999
msgid "Network Posts"
msgstr "Netzwerkbeiträge"
-#: include/conversation.php:877 src/Model/Contact.php:984
-#: src/Model/Contact.php:993
+#: include/conversation.php:877 src/Model/Contact.php:991
+#: src/Model/Contact.php:1000
msgid "View Contact"
msgstr "Kontakt anzeigen"
-#: include/conversation.php:878 src/Model/Contact.php:995
+#: include/conversation.php:878 src/Model/Contact.php:1002
msgid "Send PM"
msgstr "Private Nachricht senden"
-#: include/conversation.php:882 src/Model/Contact.php:996
+#: include/conversation.php:882 src/Model/Contact.php:1003
msgid "Poke"
msgstr "Anstupsen"
#: include/conversation.php:887 mod/allfriends.php:75 mod/dirfind.php:229
#: mod/follow.php:148 mod/match.php:85 mod/suggest.php:87
-#: src/Content/Widget.php:62 src/Model/Contact.php:985
+#: src/Content/Widget.php:63 src/Model/Contact.php:992
#: src/Module/Contact.php:576 view/theme/vier/theme.php:201
msgid "Connect/Follow"
msgstr "Verbinden/Folgen"
@@ -348,7 +348,7 @@ msgstr "%s nimmt eventuell teil."
msgid "Visible to everybody"
msgstr "Für jedermann sichtbar"
-#: include/conversation.php:1092 src/Object/Post.php:817
+#: include/conversation.php:1092 src/Object/Post.php:828
msgid "Please enter a image/video/audio/webpage URL:"
msgstr "Bitte gib eine Bild/Video/Audio/Webseiten-URL ein:"
@@ -376,103 +376,103 @@ msgstr "Neuer Beitrag"
msgid "Share"
msgstr "Teilen"
-#: include/conversation.php:1132 mod/editpost.php:94 mod/message.php:260
+#: include/conversation.php:1132 mod/editpost.php:93 mod/message.php:260
#: mod/message.php:441 mod/wallmessage.php:139
msgid "Upload photo"
msgstr "Foto hochladen"
-#: include/conversation.php:1133 mod/editpost.php:95
+#: include/conversation.php:1133 mod/editpost.php:94
msgid "upload photo"
msgstr "Bild hochladen"
-#: include/conversation.php:1134 mod/editpost.php:96
+#: include/conversation.php:1134 mod/editpost.php:95
msgid "Attach file"
msgstr "Datei anhängen"
-#: include/conversation.php:1135 mod/editpost.php:97
+#: include/conversation.php:1135 mod/editpost.php:96
msgid "attach file"
msgstr "Datei anhängen"
-#: include/conversation.php:1136 src/Object/Post.php:809
+#: include/conversation.php:1136 src/Object/Post.php:820
msgid "Bold"
msgstr "Fett"
-#: include/conversation.php:1137 src/Object/Post.php:810
+#: include/conversation.php:1137 src/Object/Post.php:821
msgid "Italic"
msgstr "Kursiv"
-#: include/conversation.php:1138 src/Object/Post.php:811
+#: include/conversation.php:1138 src/Object/Post.php:822
msgid "Underline"
msgstr "Unterstrichen"
-#: include/conversation.php:1139 src/Object/Post.php:812
+#: include/conversation.php:1139 src/Object/Post.php:823
msgid "Quote"
msgstr "Zitat"
-#: include/conversation.php:1140 src/Object/Post.php:813
+#: include/conversation.php:1140 src/Object/Post.php:824
msgid "Code"
msgstr "Code"
-#: include/conversation.php:1141 src/Object/Post.php:814
+#: include/conversation.php:1141 src/Object/Post.php:825
msgid "Image"
msgstr "Bild"
-#: include/conversation.php:1142 src/Object/Post.php:815
+#: include/conversation.php:1142 src/Object/Post.php:826
msgid "Link"
msgstr "Link"
-#: include/conversation.php:1143 src/Object/Post.php:816
+#: include/conversation.php:1143 src/Object/Post.php:827
msgid "Link or Media"
msgstr "Link oder Mediendatei"
-#: include/conversation.php:1144 mod/editpost.php:104
+#: include/conversation.php:1144 mod/editpost.php:103
msgid "Set your location"
msgstr "Deinen Standort festlegen"
-#: include/conversation.php:1145 mod/editpost.php:105
+#: include/conversation.php:1145 mod/editpost.php:104
msgid "set location"
msgstr "Ort setzen"
-#: include/conversation.php:1146 mod/editpost.php:106
+#: include/conversation.php:1146 mod/editpost.php:105
msgid "Clear browser location"
msgstr "Browser-Standort leeren"
-#: include/conversation.php:1147 mod/editpost.php:107
+#: include/conversation.php:1147 mod/editpost.php:106
msgid "clear location"
msgstr "Ort löschen"
-#: include/conversation.php:1149 mod/editpost.php:122
+#: include/conversation.php:1149 mod/editpost.php:121
msgid "Set title"
msgstr "Titel setzen"
-#: include/conversation.php:1151 mod/editpost.php:124
+#: include/conversation.php:1151 mod/editpost.php:123
msgid "Categories (comma-separated list)"
msgstr "Kategorien (kommasepariert)"
-#: include/conversation.php:1153 mod/editpost.php:109
+#: include/conversation.php:1153 mod/editpost.php:108
msgid "Permission settings"
msgstr "Berechtigungseinstellungen"
-#: include/conversation.php:1154 mod/editpost.php:139
+#: include/conversation.php:1154 mod/editpost.php:138
msgid "permissions"
msgstr "Zugriffsrechte"
-#: include/conversation.php:1163 mod/editpost.php:119
+#: include/conversation.php:1163 mod/editpost.php:118
msgid "Public post"
msgstr "Öffentlicher Beitrag"
-#: include/conversation.php:1167 mod/editpost.php:130 mod/events.php:566
-#: mod/photos.php:1498 mod/photos.php:1537 mod/photos.php:1597
-#: src/Object/Post.php:818
+#: include/conversation.php:1167 mod/editpost.php:129 mod/events.php:566
+#: mod/photos.php:1457 mod/photos.php:1496 mod/photos.php:1556
+#: src/Object/Post.php:829
msgid "Preview"
msgstr "Vorschau"
-#: include/conversation.php:1171 include/items.php:399
-#: mod/dfrn_request.php:654 mod/editpost.php:133 mod/fbrowser.php:105
+#: include/conversation.php:1171 include/items.php:398
+#: mod/dfrn_request.php:650 mod/editpost.php:132 mod/fbrowser.php:105
#: mod/fbrowser.php:136 mod/follow.php:162 mod/message.php:153
-#: mod/photos.php:258 mod/photos.php:330 mod/settings.php:669
+#: mod/photos.php:257 mod/photos.php:325 mod/settings.php:669
#: mod/settings.php:695 mod/suggest.php:44 mod/tagrm.php:20 mod/tagrm.php:113
-#: mod/unfollow.php:132 mod/videos.php:140 src/Module/Contact.php:448
+#: mod/unfollow.php:132 mod/videos.php:106 src/Module/Contact.php:448
msgid "Cancel"
msgstr "Abbrechen"
@@ -488,12 +488,12 @@ msgstr "Poste an Kontakte"
msgid "Private post"
msgstr "Privater Beitrag"
-#: include/conversation.php:1183 mod/editpost.php:137
+#: include/conversation.php:1183 mod/editpost.php:136
#: src/Model/Profile.php:364
msgid "Message"
msgstr "Nachricht"
-#: include/conversation.php:1184 mod/editpost.php:138
+#: include/conversation.php:1184 mod/editpost.php:137
msgid "Browser"
msgstr "Browser"
@@ -519,7 +519,7 @@ msgid_plural "Not Attending"
msgstr[0] "Nicht teilnehmend "
msgstr[1] "Nicht teilnehmend"
-#: include/conversation.php:1490 src/Content/ContactSelector.php:148
+#: include/conversation.php:1490 src/Content/ContactSelector.php:163
msgid "Undecided"
msgid_plural "Undecided"
msgstr[0] "Unentschieden"
@@ -567,208 +567,228 @@ msgstr "%1$s schickte Dir %2$s."
msgid "Please visit %s to view and/or reply to your private messages."
msgstr "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten."
-#: include/enotify.php:165
+#: include/enotify.php:164
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s markierte dich auf [url=%2$s]a %3$s[/url]"
+
+#: include/enotify.php:170
#, php-format
msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]"
-#: include/enotify.php:173
+#: include/enotify.php:180
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s markierte dich auf [url=%2$s]%3$s's %4$s[/url]"
+
+#: include/enotify.php:187
#, php-format
msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
msgstr "%1$s kommentierte [url=%2$s]%3$ss %4$s[/url]"
-#: include/enotify.php:183
+#: include/enotify.php:199
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s markierte dich auf [url=%2$s]a %3$s[/url]"
+
+#: include/enotify.php:205
#, php-format
msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
msgstr "%1$s kommentierte [url=%2$s]deinen %3$s[/url]"
-#: include/enotify.php:195
+#: include/enotify.php:216
#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica-Meldung] Kommentar zum Beitrag #%1$d von %2$s"
-
-#: include/enotify.php:197
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s hat einen Beitrag kommentiert, dem Du folgst."
-
-#: include/enotify.php:200 include/enotify.php:215 include/enotify.php:230
-#: include/enotify.php:245 include/enotify.php:264 include/enotify.php:280
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."
-
-#: include/enotify.php:207
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben"
-
-#: include/enotify.php:209
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s schrieb um %2$s auf Deine Pinnwand"
-
-#: include/enotify.php:210
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s hat etwas auf [url=%2$s]Deiner Pinnwand[/url] gepostet"
+msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s markierte dich auf [url=%2$s]a %3$s[/url]"
#: include/enotify.php:222
#, php-format
+msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
+msgstr "%1$s kommentierte [url=%2$s]a %3$s[/url]"
+
+#: include/enotify.php:235
+#, php-format
msgid "[Friendica:Notify] %s tagged you"
msgstr "[Friendica-Meldung] %s hat Dich erwähnt"
-#: include/enotify.php:224
+#: include/enotify.php:237
#, php-format
msgid "%1$s tagged you at %2$s"
msgstr "%1$s erwähnte Dich auf %2$s"
-#: include/enotify.php:225
+#: include/enotify.php:239
#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]erwähnte Dich[/url]."
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica-Meldung] Kommentar zum Beitrag #%1$d von %2$s"
-#: include/enotify.php:237
+#: include/enotify.php:241
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s hat einen Beitrag kommentiert, dem Du folgst."
+
+#: include/enotify.php:246 include/enotify.php:261 include/enotify.php:276
+#: include/enotify.php:295 include/enotify.php:311
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren."
+
+#: include/enotify.php:253
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben"
+
+#: include/enotify.php:255
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s schrieb um %2$s auf Deine Pinnwand"
+
+#: include/enotify.php:256
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s hat etwas auf [url=%2$s]Deiner Pinnwand[/url] gepostet"
+
+#: include/enotify.php:268
#, php-format
msgid "[Friendica:Notify] %s shared a new post"
msgstr "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt"
-#: include/enotify.php:239
+#: include/enotify.php:270
#, php-format
msgid "%1$s shared a new post at %2$s"
msgstr "%1$s hat einen neuen Beitrag auf %2$s geteilt"
-#: include/enotify.php:240
+#: include/enotify.php:271
#, php-format
msgid "%1$s [url=%2$s]shared a post[/url]."
msgstr "%1$s [url=%2$s]hat einen Beitrag geteilt[/url]."
-#: include/enotify.php:252
+#: include/enotify.php:283
#, php-format
msgid "[Friendica:Notify] %1$s poked you"
msgstr "[Friendica-Meldung] %1$s hat Dich angestupst"
-#: include/enotify.php:254
+#: include/enotify.php:285
#, php-format
msgid "%1$s poked you at %2$s"
msgstr "%1$s hat Dich auf %2$s angestupst"
-#: include/enotify.php:255
+#: include/enotify.php:286
#, php-format
msgid "%1$s [url=%2$s]poked you[/url]."
msgstr "%1$s [url=%2$s]hat Dich angestupst[/url]."
-#: include/enotify.php:272
+#: include/enotify.php:303
#, php-format
msgid "[Friendica:Notify] %s tagged your post"
msgstr "[Friendica-Meldung] %s hat Deinen Beitrag getaggt"
-#: include/enotify.php:274
+#: include/enotify.php:305
#, php-format
msgid "%1$s tagged your post at %2$s"
msgstr "%1$s erwähnte Deinen Beitrag auf %2$s"
-#: include/enotify.php:275
+#: include/enotify.php:306
#, php-format
msgid "%1$s tagged [url=%2$s]your post[/url]"
msgstr "%1$s erwähnte [url=%2$s]Deinen Beitrag[/url]"
-#: include/enotify.php:287
+#: include/enotify.php:318
msgid "[Friendica:Notify] Introduction received"
msgstr "[Friendica-Meldung] Kontaktanfrage erhalten"
-#: include/enotify.php:289
+#: include/enotify.php:320
#, php-format
msgid "You've received an introduction from '%1$s' at %2$s"
msgstr "Du hast eine Kontaktanfrage von '%1$s' auf %2$s erhalten"
-#: include/enotify.php:290
+#: include/enotify.php:321
#, php-format
msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
msgstr "Du hast eine [url=%1$s]Kontaktanfrage[/url] von %2$s erhalten."
-#: include/enotify.php:295 include/enotify.php:341
+#: include/enotify.php:326 include/enotify.php:372
#, php-format
msgid "You may visit their profile at %s"
msgstr "Hier kannst Du das Profil betrachten: %s"
-#: include/enotify.php:297
+#: include/enotify.php:328
#, php-format
msgid "Please visit %s to approve or reject the introduction."
msgstr "Bitte besuche %s, um die Kontaktanfrage anzunehmen oder abzulehnen."
-#: include/enotify.php:304
+#: include/enotify.php:335
msgid "[Friendica:Notify] A new person is sharing with you"
msgstr "[Friendica Benachrichtigung] Eine neue Person teilt mit Dir"
-#: include/enotify.php:306 include/enotify.php:307
+#: include/enotify.php:337 include/enotify.php:338
#, php-format
msgid "%1$s is sharing with you at %2$s"
msgstr "%1$s teilt mit Dir auf %2$s"
-#: include/enotify.php:314
+#: include/enotify.php:345
msgid "[Friendica:Notify] You have a new follower"
msgstr "[Friendica Benachrichtigung] Du hast einen neuen Kontakt auf "
-#: include/enotify.php:316 include/enotify.php:317
+#: include/enotify.php:347 include/enotify.php:348
#, php-format
msgid "You have a new follower at %2$s : %1$s"
msgstr "Du hast einen neuen Kontakt auf %2$s: %1$s"
-#: include/enotify.php:330
+#: include/enotify.php:361
msgid "[Friendica:Notify] Friend suggestion received"
msgstr "[Friendica-Meldung] Kontaktvorschlag erhalten"
-#: include/enotify.php:332
+#: include/enotify.php:363
#, php-format
msgid "You've received a friend suggestion from '%1$s' at %2$s"
msgstr "Du hast einen Kontakt-Vorschlag von '%1$s' auf %2$s erhalten"
-#: include/enotify.php:333
+#: include/enotify.php:364
#, php-format
msgid ""
"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
msgstr "Du hast einen [url=%1$s]Kontakt-Vorschlag[/url] %2$s von %3$s erhalten."
-#: include/enotify.php:339
+#: include/enotify.php:370
msgid "Name:"
msgstr "Name:"
-#: include/enotify.php:340
+#: include/enotify.php:371
msgid "Photo:"
msgstr "Foto:"
-#: include/enotify.php:343
+#: include/enotify.php:374
#, php-format
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Bitte besuche %s, um den Vorschlag zu akzeptieren oder abzulehnen."
-#: include/enotify.php:351 include/enotify.php:366
+#: include/enotify.php:382 include/enotify.php:397
msgid "[Friendica:Notify] Connection accepted"
msgstr "[Friendica-Benachrichtigung] Kontaktanfrage bestätigt"
-#: include/enotify.php:353 include/enotify.php:368
+#: include/enotify.php:384 include/enotify.php:399
#, php-format
msgid "'%1$s' has accepted your connection request at %2$s"
msgstr "'%1$s' hat Deine Kontaktanfrage auf %2$s bestätigt"
-#: include/enotify.php:354 include/enotify.php:369
+#: include/enotify.php:385 include/enotify.php:400
#, php-format
msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
msgstr "%2$s hat Deine [url=%1$s]Kontaktanfrage[/url] akzeptiert."
-#: include/enotify.php:359
+#: include/enotify.php:390
msgid ""
"You are now mutual friends and may exchange status updates, photos, and "
"email without restriction."
msgstr "Ihr seid nun beidseitige Kontakte und könnt Statusmitteilungen, Bilder und Emails ohne Einschränkungen austauschen."
-#: include/enotify.php:361
+#: include/enotify.php:392
#, php-format
msgid "Please visit %s if you wish to make any changes to this relationship."
msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."
-#: include/enotify.php:374
+#: include/enotify.php:405
#, php-format
msgid ""
"'%1$s' has chosen to accept you a fan, which restricts some forms of "
@@ -777,37 +797,37 @@ msgid ""
"automatically."
msgstr "'%1$s' hat sich entschieden Dich als Fan zu akzeptieren, dies schränkt einige Kommunikationswege - wie private Nachrichten und einige Interaktionsmöglichkeiten auf der Profilseite - ein. Wenn dies eine Berühmtheiten- oder Gemeinschaftsseite ist, werden diese Einstellungen automatisch vorgenommen."
-#: include/enotify.php:376
+#: include/enotify.php:407
#, php-format
msgid ""
"'%1$s' may choose to extend this into a two-way or more permissive "
"relationship in the future."
msgstr "'%1$s' kann den Kontaktstatus zu einem späteren Zeitpunkt erweitern und diese Einschränkungen aufheben. "
-#: include/enotify.php:378
+#: include/enotify.php:409
#, php-format
msgid "Please visit %s if you wish to make any changes to this relationship."
msgstr "Bitte besuche %s, wenn Du Änderungen an eurer Beziehung vornehmen willst."
-#: include/enotify.php:388 mod/removeme.php:47
+#: include/enotify.php:419 mod/removeme.php:47
msgid "[Friendica System Notify]"
msgstr "[Friendica System Benachrichtigung]"
-#: include/enotify.php:388
+#: include/enotify.php:419
msgid "registration request"
msgstr "Registrierungsanfrage"
-#: include/enotify.php:390
+#: include/enotify.php:421
#, php-format
msgid "You've received a registration request from '%1$s' at %2$s"
msgstr "Du hast eine Registrierungsanfrage von %2$s auf '%1$s' erhalten"
-#: include/enotify.php:391
+#: include/enotify.php:422
#, php-format
msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
msgstr "Du hast eine [url=%1$s]Registrierungsanfrage[/url] von %2$s erhalten."
-#: include/enotify.php:396
+#: include/enotify.php:427
#, php-format
msgid ""
"Full Name:\t%s\n"
@@ -815,21 +835,21 @@ msgid ""
"Login Name:\t%s (%s)"
msgstr "Kompletter Name: %s\nURL der Seite: %s\nLogin Name: %s(%s)"
-#: include/enotify.php:402
+#: include/enotify.php:433
#, php-format
msgid "Please visit %s to approve or reject the request."
msgstr "Bitte besuche %s um die Anfrage zu bearbeiten."
-#: include/items.php:356 mod/admin.php:285 mod/admin.php:2020
-#: mod/admin.php:2266 mod/notice.php:21 mod/viewsrc.php:22
+#: include/items.php:355 mod/admin.php:296 mod/admin.php:2094
+#: mod/admin.php:2340 mod/notice.php:21 mod/viewsrc.php:22
msgid "Item not found."
msgstr "Beitrag nicht gefunden."
-#: include/items.php:394
+#: include/items.php:393
msgid "Do you really want to delete this item?"
msgstr "Möchtest Du wirklich dieses Item löschen?"
-#: include/items.php:396 mod/api.php:112 mod/dfrn_request.php:644
+#: include/items.php:395 mod/api.php:112 mod/dfrn_request.php:640
#: mod/follow.php:151 mod/message.php:150 mod/profiles.php:542
#: mod/profiles.php:545 mod/profiles.php:567 mod/register.php:232
#: mod/settings.php:1088 mod/settings.php:1094 mod/settings.php:1101
@@ -840,230 +860,229 @@ msgstr "Möchtest Du wirklich dieses Item löschen?"
msgid "Yes"
msgstr "Ja"
-#: include/items.php:446 mod/allfriends.php:22 mod/api.php:37 mod/api.php:42
-#: mod/attach.php:37 mod/cal.php:304 mod/common.php:27 mod/crepair.php:101
-#: mod/delegate.php:31 mod/delegate.php:49 mod/delegate.php:60
-#: mod/dfrn_confirm.php:66 mod/dirfind.php:29 mod/editpost.php:23
-#: mod/events.php:207 mod/follow.php:58 mod/follow.php:122 mod/fsuggest.php:81
-#: mod/group.php:30 mod/invite.php:25 mod/invite.php:111 mod/item.php:165
-#: mod/manage.php:130 mod/message.php:56 mod/message.php:101
-#: mod/network.php:36 mod/nogroup.php:23 mod/notes.php:33
-#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:187
-#: mod/photos.php:1060 mod/poke.php:142 mod/profiles.php:183
-#: mod/profiles.php:515 mod/profile_photo.php:33 mod/profile_photo.php:180
-#: mod/profile_photo.php:202 mod/register.php:53 mod/regmod.php:89
+#: include/items.php:445 mod/allfriends.php:22 mod/api.php:37 mod/api.php:42
+#: mod/cal.php:304 mod/common.php:27 mod/crepair.php:101 mod/delegate.php:31
+#: mod/delegate.php:49 mod/delegate.php:60 mod/dfrn_confirm.php:66
+#: mod/dirfind.php:29 mod/editpost.php:22 mod/events.php:207 mod/follow.php:58
+#: mod/follow.php:122 mod/fsuggest.php:81 mod/group.php:30 mod/invite.php:25
+#: mod/invite.php:111 mod/item.php:167 mod/manage.php:129 mod/message.php:56
+#: mod/message.php:101 mod/network.php:35 mod/nogroup.php:23 mod/notes.php:33
+#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:186
+#: mod/photos.php:1019 mod/poke.php:141 mod/profiles.php:183
+#: mod/profiles.php:515 mod/profile_photo.php:33 mod/profile_photo.php:178
+#: mod/profile_photo.php:205 mod/register.php:53 mod/regmod.php:89
#: mod/repair_ostatus.php:16 mod/settings.php:48 mod/settings.php:154
#: mod/settings.php:658 mod/suggest.php:62 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:81
-#: mod/wall_attach.php:84 mod/wall_upload.php:106 mod/wall_upload.php:109
-#: src/App.php:1786 src/Module/Contact.php:361
+#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/wall_attach.php:79
+#: mod/wall_attach.php:82 mod/wall_upload.php:106 mod/wall_upload.php:109
+#: src/App.php:1823 src/Module/Attach.php:42 src/Module/Contact.php:361
msgid "Permission denied."
msgstr "Zugriff verweigert."
-#: include/items.php:517 src/Content/Feature.php:95
+#: include/items.php:516 src/Content/Feature.php:95
msgid "Archives"
msgstr "Archiv"
-#: include/items.php:523 src/App.php:788 src/Content/ForumManager.php:131
-#: src/Content/Widget.php:305 src/Object/Post.php:442
+#: include/items.php:522 src/App.php:823 src/Content/ForumManager.php:131
+#: src/Content/Widget.php:321 src/Object/Post.php:454
#: view/theme/vier/theme.php:255
msgid "show more"
msgstr "mehr anzeigen"
-#: mod/admin.php:106
+#: mod/admin.php:117
msgid "Theme settings updated."
msgstr "Themeneinstellungen aktualisiert."
-#: mod/admin.php:179 src/Content/Nav.php:225
+#: mod/admin.php:190 src/Content/Nav.php:224
msgid "Information"
msgstr "Information"
-#: mod/admin.php:180
+#: mod/admin.php:191
msgid "Overview"
msgstr "Übersicht"
-#: mod/admin.php:181 mod/admin.php:753
+#: mod/admin.php:192 mod/admin.php:763
msgid "Federation Statistics"
msgstr "Föderation Statistik"
-#: mod/admin.php:182
+#: mod/admin.php:193
msgid "Configuration"
msgstr "Konfiguration"
-#: mod/admin.php:183 mod/admin.php:1478
+#: mod/admin.php:194 mod/admin.php:1549
msgid "Site"
msgstr "Seite"
-#: mod/admin.php:184 mod/admin.php:1409 mod/admin.php:1952 mod/admin.php:1969
+#: mod/admin.php:195 mod/admin.php:1453 mod/admin.php:2026 mod/admin.php:2043
msgid "Users"
msgstr "Nutzer"
-#: mod/admin.php:185 mod/admin.php:2068 mod/admin.php:2128 mod/settings.php:99
+#: mod/admin.php:196 mod/admin.php:2142 mod/admin.php:2202 mod/settings.php:99
msgid "Addons"
msgstr "Addons"
-#: mod/admin.php:186 mod/admin.php:2332 mod/admin.php:2376
+#: mod/admin.php:197 mod/admin.php:2398 mod/admin.php:2442
msgid "Themes"
msgstr "Themen"
-#: mod/admin.php:187 mod/settings.php:77
+#: mod/admin.php:198 mod/settings.php:77
msgid "Additional features"
msgstr "Zusätzliche Features"
-#: mod/admin.php:188 mod/admin.php:312 mod/register.php:280
-#: src/Content/Nav.php:228 src/Module/Tos.php:71
+#: mod/admin.php:199 mod/admin.php:322 mod/register.php:280
+#: src/Content/Nav.php:227 src/Module/Tos.php:71
msgid "Terms of Service"
msgstr "Nutzungsbedingungen"
-#: mod/admin.php:189
+#: mod/admin.php:200
msgid "Database"
msgstr "Datenbank"
-#: mod/admin.php:190
+#: mod/admin.php:201
msgid "DB updates"
msgstr "DB Updates"
-#: mod/admin.php:191 mod/admin.php:796
+#: mod/admin.php:202 mod/admin.php:806
msgid "Inspect Queue"
msgstr "Warteschlange Inspizieren"
-#: mod/admin.php:192
+#: mod/admin.php:203
msgid "Inspect Deferred Workers"
msgstr "Verzögerte Worker inspizieren"
-#: mod/admin.php:193
+#: mod/admin.php:204
msgid "Inspect worker Queue"
msgstr "Worker Warteschlange inspizieren"
-#: mod/admin.php:194
+#: mod/admin.php:205
msgid "Tools"
msgstr "Werkzeuge"
-#: mod/admin.php:195
+#: mod/admin.php:206
msgid "Contact Blocklist"
msgstr "Kontakt Sperrliste"
-#: mod/admin.php:196 mod/admin.php:376
+#: mod/admin.php:207 mod/admin.php:386
msgid "Server Blocklist"
msgstr "Server Blockliste"
-#: mod/admin.php:197 mod/admin.php:534
+#: mod/admin.php:208 mod/admin.php:544
msgid "Delete Item"
msgstr "Eintrag löschen"
-#: mod/admin.php:198 mod/admin.php:199 mod/admin.php:2451
+#: mod/admin.php:209 mod/admin.php:210 mod/admin.php:2517
msgid "Logs"
msgstr "Protokolle"
-#: mod/admin.php:200 mod/admin.php:2518
+#: mod/admin.php:211 mod/admin.php:2584
msgid "View Logs"
msgstr "Protokolle anzeigen"
-#: mod/admin.php:202
+#: mod/admin.php:213
msgid "Diagnostics"
msgstr "Diagnostik"
-#: mod/admin.php:203
+#: mod/admin.php:214
msgid "PHP Info"
msgstr "PHP Info"
-#: mod/admin.php:204
+#: mod/admin.php:215
msgid "probe address"
msgstr "Adresse untersuchen"
-#: mod/admin.php:205
+#: mod/admin.php:216
msgid "check webfinger"
msgstr "Webfinger überprüfen"
-#: mod/admin.php:225 src/Content/Nav.php:268
+#: mod/admin.php:236 src/Content/Nav.php:267
msgid "Admin"
msgstr "Administration"
-#: mod/admin.php:226
+#: mod/admin.php:237
msgid "Addon Features"
msgstr "Addon Features"
-#: mod/admin.php:227
+#: mod/admin.php:238
msgid "User registrations waiting for confirmation"
msgstr "Nutzeranmeldungen die auf Bestätigung warten"
-#: mod/admin.php:311 mod/admin.php:375 mod/admin.php:491 mod/admin.php:533
-#: mod/admin.php:752 mod/admin.php:795 mod/admin.php:846 mod/admin.php:964
-#: mod/admin.php:1477 mod/admin.php:1951 mod/admin.php:2067 mod/admin.php:2127
-#: mod/admin.php:2331 mod/admin.php:2375 mod/admin.php:2450 mod/admin.php:2517
+#: mod/admin.php:321 mod/admin.php:385 mod/admin.php:501 mod/admin.php:543
+#: mod/admin.php:762 mod/admin.php:805 mod/admin.php:856 mod/admin.php:974
+#: mod/admin.php:1548 mod/admin.php:2025 mod/admin.php:2141 mod/admin.php:2201
+#: mod/admin.php:2397 mod/admin.php:2441 mod/admin.php:2516 mod/admin.php:2583
msgid "Administration"
msgstr "Administration"
-#: mod/admin.php:313
+#: mod/admin.php:323
msgid "Display Terms of Service"
msgstr "Nutzungsbedingungen anzeigen"
-#: mod/admin.php:313
+#: mod/admin.php:323
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 "Aktiviert die Seite für die Nutzungsbedingungen. Ist dies der Fall werden sie auch von der Registrierungsseite und der allgemeinen Informationsseite verlinkt."
-#: mod/admin.php:314
+#: mod/admin.php:324
msgid "Display Privacy Statement"
msgstr "Datenschutzerklärung anzeigen"
-#: mod/admin.php:314
+#: mod/admin.php:324
#, php-format
msgid ""
"Show some informations regarding the needed information to operate the node "
"according e.g. to EU-GDPR."
msgstr "Zeige Informationen über die zum Betrieb der Seite notwendigen personenbezogenen Daten an, wie es z.B. die EU-DSGVO verlangt."
-#: mod/admin.php:315
+#: mod/admin.php:325
msgid "Privacy Statement Preview"
msgstr "Vorschau: Datenschutzerklärung"
-#: mod/admin.php:317
+#: mod/admin.php:327
msgid "The Terms of Service"
msgstr "Die Nutzungsbedingungen"
-#: mod/admin.php:317
+#: mod/admin.php:327
msgid ""
"Enter the Terms of Service for your node here. You can use BBCode. Headers "
"of sections should be [h2] and below."
msgstr "Füge hier die Nutzungsbedingungen deines Knotens ein. Du kannst BBCode zur Formatierung verwenden. Überschriften sollten [h2] oder darunter sein."
-#: mod/admin.php:319 mod/admin.php:1479 mod/admin.php:2129 mod/admin.php:2377
-#: mod/admin.php:2452 mod/admin.php:2599 mod/delegate.php:176
+#: mod/admin.php:329 mod/admin.php:1550 mod/admin.php:2203 mod/admin.php:2443
+#: mod/admin.php:2518 mod/admin.php:2665 mod/delegate.php:176
#: mod/settings.php:668 mod/settings.php:775 mod/settings.php:863
#: mod/settings.php:952 mod/settings.php:1177
msgid "Save Settings"
msgstr "Einstellungen speichern"
-#: mod/admin.php:367 mod/admin.php:385 mod/dfrn_request.php:346
-#: mod/friendica.php:122 src/Model/Contact.php:1645
+#: mod/admin.php:377 mod/admin.php:395 mod/dfrn_request.php:346
+#: mod/friendica.php:123 src/Model/Contact.php:1653
msgid "Blocked domain"
msgstr "Blockierte Domain"
-#: mod/admin.php:367
+#: mod/admin.php:377
msgid "The blocked domain"
msgstr "Die blockierte Domain"
-#: mod/admin.php:368 mod/admin.php:386 mod/friendica.php:122
+#: mod/admin.php:378 mod/admin.php:396 mod/friendica.php:123
msgid "Reason for the block"
msgstr "Begründung für die Blockierung"
-#: mod/admin.php:368 mod/admin.php:381
+#: mod/admin.php:378 mod/admin.php:391
msgid "The reason why you blocked this domain."
msgstr "Die Begründung warum du diese Domain blockiert hast."
-#: mod/admin.php:369
+#: mod/admin.php:379
msgid "Delete domain"
msgstr "Domain löschen"
-#: mod/admin.php:369
+#: mod/admin.php:379
msgid "Check to delete this entry from the blocklist"
msgstr "Markieren, um diesen Eintrag von der Blocklist zu entfernen"
-#: mod/admin.php:377
+#: mod/admin.php:387
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 "
@@ -1071,264 +1090,264 @@ msgid ""
"server."
msgstr "Auf dieser Seite kannst du die Liste der blockierten Domains aus dem föderalen Netzwerk verwalten, denen es untersagt ist mit deinem Knoten zu interagieren. Für jede der blockierten Domains musst du außerdem einen Grund für die Sperrung angeben."
-#: mod/admin.php:378
+#: mod/admin.php:388
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 "Die Liste der blockierten Domains wird auf der /friendica Seite öffentlich einsehbar gemacht, damit deine Nutzer und Personen die Kommunikationsprobleme erkunden, die Ursachen einfach finden können."
-#: mod/admin.php:379
+#: mod/admin.php:389
msgid "Add new entry to block list"
msgstr "Neuen Eintrag in die Blockliste"
-#: mod/admin.php:380
+#: mod/admin.php:390
msgid "Server Domain"
msgstr "Domain des Servers"
-#: mod/admin.php:380
+#: mod/admin.php:390
msgid ""
"The domain of the new server to add to the block list. Do not include the "
"protocol."
msgstr "Der Domain-Name des Servers der geblockt werden soll. Gib das Protokoll nicht mit an!"
-#: mod/admin.php:381
+#: mod/admin.php:391
msgid "Block reason"
msgstr "Begründung der Blockierung"
-#: mod/admin.php:382
+#: mod/admin.php:392
msgid "Add Entry"
msgstr "Eintrag hinzufügen"
-#: mod/admin.php:383
+#: mod/admin.php:393
msgid "Save changes to the blocklist"
msgstr "Änderungen der Blockliste speichern"
-#: mod/admin.php:384
+#: mod/admin.php:394
msgid "Current Entries in the Blocklist"
msgstr "Aktuelle Einträge der Blockliste"
-#: mod/admin.php:387
+#: mod/admin.php:397
msgid "Delete entry from blocklist"
msgstr "Eintrag von der Blockliste entfernen"
-#: mod/admin.php:390
+#: mod/admin.php:400
msgid "Delete entry from blocklist?"
msgstr "Eintrag von der Blockliste entfernen?"
-#: mod/admin.php:416
+#: mod/admin.php:426
msgid "Server added to blocklist."
msgstr "Server zur Blockliste hinzugefügt."
-#: mod/admin.php:432
+#: mod/admin.php:442
msgid "Site blocklist updated."
msgstr "Blockliste aktualisiert."
-#: mod/admin.php:455 src/Core/Console/GlobalCommunityBlock.php:68
+#: mod/admin.php:465 src/Core/Console/GlobalCommunityBlock.php:68
msgid "The contact has been blocked from the node"
msgstr "Der Kontakt wurde von diesem Knoten geblockt"
-#: mod/admin.php:457 src/Core/Console/GlobalCommunityBlock.php:65
+#: mod/admin.php:467 src/Core/Console/GlobalCommunityBlock.php:65
#, php-format
msgid "Could not find any contact entry for this URL (%s)"
msgstr "Für die URL (%s) konnte kein Kontakt gefunden werden"
-#: mod/admin.php:464
+#: mod/admin.php:474
#, php-format
msgid "%s contact unblocked"
msgid_plural "%s contacts unblocked"
msgstr[0] "%sKontakt wieder freigegeben"
msgstr[1] "%sKontakte wieder freigegeben"
-#: mod/admin.php:492
+#: mod/admin.php:502
msgid "Remote Contact Blocklist"
msgstr "Sperrliste entfernter Kontakte"
-#: mod/admin.php:493
+#: mod/admin.php:503
msgid ""
"This page allows you to prevent any message from a remote contact to reach "
"your node."
msgstr "Auf dieser Seite kannst du Accounts von anderen Knoten blockieren und damit verhindern, dass ihre Beiträge von deinem Knoten angenommen werden."
-#: mod/admin.php:494
+#: mod/admin.php:504
msgid "Block Remote Contact"
msgstr "Blockiere entfernten Kontakt"
-#: mod/admin.php:495 mod/admin.php:1954
+#: mod/admin.php:505 mod/admin.php:2028
msgid "select all"
msgstr "Alle auswählen"
-#: mod/admin.php:496
+#: mod/admin.php:506
msgid "select none"
msgstr "Auswahl aufheben"
-#: mod/admin.php:497 mod/admin.php:1963 src/Module/Contact.php:623
-#: src/Module/Contact.php:825 src/Module/Contact.php:1078
+#: mod/admin.php:507 mod/admin.php:2037 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1080
msgid "Block"
msgstr "Sperren"
-#: mod/admin.php:498 mod/admin.php:1965 src/Module/Contact.php:623
-#: src/Module/Contact.php:825 src/Module/Contact.php:1078
+#: mod/admin.php:508 mod/admin.php:2039 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1080
msgid "Unblock"
msgstr "Entsperren"
-#: mod/admin.php:499
+#: mod/admin.php:509
msgid "No remote contact is blocked from this node."
msgstr "Derzeit werden keine Kontakte auf diesem Knoten blockiert."
-#: mod/admin.php:501
+#: mod/admin.php:511
msgid "Blocked Remote Contacts"
msgstr "Blockierte Kontakte von anderen Knoten"
-#: mod/admin.php:502
+#: mod/admin.php:512
msgid "Block New Remote Contact"
msgstr "Blockieren von weiteren Kontakten"
-#: mod/admin.php:503
+#: mod/admin.php:513
msgid "Photo"
msgstr "Foto:"
-#: mod/admin.php:503 mod/admin.php:1946 mod/admin.php:1957 mod/admin.php:1971
-#: mod/admin.php:1987 mod/crepair.php:161 mod/settings.php:670
+#: mod/admin.php:513 mod/admin.php:2020 mod/admin.php:2031 mod/admin.php:2045
+#: mod/admin.php:2061 mod/crepair.php:161 mod/settings.php:670
#: mod/settings.php:696
msgid "Name"
msgstr "Name"
-#: mod/admin.php:503 mod/profiles.php:395
+#: mod/admin.php:513 mod/profiles.php:395
msgid "Address"
msgstr "Adresse"
-#: mod/admin.php:503 mod/admin.php:513 mod/follow.php:167
+#: mod/admin.php:513 mod/admin.php:523 mod/follow.php:167
#: mod/notifications.php:177 mod/notifications.php:261 mod/unfollow.php:137
#: src/Module/Contact.php:642
msgid "Profile URL"
msgstr "Profil URL"
-#: mod/admin.php:511
+#: mod/admin.php:521
#, php-format
msgid "%s total blocked contact"
msgid_plural "%s total blocked contacts"
msgstr[0] "Insgesamt %s blockierter Kontakt"
msgstr[1] "Insgesamt %s blockierte Kontakte"
-#: mod/admin.php:513
+#: mod/admin.php:523
msgid "URL of the remote contact to block."
msgstr "Die URL des Kontakts, vom entfernten Server, der blockiert werden soll."
-#: mod/admin.php:535
+#: mod/admin.php:545
msgid "Delete this Item"
msgstr "Diesen Eintrag löschen"
-#: mod/admin.php:536
+#: mod/admin.php:546
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 "Auf dieser Seite kannst du Einträge von deinem Knoten löschen. Wenn der Eintrag der Anfang einer Diskussion ist, wird der gesamte Diskussionsverlauf gelöscht."
-#: mod/admin.php:537
+#: mod/admin.php:547
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 "Zur Löschung musst du die GUID des Eintrags kennen. Diese findest du z.B. durch die /display URL des Eintrags. Der letzte Teil der URL ist die GUID. Lautet die URL beispielsweise http://example.com/display/123456 ist die GUID 123456."
-#: mod/admin.php:538
+#: mod/admin.php:548
msgid "GUID"
msgstr "GUID"
-#: mod/admin.php:538
+#: mod/admin.php:548
msgid "The GUID of the item you want to delete."
msgstr "Die GUID des zu löschenden Eintrags"
-#: mod/admin.php:572
+#: mod/admin.php:582
msgid "Item marked for deletion."
msgstr "Eintrag wurden zur Löschung markiert"
-#: mod/admin.php:643
+#: mod/admin.php:653
msgid "unknown"
msgstr "Unbekannt"
-#: mod/admin.php:746
+#: mod/admin.php:756
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 "Diese Seite präsentiert einige Zahlen zu dem bekannten Teil des föderalen sozialen Netzwerks, von dem deine Friendica Installation ein Teil ist. Diese Zahlen sind nicht absolut und reflektieren nur den Teil des Netzwerks, den dein Knoten kennt."
-#: mod/admin.php:747
+#: mod/admin.php:757
msgid ""
"The Auto Discovered Contact Directory feature is not enabled, it "
"will improve the data displayed here."
-msgstr "Die Funktion um Automatisch ein Kontaktverzeichnis erstellen ist nicht aktiv. Es wird die hier angezeigten Daten verbessern."
+msgstr "Die Funktion um Regelmäßig globale Kontakte überprüfen ist nicht aktiv. Es wird die hier angezeigten Daten verbessern."
-#: mod/admin.php:759
+#: mod/admin.php:769
#, php-format
msgid ""
"Currently this node is aware of %d nodes with %d registered users from the "
"following platforms:"
msgstr "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:"
-#: mod/admin.php:798 mod/admin.php:849
+#: mod/admin.php:808 mod/admin.php:859
msgid "ID"
msgstr "ID"
-#: mod/admin.php:799
+#: mod/admin.php:809
msgid "Recipient Name"
msgstr "Empfänger Name"
-#: mod/admin.php:800
+#: mod/admin.php:810
msgid "Recipient Profile"
msgstr "Empfänger Profil"
-#: mod/admin.php:801 src/Content/Nav.php:233
-#: src/Core/NotificationsManager.php:178 view/theme/frio/theme.php:280
+#: mod/admin.php:811 src/Content/Nav.php:232
+#: src/Core/NotificationsManager.php:178 view/theme/frio/theme.php:267
msgid "Network"
msgstr "Netzwerk"
-#: mod/admin.php:802 mod/admin.php:851
+#: mod/admin.php:812 mod/admin.php:861
msgid "Created"
msgstr "Erstellt"
-#: mod/admin.php:803
+#: mod/admin.php:813
msgid "Last Tried"
msgstr "Zuletzt versucht"
-#: mod/admin.php:804
+#: mod/admin.php:814
msgid ""
"This page lists the content of the queue for outgoing postings. These are "
"postings the initial delivery failed for. They will be resend later and "
"eventually deleted if the delivery fails permanently."
msgstr "Auf dieser Seite werden die in der Warteschlange eingereihten Beiträge aufgelistet. Bei diesen Beiträgen schlug die erste Zustellung fehl. Es wird später wiederholt versucht die Beiträge zuzustellen, bis sie schließlich gelöscht werden."
-#: mod/admin.php:825
+#: mod/admin.php:835
msgid "Inspect Deferred Worker Queue"
msgstr "Verzögerte Worker-Warteschlange inspizieren"
-#: mod/admin.php:826
+#: mod/admin.php:836
msgid ""
"This page lists the deferred worker jobs. This are jobs that couldn't be "
"executed at the first time."
msgstr "Auf dieser Seite werden die aufgeschobenen Worker-Jobs aufgelistet. Dies sind Jobs, die beim ersten Mal nicht ausgeführt werden konnten."
-#: mod/admin.php:829
+#: mod/admin.php:839
msgid "Inspect Worker Queue"
msgstr "Worker Warteschlange inspizieren"
-#: mod/admin.php:830
+#: mod/admin.php:840
msgid ""
"This page lists the currently queued worker jobs. These jobs are handled by "
"the worker cronjob you've set up during install."
msgstr "Auf dieser Seite werden die derzeit in der Warteschlange befindlichen Worker-Jobs aufgelistet. Diese Jobs werden vom Cronjob verarbeitet, den Sie während der Installation eingerichtet haben."
-#: mod/admin.php:850
+#: mod/admin.php:860
msgid "Job Parameters"
msgstr "Parameter der Aufgabe"
-#: mod/admin.php:852
+#: mod/admin.php:862
msgid "Priority"
msgstr "Priorität"
-#: mod/admin.php:877
+#: mod/admin.php:887
#, php-format
msgid ""
"Your DB still runs with MyISAM tables. You should change the engine type to "
@@ -1339,32 +1358,32 @@ msgid ""
" an automatic conversion.
"
msgstr "Deine DB verwendet derzeit noch MyISAM Tabellen. Du solltest die Datenbank Engine auf InnoDB umstellen, da Friendica in Zukunft InnoDB Features verwenden wird. Eine Anleitung zur Umstellung der Datenbank kannst du hier finden. Du kannst außerdem mit dem Befehl php bin/console.php dbstructure toinnodb auf der Kommandozeile die Umstellung automatisch vornehmen lassen."
-#: mod/admin.php:884
+#: mod/admin.php:894
#, 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 "Es gibt eine neue Version von Friendica. Du verwendest derzeit die Version %1$s, die aktuelle Version ist %2$s."
-#: mod/admin.php:894
+#: mod/admin.php:904
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 "Das Update der Datenbank ist fehlgeschlagen. Bitte führe 'php bin/console.php dbstructure update' in der Kommandozeile aus und achte auf eventuell auftretende Fehlermeldungen."
-#: mod/admin.php:900
+#: mod/admin.php:910
msgid "The worker was never executed. Please check your database structure!"
msgstr "Der Hintergrundprozess (worker) wurde noch nie gestartet. Bitte überprüfe deine Datenbankstruktur."
-#: mod/admin.php:903
+#: mod/admin.php:913
#, php-format
msgid ""
"The last worker execution was on %s UTC. This is older than one hour. Please"
" check your crontab settings."
msgstr "Der Hintergrundprozess (worker) wurde zuletzt um %s UTC ausgeführt. Das war vor mehr als einer Stunde. Bitte überprüfe deine crontab Einstellungen."
-#: mod/admin.php:909
+#: mod/admin.php:919
#, php-format
msgid ""
"Friendica's configuration now is stored in config/local.config.php, please "
@@ -1373,7 +1392,7 @@ msgid ""
"help with the transition."
msgstr "Die Konfiguration von Friendica befindet sich ab jetzt in der 'config/local.ini.php' Datei. Kopiere bitte die Datei 'config/local-sample.config.php' nach 'config/local.config.php' und setze die Konfigurationvariablen so wie in der alten .htconfig.php
. Wie die Übertragung der Werte aussehen muss kannst du der Konfiguration Hilfeseite entnehmen."
-#: mod/admin.php:916
+#: mod/admin.php:926
#, php-format
msgid ""
"%s is not reachable on your system. This is a severe "
@@ -1381,494 +1400,506 @@ msgid ""
"href=\"%s\">the installation page for help."
msgstr "%s konnte von deinem System nicht aufgerufen werden. Dies deitet auf ein schwerwiegendes Problem deiner Konfiguration hin. Bitte konsultiere die Installations-Dokumentation zum Beheben des Problems."
-#: mod/admin.php:922
+#: mod/admin.php:932
msgid "Normal Account"
msgstr "Normales Konto"
-#: mod/admin.php:923
+#: mod/admin.php:933
msgid "Automatic Follower Account"
msgstr "Automatisch folgendes Konto (Marktschreier)"
-#: mod/admin.php:924
+#: mod/admin.php:934
msgid "Public Forum Account"
msgstr "Öffentliches Forum Konto"
-#: mod/admin.php:925
+#: mod/admin.php:935
msgid "Automatic Friend Account"
msgstr "Automatische Freunde Seite"
-#: mod/admin.php:926
+#: mod/admin.php:936
msgid "Blog Account"
msgstr "Blog-Konto"
-#: mod/admin.php:927
+#: mod/admin.php:937
msgid "Private Forum Account"
msgstr "Privates Forum Konto"
-#: mod/admin.php:950
+#: mod/admin.php:960
msgid "Message queues"
msgstr "Nachrichten-Warteschlangen"
-#: mod/admin.php:956
+#: mod/admin.php:966
msgid "Server Settings"
msgstr "Servereinstellungen"
-#: mod/admin.php:965
+#: mod/admin.php:975
msgid "Summary"
msgstr "Zusammenfassung"
-#: mod/admin.php:967
+#: mod/admin.php:977
msgid "Registered users"
msgstr "Registrierte Personen"
-#: mod/admin.php:969
+#: mod/admin.php:979
msgid "Pending registrations"
msgstr "Anstehende Anmeldungen"
-#: mod/admin.php:970
+#: mod/admin.php:980
msgid "Version"
msgstr "Version"
-#: mod/admin.php:975
+#: mod/admin.php:985
msgid "Active addons"
msgstr "Aktivierte Addons"
-#: mod/admin.php:1007
+#: mod/admin.php:1017
msgid "Can not parse base url. Must have at least ://"
msgstr "Die Basis-URL konnte nicht analysiert werden. Sie muss mindestens aus :// bestehen"
-#: mod/admin.php:1343
+#: mod/admin.php:1387
msgid "Site settings updated."
msgstr "Seiteneinstellungen aktualisiert."
-#: mod/admin.php:1371 mod/settings.php:896
+#: mod/admin.php:1415 mod/settings.php:896
msgid "No special theme for mobile devices"
msgstr "Kein spezielles Theme für mobile Geräte verwenden."
-#: mod/admin.php:1400
+#: mod/admin.php:1444
msgid "No community page for local users"
msgstr "Keine Gemeinschaftsseite für lokale Nutzer"
-#: mod/admin.php:1401
+#: mod/admin.php:1445
msgid "No community page"
msgstr "Keine Gemeinschaftsseite"
-#: mod/admin.php:1402
+#: mod/admin.php:1446
msgid "Public postings from users of this site"
msgstr "Öffentliche Beiträge von NutzerInnen dieser Seite"
-#: mod/admin.php:1403
+#: mod/admin.php:1447
msgid "Public postings from the federated network"
msgstr "Öffentliche Beiträge aus dem föderalen Netzwerk"
-#: mod/admin.php:1404
+#: mod/admin.php:1448
msgid "Public postings from local users and the federated network"
msgstr "Öffentliche Beiträge von lokalen Nutzern und aus dem föderalen Netzwerk"
-#: mod/admin.php:1408 mod/admin.php:1576 mod/admin.php:1586
+#: mod/admin.php:1452 mod/admin.php:1650 mod/admin.php:1660
#: src/Module/Contact.php:548
msgid "Disabled"
msgstr "Deaktiviert"
-#: mod/admin.php:1410
+#: mod/admin.php:1454
msgid "Users, Global Contacts"
msgstr "Nutzer, globale Kontakte"
-#: mod/admin.php:1411
+#: mod/admin.php:1455
msgid "Users, Global Contacts/fallback"
msgstr "Nutzer, globale Kontakte / Fallback"
-#: mod/admin.php:1415
+#: mod/admin.php:1459
msgid "One month"
msgstr "ein Monat"
-#: mod/admin.php:1416
+#: mod/admin.php:1460
msgid "Three months"
msgstr "drei Monate"
-#: mod/admin.php:1417
+#: mod/admin.php:1461
msgid "Half a year"
msgstr "ein halbes Jahr"
-#: mod/admin.php:1418
+#: mod/admin.php:1462
msgid "One year"
msgstr "ein Jahr"
-#: mod/admin.php:1423
+#: mod/admin.php:1467
msgid "Multi user instance"
msgstr "Mehrbenutzer Instanz"
-#: mod/admin.php:1447
+#: mod/admin.php:1491
msgid "Closed"
msgstr "Geschlossen"
-#: mod/admin.php:1448
+#: mod/admin.php:1492
msgid "Requires approval"
msgstr "Bedarf der Zustimmung"
-#: mod/admin.php:1449
+#: mod/admin.php:1493
msgid "Open"
msgstr "Offen"
-#: mod/admin.php:1453
+#: mod/admin.php:1497
msgid "No SSL policy, links will track page SSL state"
msgstr "Keine SSL Richtlinie, Links werden das verwendete Protokoll beibehalten"
-#: mod/admin.php:1454
+#: mod/admin.php:1498
msgid "Force all links to use SSL"
msgstr "SSL für alle Links erzwingen"
-#: mod/admin.php:1455
+#: mod/admin.php:1499
msgid "Self-signed certificate, use SSL for local links only (discouraged)"
msgstr "Selbst-unterzeichnetes Zertifikat, SSL nur für lokale Links verwenden (nicht empfohlen)"
-#: mod/admin.php:1459
+#: mod/admin.php:1503
msgid "Don't check"
msgstr "Nicht überprüfen"
-#: mod/admin.php:1460
+#: mod/admin.php:1504
msgid "check the stable version"
msgstr "überprüfe die stabile Version"
-#: mod/admin.php:1461
+#: mod/admin.php:1505
msgid "check the development version"
msgstr "überprüfe die Entwicklungsversion"
-#: mod/admin.php:1480
+#: mod/admin.php:1524 mod/settings.php:856 mod/settings.php:861
+msgid "None"
+msgstr "Keine"
+
+#: mod/admin.php:1551
msgid "Republish users to directory"
msgstr "Nutzer erneut im globalen Verzeichnis veröffentlichen."
-#: mod/admin.php:1481 mod/register.php:257
+#: mod/admin.php:1552 mod/register.php:257
msgid "Registration"
msgstr "Registrierung"
-#: mod/admin.php:1482
+#: mod/admin.php:1553
msgid "File upload"
msgstr "Datei hochladen"
-#: mod/admin.php:1483
+#: mod/admin.php:1554
msgid "Policies"
msgstr "Regeln"
-#: mod/admin.php:1484 mod/events.php:570 src/Model/Profile.php:879
-#: src/Module/Contact.php:903
+#: mod/admin.php:1555 mod/events.php:570 src/Model/Profile.php:883
+#: src/Module/Contact.php:905
msgid "Advanced"
msgstr "Erweitert"
-#: mod/admin.php:1485
+#: mod/admin.php:1556
msgid "Auto Discovered Contact Directory"
msgstr "Automatisch ein Kontaktverzeichnis erstellen"
-#: mod/admin.php:1486
+#: mod/admin.php:1557
msgid "Performance"
msgstr "Performance"
-#: mod/admin.php:1487
+#: mod/admin.php:1558
msgid "Worker"
msgstr "Worker"
-#: mod/admin.php:1488
+#: mod/admin.php:1559
msgid "Message Relay"
msgstr "Nachrichten Relais"
-#: mod/admin.php:1489
+#: mod/admin.php:1560
msgid "Relocate Instance"
msgstr "Instanz Umziehen"
-#: mod/admin.php:1490
+#: mod/admin.php:1561
msgid "Warning! Advanced function. Could make this server unreachable."
msgstr "WARNUNG: Funktion für Fortgeschrittene. Könnte diesen Server unerreichbar machen."
-#: mod/admin.php:1494
+#: mod/admin.php:1565
msgid "Site name"
msgstr "Seitenname"
-#: mod/admin.php:1495
+#: mod/admin.php:1566
msgid "Host name"
msgstr "Host Name"
-#: mod/admin.php:1496
+#: mod/admin.php:1567
msgid "Sender Email"
msgstr "Absender für Emails"
-#: mod/admin.php:1496
+#: mod/admin.php:1567
msgid ""
"The email address your server shall use to send notification emails from."
msgstr "Die E-Mail Adresse die dein Server zum Versenden von Benachrichtigungen verwenden soll."
-#: mod/admin.php:1497
+#: mod/admin.php:1568
msgid "Banner/Logo"
msgstr "Banner/Logo"
-#: mod/admin.php:1498
+#: mod/admin.php:1569
msgid "Shortcut icon"
msgstr "Shortcut Icon"
-#: mod/admin.php:1498
+#: mod/admin.php:1569
msgid "Link to an icon that will be used for browsers."
msgstr "Link zu einem Icon, das Browser verwenden werden."
-#: mod/admin.php:1499
+#: mod/admin.php:1570
msgid "Touch icon"
msgstr "Touch Icon"
-#: mod/admin.php:1499
+#: mod/admin.php:1570
msgid "Link to an icon that will be used for tablets and mobiles."
msgstr "Link zu einem Icon das Tablets und Handies verwenden sollen."
-#: mod/admin.php:1500
+#: mod/admin.php:1571
msgid "Additional Info"
msgstr "Zusätzliche Informationen"
-#: mod/admin.php:1500
+#: mod/admin.php:1571
#, php-format
msgid ""
"For public servers: you can add additional information here that will be "
"listed at %s/servers."
msgstr "Für öffentliche Server kannst Du hier zusätzliche Informationen angeben, die dann auf %s/servers angezeigt werden."
-#: mod/admin.php:1501
+#: mod/admin.php:1572
msgid "System language"
msgstr "Systemsprache"
-#: mod/admin.php:1502
+#: mod/admin.php:1573
msgid "System theme"
msgstr "Systemweites Theme"
-#: mod/admin.php:1502
+#: mod/admin.php:1573
msgid ""
"Default system theme - may be over-ridden by user profiles - change theme settings"
msgstr "Vorgabe für das System-Theme - kann von Benutzerprofilen überschrieben werden - Theme-Einstellungen ändern"
-#: mod/admin.php:1503
+#: mod/admin.php:1574
msgid "Mobile system theme"
msgstr "Systemweites mobiles Theme"
-#: mod/admin.php:1503
+#: mod/admin.php:1574
msgid "Theme for mobile devices"
msgstr "Thema für mobile Geräte"
-#: mod/admin.php:1504
+#: mod/admin.php:1575
msgid "SSL link policy"
msgstr "Regeln für SSL Links"
-#: mod/admin.php:1504
+#: mod/admin.php:1575
msgid "Determines whether generated links should be forced to use SSL"
msgstr "Bestimmt, ob generierte Links SSL verwenden müssen"
-#: mod/admin.php:1505
+#: mod/admin.php:1576
msgid "Force SSL"
msgstr "Erzwinge SSL"
-#: mod/admin.php:1505
+#: mod/admin.php:1576
msgid ""
"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
" to endless loops."
msgstr "Erzinge alle Nicht-SSL Anfragen auf SSL - Achtung: auf manchen Systemen verursacht dies eine Endlosschleife."
-#: mod/admin.php:1506
+#: mod/admin.php:1577
msgid "Hide help entry from navigation menu"
msgstr "Verberge den Menüeintrag für die Hilfe im Navigationsmenü"
-#: mod/admin.php:1506
+#: mod/admin.php:1577
msgid ""
"Hides the menu entry for the Help pages from the navigation menu. You can "
"still access it calling /help directly."
msgstr "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden."
-#: mod/admin.php:1507
+#: mod/admin.php:1578
msgid "Single user instance"
msgstr "Ein-Nutzer Instanz"
-#: mod/admin.php:1507
+#: mod/admin.php:1578
msgid "Make this instance multi-user or single-user for the named user"
msgstr "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt."
-#: mod/admin.php:1508
+#: mod/admin.php:1580
+msgid "File storage backend"
+msgstr "Datenspeicher im Hintergrund"
+
+#: mod/admin.php:1580
+msgid "Backend used to store uploaded files data"
+msgstr "Benutzter Datenspeicher um hochgeladene Daten zu speichern"
+
+#: mod/admin.php:1582
msgid "Maximum image size"
msgstr "Maximale Bildgröße"
-#: mod/admin.php:1508
+#: mod/admin.php:1582
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit."
-#: mod/admin.php:1509
+#: mod/admin.php:1583
msgid "Maximum image length"
msgstr "Maximale Bildlänge"
-#: mod/admin.php:1509
+#: mod/admin.php:1583
msgid ""
"Maximum length in pixels of the longest side of uploaded images. Default is "
"-1, which means no limits."
msgstr "Maximale Länge in Pixeln der längsten Seite eines hoch geladenen Bildes. Grundeinstellung ist -1 was keine Einschränkung bedeutet."
-#: mod/admin.php:1510
+#: mod/admin.php:1584
msgid "JPEG image quality"
msgstr "Qualität des JPEG Bildes"
-#: mod/admin.php:1510
+#: mod/admin.php:1584
msgid ""
"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
"100, which is full quality."
msgstr "Hoch geladene JPEG Bilder werden mit dieser Qualität [0-100] gespeichert. Grundeinstellung ist 100, kein Qualitätsverlust."
-#: mod/admin.php:1512
+#: mod/admin.php:1586
msgid "Register policy"
msgstr "Registrierungsmethode"
-#: mod/admin.php:1513
+#: mod/admin.php:1587
msgid "Maximum Daily Registrations"
msgstr "Maximum täglicher Registrierungen"
-#: mod/admin.php:1513
+#: mod/admin.php:1587
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 "Wenn die Registrierung weiter oben erlaubt ist, regelt dies die maximale Anzahl von Neuanmeldungen pro Tag. Wenn die Registrierung geschlossen ist, hat diese Einstellung keinen Effekt."
-#: mod/admin.php:1514
+#: mod/admin.php:1588
msgid "Register text"
msgstr "Registrierungstext"
-#: mod/admin.php:1514
+#: mod/admin.php:1588
msgid ""
"Will be displayed prominently on the registration page. You can use BBCode "
"here."
msgstr "Wird gut sichtbar auf der Registrierungsseite angezeigt. BBCode kann verwendet werden."
-#: mod/admin.php:1515
+#: mod/admin.php:1589
msgid "Forbidden Nicknames"
msgstr "Verbotene Spitznamen"
-#: mod/admin.php:1515
+#: mod/admin.php:1589
msgid ""
"Comma separated list of nicknames that are forbidden from registration. "
"Preset is a list of role names according RFC 2142."
msgstr "Durch Kommas getrennte Liste von Spitznamen, die von der Registrierung ausgeschlossen sind. Die Vorgabe ist eine Liste von Rollennamen nach RFC 2142."
-#: mod/admin.php:1516
+#: mod/admin.php:1590
msgid "Accounts abandoned after x days"
msgstr "Nutzerkonten gelten nach x Tagen als unbenutzt"
-#: mod/admin.php:1516
+#: mod/admin.php:1590
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr "Verschwende keine System-Ressourcen auf das Pollen externer Seiten, wenn Konten nicht mehr benutzt werden. 0 eingeben für kein Limit."
-#: mod/admin.php:1517
+#: mod/admin.php:1591
msgid "Allowed friend domains"
msgstr "Erlaubte Domains für Kontakte"
-#: mod/admin.php:1517
+#: mod/admin.php:1591
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr "Liste der Domains, die für Kontakte erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
-#: mod/admin.php:1518
+#: mod/admin.php:1592
msgid "Allowed email domains"
msgstr "Erlaubte Domains für E-Mails"
-#: mod/admin.php:1518
+#: mod/admin.php:1592
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 "Liste der Domains, die für E-Mail-Adressen bei der Registrierung erlaubt sind, durch Kommas getrennt. Platzhalter werden akzeptiert. Leer lassen, um alle Domains zu erlauben."
-#: mod/admin.php:1519
+#: mod/admin.php:1593
msgid "No OEmbed rich content"
msgstr "OEmbed nicht verwenden"
-#: mod/admin.php:1519
+#: mod/admin.php:1593
msgid ""
"Don't show the rich content (e.g. embedded PDF), except from the domains "
"listed below."
msgstr "Verhindert das Einbetten von reichhaltigen Inhalten (z.B. eingebettete PDF Dateien). Ausgenommen von dieser Regel werden Domänen die unten aufgeführt werden."
-#: mod/admin.php:1520
+#: mod/admin.php:1594
msgid "Allowed OEmbed domains"
msgstr "Erlaubte OEmbed Domänen"
-#: mod/admin.php:1520
+#: mod/admin.php:1594
msgid ""
"Comma separated list of domains which oembed content is allowed to be "
"displayed. Wildcards are accepted."
msgstr "Komma separierte Liste von Domänen für die das einbetten reichhaltiger Inhalte erlaubt sind. Platzhalter können verwendet werden."
-#: mod/admin.php:1521
+#: mod/admin.php:1595
msgid "Block public"
msgstr "Öffentlichen Zugriff blockieren"
-#: mod/admin.php:1521
+#: mod/admin.php:1595
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently logged in."
msgstr "Klicken, um öffentlichen Zugriff auf sonst öffentliche Profile zu blockieren, wenn man nicht eingeloggt ist."
-#: mod/admin.php:1522
+#: mod/admin.php:1596
msgid "Force publish"
msgstr "Erzwinge Veröffentlichung"
-#: mod/admin.php:1522
+#: mod/admin.php:1596
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr "Klicken, um Anzeige aller Profile dieses Servers im Verzeichnis zu erzwingen."
-#: mod/admin.php:1522
+#: mod/admin.php:1596
msgid "Enabling this may violate privacy laws like the GDPR"
msgstr "Wenn du diese Option aktivierst, verstößt das unter Umständen gegen Gesetze wie die EU-DSGVO."
-#: mod/admin.php:1523
+#: mod/admin.php:1597
msgid "Global directory URL"
msgstr "URL des weltweiten Verzeichnisses"
-#: mod/admin.php:1523
+#: mod/admin.php:1597
msgid ""
"URL to the global directory. If this is not set, the global directory is "
"completely unavailable to the application."
msgstr "URL des weltweiten Verzeichnisses. Wenn diese nicht gesetzt ist, ist das Verzeichnis für die Applikation nicht erreichbar."
-#: mod/admin.php:1524
+#: mod/admin.php:1598
msgid "Private posts by default for new users"
msgstr "Private Beiträge als Standard für neue Nutzer"
-#: mod/admin.php:1524
+#: mod/admin.php:1598
msgid ""
"Set default post permissions for all new members to the default privacy "
"group rather than public."
msgstr "Die Standard-Zugriffsrechte für neue Nutzer werden so gesetzt, dass als Voreinstellung in die private Gruppe gepostet wird anstelle von öffentlichen Beiträgen."
-#: mod/admin.php:1525
+#: mod/admin.php:1599
msgid "Don't include post content in email notifications"
msgstr "Inhalte von Beiträgen nicht in E-Mail-Benachrichtigungen versenden"
-#: mod/admin.php:1525
+#: mod/admin.php:1599
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 "Inhalte von Beiträgen/Kommentaren/privaten Nachrichten/usw., zum Datenschutz nicht in E-Mail-Benachrichtigungen einbinden."
-#: mod/admin.php:1526
+#: mod/admin.php:1600
msgid "Disallow public access to addons listed in the apps menu."
msgstr "Öffentlichen Zugriff auf Addons im Apps Menü verbieten."
-#: mod/admin.php:1526
+#: mod/admin.php:1600
msgid ""
"Checking this box will restrict addons listed in the apps menu to members "
"only."
msgstr "Wenn ausgewählt werden die im Apps Menü aufgeführten Addons nur angemeldeten Nutzern der Seite zur Verfügung gestellt."
-#: mod/admin.php:1527
+#: mod/admin.php:1601
msgid "Don't embed private images in posts"
msgstr "Private Bilder nicht in Beiträgen einbetten."
-#: mod/admin.php:1527
+#: mod/admin.php:1601
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 "
@@ -1876,11 +1907,11 @@ msgid ""
"while."
msgstr "Ersetze lokal gehostete private Fotos in Beiträgen nicht mit einer eingebetteten Kopie des Bildes. Dies bedeutet, dass Kontakte, die Beiträge mit privaten Fotos erhalten sich zunächst auf den jeweiligen Servern authentifizieren müssen bevor die Bilder geladen und angezeigt werden, was eine gewisse Zeit dauert."
-#: mod/admin.php:1528
+#: mod/admin.php:1602
msgid "Explicit Content"
msgstr "Sensibler Inhalt"
-#: mod/admin.php:1528
+#: mod/admin.php:1602
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 "
@@ -1889,210 +1920,210 @@ msgid ""
"will be shown at the user registration page."
msgstr "Wählen Sie das um anzuzeigen, dass Ihr Knoten hauptsächlich für explizite Inhalte verwendet wird, die möglicherweise nicht für Minderjährige geeignet sind. Diese Info wird in der Knoteninformation veröffentlicht und kann durch das Globale Verzeichnis genutzt werden, um Ihren Knoten von den Auflistungen auszuschließen. Zusätzlich wird auf der Registrierungsseite ein Hinweis darüber angezeigt."
-#: mod/admin.php:1529
+#: mod/admin.php:1603
msgid "Allow Users to set remote_self"
msgstr "Nutzern erlauben das remote_self Flag zu setzen"
-#: mod/admin.php:1529
+#: mod/admin.php:1603
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 "Ist dies ausgewählt kann jeder Nutzer jeden seiner Kontakte als remote_self (entferntes Konto) im Kontakt reparieren Dialog markieren. Nach dem setzten dieses Flags werden alle Top-Level Beiträge dieser Kontakte automatisch in den Stream dieses Nutzers gepostet."
-#: mod/admin.php:1530
+#: mod/admin.php:1604
msgid "Block multiple registrations"
msgstr "Unterbinde Mehrfachregistrierung"
-#: mod/admin.php:1530
+#: mod/admin.php:1604
msgid "Disallow users to register additional accounts for use as pages."
msgstr "Benutzern nicht erlauben, weitere Konten für Organisationsseiten o.ä. mit der gleichen E-Mail Adresse anzulegen, um diese als ."
-#: mod/admin.php:1531
+#: mod/admin.php:1605
msgid "Disable OpenID"
msgstr "OpenID deaktivieren"
-#: mod/admin.php:1531
+#: mod/admin.php:1605
msgid "Disable OpenID support for registration and logins."
msgstr "OpenID-Unterstützung für Registrierung und Login."
-#: mod/admin.php:1532
+#: mod/admin.php:1606
msgid "No Fullname check"
msgstr "Namen nicht auf Vollständigkeit überprüfen"
-#: mod/admin.php:1532
+#: mod/admin.php:1606
msgid ""
"Allow users to register without a space between the first name and the last "
"name in their full name."
msgstr "Erlaubt es Nutzerkonten zu registrieren, bei denen im Namensfeld kein Leerzeichen als Trennung von Vor- und Nachname verwendet wird."
-#: mod/admin.php:1533
+#: mod/admin.php:1607
msgid "Community pages for visitors"
msgstr "Für Besucher verfügbare Gemeinschaftsseite"
-#: mod/admin.php:1533
+#: mod/admin.php:1607
msgid ""
"Which community pages should be available for visitors. Local users always "
"see both pages."
msgstr "Welche Gemeinschaftsseiten sollen für Besucher dieses Knotens verfügbar sein? Lokale Nutzer können grundsätzlich beide Gemeinschaftsseiten verwenden."
-#: mod/admin.php:1534
+#: mod/admin.php:1608
msgid "Posts per user on community page"
msgstr "Anzahl der Beiträge pro Benutzer auf der Gemeinschaftsseite"
-#: mod/admin.php:1534
+#: mod/admin.php:1608
msgid ""
"The maximum number of posts per user on the community page. (Not valid for "
"'Global Community')"
msgstr "Die Anzahl der Beiträge die von jedem Nutzer maximal auf der Gemeinschaftsseite angezeigt werden sollen. Dieser Parameter wird nicht für die Globale Gemeinschaftsseite genutzt."
-#: mod/admin.php:1535
+#: mod/admin.php:1609
msgid "Disable OStatus support"
msgstr "OStatus Unterstützung deaktivieren"
-#: mod/admin.php:1535
+#: mod/admin.php:1609
msgid ""
"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
"communications in OStatus are public, so privacy warnings will be "
"occasionally displayed."
msgstr "Die eingebaute OStatus (StatusNet, GNU Social, etc.) Unterstützung deaktivieren. Jede Kommunikation in OStatus ist öffentlich, Privatsphäre Warnungen werden nur bei Bedarf angezeigt."
-#: mod/admin.php:1536
+#: mod/admin.php:1610
msgid "Only import OStatus/ActivityPub threads from our contacts"
msgstr "Nur OStatus/ActivityPub Konversationen unserer Kontakte importieren"
-#: mod/admin.php:1536
+#: mod/admin.php:1610
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 "Normalerweise werden alle Inhalte von OStatus und ActivityPub Kontakten importiert. Mit dieser Option werden nur solche Konversationen gespeichert, die von Kontakten der Nutzer dieses Knotens gestartet wurden."
-#: mod/admin.php:1537
+#: mod/admin.php:1611
msgid "OStatus support can only be enabled if threading is enabled."
msgstr "OStatus Unterstützung kann nur aktiviert werden wenn \"Threading\" aktiviert ist. "
-#: mod/admin.php:1539
+#: mod/admin.php:1613
msgid ""
"Diaspora support can't be enabled because Friendica was installed into a sub"
" directory."
msgstr "Diaspora Unterstützung kann nicht aktiviert werden da Friendica in ein Unterverzeichnis installiert ist."
-#: mod/admin.php:1540
+#: mod/admin.php:1614
msgid "Enable Diaspora support"
msgstr "Diaspora Unterstützung aktivieren"
-#: mod/admin.php:1540
+#: mod/admin.php:1614
msgid "Provide built-in Diaspora network compatibility."
msgstr "Verwende die eingebaute Diaspora-Verknüpfung."
-#: mod/admin.php:1541
+#: mod/admin.php:1615
msgid "Only allow Friendica contacts"
msgstr "Nur Friendica-Kontakte erlauben"
-#: mod/admin.php:1541
+#: mod/admin.php:1615
msgid ""
"All contacts must use Friendica protocols. All other built-in communication "
"protocols disabled."
msgstr "Alle Kontakte müssen das Friendica Protokoll nutzen. Alle anderen Kommunikationsprotokolle werden deaktiviert."
-#: mod/admin.php:1542
+#: mod/admin.php:1616
msgid "Verify SSL"
msgstr "SSL Überprüfen"
-#: mod/admin.php:1542
+#: mod/admin.php:1616
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 "Wenn gewollt, kann man hier eine strenge Zertifikatkontrolle einstellen. Das bedeutet, dass man zu keinen Seiten mit selbst unterzeichnetem SSL eine Verbindung herstellen kann."
-#: mod/admin.php:1543
+#: mod/admin.php:1617
msgid "Proxy user"
msgstr "Proxy Nutzer"
-#: mod/admin.php:1544
+#: mod/admin.php:1618
msgid "Proxy URL"
msgstr "Proxy URL"
-#: mod/admin.php:1545
+#: mod/admin.php:1619
msgid "Network timeout"
msgstr "Netzwerk Wartezeit"
-#: mod/admin.php:1545
+#: mod/admin.php:1619
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr "Der Wert ist in Sekunden. Setze 0 für unbegrenzt (nicht empfohlen)."
-#: mod/admin.php:1546
+#: mod/admin.php:1620
msgid "Maximum Load Average"
msgstr "Maximum Load Average"
-#: mod/admin.php:1546
+#: mod/admin.php:1620
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr "Maximale Systemlast bevor Verteil- und Empfangsprozesse verschoben werden - Standard 50"
-#: mod/admin.php:1547
+#: mod/admin.php:1621
msgid "Maximum Load Average (Frontend)"
msgstr "Maximum Load Average (Frontend)"
-#: mod/admin.php:1547
+#: mod/admin.php:1621
msgid "Maximum system load before the frontend quits service - default 50."
msgstr "Maximale Systemlast bevor Vordergrundprozesse pausiert werden - Standard 50."
-#: mod/admin.php:1548
+#: mod/admin.php:1622
msgid "Minimal Memory"
msgstr "Minimaler Speicher"
-#: mod/admin.php:1548
+#: mod/admin.php:1622
msgid ""
"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
"default 0 (deactivated)."
msgstr "Minimal freier Speicher in MB für den Worker Prozess. Benötigt Zugriff auf /proc/meminfo - Standardwert ist 0 (deaktiviert)"
-#: mod/admin.php:1549
+#: mod/admin.php:1623
msgid "Maximum table size for optimization"
msgstr "Maximale Tabellengröße zur Optimierung"
-#: mod/admin.php:1549
+#: mod/admin.php:1623
msgid ""
"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
"disable it."
msgstr "Maximale Tabellengröße (in MB) für die automatische Optimierung - Gib -1 für Deaktivierung ein."
-#: mod/admin.php:1550
+#: mod/admin.php:1624
msgid "Minimum level of fragmentation"
msgstr "Minimaler Fragmentationsgrad"
-#: mod/admin.php:1550
+#: mod/admin.php:1624
msgid ""
"Minimum fragmenation level to start the automatic optimization - default "
"value is 30%."
msgstr "Minimales Fragmentationsgrad von Datenbanktabellen um die automatische Optimierung einzuleiten - Standardwert ist 30%"
-#: mod/admin.php:1552
+#: mod/admin.php:1626
msgid "Periodical check of global contacts"
msgstr "Regelmäßig globale Kontakte überprüfen"
-#: mod/admin.php:1552
+#: mod/admin.php:1626
msgid ""
"If enabled, the global contacts are checked periodically for missing or "
"outdated data and the vitality of the contacts and servers."
msgstr "Wenn diese Option aktiviert ist, werden die globalen Kontakte regelmäßig auf fehlende oder veraltete Daten sowie auf Erreichbarkeit des Kontakts und des Servers überprüft."
-#: mod/admin.php:1553
+#: mod/admin.php:1627
msgid "Days between requery"
msgstr "Tage zwischen erneuten Abfragen"
-#: mod/admin.php:1553
+#: mod/admin.php:1627
msgid "Number of days after which a server is requeried for his contacts."
msgstr "Legt das Abfrageintervall fest, nachdem ein Server erneut nach Kontakten abgefragt werden soll."
-#: mod/admin.php:1554
+#: mod/admin.php:1628
msgid "Discover contacts from other servers"
msgstr "Neue Kontakte auf anderen Servern entdecken"
-#: mod/admin.php:1554
+#: mod/admin.php:1628
msgid ""
"Periodically query other servers for contacts. You can choose between "
"'users': the users on the remote system, 'Global Contacts': active contacts "
@@ -2102,32 +2133,32 @@ msgid ""
"Global Contacts'."
msgstr "Regelmäßig andere Server nach potentiellen Kontakten absuchen. Du kannst zwischen 'Nutzern', den tatsächlichen Nutzern des anderen Systems und 'globalen Kontakten', aktiven Kontakten die auf dem System bekannt sind, wählen. Der Fallback-Mechanismus ist für ältere Friendica und Redmatrix Server gedacht, bei denen globale Kontakte noch nicht verfügbar sind. Durch den Fallbackmodus entsteht auf deinem Server eine wesentlich höhere Last, empfohlen wird der Modus 'Nutzer, globale Kontakte'."
-#: mod/admin.php:1555
+#: mod/admin.php:1629
msgid "Timeframe for fetching global contacts"
msgstr "Zeitfenster für globale Kontakte"
-#: mod/admin.php:1555
+#: mod/admin.php:1629
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 "Wenn die Entdeckung neuer Kontakte aktiv ist, definiert dieses Zeitfenster den Zeitraum in dem globale Kontakte als aktiv gelten und von anderen Servern importiert werden."
-#: mod/admin.php:1556
+#: mod/admin.php:1630
msgid "Search the local directory"
msgstr "Lokales Verzeichnis durchsuchen"
-#: mod/admin.php:1556
+#: mod/admin.php:1630
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 "Suche im lokalen Verzeichnis anstelle des globalen Verzeichnisses durchführen. Jede Suche wird im Hintergrund auch im globalen Verzeichnis durchgeführt um die Suchresultate zu verbessern, wenn diese Suche wiederholt wird."
-#: mod/admin.php:1558
+#: mod/admin.php:1632
msgid "Publish server information"
msgstr "Server Informationen veröffentlichen"
-#: mod/admin.php:1558
+#: mod/admin.php:1632
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 "
@@ -2135,50 +2166,50 @@ msgid ""
" href='http://the-federation.info/'>the-federation.info for details."
msgstr "Wenn aktiviert, werden allgemeine Informationen über den Server und Nutzungsdaten veröffentlicht. Die Daten beinhalten den Namen sowie die Version des Servers, die Anzahl der Personen mit öffentlichen Profilen, die Anzahl der Beiträge sowie aktivierte Protokolle und Connectoren. Für Details bitte the-federation.info aufrufen."
-#: mod/admin.php:1560
+#: mod/admin.php:1634
msgid "Check upstream version"
msgstr "Suche nach Updates"
-#: mod/admin.php:1560
+#: mod/admin.php:1634
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 "Wenn diese Option aktiviert ist wird regelmäßig nach neuen Friendica Versionen auf github überprüft. Wenn es eine neue Version gibt, wird dies auf der Übersichtsseite im Admin-Panel angezeigt."
-#: mod/admin.php:1561
+#: mod/admin.php:1635
msgid "Suppress Tags"
msgstr "Tags Unterdrücken"
-#: mod/admin.php:1561
+#: mod/admin.php:1635
msgid "Suppress showing a list of hashtags at the end of the posting."
msgstr "Unterdrückt die Anzeige von Tags am Ende eines Beitrags."
-#: mod/admin.php:1562
+#: mod/admin.php:1636
msgid "Clean database"
msgstr "Datenbank aufräumen"
-#: mod/admin.php:1562
+#: mod/admin.php:1636
msgid ""
"Remove old remote items, orphaned database records and old content from some"
" other helper tables."
msgstr "Entferne alte Beiträge von anderen Knoten, verwaiste Einträge und alten Inhalt einiger Hilfstabellen."
-#: mod/admin.php:1563
+#: mod/admin.php:1637
msgid "Lifespan of remote items"
msgstr "Lebensdauer von Beiträgen anderer Knoten"
-#: mod/admin.php:1563
+#: mod/admin.php:1637
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 "Wenn das Aufräumen der Datenbank aktiviert ist, definiert dies die Anzahl in Tagen nach der Beiträge die auf anderen Knoten des Netzwerks verfasst wurden, gelöscht werden sollen. Eigene Beiträge sowie markierte oder abgespeicherte Beiträge werden nicht gelöscht. Ein Wert von 0 deaktiviert das automatische löschen von Beiträgen."
-#: mod/admin.php:1564
+#: mod/admin.php:1638
msgid "Lifespan of unclaimed items"
msgstr "Lebensdauer nicht angeforderter Beiträge"
-#: mod/admin.php:1564
+#: mod/admin.php:1638
msgid ""
"When the database cleanup is enabled, this defines the days after which "
"unclaimed remote items (mostly content from the relay) will be deleted. "
@@ -2186,141 +2217,141 @@ msgid ""
"items if set to 0."
msgstr "Wenn das Aufräumen der Datenbank aktiviert ist, definiert dies die Anzahl von Tagen nach denen nicht angeforderte Beiträge (hauptsächlich sole die über das Relais eintreffen) gelöscht werden. Der Standardwert beträgt 90 Tage. Wird dieser Wert auf 0 gesetzt, wird die Lebenszeit von Beiträgen anderer Knoten verwendet."
-#: mod/admin.php:1565
+#: mod/admin.php:1639
msgid "Lifespan of raw conversation data"
msgstr "Lebensdauer der Beiträge"
-#: mod/admin.php:1565
+#: mod/admin.php:1639
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 "Die Konversationsdaten werden für ActivityPub und OStatus sowie für Debug-Zwecke verwendet. Sie können gefahrlos nach 14 Tagen zu entfernt werden, der Standardwert beträgt 90 Tage."
-#: mod/admin.php:1566
+#: mod/admin.php:1640
msgid "Path to item cache"
msgstr "Pfad zum Eintrag Cache"
-#: mod/admin.php:1566
+#: mod/admin.php:1640
msgid "The item caches buffers generated bbcode and external images."
msgstr "Im Item-Cache werden externe Bilder und geparster BBCode zwischen gespeichert."
-#: mod/admin.php:1567
+#: mod/admin.php:1641
msgid "Cache duration in seconds"
msgstr "Cache-Dauer in Sekunden"
-#: mod/admin.php:1567
+#: mod/admin.php:1641
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 "Wie lange sollen die gecachedten Dateien vorgehalten werden? Grundeinstellung sind 86400 Sekunden (ein Tag). Um den Item Cache zu deaktivieren, setze diesen Wert auf -1."
-#: mod/admin.php:1568
+#: mod/admin.php:1642
msgid "Maximum numbers of comments per post"
msgstr "Maximale Anzahl von Kommentaren pro Beitrag"
-#: mod/admin.php:1568
+#: mod/admin.php:1642
msgid "How much comments should be shown for each post? Default value is 100."
msgstr "Wie viele Kommentare sollen pro Beitrag angezeigt werden? Standardwert sind 100."
-#: mod/admin.php:1569
+#: mod/admin.php:1643
msgid "Temp path"
msgstr "Temp Pfad"
-#: mod/admin.php:1569
+#: mod/admin.php:1643
msgid ""
"If you have a restricted system where the webserver can't access the system "
"temp path, enter another path here."
msgstr "Solltest du ein eingeschränktes System haben, auf dem der Webserver nicht auf das temp Verzeichnis des Systems zugreifen kann, setze hier einen anderen Pfad."
-#: mod/admin.php:1570
+#: mod/admin.php:1644
msgid "Base path to installation"
msgstr "Basis-Pfad zur Installation"
-#: mod/admin.php:1570
+#: mod/admin.php:1644
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 "Falls das System nicht den korrekten Pfad zu deiner Installation gefunden hat, gib den richtigen Pfad bitte hier ein. Du solltest hier den Pfad nur auf einem eingeschränkten System angeben müssen, bei dem du mit symbolischen Links auf dein Webverzeichnis verweist."
-#: mod/admin.php:1571
+#: mod/admin.php:1645
msgid "Disable picture proxy"
msgstr "Bilder Proxy deaktivieren"
-#: mod/admin.php:1571
+#: mod/admin.php:1645
msgid ""
"The picture proxy increases performance and privacy. It shouldn't be used on"
" systems with very low bandwidth."
msgstr "Der Proxy für Bilder verbessert die Leistung und Privatsphäre der Nutzer. Er sollte nicht auf Systemen verwendet werden, die nur über begrenzte Bandbreite verfügen."
-#: mod/admin.php:1572
+#: mod/admin.php:1646
msgid "Only search in tags"
msgstr "Nur in Tags suchen"
-#: mod/admin.php:1572
+#: mod/admin.php:1646
msgid "On large systems the text search can slow down the system extremely."
msgstr "Auf großen Knoten kann die Volltext-Suche das System ausbremsen."
-#: mod/admin.php:1574
+#: mod/admin.php:1648
msgid "New base url"
msgstr "Neue Basis-URL"
-#: mod/admin.php:1574
+#: mod/admin.php:1648
msgid ""
"Change base url for this server. Sends relocate message to all Friendica and"
" Diaspora* contacts of all users."
msgstr "Ändert die Basis-URL dieses Servers und sendet eine Umzugsmitteilung an alle Friendica und Diaspora* Kontakte deiner NutzerInnen."
-#: mod/admin.php:1576
+#: mod/admin.php:1650
msgid "RINO Encryption"
msgstr "RINO Verschlüsselung"
-#: mod/admin.php:1576
+#: mod/admin.php:1650
msgid "Encryption layer between nodes."
msgstr "Verschlüsselung zwischen Friendica Instanzen"
-#: mod/admin.php:1576
+#: mod/admin.php:1650
msgid "Enabled"
msgstr "Aktiv"
-#: mod/admin.php:1578
+#: mod/admin.php:1652
msgid "Maximum number of parallel workers"
msgstr "Maximale Anzahl parallel laufender Worker"
-#: mod/admin.php:1578
+#: mod/admin.php:1652
#, php-format
msgid ""
"On shared hosters set this to %d. On larger systems, values of %d are great."
" Default value is %d."
msgstr "Wenn dein Knoten bei einem Shared Hoster ist, setzte diesen Wert auf %d. Auf größeren Systemen funktioniert ein Wert von %d recht gut. Standardeinstellung sind %d."
-#: mod/admin.php:1579
+#: mod/admin.php:1653
msgid "Don't use 'proc_open' with the worker"
msgstr "'proc_open' nicht mit den Workern verwenden"
-#: mod/admin.php:1579
+#: mod/admin.php:1653
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 "Aktiviere diese Option, wenn dein System die Verwendung von 'proc_open' verhindert. Dies könnte auf Shared Hostern der Fall sein. Wenn du diese Option aktivierst, solltest du die Frequenz der poller Aufrufe in deiner crontab erhöhen."
-#: mod/admin.php:1580
+#: mod/admin.php:1654
msgid "Enable fastlane"
msgstr "Aktiviere Fastlane"
-#: mod/admin.php:1580
+#: mod/admin.php:1654
msgid ""
"When enabed, the fastlane mechanism starts an additional worker if processes"
" with higher priority are blocked by processes of lower priority."
msgstr "Wenn aktiviert, wird der Fastlane-Mechanismus einen weiteren Worker-Prozeß starten wenn Prozesse mit höherer Priorität von Prozessen mit niedrigerer Priorität blockiert werden."
-#: mod/admin.php:1581
+#: mod/admin.php:1655
msgid "Enable frontend worker"
msgstr "Aktiviere den Frontend Worker"
-#: mod/admin.php:1581
+#: mod/admin.php:1655
#, php-format
msgid ""
"When enabled the Worker process is triggered when backend access is "
@@ -2330,136 +2361,136 @@ msgid ""
" on your server."
msgstr "Ist diese Option aktiv, wird der Worker Prozess durch Aktionen am Frontend gestartet (z.B. wenn Nachrichten zugestellt werden). Auf kleineren Seiten sollte %s/worker regelmäßig, beispielsweise durch einen externen Cron Anbieter, aufgerufen werden. Du solltest dies Option nur dann aktivieren, wenn du keinen Cron Job auf deinem eigenen Server starten kannst."
-#: mod/admin.php:1583
+#: mod/admin.php:1657
msgid "Subscribe to relay"
msgstr "Relais abonnieren"
-#: mod/admin.php:1583
+#: mod/admin.php:1657
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 "Aktiviert den Empfang von öffentlichen Beiträgen vom Relais-Server. Diese Beiträge werden in der Suche, den abonnierten Hashtags sowie der globalen Gemeinschaftsseite verfügbar sein."
-#: mod/admin.php:1584
+#: mod/admin.php:1658
msgid "Relay server"
msgstr "Relais Server"
-#: mod/admin.php:1584
+#: mod/admin.php:1658
msgid ""
"Address of the relay server where public posts should be send to. For "
"example https://relay.diasp.org"
msgstr "Adresse des Relais Servers an den die öffentlichen Beiträge gesendet werden sollen. Zum Beispiel https://relay.diasp.org"
-#: mod/admin.php:1585
+#: mod/admin.php:1659
msgid "Direct relay transfer"
msgstr "Direkte Relais Übertragung"
-#: mod/admin.php:1585
+#: mod/admin.php:1659
msgid ""
"Enables the direct transfer to other servers without using the relay servers"
msgstr "Aktiviert das direkte Verteilen an andere Server, ohne dass ein Relais Server verwendet wird."
-#: mod/admin.php:1586
+#: mod/admin.php:1660
msgid "Relay scope"
msgstr "Geltungsbereich des Relais"
-#: mod/admin.php:1586
+#: mod/admin.php:1660
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 "Der Wert kann entweder 'Alle' oder 'Schlagwörter' sein. 'Alle' bedeutet, dass alle öffentliche Beiträge empfangen werden sollen. 'Schlagwörter' schränkt dem Empfang auf Beiträge ein, die bestimmte Schlagwörter beinhalten."
-#: mod/admin.php:1586
+#: mod/admin.php:1660
msgid "all"
msgstr "Alle"
-#: mod/admin.php:1586
+#: mod/admin.php:1660
msgid "tags"
msgstr "Schlagwörter"
-#: mod/admin.php:1587
+#: mod/admin.php:1661
msgid "Server tags"
msgstr "Server Schlagworte"
-#: mod/admin.php:1587
+#: mod/admin.php:1661
msgid "Comma separated list of tags for the 'tags' subscription."
msgstr "Liste von Schlagworten die abonniert werden sollen, mit Komma getrennt."
-#: mod/admin.php:1588
+#: mod/admin.php:1662
msgid "Allow user tags"
msgstr "Verwende Schlagworte der Nutzer"
-#: mod/admin.php:1588
+#: mod/admin.php:1662
msgid ""
"If enabled, the tags from the saved searches will used for the 'tags' "
"subscription in addition to the 'relay_server_tags'."
msgstr "Ist dies aktiviert, werden die Schlagwörter der gespeicherten Suchen zusätzlich zu den oben definierten Server Schlagworte abonniert."
-#: mod/admin.php:1591
+#: mod/admin.php:1665
msgid "Start Relocation"
msgstr "Umsiedlung starten"
-#: mod/admin.php:1617
+#: mod/admin.php:1691
msgid "Update has been marked successful"
msgstr "Update wurde als erfolgreich markiert"
-#: mod/admin.php:1624
+#: mod/admin.php:1698
#, php-format
msgid "Database structure update %s was successfully applied."
msgstr "Das Update %s der Struktur der Datenbank wurde erfolgreich angewandt."
-#: mod/admin.php:1628
+#: mod/admin.php:1702
#, php-format
msgid "Executing of database structure update %s failed with error: %s"
msgstr "Das Update %s der Struktur der Datenbank schlug mit folgender Fehlermeldung fehl: %s"
-#: mod/admin.php:1644
+#: mod/admin.php:1718
#, php-format
msgid "Executing %s failed with error: %s"
msgstr "Die Ausführung von %s schlug fehl. Fehlermeldung: %s"
-#: mod/admin.php:1646
+#: mod/admin.php:1720
#, php-format
msgid "Update %s was successfully applied."
msgstr "Update %s war erfolgreich."
-#: mod/admin.php:1649
+#: mod/admin.php:1723
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr "Update %s hat keinen Status zurückgegeben. Unbekannter Status."
-#: mod/admin.php:1652
+#: mod/admin.php:1726
#, php-format
msgid "There was no additional update function %s that needed to be called."
msgstr "Es gab keine weitere Update-Funktion, die von %s ausgeführt werden musste."
-#: mod/admin.php:1675
+#: mod/admin.php:1749
msgid "No failed updates."
msgstr "Keine fehlgeschlagenen Updates."
-#: mod/admin.php:1676
+#: mod/admin.php:1750
msgid "Check database structure"
msgstr "Datenbank Struktur überprüfen"
-#: mod/admin.php:1681
+#: mod/admin.php:1755
msgid "Failed Updates"
msgstr "Fehlgeschlagene Updates"
-#: mod/admin.php:1682
+#: mod/admin.php:1756
msgid ""
"This does not include updates prior to 1139, which did not return a status."
msgstr "Ohne Updates vor 1139, da diese keinen Status zurückgegeben haben."
-#: mod/admin.php:1683
+#: mod/admin.php:1757
msgid "Mark success (if update was manually applied)"
msgstr "Als erfolgreich markieren (falls das Update manuell installiert wurde)"
-#: mod/admin.php:1684
+#: mod/admin.php:1758
msgid "Attempt to execute this update step automatically"
msgstr "Versuchen, diesen Schritt automatisch auszuführen"
-#: mod/admin.php:1723
+#: mod/admin.php:1797
#, php-format
msgid ""
"\n"
@@ -2467,7 +2498,7 @@ msgid ""
"\t\t\t\tthe administrator of %2$s has set up an account for you."
msgstr "\nHallo %1$s,\n\nauf %2$s wurde ein Account für Dich angelegt."
-#: mod/admin.php:1726
+#: mod/admin.php:1800
#, php-format
msgid ""
"\n"
@@ -2499,221 +2530,221 @@ msgid ""
"\t\t\tThank you and welcome to %4$s."
msgstr "\nNachfolgend die Anmelde-Details:\n\tAdresse der Seite:\t%1$s\n\tBenutzername:\t%2$s\n\tPasswort:\t%3$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %1$s/removeme jederzeit tun.\n\nNun viel Spaß, gute Begegnungen und willkommen auf %4$s."
-#: mod/admin.php:1763 src/Model/User.php:802
+#: mod/admin.php:1837 src/Model/User.php:802
#, php-format
msgid "Registration details for %s"
msgstr "Details der Registration von %s"
-#: mod/admin.php:1773
+#: mod/admin.php:1847
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
msgstr[0] "%s Benutzer geblockt/freigegeben"
msgstr[1] "%s Benutzer geblockt/freigegeben"
-#: mod/admin.php:1780 mod/admin.php:1833
+#: mod/admin.php:1854 mod/admin.php:1907
msgid "You can't remove yourself"
msgstr "Du kannst dich nicht selbst löschen!"
-#: mod/admin.php:1783
+#: mod/admin.php:1857
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
msgstr[0] "%s Nutzer gelöscht"
msgstr[1] "%s Nutzer gelöscht"
-#: mod/admin.php:1831
+#: mod/admin.php:1905
#, php-format
msgid "User '%s' deleted"
msgstr "Nutzer '%s' gelöscht"
-#: mod/admin.php:1842
+#: mod/admin.php:1916
#, php-format
msgid "User '%s' unblocked"
msgstr "Nutzer '%s' entsperrt"
-#: mod/admin.php:1842
+#: mod/admin.php:1916
#, php-format
msgid "User '%s' blocked"
msgstr "Nutzer '%s' gesperrt"
-#: mod/admin.php:1890 mod/settings.php:1052
+#: mod/admin.php:1964 mod/settings.php:1052
msgid "Normal Account Page"
msgstr "Normales Konto"
-#: mod/admin.php:1891 mod/settings.php:1056
+#: mod/admin.php:1965 mod/settings.php:1056
msgid "Soapbox Page"
msgstr "Marktschreier-Konto"
-#: mod/admin.php:1892 mod/settings.php:1060
+#: mod/admin.php:1966 mod/settings.php:1060
msgid "Public Forum"
msgstr "Öffentliches Forum"
-#: mod/admin.php:1893 mod/settings.php:1064
+#: mod/admin.php:1967 mod/settings.php:1064
msgid "Automatic Friend Page"
msgstr "Automatische Freunde Seite"
-#: mod/admin.php:1894
+#: mod/admin.php:1968
msgid "Private Forum"
msgstr "Privates Forum"
-#: mod/admin.php:1897 mod/settings.php:1036
+#: mod/admin.php:1971 mod/settings.php:1036
msgid "Personal Page"
msgstr "Persönliche Seite"
-#: mod/admin.php:1898 mod/settings.php:1040
+#: mod/admin.php:1972 mod/settings.php:1040
msgid "Organisation Page"
msgstr "Organisationsseite"
-#: mod/admin.php:1899 mod/settings.php:1044
+#: mod/admin.php:1973 mod/settings.php:1044
msgid "News Page"
msgstr "Nachrichtenseite"
-#: mod/admin.php:1900 mod/settings.php:1048
+#: mod/admin.php:1974 mod/settings.php:1048
msgid "Community Forum"
msgstr "Gemeinschaftsforum"
-#: mod/admin.php:1946 mod/admin.php:1957 mod/admin.php:1971 mod/admin.php:1989
-#: src/Content/ContactSelector.php:84
+#: mod/admin.php:2020 mod/admin.php:2031 mod/admin.php:2045 mod/admin.php:2063
+#: src/Content/ContactSelector.php:83
msgid "Email"
msgstr "E-Mail"
-#: mod/admin.php:1946 mod/admin.php:1971
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Register date"
msgstr "Anmeldedatum"
-#: mod/admin.php:1946 mod/admin.php:1971
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Last login"
msgstr "Letzte Anmeldung"
-#: mod/admin.php:1946 mod/admin.php:1971
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Last item"
msgstr "Letzter Beitrag"
-#: mod/admin.php:1946
+#: mod/admin.php:2020
msgid "Type"
msgstr "Typ"
-#: mod/admin.php:1953
+#: mod/admin.php:2027
msgid "Add User"
msgstr "Nutzer hinzufügen"
-#: mod/admin.php:1955
+#: mod/admin.php:2029
msgid "User registrations waiting for confirm"
msgstr "Neuanmeldungen, die auf Deine Bestätigung warten"
-#: mod/admin.php:1956
+#: mod/admin.php:2030
msgid "User waiting for permanent deletion"
msgstr "Nutzer wartet auf permanente Löschung"
-#: mod/admin.php:1957
+#: mod/admin.php:2031
msgid "Request date"
msgstr "Anfragedatum"
-#: mod/admin.php:1958
+#: mod/admin.php:2032
msgid "No registrations."
msgstr "Keine Neuanmeldungen."
-#: mod/admin.php:1959
+#: mod/admin.php:2033
msgid "Note from the user"
msgstr "Hinweis vom Nutzer"
-#: mod/admin.php:1960 mod/notifications.php:181 mod/notifications.php:267
+#: mod/admin.php:2034 mod/notifications.php:181 mod/notifications.php:267
msgid "Approve"
msgstr "Genehmigen"
-#: mod/admin.php:1961
+#: mod/admin.php:2035
msgid "Deny"
msgstr "Verwehren"
-#: mod/admin.php:1964
+#: mod/admin.php:2038
msgid "User blocked"
msgstr "Nutzer blockiert."
-#: mod/admin.php:1966
+#: mod/admin.php:2040
msgid "Site admin"
msgstr "Seitenadministrator"
-#: mod/admin.php:1967
+#: mod/admin.php:2041
msgid "Account expired"
msgstr "Account ist abgelaufen"
-#: mod/admin.php:1970
+#: mod/admin.php:2044
msgid "New User"
msgstr "Neuer Nutzer"
-#: mod/admin.php:1971
+#: mod/admin.php:2045
msgid "Permanent deletion"
msgstr "Permanent löschen"
-#: mod/admin.php:1976
+#: mod/admin.php:2050
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Die markierten Nutzer werden gelöscht!\\n\\nAlle Beiträge, die diese Nutzer auf dieser Seite veröffentlicht haben, werden permanent gelöscht!\\n\\nBist Du sicher?"
-#: mod/admin.php:1977
+#: mod/admin.php:2051
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 "Der Nutzer {0} wird gelöscht!\\n\\nAlles was dieser Nutzer auf dieser Seite veröffentlicht hat, wird permanent gelöscht!\\n\\nBist Du sicher?"
-#: mod/admin.php:1987
+#: mod/admin.php:2061
msgid "Name of the new user."
msgstr "Name des neuen Nutzers"
-#: mod/admin.php:1988
+#: mod/admin.php:2062
msgid "Nickname"
msgstr "Spitzname"
-#: mod/admin.php:1988
+#: mod/admin.php:2062
msgid "Nickname of the new user."
msgstr "Spitznamen für den neuen Nutzer"
-#: mod/admin.php:1989
+#: mod/admin.php:2063
msgid "Email address of the new user."
msgstr "Email Adresse des neuen Nutzers"
-#: mod/admin.php:2030
+#: mod/admin.php:2104
#, php-format
msgid "Addon %s disabled."
msgstr "Addon %s ausgeschaltet."
-#: mod/admin.php:2033
+#: mod/admin.php:2107
#, php-format
msgid "Addon %s enabled."
msgstr "Addon %s eingeschaltet."
-#: mod/admin.php:2044 mod/admin.php:2293
+#: mod/admin.php:2118 mod/admin.php:2367
msgid "Disable"
msgstr "Ausschalten"
-#: mod/admin.php:2047 mod/admin.php:2296
+#: mod/admin.php:2121 mod/admin.php:2370
msgid "Enable"
msgstr "Einschalten"
-#: mod/admin.php:2069 mod/admin.php:2333
+#: mod/admin.php:2143 mod/admin.php:2399
msgid "Toggle"
msgstr "Umschalten"
-#: mod/admin.php:2070 mod/admin.php:2334 mod/newmember.php:20
-#: mod/settings.php:136 src/Content/Nav.php:257 view/theme/frio/theme.php:283
+#: mod/admin.php:2144 mod/admin.php:2400 mod/newmember.php:20
+#: mod/settings.php:136 src/Content/Nav.php:256 view/theme/frio/theme.php:270
msgid "Settings"
msgstr "Einstellungen"
-#: mod/admin.php:2077 mod/admin.php:2342
+#: mod/admin.php:2151 mod/admin.php:2408
msgid "Author: "
msgstr "Autor:"
-#: mod/admin.php:2078 mod/admin.php:2343
+#: mod/admin.php:2152 mod/admin.php:2409
msgid "Maintainer: "
msgstr "Betreuer:"
-#: mod/admin.php:2130
+#: mod/admin.php:2204
msgid "Reload active addons"
msgstr "Aktivierte Addons neu laden"
-#: mod/admin.php:2135
+#: mod/admin.php:2209
#, php-format
msgid ""
"There are currently no addons available on your node. You can find the "
@@ -2721,70 +2752,70 @@ msgid ""
" the open addon registry at %2$s"
msgstr "Es sind derzeit keine Addons auf diesem Knoten verfügbar. Du findest das offizielle Addon-Repository unter %1$s und weitere eventuell interessante Addons im offenen Addon-Verzeichnis auf %2$s."
-#: mod/admin.php:2255
+#: mod/admin.php:2329
msgid "No themes found."
msgstr "Keine Themen gefunden."
-#: mod/admin.php:2324
+#: mod/admin.php:2390
msgid "Screenshot"
msgstr "Bildschirmfoto"
-#: mod/admin.php:2378
+#: mod/admin.php:2444
msgid "Reload active themes"
msgstr "Aktives Theme neu laden"
-#: mod/admin.php:2383
+#: mod/admin.php:2449
#, php-format
msgid "No themes found on the system. They should be placed in %1$s"
msgstr "Es wurden keine Themes auf dem System gefunden. Diese sollten in %1$s platziert werden."
-#: mod/admin.php:2384
+#: mod/admin.php:2450
msgid "[Experimental]"
msgstr "[Experimentell]"
-#: mod/admin.php:2385
+#: mod/admin.php:2451
msgid "[Unsupported]"
msgstr "[Nicht unterstützt]"
-#: mod/admin.php:2409
+#: mod/admin.php:2475
msgid "Log settings updated."
msgstr "Protokolleinstellungen aktualisiert."
-#: mod/admin.php:2442
+#: mod/admin.php:2508
msgid "PHP log currently enabled."
msgstr "PHP Protokollierung ist derzeit aktiviert."
-#: mod/admin.php:2444
+#: mod/admin.php:2510
msgid "PHP log currently disabled."
msgstr "PHP Protokollierung ist derzeit nicht aktiviert."
-#: mod/admin.php:2453
+#: mod/admin.php:2519
msgid "Clear"
msgstr "löschen"
-#: mod/admin.php:2457
+#: mod/admin.php:2523
msgid "Enable Debugging"
msgstr "Protokoll führen"
-#: mod/admin.php:2458
+#: mod/admin.php:2524
msgid "Log file"
msgstr "Protokolldatei"
-#: mod/admin.php:2458
+#: mod/admin.php:2524
msgid ""
"Must be writable by web server. Relative to your Friendica top-level "
"directory."
msgstr "Webserver muss Schreibrechte besitzen. Abhängig vom Friendica-Installationsverzeichnis."
-#: mod/admin.php:2459
+#: mod/admin.php:2525
msgid "Log level"
msgstr "Protokoll-Level"
-#: mod/admin.php:2461
+#: mod/admin.php:2527
msgid "PHP logging"
msgstr "PHP Protokollieren"
-#: mod/admin.php:2462
+#: mod/admin.php:2528
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 "
@@ -2793,34 +2824,34 @@ msgid ""
"'display_errors' is to enable these options, set to '0' to disable them."
msgstr "Um die Protokollierung von PHP-Fehlern und Warnungen vorübergehend zu aktivieren, können Sie der Datei index.php Ihrer Installation Folgendes voranstellen. Der in der Datei 'error_log' angegebene Dateiname ist relativ zum obersten Verzeichnis von friendica und muss vom Webserver beschreibbar sein. Die Option '1' für 'log_errors' und 'display_errors' aktiviert diese Optionen, ersetze die '1' durch einer '0' um sie zu deaktivieren."
-#: mod/admin.php:2493
+#: mod/admin.php:2559
#, php-format
msgid ""
"Error trying to open %1$s log file.\\r\\n
Check to see "
"if file %1$s exist and is readable."
msgstr "Fehler beim Öffnen der Logdatei %1$s.\\r\\n
Bitte überprüfe ob die Datei %1$s existiert und gelesen werden kann."
-#: mod/admin.php:2497
+#: mod/admin.php:2563
#, php-format
msgid ""
"Couldn't open %1$s log file.\\r\\n
Check to see if file"
" %1$s is readable."
msgstr "Konnte die Logdatei %1$s nicht öffnen.\\r\\n
Bitte stelle sicher, dass die Datei %1$s lesbar ist."
-#: mod/admin.php:2588 mod/admin.php:2589 mod/settings.php:766
+#: mod/admin.php:2654 mod/admin.php:2655 mod/settings.php:766
msgid "Off"
msgstr "Aus"
-#: mod/admin.php:2588 mod/admin.php:2589 mod/settings.php:766
+#: mod/admin.php:2654 mod/admin.php:2655 mod/settings.php:766
msgid "On"
msgstr "An"
-#: mod/admin.php:2589
+#: mod/admin.php:2655
#, php-format
msgid "Lock feature %s"
msgstr "Feature festlegen: %s"
-#: mod/admin.php:2597
+#: mod/admin.php:2663
msgid "Manage Additional Features"
msgstr "Zusätzliche Features Verwalten"
@@ -2829,7 +2860,7 @@ msgid "No friends to display."
msgstr "Keine Kontakte zum Anzeigen."
#: mod/allfriends.php:91 mod/dirfind.php:219 mod/match.php:99
-#: mod/suggest.php:105 src/Content/Widget.php:38 src/Model/Profile.php:307
+#: mod/suggest.php:105 src/Content/Widget.php:39 src/Model/Profile.php:307
msgid "Connect"
msgstr "Verbinden"
@@ -2851,7 +2882,7 @@ msgid ""
" and/or create new posts for you?"
msgstr "Möchtest Du dieser Anwendung den Zugriff auf Deine Beiträge und Kontakte, sowie das Erstellen neuer Beiträge in Deinem Namen gestatten?"
-#: mod/api.php:113 mod/dfrn_request.php:644 mod/follow.php:151
+#: mod/api.php:113 mod/dfrn_request.php:640 mod/follow.php:151
#: mod/profiles.php:542 mod/profiles.php:546 mod/profiles.php:567
#: mod/register.php:233 mod/settings.php:1088 mod/settings.php:1094
#: mod/settings.php:1101 mod/settings.php:1105 mod/settings.php:1109
@@ -2861,7 +2892,7 @@ msgstr "Möchtest Du dieser Anwendung den Zugriff auf Deine Beiträge und Kontak
msgid "No"
msgstr "Nein"
-#: mod/apps.php:15 src/App.php:1657
+#: mod/apps.php:15 src/App.php:1692
msgid "You must be logged in to use addons. "
msgstr "Sie müssen angemeldet sein um Addons benutzen zu können."
@@ -2873,14 +2904,6 @@ msgstr "Anwendungen"
msgid "No installed applications."
msgstr "Keine Applikationen installiert."
-#: mod/attach.php:14
-msgid "Item not available."
-msgstr "Beitrag nicht verfügbar."
-
-#: mod/attach.php:24
-msgid "Item was not found."
-msgstr "Beitrag konnte nicht gefunden werden."
-
#: mod/babel.php:25
msgid "Source input"
msgstr "Originaltext:"
@@ -2977,7 +3000,7 @@ msgstr "Markdown"
msgid "HTML"
msgstr "HTML"
-#: mod/bookmarklet.php:22 src/Content/Nav.php:164 src/Module/Login.php:319
+#: mod/bookmarklet.php:22 src/Content/Nav.php:163 src/Module/Login.php:319
msgid "Login"
msgstr "Anmeldung"
@@ -2995,17 +3018,17 @@ msgid "Access denied."
msgstr "Zugriff verweigert."
#: mod/cal.php:47 mod/dfrn_poll.php:490 mod/help.php:67
-#: mod/viewcontacts.php:34 src/App.php:1708
+#: mod/viewcontacts.php:34 src/App.php:1743
msgid "Page not found."
msgstr "Seite nicht gefunden."
-#: mod/cal.php:142 mod/display.php:313 mod/profile.php:156
+#: mod/cal.php:142 mod/display.php:313 mod/profile.php:155
msgid "Access to this profile has been restricted."
msgstr "Der Zugriff zu diesem Profil wurde eingeschränkt."
-#: mod/cal.php:274 mod/events.php:399 src/Content/Nav.php:154
-#: src/Content/Nav.php:220 src/Model/Profile.php:938 src/Model/Profile.php:949
-#: view/theme/frio/theme.php:277 view/theme/frio/theme.php:281
+#: mod/cal.php:274 mod/events.php:399 src/Content/Nav.php:153
+#: src/Content/Nav.php:219 src/Model/Profile.php:942 src/Model/Profile.php:953
+#: view/theme/frio/theme.php:264 view/theme/frio/theme.php:268
msgid "Events"
msgstr "Veranstaltungen"
@@ -3064,13 +3087,13 @@ msgstr "Kalender"
msgid "No contacts in common."
msgstr "Keine gemeinsamen Kontakte."
-#: mod/common.php:141 src/Module/Contact.php:893
+#: mod/common.php:141 src/Module/Contact.php:895
msgid "Common Friends"
msgstr "Gemeinsame Kontakte"
-#: mod/community.php:31 mod/dfrn_request.php:598 mod/directory.php:43
-#: mod/display.php:213 mod/photos.php:943 mod/probe.php:13 mod/search.php:97
-#: mod/search.php:103 mod/videos.php:192 mod/viewcontacts.php:46
+#: mod/community.php:31 mod/dfrn_request.php:597 mod/directory.php:43
+#: mod/display.php:213 mod/photos.php:902 mod/probe.php:13 mod/search.php:97
+#: mod/search.php:103 mod/videos.php:148 mod/viewcontacts.php:46
#: mod/webfinger.php:16
msgid "Public access denied."
msgstr "Öffentlicher Zugriff verweigert."
@@ -3166,12 +3189,12 @@ msgid "Refetch contact data"
msgstr "Kontaktdaten neu laden"
#: mod/crepair.php:151 mod/events.php:568 mod/fsuggest.php:115
-#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:183
-#: mod/message.php:263 mod/message.php:443 mod/photos.php:1089
-#: mod/photos.php:1177 mod/photos.php:1452 mod/photos.php:1497
-#: mod/photos.php:1536 mod/photos.php:1596 mod/poke.php:192
+#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:182
+#: mod/message.php:263 mod/message.php:443 mod/photos.php:1048
+#: mod/photos.php:1136 mod/photos.php:1411 mod/photos.php:1456
+#: mod/photos.php:1495 mod/photos.php:1555 mod/poke.php:188
#: mod/profiles.php:578 src/Module/Contact.php:596 src/Module/Install.php:189
-#: src/Module/Install.php:224 src/Object/Post.php:808
+#: src/Module/Install.php:224 src/Object/Post.php:819
#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:119
#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120
msgid "Submit"
@@ -3250,7 +3273,7 @@ msgid ""
"settings. Please double check whom you give this access."
msgstr "Verwalter haben Zugriff auf alle Funktionen dieses Benutzerkontos und können dessen Einstellungen ändern."
-#: mod/delegate.php:177 src/Content/Nav.php:255
+#: mod/delegate.php:177 src/Content/Nav.php:254
msgid "Delegate Page Management"
msgstr "Delegiere das Management für die Seite"
@@ -3320,48 +3343,48 @@ msgstr "Kontaktanfrage schlug fehl oder wurde zurückgezogen."
msgid "Remote site reported: "
msgstr "Gegenstelle meldet: "
-#: mod/dfrn_confirm.php:381
+#: mod/dfrn_confirm.php:386
msgid "Unable to set contact photo."
msgstr "Konnte das Bild des Kontakts nicht speichern."
-#: mod/dfrn_confirm.php:443
+#: mod/dfrn_confirm.php:448
#, php-format
msgid "No user record found for '%s' "
msgstr "Für '%s' wurde kein Nutzer gefunden"
-#: mod/dfrn_confirm.php:453
+#: mod/dfrn_confirm.php:458
msgid "Our site encryption key is apparently messed up."
msgstr "Der Verschlüsselungsschlüssel unserer Seite ist anscheinend nicht in Ordnung."
-#: mod/dfrn_confirm.php:464
+#: mod/dfrn_confirm.php:469
msgid "Empty site URL was provided or URL could not be decrypted by us."
msgstr "Leere URL für die Seite erhalten oder die URL konnte nicht entschlüsselt werden."
-#: mod/dfrn_confirm.php:480
+#: mod/dfrn_confirm.php:485
msgid "Contact record was not found for you on our site."
msgstr "Für diesen Kontakt wurde auf unserer Seite kein Eintrag gefunden."
-#: mod/dfrn_confirm.php:494
+#: mod/dfrn_confirm.php:499
#, php-format
msgid "Site public key not available in contact record for URL %s."
msgstr "Die Kontaktdaten für URL %s enthalten keinen Public Key für den Server."
-#: mod/dfrn_confirm.php:510
+#: mod/dfrn_confirm.php:515
msgid ""
"The ID provided by your system is a duplicate on our system. It should work "
"if you try again."
msgstr "Die ID, die uns Dein System angeboten hat, ist hier bereits vergeben. Bitte versuche es noch einmal."
-#: mod/dfrn_confirm.php:521
+#: mod/dfrn_confirm.php:526
msgid "Unable to set your contact credentials on our system."
msgstr "Deine Kontaktreferenzen konnten nicht in unserem System gespeichert werden."
-#: mod/dfrn_confirm.php:577
+#: mod/dfrn_confirm.php:582
msgid "Unable to update your contact profile details on our system"
msgstr "Die Updates für Dein Profil konnten nicht gespeichert werden"
-#: mod/dfrn_confirm.php:607 mod/dfrn_request.php:560
-#: src/Model/Contact.php:1960
+#: mod/dfrn_confirm.php:612 mod/dfrn_request.php:560
+#: src/Model/Contact.php:1976
msgid "[Name Withheld]"
msgstr "[Name unterdrückt]"
@@ -3435,7 +3458,7 @@ msgstr "Es scheint so, als ob Du bereits mit %s in Kontakt stehst."
msgid "Invalid profile URL."
msgstr "Ungültige Profil-URL."
-#: mod/dfrn_request.php:340 src/Model/Contact.php:1640
+#: mod/dfrn_request.php:340 src/Model/Contact.php:1648
msgid "Disallowed profile URL."
msgstr "Nicht erlaubte Profil-URL."
@@ -3481,66 +3504,66 @@ msgstr "Willkommen zurück %s."
msgid "Please confirm your introduction/connection request to %s."
msgstr "Bitte bestätige Deine Kontaktanfrage bei %s."
-#: mod/dfrn_request.php:633
+#: mod/dfrn_request.php:632
msgid ""
"Please enter your 'Identity Address' from one of the following supported "
"communications networks:"
msgstr "Bitte gib die Adresse Deines Profils in einem der unterstützten sozialen Netzwerke an:"
-#: mod/dfrn_request.php:636
+#: mod/dfrn_request.php:634
#, php-format
msgid ""
"If you are not yet a member of the free social web, follow "
"this link to find a public Friendica site and join us today."
msgstr "Wenn du noch kein Mitglied dieses freien sozialen Netzwerks bist, folge diesem Link um einen öffentlichen Friendica Server zu finden und beizutreten."
-#: mod/dfrn_request.php:641
+#: mod/dfrn_request.php:637
msgid "Friend/Connection Request"
msgstr "Kontaktanfrage"
-#: mod/dfrn_request.php:642
+#: mod/dfrn_request.php:638
msgid ""
"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
"testuser@gnusocial.de"
msgstr "Beispiele: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
-#: mod/dfrn_request.php:643 mod/follow.php:150
+#: mod/dfrn_request.php:639 mod/follow.php:150
msgid "Please answer the following:"
msgstr "Bitte beantworte folgendes:"
-#: mod/dfrn_request.php:644 mod/follow.php:151
+#: mod/dfrn_request.php:640 mod/follow.php:151
#, php-format
msgid "Does %s know you?"
msgstr "Kennt %s Dich?"
-#: mod/dfrn_request.php:645 mod/follow.php:152
+#: mod/dfrn_request.php:641 mod/follow.php:152
msgid "Add a personal note:"
msgstr "Eine persönliche Notiz beifügen:"
-#: mod/dfrn_request.php:647
+#: mod/dfrn_request.php:643
msgid "Friendica"
msgstr "Friendica"
-#: mod/dfrn_request.php:648
+#: mod/dfrn_request.php:644
msgid "GNU Social (Pleroma, Mastodon)"
msgstr "GNU Social (Pleroma, Mastodon)"
-#: mod/dfrn_request.php:649
+#: mod/dfrn_request.php:645
msgid "Diaspora (Socialhome, Hubzilla)"
msgstr "Diaspora (Socialhome, Hubzilla)"
-#: mod/dfrn_request.php:650
+#: mod/dfrn_request.php:646
#, php-format
msgid ""
" - please do not use this form. Instead, enter %s into your Diaspora search"
" bar."
msgstr " - bitte verwende dieses Formular nicht. Stattdessen suche nach %s in Deiner Diaspora Suchleiste."
-#: mod/dfrn_request.php:651 mod/follow.php:158 mod/unfollow.php:128
+#: mod/dfrn_request.php:647 mod/follow.php:158 mod/unfollow.php:128
msgid "Your Identity Address:"
msgstr "Adresse Deines Profils:"
-#: mod/dfrn_request.php:653 mod/follow.php:66 mod/unfollow.php:131
+#: mod/dfrn_request.php:649 mod/follow.php:66 mod/unfollow.php:131
msgid "Submit Request"
msgstr "Anfrage abschicken"
@@ -3552,24 +3575,24 @@ msgid "Location:"
msgstr "Ort:"
#: mod/directory.php:159 mod/notifications.php:257 src/Model/Profile.php:440
-#: src/Model/Profile.php:759
+#: src/Model/Profile.php:763
msgid "Gender:"
msgstr "Geschlecht:"
-#: mod/directory.php:160 src/Model/Profile.php:441 src/Model/Profile.php:783
+#: mod/directory.php:160 src/Model/Profile.php:441 src/Model/Profile.php:787
msgid "Status:"
msgstr "Status:"
-#: mod/directory.php:161 src/Model/Profile.php:442 src/Model/Profile.php:800
+#: mod/directory.php:161 src/Model/Profile.php:442 src/Model/Profile.php:804
msgid "Homepage:"
msgstr "Homepage:"
#: mod/directory.php:162 mod/notifications.php:253 src/Model/Profile.php:443
-#: src/Model/Profile.php:820 src/Module/Contact.php:650
+#: src/Model/Profile.php:824 src/Module/Contact.php:650
msgid "About:"
msgstr "Über:"
-#: mod/directory.php:210 src/Content/Widget.php:69
+#: mod/directory.php:210 src/Content/Widget.php:70
#: view/theme/vier/theme.php:208
msgid "Global Directory"
msgstr "Weltweites Verzeichnis"
@@ -3586,7 +3609,7 @@ msgstr "Ergebnisse für:"
msgid "Site Directory"
msgstr "Verzeichnis"
-#: mod/directory.php:217 src/Content/Widget.php:64 src/Module/Contact.php:818
+#: mod/directory.php:217 src/Content/Widget.php:65 src/Module/Contact.php:820
#: view/theme/vier/theme.php:203
msgid "Find"
msgstr "Finde"
@@ -3609,49 +3632,49 @@ msgstr "Forensuche - %s"
msgid "No matches"
msgstr "Keine Übereinstimmungen"
-#: mod/editpost.php:30 mod/editpost.php:40
+#: mod/editpost.php:29 mod/editpost.php:39
msgid "Item not found"
msgstr "Beitrag nicht gefunden"
-#: mod/editpost.php:47
+#: mod/editpost.php:46
msgid "Edit post"
msgstr "Beitrag bearbeiten"
-#: mod/editpost.php:93 mod/filer.php:36 mod/notes.php:52
-#: src/Content/Text/HTML.php:963
+#: mod/editpost.php:92 mod/filer.php:36 mod/notes.php:52
+#: src/Content/Text/HTML.php:962
msgid "Save"
msgstr "Speichern"
-#: mod/editpost.php:98 mod/message.php:261 mod/message.php:442
+#: mod/editpost.php:97 mod/message.php:261 mod/message.php:442
#: mod/wallmessage.php:140
msgid "Insert web link"
msgstr "Einen Link einfügen"
-#: mod/editpost.php:99
+#: mod/editpost.php:98
msgid "web link"
msgstr "Weblink"
-#: mod/editpost.php:100
+#: mod/editpost.php:99
msgid "Insert video link"
msgstr "Video-Adresse einfügen"
-#: mod/editpost.php:101
+#: mod/editpost.php:100
msgid "video link"
msgstr "Video-Link"
-#: mod/editpost.php:102
+#: mod/editpost.php:101
msgid "Insert audio link"
msgstr "Audio-Adresse einfügen"
-#: mod/editpost.php:103
+#: mod/editpost.php:102
msgid "audio link"
msgstr "Audio-Link"
-#: mod/editpost.php:118 src/Core/ACL.php:305
+#: mod/editpost.php:117 src/Core/ACL.php:303
msgid "CC: email addresses"
msgstr "Cc: E-Mail-Addressen"
-#: mod/editpost.php:125 src/Core/ACL.php:306
+#: mod/editpost.php:124 src/Core/ACL.php:304
msgid "Example: bob@example.com, mary@example.com"
msgstr "Z.B.: bob@example.com, mary@example.com"
@@ -3707,12 +3730,12 @@ msgstr "Titel:"
msgid "Share this event"
msgstr "Veranstaltung teilen"
-#: mod/events.php:569 src/Model/Profile.php:878
+#: mod/events.php:569 src/Model/Profile.php:882
msgid "Basic"
msgstr "Allgemein"
-#: mod/events.php:571 mod/photos.php:1107 mod/photos.php:1448
-#: src/Core/ACL.php:308
+#: mod/events.php:571 mod/photos.php:1066 mod/photos.php:1407
+#: src/Core/ACL.php:306
msgid "Permissions"
msgstr "Berechtigungen"
@@ -3724,19 +3747,19 @@ msgstr "Entfernen der Veranstaltung fehlgeschlagen"
msgid "Event removed"
msgstr "Veranstaltung enfternt"
-#: mod/fbrowser.php:36 src/Content/Nav.php:152 src/Model/Profile.php:918
-#: view/theme/frio/theme.php:275
+#: mod/fbrowser.php:36 src/Content/Nav.php:151 src/Model/Profile.php:922
+#: view/theme/frio/theme.php:262
msgid "Photos"
msgstr "Bilder"
-#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:202
-#: mod/photos.php:1071 mod/photos.php:1166 mod/photos.php:1183
-#: mod/photos.php:1650 mod/photos.php:1665 src/Model/Photo.php:242
-#: src/Model/Photo.php:251
+#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:201
+#: mod/photos.php:1030 mod/photos.php:1125 mod/photos.php:1142
+#: mod/photos.php:1609 mod/photos.php:1624 src/Model/Photo.php:528
+#: src/Model/Photo.php:537
msgid "Contact Photos"
msgstr "Kontaktbilder"
-#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:251
+#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:255
msgid "Upload"
msgstr "Hochladen"
@@ -3776,55 +3799,55 @@ msgstr "OStatus Unterstützung ist nicht aktiviert. Der Kontakt kann nicht zugef
msgid "The network type couldn't be detected. Contact can't be added."
msgstr "Der Netzwerktype wurde nicht erkannt. Der Kontakt kann nicht hinzugefügt werden."
-#: mod/follow.php:171 mod/notifications.php:255 src/Model/Profile.php:808
+#: mod/follow.php:171 mod/notifications.php:255 src/Model/Profile.php:812
#: src/Module/Contact.php:652
msgid "Tags:"
msgstr "Tags:"
-#: mod/follow.php:183 mod/unfollow.php:147 src/Model/Profile.php:905
-#: src/Module/Contact.php:865
+#: mod/follow.php:183 mod/unfollow.php:147 src/Model/Profile.php:909
+#: src/Module/Contact.php:867
msgid "Status Messages and Posts"
msgstr "Statusnachrichten und Beiträge"
-#: mod/friendica.php:79
+#: mod/friendica.php:80
#, 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 "Diese Friendica Instanz verwendet die Version %s, sie ist unter der folgenden Adresse im Web zu finden %s. Die Datenbank Version ist %s und die Post-Update Version %s."
-#: mod/friendica.php:85
+#: mod/friendica.php:86
msgid ""
"Please visit Friendi.ca to learn more "
"about the Friendica project."
msgstr "Bitte besuche Friendi.ca um mehr über das Friendica Projekt zu erfahren."
-#: mod/friendica.php:89
+#: mod/friendica.php:90
msgid "Bug reports and issues: please visit"
msgstr "Probleme oder Fehler gefunden? Bitte besuche"
-#: mod/friendica.php:89
+#: mod/friendica.php:90
msgid "the bugtracker at github"
msgstr "den Bugtracker auf github"
-#: mod/friendica.php:92
+#: mod/friendica.php:93
msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
msgstr "Vorschläge, Lob usw.: E-Mail an \"Info\" at \"Friendi - dot ca\""
-#: mod/friendica.php:97
+#: mod/friendica.php:98
msgid "Installed addons/apps:"
msgstr "Installierte Apps und Addons"
-#: mod/friendica.php:111
+#: mod/friendica.php:112
msgid "No installed addons/apps"
msgstr "Es sind keine Addons oder Apps installiert"
-#: mod/friendica.php:116
+#: mod/friendica.php:117
#, php-format
msgid "Read about the Terms of Service of this node."
msgstr "Erfahre mehr über die Nutzungsbedingungen dieses Knotens."
-#: mod/friendica.php:121
+#: mod/friendica.php:122
msgid "On this server the following remote servers are blocked."
msgstr "Auf diesem Server werden die folgenden entfernten Server blockiert."
@@ -3849,7 +3872,7 @@ msgstr "Gruppe erstellt."
msgid "Could not create group."
msgstr "Konnte die Gruppe nicht erstellen."
-#: mod/group.php:60 mod/group.php:187
+#: mod/group.php:60 mod/group.php:186
msgid "Group not found."
msgstr "Gruppe nicht gefunden."
@@ -3857,7 +3880,7 @@ msgstr "Gruppe nicht gefunden."
msgid "Group name changed."
msgstr "Gruppenname geändert."
-#: mod/group.php:87 mod/profperm.php:30 src/App.php:1785
+#: mod/group.php:87 mod/profperm.php:30 src/App.php:1822
msgid "Permission denied"
msgstr "Zugriff verweigert"
@@ -3873,52 +3896,52 @@ msgstr "Filter"
msgid "Create a group of contacts/friends."
msgstr "Eine Kontaktgruppe anlegen."
-#: mod/group.php:112 mod/group.php:136 mod/group.php:229
-#: src/Model/Group.php:415
+#: mod/group.php:112 mod/group.php:135 mod/group.php:226
+#: src/Model/Group.php:413
msgid "Group Name: "
msgstr "Gruppenname:"
-#: mod/group.php:127 src/Model/Group.php:412
+#: mod/group.php:127 src/Model/Group.php:410
msgid "Contacts not in any group"
msgstr "Kontakte in keiner Gruppe"
-#: mod/group.php:159
+#: mod/group.php:158
msgid "Group removed."
msgstr "Gruppe entfernt."
-#: mod/group.php:161
+#: mod/group.php:160
msgid "Unable to remove group."
msgstr "Konnte die Gruppe nicht entfernen."
-#: mod/group.php:222
+#: mod/group.php:219
msgid "Delete Group"
msgstr "Gruppe löschen"
-#: mod/group.php:233
+#: mod/group.php:230
msgid "Edit Group Name"
msgstr "Gruppen Name bearbeiten"
-#: mod/group.php:244
+#: mod/group.php:241
msgid "Members"
msgstr "Mitglieder"
-#: mod/group.php:246 src/Module/Contact.php:707
+#: mod/group.php:243 src/Module/Contact.php:707
msgid "All Contacts"
msgstr "Alle Kontakte"
-#: mod/group.php:247 mod/network.php:651
+#: mod/group.php:244 mod/network.php:650
msgid "Group is empty"
msgstr "Gruppe ist leer"
-#: mod/group.php:260
+#: mod/group.php:257
msgid "Remove contact from group"
msgstr "Entferne den Kontakt aus der Gruppe"
-#: mod/group.php:278 mod/profperm.php:119
+#: mod/group.php:275 mod/profperm.php:119
msgid "Click on a contact to add or remove."
msgstr "Klicke einen Kontakt an, um ihn hinzuzufügen oder zu entfernen"
-#: mod/group.php:292
+#: mod/group.php:289
msgid "Add contact to group"
msgstr "Füge den Kontakt zur Gruppe hinzu"
@@ -3930,11 +3953,11 @@ msgstr "Kein Profil"
msgid "Help:"
msgstr "Hilfe:"
-#: mod/help.php:58 src/Content/Nav.php:184 view/theme/vier/theme.php:294
+#: mod/help.php:58 src/Content/Nav.php:183 view/theme/vier/theme.php:294
msgid "Help"
msgstr "Hilfe"
-#: mod/help.php:64 src/App.php:1705
+#: mod/help.php:64 src/App.php:1740
msgid "Not Found"
msgstr "Nicht gefunden"
@@ -4052,33 +4075,33 @@ msgid ""
"important, please visit http://friendi.ca"
msgstr "Für weitere Informationen über das Friendica Projekt und warum wir es für ein wichtiges Projekt halten, besuche bitte http://friendi.ca."
-#: mod/item.php:116
+#: mod/item.php:118
msgid "Unable to locate original post."
msgstr "Konnte den Originalbeitrag nicht finden."
-#: mod/item.php:284
+#: mod/item.php:286
msgid "Empty post discarded."
msgstr "Leerer Beitrag wurde verworfen."
-#: mod/item.php:805
+#: mod/item.php:809
#, php-format
msgid ""
"This message was sent to you by %s, a member of the Friendica social "
"network."
msgstr "Diese Nachricht wurde dir von %s geschickt, einem Mitglied des Sozialen Netzwerks Friendica."
-#: mod/item.php:807
+#: mod/item.php:811
#, php-format
msgid "You may visit them online at %s"
msgstr "Du kannst sie online unter %s besuchen"
-#: mod/item.php:808
+#: mod/item.php:812
msgid ""
"Please contact the sender by replying to this post if you do not wish to "
"receive these messages."
msgstr "Falls Du diese Beiträge nicht erhalten möchtest, kontaktiere bitte den Autor, indem Du auf diese Nachricht antwortest."
-#: mod/item.php:812
+#: mod/item.php:816
#, php-format
msgid "%s posted an update."
msgstr "%s hat ein Update veröffentlicht."
@@ -4258,17 +4281,17 @@ msgstr "Auf %s wurde Dein Passwort geändert"
msgid "System down for maintenance"
msgstr "System zur Wartung abgeschaltet"
-#: mod/manage.php:179
+#: mod/manage.php:178
msgid "Manage Identities and/or Pages"
msgstr "Verwalte Identitäten und/oder Seiten"
-#: mod/manage.php:180
+#: mod/manage.php:179
msgid ""
"Toggle between different identities or community/group pages which share "
"your account details or which you have been granted \"manage\" permissions"
msgstr "Zwischen verschiedenen Identitäten oder Gemeinschafts-/Gruppenseiten wechseln, die Deine Kontoinformationen teilen oder zu denen Du „Verwalten“-Befugnisse bekommen hast."
-#: mod/manage.php:181
+#: mod/manage.php:180
msgid "Select an identity to manage: "
msgstr "Wähle eine Identität zum Verwalten aus: "
@@ -4276,11 +4299,11 @@ msgstr "Wähle eine Identität zum Verwalten aus: "
msgid "No keywords to match. Please add keywords to your default profile."
msgstr "Keine Schlüsselwörter zum Abgleichen gefunden. Bitte füge einige Schlüsselwörter zu Deinem Standardprofil hinzu."
-#: mod/match.php:112 src/Content/Pager.php:210
+#: mod/match.php:112 src/Content/Pager.php:196
msgid "first"
msgstr "erste"
-#: mod/match.php:117 src/Content/Pager.php:270
+#: mod/match.php:117 src/Content/Pager.php:256
msgid "next"
msgstr "nächste"
@@ -4288,7 +4311,7 @@ msgstr "nächste"
msgid "Profile Match"
msgstr "Profilübereinstimmungen"
-#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:249
+#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:248
msgid "New Message"
msgstr "Neue Nachricht"
@@ -4317,7 +4340,7 @@ msgstr "Nachricht gesendet."
msgid "Discard"
msgstr "Verwerfen"
-#: mod/message.php:123 src/Content/Nav.php:246 view/theme/frio/theme.php:282
+#: mod/message.php:123 src/Content/Nav.php:245 view/theme/frio/theme.php:269
msgid "Messages"
msgstr "Nachrichten"
@@ -4405,19 +4428,19 @@ msgid_plural "%d messages"
msgstr[0] "%d Nachricht"
msgstr[1] "%d Nachrichten"
-#: mod/network.php:184 mod/search.php:39
+#: mod/network.php:183 mod/search.php:39
msgid "Remove term"
msgstr "Begriff entfernen"
-#: mod/network.php:191 mod/search.php:48
+#: mod/network.php:190 mod/search.php:48
msgid "Saved Searches"
msgstr "Gespeicherte Suchen"
-#: mod/network.php:192 src/Model/Group.php:406
+#: mod/network.php:191 src/Model/Group.php:404
msgid "add"
msgstr "hinzufügen"
-#: mod/network.php:559
+#: mod/network.php:558
#, php-format
msgid ""
"Warning: This group contains %s member from a network that doesn't allow non"
@@ -4428,73 +4451,73 @@ msgid_plural ""
msgstr[0] "Warnung: Diese Gruppe beinhaltet %s Person aus einem Netzwerk das keine nicht öffentlichen Beiträge empfangen kann."
msgstr[1] "Warnung: Diese Gruppe beinhaltet %s Personen aus Netzwerken die keine nicht-öffentlichen Beiträge empfangen können."
-#: mod/network.php:562
+#: mod/network.php:561
msgid "Messages in this group won't be send to these receivers."
msgstr "Beiträge in dieser Gruppe werden deshalb nicht an diese Personen zugestellt werden."
-#: mod/network.php:630
+#: mod/network.php:629
msgid "No such group"
msgstr "Es gibt keine solche Gruppe"
-#: mod/network.php:655
+#: mod/network.php:654
#, php-format
msgid "Group: %s"
msgstr "Gruppe: %s"
-#: mod/network.php:681
+#: mod/network.php:680
msgid "Private messages to this person are at risk of public disclosure."
msgstr "Private Nachrichten an diese Person könnten an die Öffentlichkeit gelangen."
-#: mod/network.php:684
+#: mod/network.php:683
msgid "Invalid contact."
msgstr "Ungültiger Kontakt."
-#: mod/network.php:962
+#: mod/network.php:961
msgid "Commented Order"
msgstr "Neueste Kommentare"
-#: mod/network.php:965
+#: mod/network.php:964
msgid "Sort by Comment Date"
msgstr "Nach Kommentardatum sortieren"
-#: mod/network.php:970
+#: mod/network.php:969
msgid "Posted Order"
msgstr "Neueste Beiträge"
-#: mod/network.php:973
+#: mod/network.php:972
msgid "Sort by Post Date"
msgstr "Nach Beitragsdatum sortieren"
-#: mod/network.php:980 mod/profiles.php:595
+#: mod/network.php:979 mod/profiles.php:595
#: src/Core/NotificationsManager.php:185
msgid "Personal"
msgstr "Persönlich"
-#: mod/network.php:983
+#: mod/network.php:982
msgid "Posts that mention or involve you"
msgstr "Beiträge, in denen es um Dich geht"
-#: mod/network.php:990
+#: mod/network.php:989
msgid "New"
msgstr "Neue"
-#: mod/network.php:993
+#: mod/network.php:992
msgid "Activity Stream - by date"
msgstr "Aktivitäten-Stream - nach Datum"
-#: mod/network.php:1001
+#: mod/network.php:1000
msgid "Shared Links"
msgstr "Geteilte Links"
-#: mod/network.php:1004
+#: mod/network.php:1003
msgid "Interesting Links"
msgstr "Interessante Links"
-#: mod/network.php:1011
+#: mod/network.php:1010
msgid "Starred"
msgstr "Markierte"
-#: mod/network.php:1014
+#: mod/network.php:1013
msgid "Favourite Posts"
msgstr "Favorisierte Beiträge"
@@ -4548,14 +4571,14 @@ msgid ""
"potential friends know exactly how to find you."
msgstr "Überprüfe die restlichen Einstellungen, insbesondere die Einstellungen zur Privatsphäre. Wenn Du Dein Profil nicht veröffentlichst, ist das als wenn Du Deine Telefonnummer nicht ins Telefonbuch einträgst. Im Allgemeinen solltest Du es veröffentlichen - außer all Deine Kontakte und potentiellen Kontakte wissen genau, wie sie Dich finden können."
-#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:151
-#: src/Model/Profile.php:744 src/Model/Profile.php:877
-#: src/Model/Profile.php:910 src/Module/Contact.php:657
-#: src/Module/Contact.php:870 view/theme/frio/theme.php:274
+#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:150
+#: src/Model/Profile.php:748 src/Model/Profile.php:881
+#: src/Model/Profile.php:914 src/Module/Contact.php:657
+#: src/Module/Contact.php:872 view/theme/frio/theme.php:261
msgid "Profile"
msgstr "Profil"
-#: mod/newmember.php:27 mod/profiles.php:599 mod/profile_photo.php:250
+#: mod/newmember.php:27 mod/profiles.php:599 mod/profile_photo.php:254
msgid "Upload Profile Photo"
msgstr "Profilbild hochladen"
@@ -4638,7 +4661,7 @@ msgid ""
"hours."
msgstr "Im seitlichen Bedienfeld der Kontakteseite gibt es diverse Werkzeuge, um neue Personen zu finden. Wir können Menschen mit den gleichen Interessen finden, anhand von Namen oder Interessen suchen oder aber aufgrund vorhandener Kontakte neue Leute vorschlagen.\nAuf einer brandneuen - soeben erstellten - Seite starten die Kontaktvorschläge innerhalb von 24 Stunden."
-#: mod/newmember.php:44 src/Model/Group.php:407 src/Module/Contact.php:755
+#: mod/newmember.php:44 src/Model/Group.php:405 src/Module/Contact.php:755
msgid "Groups"
msgstr "Gruppen"
@@ -4678,7 +4701,7 @@ msgid ""
" features and resources."
msgstr "Unsere Hilfe Seiten können herangezogen werden, um weitere Einzelheiten zu andern Programm Features zu erhalten."
-#: mod/notes.php:40 src/Model/Profile.php:960
+#: mod/notes.php:40 src/Model/Profile.php:964
msgid "Personal Notes"
msgstr "Persönliche Notizen"
@@ -4688,11 +4711,11 @@ msgstr "Invalid request identifier."
#: mod/notifications.php:60 mod/notifications.php:184
#: mod/notifications.php:269 src/Module/Contact.php:624
-#: src/Module/Contact.php:826 src/Module/Contact.php:1086
+#: src/Module/Contact.php:828 src/Module/Contact.php:1088
msgid "Ignore"
msgstr "Ignorieren"
-#: mod/notifications.php:93 src/Content/Nav.php:241
+#: mod/notifications.php:93 src/Content/Nav.php:240
msgid "Notifications"
msgstr "Benachrichtigungen"
@@ -4790,7 +4813,7 @@ msgstr "Teilenden"
msgid "Subscriber"
msgstr "Abonnent"
-#: mod/notifications.php:264 src/Model/Profile.php:538
+#: mod/notifications.php:264 src/Model/Profile.php:542
#: src/Module/Contact.php:89
msgid "Network:"
msgstr "Netzwerk:"
@@ -4853,7 +4876,7 @@ msgstr "Erfolg"
msgid "failed"
msgstr "Fehlgeschlagen"
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:277
+#: mod/ostatus_subscribe.php:89 src/Object/Post.php:280
msgid "ignored"
msgstr "Ignoriert"
@@ -4861,251 +4884,251 @@ msgstr "Ignoriert"
msgid "Keep this window open until done."
msgstr "Lasse dieses Fenster offen, bis der Vorgang abgeschlossen ist."
-#: mod/photos.php:116 src/Model/Profile.php:921
+#: mod/photos.php:115 src/Model/Profile.php:925
msgid "Photo Albums"
msgstr "Fotoalben"
-#: mod/photos.php:117 mod/photos.php:1706
+#: mod/photos.php:116 mod/photos.php:1664
msgid "Recent Photos"
msgstr "Neueste Fotos"
-#: mod/photos.php:120 mod/photos.php:1227 mod/photos.php:1708
+#: mod/photos.php:119 mod/photos.php:1186 mod/photos.php:1666
msgid "Upload New Photos"
msgstr "Neue Fotos hochladen"
-#: mod/photos.php:138 mod/settings.php:56
+#: mod/photos.php:137 mod/settings.php:56
msgid "everybody"
msgstr "jeder"
-#: mod/photos.php:194
+#: mod/photos.php:193
msgid "Contact information unavailable"
msgstr "Kontaktinformationen nicht verfügbar"
-#: mod/photos.php:213
+#: mod/photos.php:212
msgid "Album not found."
msgstr "Album nicht gefunden."
-#: mod/photos.php:242 mod/photos.php:255 mod/photos.php:1178
+#: mod/photos.php:241 mod/photos.php:254 mod/photos.php:1137
msgid "Delete Album"
msgstr "Album löschen"
-#: mod/photos.php:253
+#: mod/photos.php:252
msgid "Do you really want to delete this photo album and all its photos?"
msgstr "Möchtest Du wirklich dieses Foto-Album und all seine Foto löschen?"
-#: mod/photos.php:315 mod/photos.php:327 mod/photos.php:1453
+#: mod/photos.php:310 mod/photos.php:322 mod/photos.php:1412
msgid "Delete Photo"
msgstr "Foto löschen"
-#: mod/photos.php:325
+#: mod/photos.php:320
msgid "Do you really want to delete this photo?"
msgstr "Möchtest Du wirklich dieses Foto löschen?"
-#: mod/photos.php:682
+#: mod/photos.php:644
msgid "a photo"
msgstr "einem Foto"
-#: mod/photos.php:682
+#: mod/photos.php:644
#, php-format
msgid "%1$s was tagged in %2$s by %3$s"
msgstr "%1$s wurde von %3$s in %2$s getaggt"
-#: mod/photos.php:778 mod/photos.php:781 mod/photos.php:810
-#: mod/profile_photo.php:155 mod/wall_upload.php:197
+#: mod/photos.php:737 mod/photos.php:740 mod/photos.php:769
+#: mod/profile_photo.php:153 mod/wall_upload.php:197
#, php-format
msgid "Image exceeds size limit of %s"
msgstr "Bildgröße überschreitet das Limit von %s"
-#: mod/photos.php:784
+#: mod/photos.php:743
msgid "Image upload didn't complete, please try again"
msgstr "Der Upload des Bildes war nicht vollständig. Bitte versuche es erneut."
-#: mod/photos.php:787
+#: mod/photos.php:746
msgid "Image file is missing"
msgstr "Bilddatei konnte nicht gefunden werden."
-#: mod/photos.php:792
+#: mod/photos.php:751
msgid ""
"Server can't accept new file upload at this time, please contact your "
"administrator"
msgstr "Der Server kann derzeit keine neuen Datei Uploads akzeptieren. Bitte kontaktiere deinen Administrator."
-#: mod/photos.php:818
+#: mod/photos.php:777
msgid "Image file is empty."
msgstr "Bilddatei ist leer."
-#: mod/photos.php:833 mod/profile_photo.php:164 mod/wall_upload.php:211
+#: mod/photos.php:792 mod/profile_photo.php:162 mod/wall_upload.php:211
msgid "Unable to process image."
msgstr "Konnte das Bild nicht bearbeiten."
-#: mod/photos.php:862 mod/profile_photo.php:309 mod/wall_upload.php:250
+#: mod/photos.php:821 mod/profile_photo.php:313 mod/wall_upload.php:250
msgid "Image upload failed."
msgstr "Hochladen des Bildes gescheitert."
-#: mod/photos.php:948
+#: mod/photos.php:907
msgid "No photos selected"
msgstr "Keine Bilder ausgewählt"
-#: mod/photos.php:1045 mod/videos.php:298
+#: mod/photos.php:1004 mod/videos.php:254
msgid "Access to this item is restricted."
msgstr "Zugriff zu diesem Eintrag wurde eingeschränkt."
-#: mod/photos.php:1099
+#: mod/photos.php:1058
msgid "Upload Photos"
msgstr "Bilder hochladen"
-#: mod/photos.php:1103 mod/photos.php:1173
+#: mod/photos.php:1062 mod/photos.php:1132
msgid "New album name: "
msgstr "Name des neuen Albums: "
-#: mod/photos.php:1104
+#: mod/photos.php:1063
msgid "or select existing album:"
msgstr "oder wähle ein bestehendes Album:"
-#: mod/photos.php:1105
+#: mod/photos.php:1064
msgid "Do not show a status post for this upload"
msgstr "Keine Status-Mitteilung für diesen Beitrag anzeigen"
-#: mod/photos.php:1121 mod/photos.php:1456 mod/settings.php:1212
+#: mod/photos.php:1080 mod/photos.php:1415 mod/settings.php:1212
msgid "Show to Groups"
msgstr "Zeige den Gruppen"
-#: mod/photos.php:1122 mod/photos.php:1457 mod/settings.php:1213
+#: mod/photos.php:1081 mod/photos.php:1416 mod/settings.php:1213
msgid "Show to Contacts"
msgstr "Zeige den Kontakten"
-#: mod/photos.php:1184
+#: mod/photos.php:1143
msgid "Edit Album"
msgstr "Album bearbeiten"
-#: mod/photos.php:1189
+#: mod/photos.php:1148
msgid "Show Newest First"
msgstr "Zeige neueste zuerst"
-#: mod/photos.php:1191
+#: mod/photos.php:1150
msgid "Show Oldest First"
msgstr "Zeige älteste zuerst"
-#: mod/photos.php:1212 mod/photos.php:1691
+#: mod/photos.php:1171 mod/photos.php:1649
msgid "View Photo"
msgstr "Foto betrachten"
-#: mod/photos.php:1253
+#: mod/photos.php:1212
msgid "Permission denied. Access to this item may be restricted."
msgstr "Zugriff verweigert. Zugriff zu diesem Eintrag könnte eingeschränkt sein."
-#: mod/photos.php:1255
+#: mod/photos.php:1214
msgid "Photo not available"
msgstr "Foto nicht verfügbar"
-#: mod/photos.php:1330
+#: mod/photos.php:1289
msgid "View photo"
msgstr "Fotos ansehen"
-#: mod/photos.php:1330
+#: mod/photos.php:1289
msgid "Edit photo"
msgstr "Foto bearbeiten"
-#: mod/photos.php:1331
+#: mod/photos.php:1290
msgid "Use as profile photo"
msgstr "Als Profilbild verwenden"
-#: mod/photos.php:1337 src/Object/Post.php:150
+#: mod/photos.php:1296 src/Object/Post.php:153
msgid "Private Message"
msgstr "Private Nachricht"
-#: mod/photos.php:1357
+#: mod/photos.php:1316
msgid "View Full Size"
msgstr "Betrachte Originalgröße"
-#: mod/photos.php:1421
+#: mod/photos.php:1380
msgid "Tags: "
msgstr "Tags: "
-#: mod/photos.php:1424
+#: mod/photos.php:1383
msgid "[Select tags to remove]"
msgstr "[Zu entfernende Tags auswählen]"
-#: mod/photos.php:1439
+#: mod/photos.php:1398
msgid "New album name"
msgstr "Name des neuen Albums"
-#: mod/photos.php:1440
+#: mod/photos.php:1399
msgid "Caption"
msgstr "Bildunterschrift"
-#: mod/photos.php:1441
+#: mod/photos.php:1400
msgid "Add a Tag"
msgstr "Tag hinzufügen"
-#: mod/photos.php:1441
+#: mod/photos.php:1400
msgid ""
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-#: mod/photos.php:1442
+#: mod/photos.php:1401
msgid "Do not rotate"
msgstr "Nicht rotieren"
-#: mod/photos.php:1443
+#: mod/photos.php:1402
msgid "Rotate CW (right)"
msgstr "Drehen US (rechts)"
-#: mod/photos.php:1444
+#: mod/photos.php:1403
msgid "Rotate CCW (left)"
msgstr "Drehen EUS (links)"
-#: mod/photos.php:1478 src/Object/Post.php:305
+#: mod/photos.php:1437 src/Object/Post.php:308
msgid "I like this (toggle)"
msgstr "Ich mag das (toggle)"
-#: mod/photos.php:1479 src/Object/Post.php:306
+#: mod/photos.php:1438 src/Object/Post.php:309
msgid "I don't like this (toggle)"
msgstr "Ich mag das nicht (toggle)"
-#: mod/photos.php:1494 mod/photos.php:1533 mod/photos.php:1593
-#: src/Module/Contact.php:1019 src/Object/Post.php:805
+#: mod/photos.php:1453 mod/photos.php:1492 mod/photos.php:1552
+#: src/Module/Contact.php:1021 src/Object/Post.php:816
msgid "This is you"
msgstr "Das bist Du"
-#: mod/photos.php:1496 mod/photos.php:1535 mod/photos.php:1595
-#: src/Object/Post.php:410 src/Object/Post.php:807
+#: mod/photos.php:1455 mod/photos.php:1494 mod/photos.php:1554
+#: src/Object/Post.php:414 src/Object/Post.php:818
msgid "Comment"
msgstr "Kommentar"
-#: mod/photos.php:1625
+#: mod/photos.php:1584
msgid "Map"
msgstr "Karte"
-#: mod/photos.php:1697 mod/videos.php:375
+#: mod/photos.php:1655 mod/videos.php:331
msgid "View Album"
msgstr "Album betrachten"
-#: mod/ping.php:272
+#: mod/ping.php:271
msgid "{0} wants to be your friend"
msgstr "{0} möchte mit Dir in Kontakt treten"
-#: mod/ping.php:288
+#: mod/ping.php:287
msgid "{0} requested registration"
msgstr "{0} möchte sich registrieren"
-#: mod/poke.php:185
+#: mod/poke.php:181
msgid "Poke/Prod"
msgstr "Anstupsen"
-#: mod/poke.php:186
+#: mod/poke.php:182
msgid "poke, prod or do other things to somebody"
msgstr "Stupse Leute an oder mache anderes mit ihnen"
-#: mod/poke.php:187
+#: mod/poke.php:183
msgid "Recipient"
msgstr "Empfänger"
-#: mod/poke.php:188
+#: mod/poke.php:184
msgid "Choose what you wish to do to recipient"
msgstr "Was willst Du mit dem Empfänger machen:"
-#: mod/poke.php:191
+#: mod/poke.php:187
msgid "Make this post private"
msgstr "Diesen Beitrag privat machen"
@@ -5113,17 +5136,17 @@ msgstr "Diesen Beitrag privat machen"
msgid "Only logged in users are permitted to perform a probing."
msgstr "Nur eingeloggten Benutzern ist das Untersuchen von Adressen gestattet."
-#: mod/profile.php:87 mod/profile.php:90 src/Protocol/OStatus.php:1287
+#: mod/profile.php:86 mod/profile.php:89 src/Protocol/OStatus.php:1287
#, php-format
msgid "%s's timeline"
msgstr "Timeline von %s"
-#: mod/profile.php:88 src/Protocol/OStatus.php:1291
+#: mod/profile.php:87 src/Protocol/OStatus.php:1291
#, php-format
msgid "%s's posts"
msgstr "Beiträge von %s"
-#: mod/profile.php:89 src/Protocol/OStatus.php:1294
+#: mod/profile.php:88 src/Protocol/OStatus.php:1294
#, php-format
msgid "%s's comments"
msgstr "Kommentare von %s"
@@ -5280,7 +5303,7 @@ msgstr "Dein Geschlecht:"
msgid "♥ Marital Status:"
msgstr "♥ Beziehungsstatus:"
-#: mod/profiles.php:602 src/Model/Profile.php:796
+#: mod/profiles.php:602 src/Model/Profile.php:800
msgid "Sexual Preference:"
msgstr "Sexuelle Vorlieben:"
@@ -5360,11 +5383,11 @@ msgstr "Die XMPP Adresse wird an deine Kontakte verteilt werden, so dass sie auc
msgid "Homepage URL:"
msgstr "Adresse der Homepage:"
-#: mod/profiles.php:629 src/Model/Profile.php:804
+#: mod/profiles.php:629 src/Model/Profile.php:808
msgid "Hometown:"
msgstr "Heimatort:"
-#: mod/profiles.php:630 src/Model/Profile.php:812
+#: mod/profiles.php:630 src/Model/Profile.php:816
msgid "Political Views:"
msgstr "Politische Ansichten:"
@@ -5388,11 +5411,11 @@ msgstr "Private Schlüsselwörter:"
msgid "(Used for searching profiles, never shown to others)"
msgstr "(Wird für die Suche nach Profilen verwendet und niemals veröffentlicht)"
-#: mod/profiles.php:634 src/Model/Profile.php:828
+#: mod/profiles.php:634 src/Model/Profile.php:832
msgid "Likes:"
msgstr "Likes:"
-#: mod/profiles.php:635 src/Model/Profile.php:832
+#: mod/profiles.php:635 src/Model/Profile.php:836
msgid "Dislikes:"
msgstr "Dislikes:"
@@ -5456,55 +5479,55 @@ msgstr "Neues Profil anlegen"
msgid "Image uploaded but image cropping failed."
msgstr "Bild hochgeladen, aber das Zuschneiden schlug fehl."
-#: mod/profile_photo.php:91 mod/profile_photo.php:100
-#: mod/profile_photo.php:109 mod/profile_photo.php:317
+#: mod/profile_photo.php:89 mod/profile_photo.php:98 mod/profile_photo.php:107
+#: mod/profile_photo.php:321
#, php-format
msgid "Image size reduction [%s] failed."
msgstr "Verkleinern der Bildgröße von [%s] scheiterte."
-#: mod/profile_photo.php:128
+#: mod/profile_photo.php:126
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
msgstr "Drücke Umschalt+Neu Laden oder leere den Browser-Cache, falls das neue Foto nicht gleich angezeigt wird."
-#: mod/profile_photo.php:136
+#: mod/profile_photo.php:134
msgid "Unable to process image"
msgstr "Bild konnte nicht verarbeitet werden"
-#: mod/profile_photo.php:248
+#: mod/profile_photo.php:252
msgid "Upload File:"
msgstr "Datei hochladen:"
-#: mod/profile_photo.php:249
+#: mod/profile_photo.php:253
msgid "Select a profile:"
msgstr "Profil auswählen:"
-#: mod/profile_photo.php:254
+#: mod/profile_photo.php:258
msgid "or"
msgstr "oder"
-#: mod/profile_photo.php:255
+#: mod/profile_photo.php:259
msgid "skip this step"
msgstr "diesen Schritt überspringen"
-#: mod/profile_photo.php:255
+#: mod/profile_photo.php:259
msgid "select a photo from your photo albums"
msgstr "wähle ein Foto aus deinen Fotoalben"
-#: mod/profile_photo.php:268
+#: mod/profile_photo.php:272
msgid "Crop Image"
msgstr "Bild zurechtschneiden"
-#: mod/profile_photo.php:269
+#: mod/profile_photo.php:273
msgid "Please adjust the image cropping for optimum viewing."
msgstr "Passe bitte den Bildausschnitt an, damit das Bild optimal dargestellt werden kann."
-#: mod/profile_photo.php:271
+#: mod/profile_photo.php:275
msgid "Done Editing"
msgstr "Bearbeitung abgeschlossen"
-#: mod/profile_photo.php:307
+#: mod/profile_photo.php:311
msgid "Image uploaded successfully."
msgstr "Bild erfolgreich hochgeladen."
@@ -5623,7 +5646,7 @@ msgstr "Wähle einen Spitznamen für Dein Profil. Dieser muss mit einem Buchstab
msgid "Choose a nickname: "
msgstr "Spitznamen wählen: "
-#: mod/register.php:272 src/Content/Nav.php:178 src/Module/Login.php:290
+#: mod/register.php:272 src/Content/Nav.php:177 src/Module/Login.php:290
msgid "Register"
msgstr "Registrieren"
@@ -5701,7 +5724,7 @@ msgstr "Zu viele Abfragen"
msgid "Only one search per minute is permitted for not logged in users."
msgstr "Es ist nur eine Suchanfrage pro Minute für nicht eingeloggte Benutzer gestattet."
-#: mod/search.php:150 src/Content/Nav.php:192 src/Content/Text/HTML.php:969
+#: mod/search.php:150 src/Content/Nav.php:191 src/Content/Text/HTML.php:968
msgid "Search"
msgstr "Suche"
@@ -5710,7 +5733,7 @@ msgstr "Suche"
msgid "Items tagged with: %s"
msgstr "Beiträge die mit %s getaggt sind"
-#: mod/search.php:238 src/Module/Contact.php:817
+#: mod/search.php:238 src/Module/Contact.php:819
#, php-format
msgid "Results for: %s"
msgstr "Ergebnisse für: %s"
@@ -5719,7 +5742,7 @@ msgstr "Ergebnisse für: %s"
msgid "Account"
msgstr "Nutzerkonto"
-#: mod/settings.php:69 src/Content/Nav.php:260 src/Model/Profile.php:392
+#: mod/settings.php:69 src/Content/Nav.php:259 src/Model/Profile.php:392
msgid "Profiles"
msgstr "Profile"
@@ -5731,7 +5754,7 @@ msgstr "Anzeige"
msgid "Social Networks"
msgstr "Soziale Netzwerke"
-#: mod/settings.php:106 src/Content/Nav.php:255
+#: mod/settings.php:106 src/Content/Nav.php:254
msgid "Delegations"
msgstr "Delegationen"
@@ -5751,7 +5774,7 @@ msgstr "Konto löschen"
msgid "Missing some important data!"
msgstr "Wichtige Daten fehlen!"
-#: mod/settings.php:181 mod/settings.php:694 src/Module/Contact.php:824
+#: mod/settings.php:181 mod/settings.php:694 src/Module/Contact.php:826
msgid "Update"
msgstr "Aktualisierungen"
@@ -5847,7 +5870,7 @@ msgstr "Du kannst dieses Programm nicht bearbeiten."
msgid "Connected Apps"
msgstr "Verbundene Programme"
-#: mod/settings.php:728 src/Object/Post.php:160 src/Object/Post.php:162
+#: mod/settings.php:728 src/Object/Post.php:163 src/Object/Post.php:165
msgid "Edit"
msgstr "Bearbeiten"
@@ -5875,7 +5898,7 @@ msgstr "Addon Einstellungen"
msgid "Additional Features"
msgstr "Zusätzliche Features"
-#: mod/settings.php:796 src/Content/ContactSelector.php:85
+#: mod/settings.php:796 src/Content/ContactSelector.php:84
msgid "Diaspora"
msgstr "Diaspora"
@@ -5983,10 +6006,6 @@ msgstr "IMAP-Port:"
msgid "Security:"
msgstr "Sicherheit:"
-#: mod/settings.php:856 mod/settings.php:861
-msgid "None"
-msgstr "Keine"
-
#: mod/settings.php:857
msgid "Email login name:"
msgstr "E-Mail-Login-Name:"
@@ -6007,7 +6026,7 @@ msgstr "Sende öffentliche Beiträge an alle E-Mail-Kontakte:"
msgid "Action after import:"
msgstr "Aktion nach Import:"
-#: mod/settings.php:861 src/Content/Nav.php:243
+#: mod/settings.php:861 src/Content/Nav.php:242
msgid "Mark as seen"
msgstr "Als gelesen markieren"
@@ -6029,11 +6048,11 @@ msgstr "%s - (Nicht unterstützt)"
msgid "%s - (Experimental)"
msgstr "%s - (Experimentell)"
-#: mod/settings.php:934 src/Core/L10n.php:356 src/Model/Event.php:392
+#: mod/settings.php:934 src/Core/L10n.php:361 src/Model/Event.php:392
msgid "Sunday"
msgstr "Sonntag"
-#: mod/settings.php:934 src/Core/L10n.php:356 src/Model/Event.php:393
+#: mod/settings.php:934 src/Core/L10n.php:361 src/Model/Event.php:393
msgid "Monday"
msgstr "Montag"
@@ -6382,7 +6401,7 @@ msgstr "Passwort:"
msgid "Basic Settings"
msgstr "Grundeinstellungen"
-#: mod/settings.php:1192 src/Model/Profile.php:752
+#: mod/settings.php:1192 src/Model/Profile.php:756
msgid "Full Name:"
msgstr "Kompletter Name:"
@@ -6555,7 +6574,7 @@ msgstr "Keine Vorschläge verfügbar. Falls der Server frisch aufgesetzt wurde,
msgid "Ignore/Hide"
msgstr "Ignorieren/Verbergen"
-#: mod/suggest.php:118 src/Content/Widget.php:65 view/theme/vier/theme.php:204
+#: mod/suggest.php:118 src/Content/Widget.php:66 view/theme/vier/theme.php:204
msgid "Friend Suggestions"
msgstr "Kontaktvorschläge"
@@ -6649,27 +6668,27 @@ msgstr "Verbindung lösen/Nicht mehr folgen"
msgid "[Embedded content - reload page to view]"
msgstr "[Eingebetteter Inhalt - Seite neu laden zum Betrachten]"
-#: mod/videos.php:132
+#: mod/videos.php:98
msgid "Do you really want to delete this video?"
msgstr "Möchtest Du dieses Video wirklich löschen?"
-#: mod/videos.php:137
+#: mod/videos.php:103
msgid "Delete Video"
msgstr "Video Löschen"
-#: mod/videos.php:197
+#: mod/videos.php:153
msgid "No videos selected"
msgstr "Keine Videos ausgewählt"
-#: mod/videos.php:368 src/Model/Item.php:3426
+#: mod/videos.php:324 src/Model/Item.php:3388
msgid "View Video"
msgstr "Video ansehen"
-#: mod/videos.php:383
+#: mod/videos.php:339
msgid "Recent Videos"
msgstr "Neueste Videos"
-#: mod/videos.php:385
+#: mod/videos.php:341
msgid "Upload New Videos"
msgstr "Neues Video hochladen"
@@ -6678,15 +6697,15 @@ msgid "No contacts."
msgstr "Keine Kontakte."
#: mod/viewcontacts.php:94 src/Module/Contact.php:605
-#: src/Module/Contact.php:1025
+#: src/Module/Contact.php:1027
#, php-format
msgid "Visit %s's profile [%s]"
msgstr "Besuche %ss Profil [%s]"
-#: mod/viewcontacts.php:114 src/Content/Nav.php:197 src/Content/Nav.php:263
-#: src/Content/Text/HTML.php:980 src/Model/Profile.php:981
-#: src/Model/Profile.php:984 src/Module/Contact.php:812
-#: src/Module/Contact.php:882 view/theme/frio/theme.php:284
+#: mod/viewcontacts.php:114 src/Content/Nav.php:196 src/Content/Nav.php:262
+#: src/Content/Text/HTML.php:979 src/Model/Profile.php:985
+#: src/Model/Profile.php:988 src/Module/Contact.php:814
+#: src/Module/Contact.php:884 view/theme/frio/theme.php:271
msgid "Contacts"
msgstr "Kontakte"
@@ -6710,26 +6729,26 @@ msgid ""
"your site allow private mail from unknown senders."
msgstr "Wenn Du möchtest, dass %s Dir antworten kann, überprüfe Deine Privatsphären-Einstellungen und erlaube private Nachrichten von unbekannten Absendern."
-#: mod/wall_attach.php:28 mod/wall_attach.php:35 mod/wall_attach.php:90
+#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:88
#: mod/wall_upload.php:41 mod/wall_upload.php:57 mod/wall_upload.php:115
#: mod/wall_upload.php:166 mod/wall_upload.php:169
msgid "Invalid request."
msgstr "Ungültige Anfrage"
-#: mod/wall_attach.php:108
+#: mod/wall_attach.php:106
msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
msgstr "Entschuldige, die Datei scheint größer zu sein als es die PHP Konfiguration erlaubt."
-#: mod/wall_attach.php:108
+#: mod/wall_attach.php:106
msgid "Or - did you try to upload an empty file?"
msgstr "Oder - hast Du versucht, eine leere Datei hochzuladen?"
-#: mod/wall_attach.php:119
+#: mod/wall_attach.php:117
#, php-format
msgid "File exceeds size limit of %s"
msgstr "Die Datei ist größer als das erlaubte Limit von %s"
-#: mod/wall_attach.php:143 mod/wall_attach.php:159
+#: mod/wall_attach.php:132
msgid "File upload failed."
msgstr "Hochladen der Datei fehlgeschlagen."
@@ -6738,19 +6757,19 @@ msgstr "Hochladen der Datei fehlgeschlagen."
msgid "Wall Photos"
msgstr "Pinnwand-Bilder"
-#: src/App.php:787
+#: src/App.php:822
msgid "Delete this item?"
msgstr "Diesen Beitrag löschen?"
-#: src/App.php:789
+#: src/App.php:824
msgid "show fewer"
msgstr "weniger anzeigen"
-#: src/App.php:831
+#: src/App.php:866
msgid "toggle mobile"
msgstr "mobile Ansicht umschalten"
-#: src/App.php:1384
+#: src/App.php:1419
msgid "No system theme config value set."
msgstr "Es wurde kein Konfigurationswert für das Systemweite Theme gesetzt."
@@ -6760,311 +6779,311 @@ msgid ""
"form has been opened for too long (>3 hours) before submitting it."
msgstr "Das Sicherheitsmerkmal war nicht korrekt. Das passiert meistens wenn das Formular vor dem Absenden zu lange geöffnet war (länger als 3 Stunden)."
-#: src/Content/ContactSelector.php:57
+#: src/Content/ContactSelector.php:56
msgid "Frequently"
msgstr "immer wieder"
-#: src/Content/ContactSelector.php:58
+#: src/Content/ContactSelector.php:57
msgid "Hourly"
msgstr "Stündlich"
-#: src/Content/ContactSelector.php:59
+#: src/Content/ContactSelector.php:58
msgid "Twice daily"
msgstr "Zweimal täglich"
-#: src/Content/ContactSelector.php:60
+#: src/Content/ContactSelector.php:59
msgid "Daily"
msgstr "Täglich"
-#: src/Content/ContactSelector.php:61
+#: src/Content/ContactSelector.php:60
msgid "Weekly"
msgstr "Wöchentlich"
-#: src/Content/ContactSelector.php:62
+#: src/Content/ContactSelector.php:61
msgid "Monthly"
msgstr "Monatlich"
-#: src/Content/ContactSelector.php:81
+#: src/Content/ContactSelector.php:80
msgid "DFRN"
msgstr "DFRN"
-#: src/Content/ContactSelector.php:82
+#: src/Content/ContactSelector.php:81
msgid "OStatus"
msgstr "OStatus"
-#: src/Content/ContactSelector.php:83
+#: src/Content/ContactSelector.php:82
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: src/Content/ContactSelector.php:86
+#: src/Content/ContactSelector.php:85
msgid "Zot!"
msgstr "Zott"
-#: src/Content/ContactSelector.php:87
+#: src/Content/ContactSelector.php:86
msgid "LinkedIn"
msgstr "LinkedIn"
-#: src/Content/ContactSelector.php:88
+#: src/Content/ContactSelector.php:87
msgid "XMPP/IM"
msgstr "XMPP/Chat"
-#: src/Content/ContactSelector.php:89
+#: src/Content/ContactSelector.php:88
msgid "MySpace"
msgstr "MySpace"
-#: src/Content/ContactSelector.php:90
+#: src/Content/ContactSelector.php:89
msgid "Google+"
msgstr "Google+"
-#: src/Content/ContactSelector.php:91
+#: src/Content/ContactSelector.php:90
msgid "pump.io"
msgstr "pump.io"
-#: src/Content/ContactSelector.php:92
+#: src/Content/ContactSelector.php:91
msgid "Twitter"
msgstr "Twitter"
-#: src/Content/ContactSelector.php:93
+#: src/Content/ContactSelector.php:92
msgid "Diaspora Connector"
msgstr "Diaspora Connector"
-#: src/Content/ContactSelector.php:94
+#: src/Content/ContactSelector.php:93
msgid "GNU Social Connector"
msgstr "GNU Social Connector"
-#: src/Content/ContactSelector.php:95
+#: src/Content/ContactSelector.php:94
msgid "ActivityPub"
msgstr "ActivityPub"
-#: src/Content/ContactSelector.php:96
+#: src/Content/ContactSelector.php:95
msgid "pnut"
msgstr "pnut"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:150
msgid "Male"
msgstr "Männlich"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:151
msgid "Female"
msgstr "Weiblich"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:152
msgid "Currently Male"
msgstr "Momentan männlich"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:153
msgid "Currently Female"
msgstr "Momentan weiblich"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:154
msgid "Mostly Male"
msgstr "Hauptsächlich männlich"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:155
msgid "Mostly Female"
msgstr "Hauptsächlich weiblich"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:156
msgid "Transgender"
msgstr "Transgender"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:157
msgid "Intersex"
msgstr "Intersex"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:158
msgid "Transsexual"
msgstr "Transsexuell"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:159
msgid "Hermaphrodite"
msgstr "Hermaphrodit"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:160
msgid "Neuter"
msgstr "Neuter"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:161
msgid "Non-specific"
msgstr "Nicht spezifiziert"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:162
msgid "Other"
msgstr "Andere"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:189
msgid "Males"
msgstr "Männer"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:190
msgid "Females"
msgstr "Frauen"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:191
msgid "Gay"
msgstr "Schwul"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:192
msgid "Lesbian"
msgstr "Lesbisch"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:193
msgid "No Preference"
msgstr "Keine Vorlieben"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:194
msgid "Bisexual"
msgstr "Bisexuell"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:195
msgid "Autosexual"
msgstr "Autosexual"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:196
msgid "Abstinent"
msgstr "Abstinent"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:197
msgid "Virgin"
msgstr "Jungfrauen"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:198
msgid "Deviant"
msgstr "Deviant"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:199
msgid "Fetish"
msgstr "Fetish"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:200
msgid "Oodles"
msgstr "Oodles"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:201
msgid "Nonsexual"
msgstr "Nonsexual"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:226
msgid "Single"
msgstr "Single"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:227
msgid "Lonely"
msgstr "Einsam"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:228
msgid "Available"
msgstr "Verfügbar"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:229
msgid "Unavailable"
msgstr "Nicht verfügbar"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:230
msgid "Has crush"
msgstr "verknallt"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:231
msgid "Infatuated"
msgstr "verliebt"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:232
msgid "Dating"
msgstr "Dating"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:233
msgid "Unfaithful"
msgstr "Untreu"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:234
msgid "Sex Addict"
msgstr "Sexbesessen"
-#: src/Content/ContactSelector.php:192 src/Model/User.php:647
+#: src/Content/ContactSelector.php:235 src/Model/User.php:647
msgid "Friends"
msgstr "Kontakte"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:236
msgid "Friends/Benefits"
msgstr "Freunde/Zuwendungen"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:237
msgid "Casual"
msgstr "Casual"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:238
msgid "Engaged"
msgstr "Verlobt"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:239
msgid "Married"
msgstr "Verheiratet"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:240
msgid "Imaginarily married"
msgstr "imaginär verheiratet"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:241
msgid "Partners"
msgstr "Partner"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:242
msgid "Cohabiting"
msgstr "zusammenlebend"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:243
msgid "Common law"
msgstr "wilde Ehe"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:244
msgid "Happy"
msgstr "Glücklich"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:245
msgid "Not looking"
msgstr "Nicht auf der Suche"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:246
msgid "Swinger"
msgstr "Swinger"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:247
msgid "Betrayed"
msgstr "Betrogen"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:248
msgid "Separated"
msgstr "Getrennt"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:249
msgid "Unstable"
msgstr "Unstabil"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:250
msgid "Divorced"
msgstr "Geschieden"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:251
msgid "Imaginarily divorced"
msgstr "imaginär geschieden"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:252
msgid "Widowed"
msgstr "Verwitwet"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:253
msgid "Uncertain"
msgstr "Unsicher"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:254
msgid "It's complicated"
msgstr "Ist kompliziert"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:255
msgid "Don't care"
msgstr "Ist mir nicht wichtig"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:256
msgid "Ask me"
msgstr "Frag mich"
@@ -7187,8 +7206,8 @@ msgstr "Mitgliedschaftsdatum anzeigen"
msgid "Display membership date in profile"
msgstr "Soll das Datum der Registrierung deines Accounts im Profil angezeigt werden."
-#: src/Content/ForumManager.php:126 src/Content/Nav.php:201
-#: src/Content/Text/HTML.php:983 view/theme/vier/theme.php:250
+#: src/Content/ForumManager.php:126 src/Content/Nav.php:200
+#: src/Content/Text/HTML.php:982 view/theme/vier/theme.php:250
msgid "Forums"
msgstr "Foren"
@@ -7196,207 +7215,207 @@ msgstr "Foren"
msgid "External link to forum"
msgstr "Externer Link zum Forum"
-#: src/Content/Nav.php:69
+#: src/Content/Nav.php:68
msgid "Nothing new here"
msgstr "Keine Neuigkeiten"
-#: src/Content/Nav.php:73
+#: src/Content/Nav.php:72
msgid "Clear notifications"
msgstr "Bereinige Benachrichtigungen"
-#: src/Content/Nav.php:74 src/Content/Text/HTML.php:972
+#: src/Content/Nav.php:73 src/Content/Text/HTML.php:971
msgid "@name, !forum, #tags, content"
msgstr "@name, !forum, #tags, content"
-#: src/Content/Nav.php:147 src/Module/Login.php:318
-#: view/theme/frio/theme.php:270
+#: src/Content/Nav.php:146 src/Module/Login.php:318
+#: view/theme/frio/theme.php:257
msgid "Logout"
msgstr "Abmelden"
-#: src/Content/Nav.php:147 view/theme/frio/theme.php:270
+#: src/Content/Nav.php:146 view/theme/frio/theme.php:257
msgid "End this session"
msgstr "Diese Sitzung beenden"
-#: src/Content/Nav.php:150 src/Model/Profile.php:902
-#: src/Module/Contact.php:655 src/Module/Contact.php:854
-#: view/theme/frio/theme.php:273
+#: src/Content/Nav.php:149 src/Model/Profile.php:906
+#: src/Module/Contact.php:655 src/Module/Contact.php:856
+#: view/theme/frio/theme.php:260
msgid "Status"
msgstr "Status"
-#: src/Content/Nav.php:150 src/Content/Nav.php:236
-#: view/theme/frio/theme.php:273
+#: src/Content/Nav.php:149 src/Content/Nav.php:235
+#: view/theme/frio/theme.php:260
msgid "Your posts and conversations"
msgstr "Deine Beiträge und Unterhaltungen"
-#: src/Content/Nav.php:151 view/theme/frio/theme.php:274
+#: src/Content/Nav.php:150 view/theme/frio/theme.php:261
msgid "Your profile page"
msgstr "Deine Profilseite"
-#: src/Content/Nav.php:152 view/theme/frio/theme.php:275
+#: src/Content/Nav.php:151 view/theme/frio/theme.php:262
msgid "Your photos"
msgstr "Deine Fotos"
-#: src/Content/Nav.php:153 src/Model/Profile.php:926 src/Model/Profile.php:929
-#: view/theme/frio/theme.php:276
+#: src/Content/Nav.php:152 src/Model/Profile.php:930 src/Model/Profile.php:933
+#: view/theme/frio/theme.php:263
msgid "Videos"
msgstr "Videos"
-#: src/Content/Nav.php:153 view/theme/frio/theme.php:276
+#: src/Content/Nav.php:152 view/theme/frio/theme.php:263
msgid "Your videos"
msgstr "Deine Videos"
-#: src/Content/Nav.php:154 view/theme/frio/theme.php:277
+#: src/Content/Nav.php:153 view/theme/frio/theme.php:264
msgid "Your events"
msgstr "Deine Ereignisse"
-#: src/Content/Nav.php:155
+#: src/Content/Nav.php:154
msgid "Personal notes"
msgstr "Persönliche Notizen"
-#: src/Content/Nav.php:155
+#: src/Content/Nav.php:154
msgid "Your personal notes"
msgstr "Deine persönlichen Notizen"
-#: src/Content/Nav.php:164
+#: src/Content/Nav.php:163
msgid "Sign in"
msgstr "Anmelden"
-#: src/Content/Nav.php:174 src/Content/Nav.php:236
+#: src/Content/Nav.php:173 src/Content/Nav.php:235
#: src/Core/NotificationsManager.php:192
msgid "Home"
msgstr "Pinnwand"
-#: src/Content/Nav.php:174
+#: src/Content/Nav.php:173
msgid "Home Page"
msgstr "Homepage"
-#: src/Content/Nav.php:178
+#: src/Content/Nav.php:177
msgid "Create an account"
msgstr "Nutzerkonto erstellen"
-#: src/Content/Nav.php:184
+#: src/Content/Nav.php:183
msgid "Help and documentation"
msgstr "Hilfe und Dokumentation"
-#: src/Content/Nav.php:188
+#: src/Content/Nav.php:187
msgid "Apps"
msgstr "Apps"
-#: src/Content/Nav.php:188
+#: src/Content/Nav.php:187
msgid "Addon applications, utilities, games"
msgstr "Addon Anwendungen, Dienstprogramme, Spiele"
-#: src/Content/Nav.php:192
+#: src/Content/Nav.php:191
msgid "Search site content"
msgstr "Inhalt der Seite durchsuchen"
-#: src/Content/Nav.php:195 src/Content/Text/HTML.php:978
+#: src/Content/Nav.php:194 src/Content/Text/HTML.php:977
msgid "Full Text"
msgstr "Volltext"
-#: src/Content/Nav.php:196 src/Content/Text/HTML.php:979
+#: src/Content/Nav.php:195 src/Content/Text/HTML.php:978
#: src/Content/Widget/TagCloud.php:53
msgid "Tags"
msgstr "Tags"
-#: src/Content/Nav.php:216
+#: src/Content/Nav.php:215
msgid "Community"
msgstr "Gemeinschaft"
-#: src/Content/Nav.php:216
+#: src/Content/Nav.php:215
msgid "Conversations on this and other servers"
msgstr "Unterhaltungen auf diesem und anderer Server"
-#: src/Content/Nav.php:220 src/Model/Profile.php:941 src/Model/Profile.php:952
-#: view/theme/frio/theme.php:281
+#: src/Content/Nav.php:219 src/Model/Profile.php:945 src/Model/Profile.php:956
+#: view/theme/frio/theme.php:268
msgid "Events and Calendar"
msgstr "Ereignisse und Kalender"
-#: src/Content/Nav.php:223
+#: src/Content/Nav.php:222
msgid "Directory"
msgstr "Verzeichnis"
-#: src/Content/Nav.php:223
+#: src/Content/Nav.php:222
msgid "People directory"
msgstr "Nutzerverzeichnis"
-#: src/Content/Nav.php:225
+#: src/Content/Nav.php:224
msgid "Information about this friendica instance"
msgstr "Informationen zu dieser Friendica Instanz"
-#: src/Content/Nav.php:228
+#: src/Content/Nav.php:227
msgid "Terms of Service of this Friendica instance"
msgstr "Die Nutzungsbedingungen dieser Friendica Instanz"
-#: src/Content/Nav.php:233 view/theme/frio/theme.php:280
+#: src/Content/Nav.php:232 view/theme/frio/theme.php:267
msgid "Conversations from your friends"
msgstr "Unterhaltungen Deiner Kontakte"
-#: src/Content/Nav.php:234
+#: src/Content/Nav.php:233
msgid "Network Reset"
msgstr "Netzwerk zurücksetzen"
-#: src/Content/Nav.php:234
+#: src/Content/Nav.php:233
msgid "Load Network page with no filters"
msgstr "Netzwerk-Seite ohne Filter laden"
-#: src/Content/Nav.php:240 src/Core/NotificationsManager.php:199
+#: src/Content/Nav.php:239 src/Core/NotificationsManager.php:199
msgid "Introductions"
msgstr "Kontaktanfragen"
-#: src/Content/Nav.php:240
+#: src/Content/Nav.php:239
msgid "Friend Requests"
msgstr "Kontaktanfragen"
-#: src/Content/Nav.php:242
+#: src/Content/Nav.php:241
msgid "See all notifications"
msgstr "Alle Benachrichtigungen anzeigen"
-#: src/Content/Nav.php:243
+#: src/Content/Nav.php:242
msgid "Mark all system notifications seen"
msgstr "Markiere alle Systembenachrichtigungen als gelesen"
-#: src/Content/Nav.php:246 view/theme/frio/theme.php:282
+#: src/Content/Nav.php:245 view/theme/frio/theme.php:269
msgid "Private mail"
msgstr "Private E-Mail"
-#: src/Content/Nav.php:247
+#: src/Content/Nav.php:246
msgid "Inbox"
msgstr "Eingang"
-#: src/Content/Nav.php:248
+#: src/Content/Nav.php:247
msgid "Outbox"
msgstr "Ausgang"
-#: src/Content/Nav.php:252
+#: src/Content/Nav.php:251
msgid "Manage"
msgstr "Verwalten"
-#: src/Content/Nav.php:252
+#: src/Content/Nav.php:251
msgid "Manage other pages"
msgstr "Andere Seiten verwalten"
-#: src/Content/Nav.php:257 view/theme/frio/theme.php:283
+#: src/Content/Nav.php:256 view/theme/frio/theme.php:270
msgid "Account settings"
msgstr "Kontoeinstellungen"
-#: src/Content/Nav.php:260
+#: src/Content/Nav.php:259
msgid "Manage/Edit Profiles"
msgstr "Profile Verwalten/Editieren"
-#: src/Content/Nav.php:263 view/theme/frio/theme.php:284
+#: src/Content/Nav.php:262 view/theme/frio/theme.php:271
msgid "Manage/edit friends and contacts"
msgstr "Freunde und Kontakte verwalten/bearbeiten"
-#: src/Content/Nav.php:268
+#: src/Content/Nav.php:267
msgid "Site setup and configuration"
msgstr "Einstellungen der Seite und Konfiguration"
-#: src/Content/Nav.php:271
+#: src/Content/Nav.php:270
msgid "Navigation"
msgstr "Navigation"
-#: src/Content/Nav.php:271
+#: src/Content/Nav.php:270
msgid "Site map"
msgstr "Sitemap"
@@ -7408,19 +7427,19 @@ msgstr "Einbettungen deaktiviert"
msgid "Embedded content"
msgstr "Eingebetteter Inhalt"
-#: src/Content/Pager.php:166
+#: src/Content/Pager.php:152
msgid "newer"
msgstr "neuer"
-#: src/Content/Pager.php:171
+#: src/Content/Pager.php:157
msgid "older"
msgstr "älter"
-#: src/Content/Pager.php:215
+#: src/Content/Pager.php:201
msgid "prev"
msgstr "vorige"
-#: src/Content/Pager.php:275
+#: src/Content/Pager.php:261
msgid "last"
msgstr "letzte"
@@ -7454,35 +7473,35 @@ msgstr "Ungültiges Quell-Protokoll"
msgid "Invalid link protocol"
msgstr "Ungültiges Link-Protokoll"
-#: src/Content/Text/HTML.php:799
+#: src/Content/Text/HTML.php:798
msgid "Loading more entries..."
msgstr "lade weitere Einträge..."
-#: src/Content/Text/HTML.php:800
+#: src/Content/Text/HTML.php:799
msgid "The end"
msgstr "Das Ende"
-#: src/Content/Text/HTML.php:840
+#: src/Content/Text/HTML.php:839
msgid "No contacts"
msgstr "Keine Kontakte"
-#: src/Content/Text/HTML.php:867
+#: src/Content/Text/HTML.php:866
#, php-format
msgid "%d Contact"
msgid_plural "%d Contacts"
msgstr[0] "%d Kontakt"
msgstr[1] "%d Kontakte"
-#: src/Content/Text/HTML.php:880
+#: src/Content/Text/HTML.php:879
msgid "View Contacts"
msgstr "Kontakte anzeigen"
-#: src/Content/Text/HTML.php:963
+#: src/Content/Text/HTML.php:962
msgid "Follow"
msgstr "Folge"
-#: src/Content/Text/HTML.php:1018 src/Model/Item.php:3476
-#: src/Model/Item.php:3487
+#: src/Content/Text/HTML.php:1017 src/Model/Item.php:3438
+#: src/Model/Item.php:3449
msgid "Click to open/close"
msgstr "Zum öffnen/schließen klicken"
@@ -7498,118 +7517,118 @@ msgstr "Kalender als ical exportieren"
msgid "Export calendar as csv"
msgstr "Kalender als csv exportieren"
-#: src/Content/Widget.php:34
+#: src/Content/Widget.php:35
msgid "Add New Contact"
msgstr "Neuen Kontakt hinzufügen"
-#: src/Content/Widget.php:35
+#: src/Content/Widget.php:36
msgid "Enter address or web location"
msgstr "Adresse oder Web-Link eingeben"
-#: src/Content/Widget.php:36
+#: src/Content/Widget.php:37
msgid "Example: bob@example.com, http://example.com/barbara"
msgstr "Beispiel: bob@example.com, http://example.com/barbara"
-#: src/Content/Widget.php:54
+#: src/Content/Widget.php:55
#, php-format
msgid "%d invitation available"
msgid_plural "%d invitations available"
msgstr[0] "%d Einladung verfügbar"
msgstr[1] "%d Einladungen verfügbar"
-#: src/Content/Widget.php:60 view/theme/vier/theme.php:199
+#: src/Content/Widget.php:61 view/theme/vier/theme.php:199
msgid "Find People"
msgstr "Leute finden"
-#: src/Content/Widget.php:61 view/theme/vier/theme.php:200
+#: src/Content/Widget.php:62 view/theme/vier/theme.php:200
msgid "Enter name or interest"
msgstr "Name oder Interessen eingeben"
-#: src/Content/Widget.php:63 view/theme/vier/theme.php:202
+#: src/Content/Widget.php:64 view/theme/vier/theme.php:202
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Beispiel: Robert Morgenstein, Angeln"
-#: src/Content/Widget.php:66 view/theme/vier/theme.php:205
+#: src/Content/Widget.php:67 view/theme/vier/theme.php:205
msgid "Similar Interests"
msgstr "Ähnliche Interessen"
-#: src/Content/Widget.php:67 view/theme/vier/theme.php:206
+#: src/Content/Widget.php:68 view/theme/vier/theme.php:206
msgid "Random Profile"
msgstr "Zufälliges Profil"
-#: src/Content/Widget.php:68 view/theme/vier/theme.php:207
+#: src/Content/Widget.php:69 view/theme/vier/theme.php:207
msgid "Invite Friends"
msgstr "Freunde einladen"
-#: src/Content/Widget.php:71 view/theme/vier/theme.php:210
+#: src/Content/Widget.php:72 view/theme/vier/theme.php:210
msgid "Local Directory"
msgstr "Lokales Verzeichnis"
-#: src/Content/Widget.php:155
+#: src/Content/Widget.php:156
msgid "Protocols"
msgstr "Protokolle"
-#: src/Content/Widget.php:158
+#: src/Content/Widget.php:159
msgid "All Protocols"
msgstr "Alle Protokolle"
-#: src/Content/Widget.php:193
+#: src/Content/Widget.php:194
msgid "Saved Folders"
msgstr "Gespeicherte Ordner"
-#: src/Content/Widget.php:196 src/Content/Widget.php:236
+#: src/Content/Widget.php:197 src/Content/Widget.php:237
msgid "Everything"
msgstr "Alles"
-#: src/Content/Widget.php:233
+#: src/Content/Widget.php:234
msgid "Categories"
msgstr "Kategorien"
-#: src/Content/Widget.php:300
+#: src/Content/Widget.php:316
#, php-format
msgid "%d contact in common"
msgid_plural "%d contacts in common"
msgstr[0] "%d gemeinsamer Kontakt"
msgstr[1] "%d gemeinsame Kontakte"
-#: src/Core/ACL.php:285
+#: src/Core/ACL.php:283
msgid "Post to Email"
msgstr "An E-Mail senden"
-#: src/Core/ACL.php:291
+#: src/Core/ACL.php:289
msgid "Hide your profile details from unknown viewers?"
msgstr "Profil-Details vor unbekannten Betrachtern verbergen?"
-#: src/Core/ACL.php:290
+#: src/Core/ACL.php:288
#, php-format
msgid "Connectors disabled, since \"%s\" is enabled."
msgstr "Konnektoren sind nicht verfügbar, da \"%s\" aktiv ist."
-#: src/Core/ACL.php:297
+#: src/Core/ACL.php:295
msgid "Visible to everybody"
msgstr "Für jeden sichtbar"
-#: src/Core/ACL.php:298 view/theme/vier/config.php:116
+#: src/Core/ACL.php:296 view/theme/vier/config.php:116
msgid "show"
msgstr "zeigen"
-#: src/Core/ACL.php:299 view/theme/vier/config.php:116
+#: src/Core/ACL.php:297 view/theme/vier/config.php:116
msgid "don't show"
msgstr "nicht zeigen"
-#: src/Core/ACL.php:309
+#: src/Core/ACL.php:307
msgid "Close"
msgstr "Schließen"
-#: src/Core/Authentication.php:89
+#: src/Core/Authentication.php:84
msgid "Welcome "
msgstr "Willkommen "
-#: src/Core/Authentication.php:90
+#: src/Core/Authentication.php:85
msgid "Please upload a profile photo."
msgstr "Bitte lade ein Profilbild hoch."
-#: src/Core/Authentication.php:92
+#: src/Core/Authentication.php:87
msgid "Welcome back "
msgstr "Willkommen zurück "
@@ -7912,188 +7931,188 @@ msgstr "Verbindung zur Datenbank gescheitert."
msgid "Database already in use."
msgstr "Die Datenbank wird bereits verwendet."
-#: src/Core/L10n.php:356 src/Model/Event.php:394
+#: src/Core/L10n.php:361 src/Model/Event.php:394
msgid "Tuesday"
msgstr "Dienstag"
-#: src/Core/L10n.php:356 src/Model/Event.php:395
+#: src/Core/L10n.php:361 src/Model/Event.php:395
msgid "Wednesday"
msgstr "Mittwoch"
-#: src/Core/L10n.php:356 src/Model/Event.php:396
+#: src/Core/L10n.php:361 src/Model/Event.php:396
msgid "Thursday"
msgstr "Donnerstag"
-#: src/Core/L10n.php:356 src/Model/Event.php:397
+#: src/Core/L10n.php:361 src/Model/Event.php:397
msgid "Friday"
msgstr "Freitag"
-#: src/Core/L10n.php:356 src/Model/Event.php:398
+#: src/Core/L10n.php:361 src/Model/Event.php:398
msgid "Saturday"
msgstr "Samstag"
-#: src/Core/L10n.php:360 src/Model/Event.php:413
+#: src/Core/L10n.php:365 src/Model/Event.php:413
msgid "January"
msgstr "Januar"
-#: src/Core/L10n.php:360 src/Model/Event.php:414
+#: src/Core/L10n.php:365 src/Model/Event.php:414
msgid "February"
msgstr "Februar"
-#: src/Core/L10n.php:360 src/Model/Event.php:415
+#: src/Core/L10n.php:365 src/Model/Event.php:415
msgid "March"
msgstr "März"
-#: src/Core/L10n.php:360 src/Model/Event.php:416
+#: src/Core/L10n.php:365 src/Model/Event.php:416
msgid "April"
msgstr "April"
-#: src/Core/L10n.php:360 src/Core/L10n.php:379 src/Model/Event.php:404
+#: src/Core/L10n.php:365 src/Core/L10n.php:384 src/Model/Event.php:404
#: src/Model/Event.php:417
msgid "May"
msgstr "Mai"
-#: src/Core/L10n.php:360 src/Model/Event.php:418
+#: src/Core/L10n.php:365 src/Model/Event.php:418
msgid "June"
msgstr "Juni"
-#: src/Core/L10n.php:360 src/Model/Event.php:419
+#: src/Core/L10n.php:365 src/Model/Event.php:419
msgid "July"
msgstr "Juli"
-#: src/Core/L10n.php:360 src/Model/Event.php:420
+#: src/Core/L10n.php:365 src/Model/Event.php:420
msgid "August"
msgstr "August"
-#: src/Core/L10n.php:360 src/Model/Event.php:421
+#: src/Core/L10n.php:365 src/Model/Event.php:421
msgid "September"
msgstr "September"
-#: src/Core/L10n.php:360 src/Model/Event.php:422
+#: src/Core/L10n.php:365 src/Model/Event.php:422
msgid "October"
msgstr "Oktober"
-#: src/Core/L10n.php:360 src/Model/Event.php:423
+#: src/Core/L10n.php:365 src/Model/Event.php:423
msgid "November"
msgstr "November"
-#: src/Core/L10n.php:360 src/Model/Event.php:424
+#: src/Core/L10n.php:365 src/Model/Event.php:424
msgid "December"
msgstr "Dezember"
-#: src/Core/L10n.php:375 src/Model/Event.php:385
+#: src/Core/L10n.php:380 src/Model/Event.php:385
msgid "Mon"
msgstr "Mo"
-#: src/Core/L10n.php:375 src/Model/Event.php:386
+#: src/Core/L10n.php:380 src/Model/Event.php:386
msgid "Tue"
msgstr "Di"
-#: src/Core/L10n.php:375 src/Model/Event.php:387
+#: src/Core/L10n.php:380 src/Model/Event.php:387
msgid "Wed"
msgstr "Mi"
-#: src/Core/L10n.php:375 src/Model/Event.php:388
+#: src/Core/L10n.php:380 src/Model/Event.php:388
msgid "Thu"
msgstr "Do"
-#: src/Core/L10n.php:375 src/Model/Event.php:389
+#: src/Core/L10n.php:380 src/Model/Event.php:389
msgid "Fri"
msgstr "Fr"
-#: src/Core/L10n.php:375 src/Model/Event.php:390
+#: src/Core/L10n.php:380 src/Model/Event.php:390
msgid "Sat"
msgstr "Sa"
-#: src/Core/L10n.php:375 src/Model/Event.php:384
+#: src/Core/L10n.php:380 src/Model/Event.php:384
msgid "Sun"
msgstr "So"
-#: src/Core/L10n.php:379 src/Model/Event.php:400
+#: src/Core/L10n.php:384 src/Model/Event.php:400
msgid "Jan"
msgstr "Jan"
-#: src/Core/L10n.php:379 src/Model/Event.php:401
+#: src/Core/L10n.php:384 src/Model/Event.php:401
msgid "Feb"
msgstr "Feb"
-#: src/Core/L10n.php:379 src/Model/Event.php:402
+#: src/Core/L10n.php:384 src/Model/Event.php:402
msgid "Mar"
msgstr "März"
-#: src/Core/L10n.php:379 src/Model/Event.php:403
+#: src/Core/L10n.php:384 src/Model/Event.php:403
msgid "Apr"
msgstr "Apr"
-#: src/Core/L10n.php:379 src/Model/Event.php:406
+#: src/Core/L10n.php:384 src/Model/Event.php:406
msgid "Jul"
msgstr "Juli"
-#: src/Core/L10n.php:379 src/Model/Event.php:407
+#: src/Core/L10n.php:384 src/Model/Event.php:407
msgid "Aug"
msgstr "Aug"
-#: src/Core/L10n.php:379
+#: src/Core/L10n.php:384
msgid "Sep"
msgstr "Sep"
-#: src/Core/L10n.php:379 src/Model/Event.php:409
+#: src/Core/L10n.php:384 src/Model/Event.php:409
msgid "Oct"
msgstr "Okt"
-#: src/Core/L10n.php:379 src/Model/Event.php:410
+#: src/Core/L10n.php:384 src/Model/Event.php:410
msgid "Nov"
msgstr "Nov"
-#: src/Core/L10n.php:379 src/Model/Event.php:411
+#: src/Core/L10n.php:384 src/Model/Event.php:411
msgid "Dec"
msgstr "Dez"
-#: src/Core/L10n.php:397
+#: src/Core/L10n.php:402
msgid "poke"
msgstr "anstupsen"
-#: src/Core/L10n.php:397
+#: src/Core/L10n.php:402
msgid "poked"
msgstr "stupste"
-#: src/Core/L10n.php:398
+#: src/Core/L10n.php:403
msgid "ping"
msgstr "anpingen"
-#: src/Core/L10n.php:398
+#: src/Core/L10n.php:403
msgid "pinged"
msgstr "pingte"
-#: src/Core/L10n.php:399
+#: src/Core/L10n.php:404
msgid "prod"
msgstr "knuffen"
-#: src/Core/L10n.php:399
+#: src/Core/L10n.php:404
msgid "prodded"
msgstr "knuffte"
-#: src/Core/L10n.php:400
+#: src/Core/L10n.php:405
msgid "slap"
msgstr "ohrfeigen"
-#: src/Core/L10n.php:400
+#: src/Core/L10n.php:405
msgid "slapped"
msgstr "ohrfeigte"
-#: src/Core/L10n.php:401
+#: src/Core/L10n.php:406
msgid "finger"
msgstr "befummeln"
-#: src/Core/L10n.php:401
+#: src/Core/L10n.php:406
msgid "fingered"
msgstr "befummelte"
-#: src/Core/L10n.php:402
+#: src/Core/L10n.php:407
msgid "rebuff"
msgstr "eine Abfuhr erteilen"
-#: src/Core/L10n.php:402
+#: src/Core/L10n.php:407
msgid "rebuffed"
msgstr "abfuhrerteilte"
@@ -8304,76 +8323,76 @@ msgstr "%s: aktualisiere Tabelle %s"
msgid "Legacy module file not found: %s"
msgstr "Legacy-Moduldatei nicht gefunden: %s"
-#: src/Model/Contact.php:994
+#: src/Model/Contact.php:1001
msgid "Drop Contact"
msgstr "Kontakt löschen"
-#: src/Model/Contact.php:1460
+#: src/Model/Contact.php:1468
msgid "Organisation"
msgstr "Organisation"
-#: src/Model/Contact.php:1464
+#: src/Model/Contact.php:1472
msgid "News"
msgstr "Nachrichten"
-#: src/Model/Contact.php:1468
+#: src/Model/Contact.php:1476
msgid "Forum"
msgstr "Forum"
-#: src/Model/Contact.php:1650
+#: src/Model/Contact.php:1658
msgid "Connect URL missing."
msgstr "Connect-URL fehlt"
-#: src/Model/Contact.php:1659
+#: src/Model/Contact.php:1667
msgid ""
"The contact could not be added. Please check the relevant network "
"credentials in your Settings -> Social Networks page."
msgstr "Der Kontakt konnte nicht hinzugefügt werden. Bitte überprüfe die Einstellungen unter Einstellungen -> Soziale Netzwerke"
-#: src/Model/Contact.php:1698
+#: src/Model/Contact.php:1706
msgid ""
"This site is not configured to allow communications with other networks."
msgstr "Diese Seite ist so konfiguriert, dass keine Kommunikation mit anderen Netzwerken erfolgen kann."
-#: src/Model/Contact.php:1699 src/Model/Contact.php:1712
+#: src/Model/Contact.php:1707 src/Model/Contact.php:1720
msgid "No compatible communication protocols or feeds were discovered."
msgstr "Es wurden keine kompatiblen Kommunikationsprotokolle oder Feeds gefunden."
-#: src/Model/Contact.php:1710
+#: src/Model/Contact.php:1718
msgid "The profile address specified does not provide adequate information."
msgstr "Die angegebene Profiladresse liefert unzureichende Informationen."
-#: src/Model/Contact.php:1715
+#: src/Model/Contact.php:1723
msgid "An author or name was not found."
msgstr "Es wurde kein Autor oder Name gefunden."
-#: src/Model/Contact.php:1718
+#: src/Model/Contact.php:1726
msgid "No browser URL could be matched to this address."
msgstr "Zu dieser Adresse konnte keine passende Browser URL gefunden werden."
-#: src/Model/Contact.php:1721
+#: src/Model/Contact.php:1729
msgid ""
"Unable to match @-style Identity Address with a known protocol or email "
"contact."
msgstr "Konnte die @-Adresse mit keinem der bekannten Protokolle oder Email-Kontakte abgleichen."
-#: src/Model/Contact.php:1722
+#: src/Model/Contact.php:1730
msgid "Use mailto: in front of address to force email check."
msgstr "Verwende mailto: vor der Email Adresse, um eine Überprüfung der E-Mail-Adresse zu erzwingen."
-#: src/Model/Contact.php:1728
+#: src/Model/Contact.php:1736
msgid ""
"The profile address specified belongs to a network which has been disabled "
"on this site."
msgstr "Die Adresse dieses Profils gehört zu einem Netzwerk, mit dem die Kommunikation auf dieser Seite ausgeschaltet wurde."
-#: src/Model/Contact.php:1733
+#: src/Model/Contact.php:1741
msgid ""
"Limited profile. This person will be unable to receive direct/personal "
"notifications from you."
msgstr "Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von Dir erhalten können."
-#: src/Model/Contact.php:1784
+#: src/Model/Contact.php:1794
msgid "Unable to retrieve contact information."
msgstr "Konnte die Kontaktinformationen nicht empfangen."
@@ -8419,7 +8438,7 @@ msgstr "Veranstaltung kopieren"
msgid "Delete event"
msgstr "Veranstaltung löschen"
-#: src/Model/Event.php:620 src/Model/Item.php:3525 src/Model/Item.php:3532
+#: src/Model/Event.php:620 src/Model/Item.php:3487 src/Model/Item.php:3494
msgid "link to source"
msgstr "Link zum Originalbeitrag"
@@ -8464,58 +8483,58 @@ msgstr "Eine gelöschte Gruppe mit diesem Namen wurde wiederbelebt. Bestehende B
msgid "Default privacy group for new contacts"
msgstr "Voreingestellte Gruppe für neue Kontakte"
-#: src/Model/Group.php:362
+#: src/Model/Group.php:360
msgid "Everybody"
msgstr "Alle Kontakte"
-#: src/Model/Group.php:382
+#: src/Model/Group.php:380
msgid "edit"
msgstr "bearbeiten"
-#: src/Model/Group.php:411
+#: src/Model/Group.php:409
msgid "Edit group"
msgstr "Gruppe bearbeiten"
-#: src/Model/Group.php:414
+#: src/Model/Group.php:412
msgid "Create a new group"
msgstr "Neue Gruppe erstellen"
-#: src/Model/Group.php:416
+#: src/Model/Group.php:414
msgid "Edit groups"
msgstr "Gruppen bearbeiten"
-#: src/Model/Item.php:3263
+#: src/Model/Item.php:3225
msgid "activity"
msgstr "Aktivität"
-#: src/Model/Item.php:3265 src/Object/Post.php:441 src/Object/Post.php:453
+#: src/Model/Item.php:3227 src/Object/Post.php:453 src/Object/Post.php:465
msgid "comment"
msgid_plural "comments"
msgstr[0] "Kommentar"
msgstr[1] "Kommentare"
-#: src/Model/Item.php:3268
+#: src/Model/Item.php:3230
msgid "post"
msgstr "Beitrag"
-#: src/Model/Item.php:3364
+#: src/Model/Item.php:3326
#, php-format
msgid "Content warning: %s"
msgstr "Inhaltswarnung: %s"
-#: src/Model/Item.php:3443
+#: src/Model/Item.php:3405
msgid "bytes"
msgstr "Byte"
-#: src/Model/Item.php:3519
+#: src/Model/Item.php:3481
msgid "View on separate page"
msgstr "Auf separater Seite ansehen"
-#: src/Model/Item.php:3520
+#: src/Model/Item.php:3482
msgid "view on separate page"
msgstr "auf separater Seite ansehen"
-#: src/Model/Mail.php:38 src/Model/Mail.php:170
+#: src/Model/Mail.php:39 src/Model/Mail.php:171
msgid "[no subject]"
msgstr "[kein Betreff]"
@@ -8528,7 +8547,7 @@ msgid "Requested profile is not available."
msgstr "Das angefragte Profil ist nicht vorhanden."
#: src/Model/Profile.php:178 src/Model/Profile.php:419
-#: src/Model/Profile.php:873
+#: src/Model/Profile.php:877
msgid "Edit profile"
msgstr "Profil bearbeiten"
@@ -8544,124 +8563,159 @@ msgstr "Profile verwalten/editieren"
msgid "XMPP:"
msgstr "XMPP:"
-#: src/Model/Profile.php:568 src/Model/Profile.php:666
+#: src/Model/Profile.php:572 src/Model/Profile.php:670
msgid "g A l F d"
msgstr "l, d. F G \\U\\h\\r"
-#: src/Model/Profile.php:569
+#: src/Model/Profile.php:573
msgid "F d"
msgstr "d. F"
-#: src/Model/Profile.php:631 src/Model/Profile.php:717
+#: src/Model/Profile.php:635 src/Model/Profile.php:721
msgid "[today]"
msgstr "[heute]"
-#: src/Model/Profile.php:642
+#: src/Model/Profile.php:646
msgid "Birthday Reminders"
msgstr "Geburtstagserinnerungen"
-#: src/Model/Profile.php:643
+#: src/Model/Profile.php:647
msgid "Birthdays this week:"
msgstr "Geburtstage diese Woche:"
-#: src/Model/Profile.php:704
+#: src/Model/Profile.php:708
msgid "[No description]"
msgstr "[keine Beschreibung]"
-#: src/Model/Profile.php:731
+#: src/Model/Profile.php:735
msgid "Event Reminders"
msgstr "Veranstaltungserinnerungen"
-#: src/Model/Profile.php:732
+#: src/Model/Profile.php:736
msgid "Upcoming events the next 7 days:"
msgstr "Veranstaltungen der nächsten 7 Tage:"
-#: src/Model/Profile.php:755
+#: src/Model/Profile.php:759
msgid "Member since:"
msgstr "Mitglied seit:"
-#: src/Model/Profile.php:763
+#: src/Model/Profile.php:767
msgid "j F, Y"
msgstr "j F, Y"
-#: src/Model/Profile.php:764
+#: src/Model/Profile.php:768
msgid "j F"
msgstr "j F"
-#: src/Model/Profile.php:772 src/Util/Temporal.php:146
+#: src/Model/Profile.php:776 src/Util/Temporal.php:146
msgid "Birthday:"
msgstr "Geburtstag:"
-#: src/Model/Profile.php:779
+#: src/Model/Profile.php:783
msgid "Age:"
msgstr "Alter:"
-#: src/Model/Profile.php:792
+#: src/Model/Profile.php:796
#, php-format
msgid "for %1$d %2$s"
msgstr "für %1$d %2$s"
-#: src/Model/Profile.php:816
+#: src/Model/Profile.php:820
msgid "Religion:"
msgstr "Religion:"
-#: src/Model/Profile.php:824
+#: src/Model/Profile.php:828
msgid "Hobbies/Interests:"
msgstr "Hobbies/Interessen:"
-#: src/Model/Profile.php:836
+#: src/Model/Profile.php:840
msgid "Contact information and Social Networks:"
msgstr "Kontaktinformationen und Soziale Netzwerke:"
-#: src/Model/Profile.php:840
+#: src/Model/Profile.php:844
msgid "Musical interests:"
msgstr "Musikalische Interessen:"
-#: src/Model/Profile.php:844
+#: src/Model/Profile.php:848
msgid "Books, literature:"
msgstr "Literatur/Bücher:"
-#: src/Model/Profile.php:848
+#: src/Model/Profile.php:852
msgid "Television:"
msgstr "Fernsehen:"
-#: src/Model/Profile.php:852
+#: src/Model/Profile.php:856
msgid "Film/dance/culture/entertainment:"
msgstr "Filme/Tänze/Kultur/Unterhaltung:"
-#: src/Model/Profile.php:856
+#: src/Model/Profile.php:860
msgid "Love/Romance:"
msgstr "Liebesleben:"
-#: src/Model/Profile.php:860
+#: src/Model/Profile.php:864
msgid "Work/employment:"
msgstr "Arbeit/Beschäftigung:"
-#: src/Model/Profile.php:864
+#: src/Model/Profile.php:868
msgid "School/education:"
msgstr "Schule/Ausbildung:"
-#: src/Model/Profile.php:869
+#: src/Model/Profile.php:873
msgid "Forums:"
msgstr "Foren:"
-#: src/Model/Profile.php:913 src/Module/Contact.php:873
+#: src/Model/Profile.php:917 src/Module/Contact.php:875
msgid "Profile Details"
msgstr "Profildetails"
-#: src/Model/Profile.php:963
+#: src/Model/Profile.php:967
msgid "Only You Can See This"
msgstr "Nur Du kannst das sehen"
-#: src/Model/Profile.php:971 src/Model/Profile.php:974
+#: src/Model/Profile.php:975 src/Model/Profile.php:978
msgid "Tips for New Members"
msgstr "Tipps für neue Nutzer"
-#: src/Model/Profile.php:1147
+#: src/Model/Profile.php:1151
#, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s"
msgstr "OpenWebAuth: %1$s heißt %2$sherzlich willkommen"
+#: src/Model/Storage/Database.php:37
+#, php-format
+msgid "Database storage failed to update %s"
+msgstr "Datenbankspeicher konnte nicht aktualisiert werden %s"
+
+#: src/Model/Storage/Database.php:44
+msgid "Database storage failed to insert data"
+msgstr "Der Datenbankspeicher konnte keine Daten einfügen"
+
+#: src/Model/Storage/Filesystem.php:61
+#, php-format
+msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
+msgstr "Dateisystemspeicher konnte nicht erstellt werden \"%s\". Überprüfen Sie, ob Sie Schreibberechtigungen haben."
+
+#: src/Model/Storage/Filesystem.php:101
+#, php-format
+msgid ""
+"Filesystem storage failed to save data to \"%s\". Check your write "
+"permissions"
+msgstr "Der Dateisystemspeicher konnte die Daten nicht in \"%s\", speichern. Überprüfen Sie Ihre Schreibberechtigungen"
+
+#: src/Model/Storage/Filesystem.php:122
+msgid "Storage base path"
+msgstr "Speicherbasispfad"
+
+#: src/Model/Storage/Filesystem.php:124
+msgid ""
+"Folder were uploaded files are saved. For maximum security, This should be a"
+" path outside web server folder tree"
+msgstr "Ordner in die Dateien hochgeladen werden. Für maximale Sicherheit sollte dies ein Pfad außerhalb der Webserver-Ordnerstruktur sein"
+
+#: src/Model/Storage/Filesystem.php:134
+msgid "Enter a valid existing folder"
+msgstr "Geben Sie einen gültigen, existierenden Ordner ein"
+
#: src/Model/User.php:216
msgid "Login failed"
msgstr "Anmeldung fehlgeschlagen"
@@ -8854,6 +8908,10 @@ msgid ""
"\t\t\tThank you and welcome to %2$s."
msgstr "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%3$s\n\tBenutzernamename:\t%1$s\n\tPasswort:\t%5$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %3$s/removeme jederzeit tun.\n\nDanke für Deine Aufmerksamkeit und willkommen auf %2$s."
+#: src/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "Beitrag konnte nicht gefunden werden."
+
#: src/Module/Contact.php:167
#, php-format
msgid "%d contact edited."
@@ -8901,7 +8959,7 @@ msgstr "Kontakt wurde aus dem Archiv geholt"
msgid "Drop contact"
msgstr "Kontakt löschen"
-#: src/Module/Contact.php:443 src/Module/Contact.php:821
+#: src/Module/Contact.php:443 src/Module/Contact.php:823
msgid "Do you really want to delete this contact?"
msgstr "Möchtest Du wirklich diesen Kontakt löschen?"
@@ -8940,7 +8998,7 @@ msgstr "(Aktualisierung war erfolgreich)"
msgid "(Update was not successful)"
msgstr "(Aktualisierung war nicht erfolgreich)"
-#: src/Module/Contact.php:529 src/Module/Contact.php:1059
+#: src/Module/Contact.php:529 src/Module/Contact.php:1061
msgid "Suggest friends"
msgstr "Kontakte vorschlagen"
@@ -9031,12 +9089,12 @@ msgstr "Letzte Aktualisierung: "
msgid "Update public posts"
msgstr "Öffentliche Beiträge aktualisieren"
-#: src/Module/Contact.php:618 src/Module/Contact.php:1069
+#: src/Module/Contact.php:618 src/Module/Contact.php:1071
msgid "Update now"
msgstr "Jetzt aktualisieren"
-#: src/Module/Contact.php:624 src/Module/Contact.php:826
-#: src/Module/Contact.php:1086
+#: src/Module/Contact.php:624 src/Module/Contact.php:828
+#: src/Module/Contact.php:1088
msgid "Unignore"
msgstr "Ignorieren aufheben"
@@ -9139,71 +9197,71 @@ msgstr "Nur verborgene Kontakte anzeigen"
msgid "Organize your contact groups"
msgstr "Verwalte deine Kontaktgruppen"
-#: src/Module/Contact.php:816
+#: src/Module/Contact.php:818
msgid "Search your contacts"
msgstr "Suche in deinen Kontakten"
-#: src/Module/Contact.php:827 src/Module/Contact.php:1095
+#: src/Module/Contact.php:829 src/Module/Contact.php:1097
msgid "Archive"
msgstr "Archivieren"
-#: src/Module/Contact.php:827 src/Module/Contact.php:1095
+#: src/Module/Contact.php:829 src/Module/Contact.php:1097
msgid "Unarchive"
msgstr "Aus Archiv zurückholen"
-#: src/Module/Contact.php:830
+#: src/Module/Contact.php:832
msgid "Batch Actions"
msgstr "Stapelverarbeitung"
-#: src/Module/Contact.php:857
+#: src/Module/Contact.php:859
msgid "Conversations started by this contact"
msgstr "Unterhaltungen, die von diesem Kontakt begonnen wurden"
-#: src/Module/Contact.php:862
+#: src/Module/Contact.php:864
msgid "Posts and Comments"
msgstr "Statusnachrichten und Kommentare"
-#: src/Module/Contact.php:885
+#: src/Module/Contact.php:887
msgid "View all contacts"
msgstr "Alle Kontakte anzeigen"
-#: src/Module/Contact.php:896
+#: src/Module/Contact.php:898
msgid "View all common friends"
msgstr "Alle Kontakte anzeigen"
-#: src/Module/Contact.php:906
+#: src/Module/Contact.php:908
msgid "Advanced Contact Settings"
msgstr "Fortgeschrittene Kontakteinstellungen"
-#: src/Module/Contact.php:992
+#: src/Module/Contact.php:994
msgid "Mutual Friendship"
msgstr "Beidseitige Freundschaft"
-#: src/Module/Contact.php:997
+#: src/Module/Contact.php:999
msgid "is a fan of yours"
msgstr "ist ein Fan von dir"
-#: src/Module/Contact.php:1002
+#: src/Module/Contact.php:1004
msgid "you are a fan of"
msgstr "Du bist Fan von"
-#: src/Module/Contact.php:1026
+#: src/Module/Contact.php:1028
msgid "Edit contact"
msgstr "Kontakt bearbeiten"
-#: src/Module/Contact.php:1080
+#: src/Module/Contact.php:1082
msgid "Toggle Blocked status"
msgstr "Geblockt-Status ein-/ausschalten"
-#: src/Module/Contact.php:1088
+#: src/Module/Contact.php:1090
msgid "Toggle Ignored status"
msgstr "Ignoriert-Status ein-/ausschalten"
-#: src/Module/Contact.php:1097
+#: src/Module/Contact.php:1099
msgid "Toggle Archive status"
msgstr "Archiviert-Status ein-/ausschalten"
-#: src/Module/Contact.php:1105
+#: src/Module/Contact.php:1107
msgid "Delete contact"
msgstr "Lösche den Kontakt"
@@ -9359,7 +9417,7 @@ msgstr "Datenschutzerklärung"
msgid "Logged out."
msgstr "Abgemeldet."
-#: src/Module/Proxy.php:136
+#: src/Module/Proxy.php:78
msgid "Bad Request."
msgstr "Ungültige Anfrage."
@@ -9398,114 +9456,130 @@ msgstr "Angemeldete Nutzer können ihre Nutzerdaten jederzeit von den strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s hat Dir e
$a->strings["a private message"] = "eine private Nachricht";
$a->strings["%1\$s sent you %2\$s."] = "%1\$s schickte Dir %2\$s.";
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Bitte besuche %s, um Deine privaten Nachrichten anzusehen und/oder zu beantworten.";
+$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "%1\$s markierte dich auf [url=%2\$s]a %3\$s[/url]";
$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s markierte dich auf [url=%2\$s]%3\$s's %4\$s[/url]";
$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]%3\$ss %4\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "%1\$s markierte dich auf [url=%2\$s]a %3\$s[/url]";
$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]deinen %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "%1\$s markierte dich auf [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "%1\$s kommentierte [url=%2\$s]a %3\$s[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s";
$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica-Meldung] Kommentar zum Beitrag #%1\$d von %2\$s";
$a->strings["%s commented on an item/conversation you have been following."] = "%s hat einen Beitrag kommentiert, dem Du folgst.";
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Bitte besuche %s, um die Konversation anzusehen und/oder zu kommentieren.";
$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica-Meldung] %s hat auf Deine Pinnwand geschrieben";
$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s schrieb um %2\$s auf Deine Pinnwand";
$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s hat etwas auf [url=%2\$s]Deiner Pinnwand[/url] gepostet";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica-Meldung] %s hat Dich erwähnt";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s erwähnte Dich auf %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]erwähnte Dich[/url].";
$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica Benachrichtigung] %s hat einen Beitrag geteilt";
$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s hat einen neuen Beitrag auf %2\$s geteilt";
$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]hat einen Beitrag geteilt[/url].";
@@ -281,7 +285,7 @@ $a->strings["The GUID of the item you want to delete."] = "Die GUID des zu lösc
$a->strings["Item marked for deletion."] = "Eintrag wurden zur Löschung markiert";
$a->strings["unknown"] = "Unbekannt";
$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."] = "Diese Seite präsentiert einige Zahlen zu dem bekannten Teil des föderalen sozialen Netzwerks, von dem deine Friendica Installation ein Teil ist. Diese Zahlen sind nicht absolut und reflektieren nur den Teil des Netzwerks, den dein Knoten kennt.";
-$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Die Funktion um Automatisch ein Kontaktverzeichnis erstellen ist nicht aktiv. Es wird die hier angezeigten Daten verbessern.";
+$a->strings["The Auto Discovered Contact Directory feature is not enabled, it will improve the data displayed here."] = "Die Funktion um Regelmäßig globale Kontakte überprüfen ist nicht aktiv. Es wird die hier angezeigten Daten verbessern.";
$a->strings["Currently this node is aware of %d nodes with %d registered users from the following platforms:"] = "Momentan kennt dieser Knoten %d Knoten mit insgesamt %d registrierten Nutzern, die die folgenden Plattformen verwenden:";
$a->strings["ID"] = "ID";
$a->strings["Recipient Name"] = "Empfänger Name";
@@ -341,6 +345,7 @@ $a->strings["Self-signed certificate, use SSL for local links only (discouraged)
$a->strings["Don't check"] = "Nicht überprüfen";
$a->strings["check the stable version"] = "überprüfe die stabile Version";
$a->strings["check the development version"] = "überprüfe die Entwicklungsversion";
+$a->strings["None"] = "Keine";
$a->strings["Republish users to directory"] = "Nutzer erneut im globalen Verzeichnis veröffentlichen.";
$a->strings["Registration"] = "Registrierung";
$a->strings["File upload"] = "Datei hochladen";
@@ -376,6 +381,8 @@ $a->strings["Hide help entry from navigation menu"] = "Verberge den Menüeintrag
$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Verbirgt den Menüeintrag für die Hilfe-Seiten im Navigationsmenü. Die Seiten können weiterhin über /help aufgerufen werden.";
$a->strings["Single user instance"] = "Ein-Nutzer Instanz";
$a->strings["Make this instance multi-user or single-user for the named user"] = "Regelt ob es sich bei dieser Instanz um eine ein Personen Installation oder eine Installation mit mehr als einem Nutzer handelt.";
+$a->strings["File storage backend"] = "Datenspeicher im Hintergrund";
+$a->strings["Backend used to store uploaded files data"] = "Benutzter Datenspeicher um hochgeladene Daten zu speichern";
$a->strings["Maximum image size"] = "Maximale Bildgröße";
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximale Uploadgröße von Bildern in Bytes. Standard ist 0, d.h. ohne Limit.";
$a->strings["Maximum image length"] = "Maximale Bildlänge";
@@ -623,8 +630,6 @@ $a->strings["No"] = "Nein";
$a->strings["You must be logged in to use addons. "] = "Sie müssen angemeldet sein um Addons benutzen zu können.";
$a->strings["Applications"] = "Anwendungen";
$a->strings["No installed applications."] = "Keine Applikationen installiert.";
-$a->strings["Item not available."] = "Beitrag nicht verfügbar.";
-$a->strings["Item was not found."] = "Beitrag konnte nicht gefunden werden.";
$a->strings["Source input"] = "Originaltext:";
$a->strings["BBCode::toPlaintext"] = "BBCode::toPlaintext";
$a->strings["BBCode::convert (raw HTML)"] = "BBCode::convert (pures HTML)";
@@ -1331,7 +1336,6 @@ $a->strings["Last successful email check:"] = "Letzter erfolgreicher E-Mail Chec
$a->strings["IMAP server name:"] = "IMAP-Server-Name:";
$a->strings["IMAP port:"] = "IMAP-Port:";
$a->strings["Security:"] = "Sicherheit:";
-$a->strings["None"] = "Keine";
$a->strings["Email login name:"] = "E-Mail-Login-Name:";
$a->strings["Email password:"] = "E-Mail-Passwort:";
$a->strings["Reply-to address:"] = "Reply-to Adresse:";
@@ -1962,6 +1966,13 @@ $a->strings["Profile Details"] = "Profildetails";
$a->strings["Only You Can See This"] = "Nur Du kannst das sehen";
$a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s heißt %2\$sherzlich willkommen";
+$a->strings["Database storage failed to update %s"] = "Datenbankspeicher konnte nicht aktualisiert werden %s";
+$a->strings["Database storage failed to insert data"] = "Der Datenbankspeicher konnte keine Daten einfügen";
+$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "Dateisystemspeicher konnte nicht erstellt werden \"%s\". Überprüfen Sie, ob Sie Schreibberechtigungen haben.";
+$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "Der Dateisystemspeicher konnte die Daten nicht in \"%s\", speichern. Überprüfen Sie Ihre Schreibberechtigungen";
+$a->strings["Storage base path"] = "Speicherbasispfad";
+$a->strings["Folder were uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "Ordner in die Dateien hochgeladen werden. Für maximale Sicherheit sollte dies ein Pfad außerhalb der Webserver-Ordnerstruktur sein";
+$a->strings["Enter a valid existing folder"] = "Geben Sie einen gültigen, existierenden Ordner ein";
$a->strings["Login failed"] = "Anmeldung fehlgeschlagen";
$a->strings["Not enough information to authenticate"] = "Nicht genügend Informationen für die Authentifizierung";
$a->strings["Password can't be empty"] = "Das Passwort kann nicht leer sein";
@@ -2001,6 +2012,7 @@ $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Yo
$a->strings["Registration at %s"] = "Registrierung als %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"] = "\nHallo %1\$s,\n\ndanke für Deine Registrierung auf %2\$s. Dein Account wurde eingerichtet.";
$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."] = "\nDie Anmelde-Details sind die folgenden:\n\tAdresse der Seite:\t%3\$s\n\tBenutzernamename:\t%1\$s\n\tPasswort:\t%5\$s\n\nDu kannst Dein Passwort unter \"Einstellungen\" ändern, sobald Du Dich\nangemeldet hast.\n\nBitte nimm Dir ein paar Minuten um die anderen Einstellungen auf dieser\nSeite zu kontrollieren.\n\nEventuell magst Du ja auch einige Informationen über Dich in Deinem\nProfil veröffentlichen, damit andere Leute Dich einfacher finden können.\nBearbeite hierfür einfach Dein Standard-Profil (über die Profil-Seite).\n\nWir empfehlen Dir, Deinen kompletten Namen anzugeben und ein zu Dir\npassendes Profilbild zu wählen, damit Dich alte Bekannte wieder finden.\nAußerdem ist es nützlich, wenn Du auf Deinem Profil Schlüsselwörter\nangibst. Das erleichtert es, Leute zu finden, die Deine Interessen teilen.\n\nWir respektieren Deine Privatsphäre - keine dieser Angaben ist nötig.\nWenn Du neu im Netzwerk bist und noch niemanden kennst, dann können sie\nallerdings dabei helfen, neue und interessante Kontakte zu knüpfen.\n\nSolltest du dein Nutzerkonto löschen wollen, kannst du dies unter %3\$s/removeme jederzeit tun.\n\nDanke für Deine Aufmerksamkeit und willkommen auf %2\$s.";
+$a->strings["Item was not found."] = "Beitrag konnte nicht gefunden werden.";
$a->strings["%d contact edited."] = [
0 => "%d Kontakt bearbeitet.",
1 => "%d Kontakte bearbeitet.",
@@ -2151,6 +2163,10 @@ $a->strings["to"] = "zu";
$a->strings["via"] = "via";
$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
+$a->strings["Notifier task is pending"] = "Die Benachrichtigungsaufgabe ist ausstehend";
+$a->strings["Delivery to remote servers is pending"] = "Die Auslieferung an Remote-Server steht noch aus";
+$a->strings["Delivery to remote servers is underway"] = "Die Auslieferung an Remote-Server ist unterwegs";
+$a->strings["Delivery to remote servers is mostly done"] = "Die Zustellung an Remote-Server ist fast erledigt";
$a->strings["%d comment"] = [
0 => "%d Kommentar",
1 => "%d Kommentare",
diff --git a/view/lang/pl/messages.po b/view/lang/pl/messages.po
index 98ef1e558..a186ee434 100644
--- a/view/lang/pl/messages.po
+++ b/view/lang/pl/messages.po
@@ -50,15 +50,15 @@
# szymon.filip , 2012-2013
# Tobias Diekershoff , 2018
# TORminator , 2014
-# Waldemar Stoczkowski, 2018
+# Waldemar Stoczkowski, 2018-2019
# Waldemar Stoczkowski, 2018
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-27 02:39-0500\n"
-"PO-Revision-Date: 2018-12-30 01:13+0000\n"
-"Last-Translator: fabrixxm \n"
+"POT-Creation-Date: 2019-01-21 10:24-0500\n"
+"PO-Revision-Date: 2019-01-24 20:24+0000\n"
+"Last-Translator: Waldemar Stoczkowski\n"
"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -66,7 +66,7 @@ msgstr ""
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
-#: include/api.php:1142
+#: include/api.php:1140
#, php-format
msgid "Daily posting limit of %d post reached. The post was rejected."
msgid_plural "Daily posting limit of %d posts reached. The post was rejected."
@@ -75,7 +75,7 @@ msgstr[1] "Dzienny limit opublikowanych %d postów. Post został odrzucony."
msgstr[2] "Dzienny limit opublikowanych %d postów. Post został odrzucony."
msgstr[3] "Dzienny limit opublikowanych %d postów. Post został odrzucony."
-#: include/api.php:1156
+#: include/api.php:1154
#, php-format
msgid "Weekly posting limit of %d post reached. The post was rejected."
msgid_plural ""
@@ -85,33 +85,33 @@ msgstr[1] "Tygodniowy limit wysyłania %d postów. Post został odrzucony."
msgstr[2] "Tygodniowy limit wysyłania %d postów. Post został odrzucony."
msgstr[3] "Tygodniowy limit wysyłania %d postów. Post został odrzucony."
-#: include/api.php:1170
+#: include/api.php:1168
#, php-format
msgid "Monthly posting limit of %d post reached. The post was rejected."
msgstr "Miesięczny limit %d wysyłania postów. Post został odrzucony."
-#: include/api.php:4335 mod/photos.php:96 mod/photos.php:204
-#: mod/photos.php:737 mod/photos.php:1170 mod/photos.php:1187
-#: mod/photos.php:1680 mod/profile_photo.php:88 mod/profile_photo.php:97
-#: mod/profile_photo.php:106 mod/profile_photo.php:215
-#: mod/profile_photo.php:304 mod/profile_photo.php:314 src/Model/User.php:652
-#: src/Model/User.php:660 src/Model/User.php:668
+#: include/api.php:4352 mod/photos.php:93 mod/photos.php:201
+#: mod/photos.php:694 mod/photos.php:1125 mod/photos.php:1142
+#: mod/photos.php:1635 mod/profile_photo.php:86 mod/profile_photo.php:95
+#: mod/profile_photo.php:104 mod/profile_photo.php:218
+#: mod/profile_photo.php:308 mod/profile_photo.php:318 src/Model/User.php:681
+#: src/Model/User.php:689 src/Model/User.php:697
msgid "Profile Photos"
msgstr "Zdjęcie profilowe"
#: include/conversation.php:156 include/conversation.php:292
-#: src/Model/Item.php:3263
+#: src/Model/Item.php:3221
msgid "event"
msgstr "wydarzenie"
#: include/conversation.php:159 include/conversation.php:169
#: include/conversation.php:295 include/conversation.php:304
-#: mod/subthread.php:90 mod/tagger.php:72
+#: mod/subthread.php:88 mod/tagger.php:70
msgid "status"
msgstr "status"
#: include/conversation.php:164 include/conversation.php:300
-#: mod/subthread.php:90 mod/tagger.php:72 src/Model/Item.php:3265
+#: mod/subthread.php:88 mod/tagger.php:70 src/Model/Item.php:3223
msgid "photo"
msgstr "zdjęcie"
@@ -150,7 +150,7 @@ msgstr "%1$s jest teraz znajomym z %2$s"
msgid "%1$s poked %2$s"
msgstr "%1$s zaczepił Cię %2$s"
-#: include/conversation.php:314 mod/tagger.php:110
+#: include/conversation.php:314 mod/tagger.php:108
#, php-format
msgid "%1$s tagged %2$s's %3$s with %4$s"
msgstr "%1$s zaznaczył %2$s'go %3$s przy użyciu %4$s"
@@ -164,16 +164,16 @@ msgstr "stanowisko/pozycja"
msgid "%1$s marked %2$s's %3$s as favorite"
msgstr "%1$s oznacz %2$s's %3$s jako ulubione"
-#: include/conversation.php:551 mod/photos.php:1511 mod/profiles.php:356
+#: include/conversation.php:551 mod/photos.php:1466 mod/profiles.php:356
msgid "Likes"
msgstr "Lubię to"
-#: include/conversation.php:551 mod/photos.php:1511 mod/profiles.php:360
+#: include/conversation.php:551 mod/photos.php:1466 mod/profiles.php:360
msgid "Dislikes"
msgstr "Nie lubię tego"
-#: include/conversation.php:552 include/conversation.php:1483
-#: mod/photos.php:1512
+#: include/conversation.php:552 include/conversation.php:1484
+#: mod/photos.php:1467
msgid "Attending"
msgid_plural "Attending"
msgstr[0] "Uczestniczę"
@@ -181,38 +181,38 @@ msgstr[1] "Uczestniczy"
msgstr[2] "Uczestniczą"
msgstr[3] "Uczestniczą"
-#: include/conversation.php:552 mod/photos.php:1512
+#: include/conversation.php:552 mod/photos.php:1467
msgid "Not attending"
msgstr "Nie uczestniczę"
-#: include/conversation.php:552 mod/photos.php:1512
+#: include/conversation.php:552 mod/photos.php:1467
msgid "Might attend"
msgstr "Może wziąć udział"
-#: include/conversation.php:632 mod/photos.php:1568 src/Object/Post.php:206
+#: include/conversation.php:632 mod/photos.php:1523 src/Object/Post.php:204
msgid "Select"
msgstr "Wybierz"
-#: include/conversation.php:633 mod/admin.php:1971 mod/photos.php:1569
-#: mod/settings.php:741 src/Module/Contact.php:832 src/Module/Contact.php:1107
+#: include/conversation.php:633 mod/admin.php:2036 mod/photos.php:1524
+#: mod/settings.php:729 src/Module/Contact.php:830 src/Module/Contact.php:1105
msgid "Delete"
msgstr "Usuń"
-#: include/conversation.php:667 src/Object/Post.php:379
-#: src/Object/Post.php:380
+#: include/conversation.php:667 src/Object/Post.php:377
+#: src/Object/Post.php:378
#, php-format
msgid "View %s's profile @ %s"
msgstr "Pokaż %s's profil @ %s"
-#: include/conversation.php:679 src/Object/Post.php:367
+#: include/conversation.php:679 src/Object/Post.php:365
msgid "Categories:"
msgstr "Kategorie:"
-#: include/conversation.php:680 src/Object/Post.php:368
+#: include/conversation.php:680 src/Object/Post.php:366
msgid "Filed under:"
msgstr "Zapisano w:"
-#: include/conversation.php:687 src/Object/Post.php:393
+#: include/conversation.php:687 src/Object/Post.php:391
#, php-format
msgid "%s from %s"
msgstr "%s od %s"
@@ -221,9 +221,9 @@ msgstr "%s od %s"
msgid "View in context"
msgstr "Zobacz w kontekście"
-#: include/conversation.php:704 include/conversation.php:1151
-#: mod/editpost.php:109 mod/message.php:264 mod/message.php:427
-#: mod/photos.php:1484 mod/wallmessage.php:141 src/Object/Post.php:418
+#: include/conversation.php:704 include/conversation.php:1152
+#: mod/editpost.php:107 mod/message.php:262 mod/message.php:444
+#: mod/photos.php:1439 mod/wallmessage.php:141 src/Object/Post.php:417
msgid "Please wait"
msgstr "Proszę czekać"
@@ -235,292 +235,292 @@ msgstr "usuń"
msgid "Delete Selected Items"
msgstr "Usuń zaznaczone elementy"
-#: include/conversation.php:872 view/theme/frio/theme.php:369
+#: include/conversation.php:872 view/theme/frio/theme.php:356
msgid "Follow Thread"
msgstr "Śledź wątek"
-#: include/conversation.php:873 src/Model/Contact.php:950
+#: include/conversation.php:873 src/Model/Contact.php:996
msgid "View Status"
msgstr "Zobacz status"
#: include/conversation.php:874 include/conversation.php:890
-#: mod/allfriends.php:76 mod/directory.php:167 mod/dirfind.php:228
-#: mod/match.php:91 mod/suggest.php:86 src/Model/Contact.php:890
-#: src/Model/Contact.php:943 src/Model/Contact.php:951
+#: mod/allfriends.php:74 mod/directory.php:167 mod/dirfind.php:228
+#: mod/match.php:84 mod/suggest.php:86 src/Model/Contact.php:936
+#: src/Model/Contact.php:989 src/Model/Contact.php:997
msgid "View Profile"
msgstr "Zobacz profil"
-#: include/conversation.php:875 src/Model/Contact.php:952
+#: include/conversation.php:875 src/Model/Contact.php:998
msgid "View Photos"
msgstr "Zobacz zdjęcia"
-#: include/conversation.php:876 src/Model/Contact.php:944
-#: src/Model/Contact.php:953
+#: include/conversation.php:876 src/Model/Contact.php:990
+#: src/Model/Contact.php:999
msgid "Network Posts"
msgstr "Wiadomości sieciowe"
-#: include/conversation.php:877 src/Model/Contact.php:945
-#: src/Model/Contact.php:954
+#: include/conversation.php:877 src/Model/Contact.php:991
+#: src/Model/Contact.php:1000
msgid "View Contact"
msgstr "Pokaż kontakt"
-#: include/conversation.php:878 src/Model/Contact.php:956
+#: include/conversation.php:878 src/Model/Contact.php:1002
msgid "Send PM"
msgstr "Wyślij prywatną wiadomość"
-#: include/conversation.php:882 src/Model/Contact.php:957
+#: include/conversation.php:882 src/Model/Contact.php:1003
msgid "Poke"
msgstr "Zaczepka"
-#: include/conversation.php:887 mod/allfriends.php:77 mod/dirfind.php:229
-#: mod/follow.php:147 mod/match.php:92 mod/suggest.php:87
-#: src/Content/Widget.php:65 src/Model/Contact.php:946
-#: src/Module/Contact.php:580 view/theme/vier/theme.php:201
+#: include/conversation.php:887 mod/allfriends.php:75 mod/dirfind.php:229
+#: mod/follow.php:148 mod/match.php:85 mod/suggest.php:87
+#: src/Content/Widget.php:63 src/Model/Contact.php:992
+#: src/Module/Contact.php:576 view/theme/vier/theme.php:201
msgid "Connect/Follow"
msgstr "Połącz/Obserwuj"
-#: include/conversation.php:1005
+#: include/conversation.php:1006
#, php-format
msgid "%s likes this."
msgstr "%s lubi to."
-#: include/conversation.php:1008
+#: include/conversation.php:1009
#, php-format
msgid "%s doesn't like this."
msgstr "%s nie lubi tego."
-#: include/conversation.php:1011
+#: include/conversation.php:1012
#, php-format
msgid "%s attends."
msgstr "%s uczestniczy."
-#: include/conversation.php:1014
+#: include/conversation.php:1015
#, php-format
msgid "%s doesn't attend."
msgstr "%s nie uczestniczy."
-#: include/conversation.php:1017
+#: include/conversation.php:1018
#, php-format
msgid "%s attends maybe."
msgstr "%s może bierze udział."
-#: include/conversation.php:1028
+#: include/conversation.php:1029
msgid "and"
msgstr "i"
-#: include/conversation.php:1034
+#: include/conversation.php:1035
#, php-format
msgid "and %d other people"
msgstr "i %d inni ludzie"
-#: include/conversation.php:1043
+#: include/conversation.php:1044
#, php-format
msgid "%2$d people like this"
msgstr "%2$d ludzi lubi to"
-#: include/conversation.php:1044
+#: include/conversation.php:1045
#, php-format
msgid "%s like this."
msgstr "%s lubię to."
-#: include/conversation.php:1047
+#: include/conversation.php:1048
#, php-format
msgid "%2$d people don't like this"
msgstr "%2$d ludzi nie lubi tego"
-#: include/conversation.php:1048
+#: include/conversation.php:1049
#, php-format
msgid "%s don't like this."
msgstr "%s nie lubię tego."
-#: include/conversation.php:1051
+#: include/conversation.php:1052
#, php-format
msgid "%2$d people attend"
msgstr "%2$dosoby uczestniczą"
-#: include/conversation.php:1052
+#: include/conversation.php:1053
#, php-format
msgid "%s attend."
msgstr "%s uczestniczy."
-#: include/conversation.php:1055
+#: include/conversation.php:1056
#, php-format
msgid "%2$d people don't attend"
msgstr "%2$dludzie nie uczestniczą"
-#: include/conversation.php:1056
+#: include/conversation.php:1057
#, php-format
msgid "%s don't attend."
msgstr "%s nie uczestniczy."
-#: include/conversation.php:1059
+#: include/conversation.php:1060
#, php-format
msgid "%2$d people attend maybe"
msgstr "Możliwe, że %2$d osoby będą uczestniczyć"
-#: include/conversation.php:1060
+#: include/conversation.php:1061
#, php-format
msgid "%s attend maybe."
msgstr "%sbyć może uczestniczyć."
-#: include/conversation.php:1090
+#: include/conversation.php:1091
msgid "Visible to everybody"
msgstr "Widoczne dla wszystkich"
-#: include/conversation.php:1091 src/Object/Post.php:822
+#: include/conversation.php:1092 src/Object/Post.php:828
msgid "Please enter a image/video/audio/webpage URL:"
msgstr "Wprowadź adres URL obrazu/wideo/audio/strony:"
-#: include/conversation.php:1092
+#: include/conversation.php:1093
msgid "Tag term:"
msgstr "Termin tagu:"
-#: include/conversation.php:1093 mod/filer.php:37
+#: include/conversation.php:1094 mod/filer.php:35
msgid "Save to Folder:"
msgstr "Zapisz w folderze:"
-#: include/conversation.php:1094
+#: include/conversation.php:1095
msgid "Where are you right now?"
msgstr "Gdzie teraz jesteś?"
-#: include/conversation.php:1095
+#: include/conversation.php:1096
msgid "Delete item(s)?"
msgstr "Usunąć pozycję (pozycje)?"
-#: include/conversation.php:1127
+#: include/conversation.php:1128
msgid "New Post"
msgstr "Nowy Post"
-#: include/conversation.php:1130
+#: include/conversation.php:1131
msgid "Share"
msgstr "Podziel się"
-#: include/conversation.php:1131 mod/editpost.php:95 mod/message.php:262
-#: mod/message.php:424 mod/wallmessage.php:139
+#: include/conversation.php:1132 mod/editpost.php:93 mod/message.php:260
+#: mod/message.php:441 mod/wallmessage.php:139
msgid "Upload photo"
msgstr "Wyślij zdjęcie"
-#: include/conversation.php:1132 mod/editpost.php:96
+#: include/conversation.php:1133 mod/editpost.php:94
msgid "upload photo"
msgstr "dodaj zdjęcie"
-#: include/conversation.php:1133 mod/editpost.php:97
+#: include/conversation.php:1134 mod/editpost.php:95
msgid "Attach file"
msgstr "Załącz plik"
-#: include/conversation.php:1134 mod/editpost.php:98
+#: include/conversation.php:1135 mod/editpost.php:96
msgid "attach file"
msgstr "załącz plik"
-#: include/conversation.php:1135 src/Object/Post.php:814
+#: include/conversation.php:1136 src/Object/Post.php:820
msgid "Bold"
msgstr "Pogrubienie"
-#: include/conversation.php:1136 src/Object/Post.php:815
+#: include/conversation.php:1137 src/Object/Post.php:821
msgid "Italic"
msgstr "Kursywa"
-#: include/conversation.php:1137 src/Object/Post.php:816
+#: include/conversation.php:1138 src/Object/Post.php:822
msgid "Underline"
msgstr "Podkreślenie"
-#: include/conversation.php:1138 src/Object/Post.php:817
+#: include/conversation.php:1139 src/Object/Post.php:823
msgid "Quote"
msgstr "Cytat"
-#: include/conversation.php:1139 src/Object/Post.php:818
+#: include/conversation.php:1140 src/Object/Post.php:824
msgid "Code"
msgstr "Kod"
-#: include/conversation.php:1140 src/Object/Post.php:819
+#: include/conversation.php:1141 src/Object/Post.php:825
msgid "Image"
msgstr "Obraz"
-#: include/conversation.php:1141 src/Object/Post.php:820
+#: include/conversation.php:1142 src/Object/Post.php:826
msgid "Link"
msgstr "Link"
-#: include/conversation.php:1142 src/Object/Post.php:821
+#: include/conversation.php:1143 src/Object/Post.php:827
msgid "Link or Media"
msgstr "Link lub Media"
-#: include/conversation.php:1143 mod/editpost.php:105
+#: include/conversation.php:1144 mod/editpost.php:103
msgid "Set your location"
msgstr "Ustaw swoją lokalizację"
-#: include/conversation.php:1144 mod/editpost.php:106
+#: include/conversation.php:1145 mod/editpost.php:104
msgid "set location"
msgstr "wybierz lokalizację"
-#: include/conversation.php:1145 mod/editpost.php:107
+#: include/conversation.php:1146 mod/editpost.php:105
msgid "Clear browser location"
msgstr "Wyczyść lokalizację przeglądarki"
-#: include/conversation.php:1146 mod/editpost.php:108
+#: include/conversation.php:1147 mod/editpost.php:106
msgid "clear location"
msgstr "wyczyść lokalizację"
-#: include/conversation.php:1148 mod/editpost.php:123
+#: include/conversation.php:1149 mod/editpost.php:121
msgid "Set title"
msgstr "Podaj tytuł"
-#: include/conversation.php:1150 mod/editpost.php:125
+#: include/conversation.php:1151 mod/editpost.php:123
msgid "Categories (comma-separated list)"
msgstr "Kategorie (lista słów oddzielonych przecinkiem)"
-#: include/conversation.php:1152 mod/editpost.php:110
+#: include/conversation.php:1153 mod/editpost.php:108
msgid "Permission settings"
msgstr "Ustawienia uprawnień"
-#: include/conversation.php:1153 mod/editpost.php:140
+#: include/conversation.php:1154 mod/editpost.php:138
msgid "permissions"
msgstr "zezwolenia"
-#: include/conversation.php:1162 mod/editpost.php:120
+#: include/conversation.php:1163 mod/editpost.php:118
msgid "Public post"
msgstr "Publiczny post"
-#: include/conversation.php:1166 mod/editpost.php:131 mod/events.php:557
-#: mod/photos.php:1502 mod/photos.php:1541 mod/photos.php:1601
-#: src/Object/Post.php:823
+#: include/conversation.php:1167 mod/editpost.php:129 mod/events.php:566
+#: mod/photos.php:1457 mod/photos.php:1496 mod/photos.php:1556
+#: src/Object/Post.php:829
msgid "Preview"
msgstr "Podgląd"
-#: include/conversation.php:1170 include/items.php:402
-#: mod/dfrn_request.php:658 mod/editpost.php:134 mod/fbrowser.php:105
-#: mod/fbrowser.php:136 mod/follow.php:165 mod/message.php:155
-#: mod/photos.php:260 mod/photos.php:332 mod/settings.php:681
-#: mod/settings.php:707 mod/suggest.php:44 mod/tagrm.php:20 mod/tagrm.php:113
-#: mod/unfollow.php:134 mod/videos.php:142 src/Module/Contact.php:452
+#: include/conversation.php:1171 include/items.php:398
+#: mod/dfrn_request.php:650 mod/editpost.php:132 mod/fbrowser.php:105
+#: mod/fbrowser.php:136 mod/follow.php:162 mod/message.php:153
+#: mod/photos.php:257 mod/photos.php:325 mod/settings.php:669
+#: mod/settings.php:695 mod/suggest.php:44 mod/tagrm.php:20 mod/tagrm.php:113
+#: mod/unfollow.php:132 mod/videos.php:106 src/Module/Contact.php:448
msgid "Cancel"
msgstr "Anuluj"
-#: include/conversation.php:1175
+#: include/conversation.php:1176
msgid "Post to Groups"
msgstr "Opublikuj w grupach"
-#: include/conversation.php:1176
+#: include/conversation.php:1177
msgid "Post to Contacts"
msgstr "Wstaw do kontaktów"
-#: include/conversation.php:1177
+#: include/conversation.php:1178
msgid "Private post"
msgstr "Prywatne posty"
-#: include/conversation.php:1182 mod/editpost.php:138
-#: src/Model/Profile.php:361
+#: include/conversation.php:1183 mod/editpost.php:136
+#: src/Model/Profile.php:364
msgid "Message"
msgstr "Wiadomość"
-#: include/conversation.php:1183 mod/editpost.php:139
+#: include/conversation.php:1184 mod/editpost.php:137
msgid "Browser"
msgstr "Przeglądarka"
-#: include/conversation.php:1454
+#: include/conversation.php:1455
msgid "View all"
msgstr "Pokaż wszystkie"
-#: include/conversation.php:1477
+#: include/conversation.php:1478
msgid "Like"
msgid_plural "Likes"
msgstr[0] "Ostatnie polubienie"
@@ -528,7 +528,7 @@ msgstr[1] "Ostatnie polubienia"
msgstr[2] "Ostatnich polubienień"
msgstr[3] "Ostatnie polubienia"
-#: include/conversation.php:1480
+#: include/conversation.php:1481
msgid "Dislike"
msgid_plural "Dislikes"
msgstr[0] "Nie lubię"
@@ -536,7 +536,7 @@ msgstr[1] "Nie lubią"
msgstr[2] "Nie lubią"
msgstr[3] "Nie lubi"
-#: include/conversation.php:1486
+#: include/conversation.php:1487
msgid "Not Attending"
msgid_plural "Not Attending"
msgstr[0] "Nie uczestniczę"
@@ -544,7 +544,7 @@ msgstr[1] "Nie uczestniczy"
msgstr[2] "Nie uczestniczą"
msgstr[3] "Nie uczestniczą"
-#: include/conversation.php:1489 src/Content/ContactSelector.php:148
+#: include/conversation.php:1490 src/Content/ContactSelector.php:163
msgid "Undecided"
msgid_plural "Undecided"
msgstr[0] "Niezdecydowany"
@@ -594,208 +594,228 @@ msgstr "%1$s wysłał(-a) ci %2$s."
msgid "Please visit %s to view and/or reply to your private messages."
msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości."
-#: include/enotify.php:165
+#: include/enotify.php:164
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]a %3$s[/url]"
+msgstr ""
+
+#: include/enotify.php:170
#, php-format
msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
msgstr "%1$s skomentował [url=%2$s]a %3$s[/url]"
-#: include/enotify.php:173
+#: include/enotify.php:180
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]%3$s's %4$s[/url]"
+msgstr ""
+
+#: include/enotify.php:187
#, php-format
msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
msgstr "%1$sskomentował [url=%2$s]%3$s %4$s[/url]"
-#: include/enotify.php:183
+#: include/enotify.php:199
+#, php-format
+msgid "%1$s tagged you on [url=%2$s]your %3$s[/url]"
+msgstr ""
+
+#: include/enotify.php:205
#, php-format
msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
msgstr "%1$s skomentował [url=%2$s] twój %3$s[/ url]"
-#: include/enotify.php:195
+#: include/enotify.php:216
#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s"
-
-#: include/enotify.php:197
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s skomentował(-a) rozmowę którą śledzisz."
-
-#: include/enotify.php:200 include/enotify.php:215 include/enotify.php:230
-#: include/enotify.php:245 include/enotify.php:264 include/enotify.php:280
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę."
-
-#: include/enotify.php:207
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu"
-
-#: include/enotify.php:209
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s opublikował(-a) wpis na twojej ścianie o %2$s"
-
-#: include/enotify.php:210
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s opublikował(-a) na [url=%2$s]twojej ścianie[/url]"
+msgid "%1$s tagged you on [url=%2$s]their %3$s[/url]"
+msgstr ""
#: include/enotify.php:222
#, php-format
+msgid "%1$s commented on [url=%2$s]their %3$s[/url]"
+msgstr ""
+
+#: include/enotify.php:235
+#, php-format
msgid "[Friendica:Notify] %s tagged you"
msgstr "[Friendica:Powiadomienie] %s dodał Cię"
-#: include/enotify.php:224
+#: include/enotify.php:237
#, php-format
msgid "%1$s tagged you at %2$s"
msgstr "%1$s oznaczono Cię tagiem %2$s"
-#: include/enotify.php:225
+#: include/enotify.php:239
#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]oznaczył(-a) Cię[/url]."
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Powiadomienie] Komentarz do rozmowy #%1$d przez %2$s"
-#: include/enotify.php:237
+#: include/enotify.php:241
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s skomentował(-a) rozmowę którą śledzisz."
+
+#: include/enotify.php:246 include/enotify.php:261 include/enotify.php:276
+#: include/enotify.php:295 include/enotify.php:311
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę."
+
+#: include/enotify.php:253
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Powiadomienie] %s napisał na twoim profilu"
+
+#: include/enotify.php:255
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s opublikował(-a) wpis na twojej ścianie o %2$s"
+
+#: include/enotify.php:256
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s opublikował(-a) na [url=%2$s]twojej ścianie[/url]"
+
+#: include/enotify.php:268
#, php-format
msgid "[Friendica:Notify] %s shared a new post"
msgstr "[Friendica:Powiadomienie] %s udostępnił nowy wpis"
-#: include/enotify.php:239
+#: include/enotify.php:270
#, php-format
msgid "%1$s shared a new post at %2$s"
msgstr "%1$s udostępnił(-a) nowy wpis na %2$s"
-#: include/enotify.php:240
+#: include/enotify.php:271
#, php-format
msgid "%1$s [url=%2$s]shared a post[/url]."
msgstr "%1$s[url=%2$s]udostępnił wpis[/url]."
-#: include/enotify.php:252
+#: include/enotify.php:283
#, php-format
msgid "[Friendica:Notify] %1$s poked you"
msgstr "[Friendica: Powiadomienie] %1$s zaczepia Cię"
-#: include/enotify.php:254
+#: include/enotify.php:285
#, php-format
msgid "%1$s poked you at %2$s"
msgstr "%1$s zaczepił Cię %2$s"
-#: include/enotify.php:255
+#: include/enotify.php:286
#, php-format
msgid "%1$s [url=%2$s]poked you[/url]."
msgstr "%1$s[url=%2$s] zaczepił Cię[/url]."
-#: include/enotify.php:272
+#: include/enotify.php:303
#, php-format
msgid "[Friendica:Notify] %s tagged your post"
msgstr "[Friendica:Powiadomienie] %s otagował Twój post"
-#: include/enotify.php:274
+#: include/enotify.php:305
#, php-format
msgid "%1$s tagged your post at %2$s"
msgstr "%1$s oznaczył(-a) twój wpis na %2$s"
-#: include/enotify.php:275
+#: include/enotify.php:306
#, php-format
msgid "%1$s tagged [url=%2$s]your post[/url]"
msgstr "%1$soznacz [url=%2$s]twój post[/url]"
-#: include/enotify.php:287
+#: include/enotify.php:318
msgid "[Friendica:Notify] Introduction received"
msgstr "[Friendica:Powiadomienie] Zapoznanie odebrane"
-#: include/enotify.php:289
+#: include/enotify.php:320
#, php-format
msgid "You've received an introduction from '%1$s' at %2$s"
msgstr "Otrzymałeś wstęp od '%1$s' z %2$s"
-#: include/enotify.php:290
+#: include/enotify.php:321
#, php-format
msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
msgstr "Zostałeś [url=%1$s] przyjęty [/ url] z %2$s."
-#: include/enotify.php:295 include/enotify.php:341
+#: include/enotify.php:326 include/enotify.php:372
#, php-format
msgid "You may visit their profile at %s"
msgstr "Możesz odwiedzić ich profil na stronie %s"
-#: include/enotify.php:297
+#: include/enotify.php:328
#, php-format
msgid "Please visit %s to approve or reject the introduction."
msgstr "Odwiedż %s aby zatwierdzić lub odrzucić przedstawienie."
-#: include/enotify.php:304
+#: include/enotify.php:335
msgid "[Friendica:Notify] A new person is sharing with you"
msgstr "[Friendica:Powiadomienie] Nowa osoba dzieli się z tobą"
-#: include/enotify.php:306 include/enotify.php:307
+#: include/enotify.php:337 include/enotify.php:338
#, php-format
msgid "%1$s is sharing with you at %2$s"
msgstr "%1$s dzieli się z tobą w %2$s"
-#: include/enotify.php:314
+#: include/enotify.php:345
msgid "[Friendica:Notify] You have a new follower"
msgstr "[Friendica:Powiadomienie] Masz nowego obserwatora"
-#: include/enotify.php:316 include/enotify.php:317
+#: include/enotify.php:347 include/enotify.php:348
#, php-format
msgid "You have a new follower at %2$s : %1$s"
msgstr "Masz nowego obserwatora na %2$s : %1$s"
-#: include/enotify.php:330
+#: include/enotify.php:361
msgid "[Friendica:Notify] Friend suggestion received"
msgstr "[Friendica: Powiadomienie] Otrzymano sugestię znajomego"
-#: include/enotify.php:332
+#: include/enotify.php:363
#, php-format
msgid "You've received a friend suggestion from '%1$s' at %2$s"
msgstr "Otrzymałeś od znajomego sugestię '%1$s' na %2$s"
-#: include/enotify.php:333
+#: include/enotify.php:364
#, php-format
msgid ""
"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
msgstr "Otrzymałeś [url=%1$s] sugestię znajomego [/url] dla %2$s od %3$s."
-#: include/enotify.php:339
+#: include/enotify.php:370
msgid "Name:"
msgstr "Imię:"
-#: include/enotify.php:340
+#: include/enotify.php:371
msgid "Photo:"
msgstr "Zdjęcie:"
-#: include/enotify.php:343
+#: include/enotify.php:374
#, php-format
msgid "Please visit %s to approve or reject the suggestion."
msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić sugestię."
-#: include/enotify.php:351 include/enotify.php:366
+#: include/enotify.php:382 include/enotify.php:397
msgid "[Friendica:Notify] Connection accepted"
msgstr "[Friendica: Powiadomienie] Połączenie zostało zaakceptowane"
-#: include/enotify.php:353 include/enotify.php:368
+#: include/enotify.php:384 include/enotify.php:399
#, php-format
msgid "'%1$s' has accepted your connection request at %2$s"
msgstr "'%1$s' zaakceptował Twoją prośbę o połączenie na %2$s"
-#: include/enotify.php:354 include/enotify.php:369
+#: include/enotify.php:385 include/enotify.php:400
#, php-format
msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
msgstr "%2$s zaakceptował twoją [url=%1$s] prośbę o połączenie [/url]."
-#: include/enotify.php:359
+#: include/enotify.php:390
msgid ""
"You are now mutual friends and may exchange status updates, photos, and "
"email without restriction."
msgstr "Jesteście teraz przyjaciółmi i możesz wymieniać aktualizacje statusu, zdjęcia i e-maile bez ograniczeń."
-#: include/enotify.php:361
+#: include/enotify.php:392
#, php-format
msgid "Please visit %s if you wish to make any changes to this relationship."
msgstr "Odwiedź stronę %s jeśli chcesz wprowadzić zmiany w tym związku."
-#: include/enotify.php:374
+#: include/enotify.php:405
#, php-format
msgid ""
"'%1$s' has chosen to accept you a fan, which restricts some forms of "
@@ -804,37 +824,37 @@ msgid ""
"automatically."
msgstr "'%1$s' zdecydował się zaakceptować Cię jako fana, który ogranicza niektóre formy komunikacji - takie jak prywatne wiadomości i niektóre interakcje w profilu. Jeśli jest to strona celebrytów lub społeczności, ustawienia te zostały zastosowane automatycznie."
-#: include/enotify.php:376
+#: include/enotify.php:407
#, php-format
msgid ""
"'%1$s' may choose to extend this into a two-way or more permissive "
"relationship in the future."
msgstr "'%1$s' możesz zdecydować o przedłużeniu tego w dwukierunkową lub bardziej ścisłą relację w przyszłości. "
-#: include/enotify.php:378
+#: include/enotify.php:409
#, php-format
msgid "Please visit %s if you wish to make any changes to this relationship."
msgstr "Odwiedź stronę %s, jeśli chcesz wprowadzić zmiany w tej relacji."
-#: include/enotify.php:388 mod/removeme.php:49
+#: include/enotify.php:419 mod/removeme.php:47
msgid "[Friendica System Notify]"
msgstr "[Powiadomienie Systemu Friendica]"
-#: include/enotify.php:388
+#: include/enotify.php:419
msgid "registration request"
msgstr "prośba o rejestrację"
-#: include/enotify.php:390
+#: include/enotify.php:421
#, php-format
msgid "You've received a registration request from '%1$s' at %2$s"
msgstr "Otrzymałeś wniosek rejestracyjny od '%1$s' na %2$s"
-#: include/enotify.php:391
+#: include/enotify.php:422
#, php-format
msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
msgstr "Otrzymałeś [url=%1$s] żądanie rejestracji [/url] od %2$s."
-#: include/enotify.php:396
+#: include/enotify.php:427
#, php-format
msgid ""
"Full Name:\t%s\n"
@@ -842,185 +862,183 @@ msgid ""
"Login Name:\t%s (%s)"
msgstr "Imię i nazwisko:\t%s\nLokalizacja witryny:\t%s\nNazwa użytkownika:\t%s(%s)"
-#: include/enotify.php:402
+#: include/enotify.php:433
#, php-format
msgid "Please visit %s to approve or reject the request."
msgstr "Odwiedź stronę %s, aby zatwierdzić lub odrzucić wniosek."
-#: include/items.php:359 mod/admin.php:295 mod/admin.php:2029
-#: mod/admin.php:2275 mod/display.php:75 mod/display.php:253
-#: mod/display.php:349 mod/notice.php:21 mod/viewsrc.php:22
+#: include/items.php:355 mod/admin.php:296 mod/admin.php:2094
+#: mod/admin.php:2340 mod/notice.php:21 mod/viewsrc.php:22
msgid "Item not found."
msgstr "Element nie znaleziony."
-#: include/items.php:397
+#: include/items.php:393
msgid "Do you really want to delete this item?"
msgstr "Czy na pewno chcesz usunąć ten element?"
-#: include/items.php:399 mod/api.php:112 mod/dfrn_request.php:648
-#: mod/follow.php:154 mod/message.php:152 mod/profiles.php:542
-#: mod/profiles.php:545 mod/profiles.php:567 mod/register.php:239
-#: mod/settings.php:1100 mod/settings.php:1106 mod/settings.php:1113
-#: mod/settings.php:1117 mod/settings.php:1121 mod/settings.php:1125
-#: mod/settings.php:1129 mod/settings.php:1133 mod/settings.php:1153
-#: mod/settings.php:1154 mod/settings.php:1155 mod/settings.php:1156
-#: mod/settings.php:1157 mod/suggest.php:41 src/Module/Contact.php:449
+#: include/items.php:395 mod/api.php:112 mod/dfrn_request.php:640
+#: mod/follow.php:151 mod/message.php:150 mod/profiles.php:542
+#: mod/profiles.php:545 mod/profiles.php:567 mod/register.php:232
+#: mod/settings.php:1088 mod/settings.php:1094 mod/settings.php:1101
+#: mod/settings.php:1105 mod/settings.php:1109 mod/settings.php:1113
+#: mod/settings.php:1117 mod/settings.php:1121 mod/settings.php:1141
+#: mod/settings.php:1142 mod/settings.php:1143 mod/settings.php:1144
+#: mod/settings.php:1145 mod/suggest.php:41 src/Module/Contact.php:445
msgid "Yes"
msgstr "Tak"
-#: include/items.php:449 mod/allfriends.php:24 mod/api.php:37 mod/api.php:42
-#: mod/attach.php:39 mod/cal.php:304 mod/common.php:29 mod/crepair.php:101
-#: mod/delegate.php:31 mod/delegate.php:49 mod/delegate.php:60
-#: mod/dfrn_confirm.php:69 mod/dirfind.php:29 mod/editpost.php:22
-#: mod/events.php:199 mod/follow.php:58 mod/follow.php:122 mod/fsuggest.php:81
-#: mod/group.php:30 mod/invite.php:25 mod/invite.php:111 mod/item.php:169
-#: mod/manage.php:132 mod/message.php:58 mod/message.php:103
-#: mod/network.php:39 mod/nogroup.php:23 mod/notes.php:33
-#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:189
-#: mod/photos.php:1064 mod/poke.php:144 mod/profiles.php:183
-#: mod/profiles.php:515 mod/profile_photo.php:33 mod/profile_photo.php:180
-#: mod/profile_photo.php:202 mod/register.php:55 mod/regmod.php:91
+#: include/items.php:445 mod/allfriends.php:22 mod/api.php:37 mod/api.php:42
+#: mod/cal.php:304 mod/common.php:27 mod/crepair.php:101 mod/delegate.php:31
+#: mod/delegate.php:49 mod/delegate.php:60 mod/dfrn_confirm.php:66
+#: mod/dirfind.php:29 mod/editpost.php:22 mod/events.php:207 mod/follow.php:58
+#: mod/follow.php:122 mod/fsuggest.php:81 mod/group.php:30 mod/invite.php:25
+#: mod/invite.php:111 mod/item.php:167 mod/manage.php:129 mod/message.php:56
+#: mod/message.php:101 mod/network.php:35 mod/nogroup.php:23 mod/notes.php:33
+#: mod/notifications.php:70 mod/ostatus_subscribe.php:18 mod/photos.php:186
+#: mod/photos.php:1019 mod/poke.php:141 mod/profiles.php:183
+#: mod/profiles.php:515 mod/profile_photo.php:33 mod/profile_photo.php:178
+#: mod/profile_photo.php:205 mod/register.php:53 mod/regmod.php:89
#: mod/repair_ostatus.php:16 mod/settings.php:48 mod/settings.php:154
-#: mod/settings.php:670 mod/suggest.php:62 mod/uimport.php:17
+#: mod/settings.php:658 mod/suggest.php:62 mod/uimport.php:17
#: mod/unfollow.php:22 mod/unfollow.php:77 mod/unfollow.php:109
-#: mod/viewcontacts.php:63 mod/wallmessage.php:19 mod/wallmessage.php:43
-#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/wall_attach.php:81
-#: mod/wall_attach.php:84 mod/wall_upload.php:106 mod/wall_upload.php:109
-#: src/App.php:1786 src/Module/Contact.php:365
+#: mod/viewcontacts.php:56 mod/wallmessage.php:19 mod/wallmessage.php:43
+#: mod/wallmessage.php:82 mod/wallmessage.php:106 mod/wall_attach.php:79
+#: mod/wall_attach.php:82 mod/wall_upload.php:106 mod/wall_upload.php:109
+#: src/App.php:1823 src/Module/Attach.php:42 src/Module/Contact.php:361
msgid "Permission denied."
msgstr "Brak uprawnień."
-#: include/items.php:520 src/Content/Feature.php:95
+#: include/items.php:516 src/Content/Feature.php:95
msgid "Archives"
msgstr "Archiwum"
-#: include/items.php:526 src/App.php:791 src/Content/ForumManager.php:133
-#: src/Content/Widget.php:308 src/Object/Post.php:447
-#: view/theme/vier/theme.php:258
+#: include/items.php:522 src/App.php:823 src/Content/ForumManager.php:131
+#: src/Content/Widget.php:321 src/Object/Post.php:454
+#: view/theme/vier/theme.php:255
msgid "show more"
msgstr "pokaż więcej"
-#: mod/admin.php:116
+#: mod/admin.php:117
msgid "Theme settings updated."
msgstr "Zaktualizowano ustawienia motywów."
-#: mod/admin.php:189 src/Content/Nav.php:228
+#: mod/admin.php:190 src/Content/Nav.php:224
msgid "Information"
msgstr "Informacje"
-#: mod/admin.php:190
+#: mod/admin.php:191
msgid "Overview"
msgstr "Przegląd"
-#: mod/admin.php:191 mod/admin.php:761
+#: mod/admin.php:192 mod/admin.php:763
msgid "Federation Statistics"
msgstr "Statystyki Organizacji"
-#: mod/admin.php:192
+#: mod/admin.php:193
msgid "Configuration"
msgstr "Konfiguracja"
-#: mod/admin.php:193 mod/admin.php:1488
+#: mod/admin.php:194 mod/admin.php:1549
msgid "Site"
msgstr "Strona"
-#: mod/admin.php:194 mod/admin.php:1417 mod/admin.php:1961 mod/admin.php:1978
+#: mod/admin.php:195 mod/admin.php:1453 mod/admin.php:2026 mod/admin.php:2043
msgid "Users"
msgstr "Użytkownicy"
-#: mod/admin.php:195 mod/admin.php:2077 mod/admin.php:2137 mod/settings.php:99
+#: mod/admin.php:196 mod/admin.php:2142 mod/admin.php:2202 mod/settings.php:99
msgid "Addons"
msgstr "Dodatki"
-#: mod/admin.php:196 mod/admin.php:2347 mod/admin.php:2391
+#: mod/admin.php:197 mod/admin.php:2398 mod/admin.php:2442
msgid "Themes"
msgstr "Wygląd"
-#: mod/admin.php:197 mod/settings.php:77
+#: mod/admin.php:198 mod/settings.php:77
msgid "Additional features"
msgstr "Dodatkowe funkcje"
-#: mod/admin.php:198 mod/admin.php:322 mod/register.php:292
-#: src/Content/Nav.php:231 src/Module/Tos.php:71
+#: mod/admin.php:199 mod/admin.php:322 mod/register.php:280
+#: src/Content/Nav.php:227 src/Module/Tos.php:71
msgid "Terms of Service"
msgstr "Warunki usługi"
-#: mod/admin.php:199
+#: mod/admin.php:200
msgid "Database"
msgstr "Baza danych"
-#: mod/admin.php:200
+#: mod/admin.php:201
msgid "DB updates"
msgstr "Aktualizacje DB"
-#: mod/admin.php:201 mod/admin.php:804
+#: mod/admin.php:202 mod/admin.php:806
msgid "Inspect Queue"
msgstr "Sprawdź kolejkę"
-#: mod/admin.php:202
+#: mod/admin.php:203
msgid "Inspect Deferred Workers"
msgstr "Sprawdź Odroczonych Pracowników"
-#: mod/admin.php:203
+#: mod/admin.php:204
msgid "Inspect worker Queue"
msgstr "Sprawdź kolejkę pracowników"
-#: mod/admin.php:204
+#: mod/admin.php:205
msgid "Tools"
msgstr "Narzędzia"
-#: mod/admin.php:205
+#: mod/admin.php:206
msgid "Contact Blocklist"
msgstr "Lista zablokowanych kontaktów"
-#: mod/admin.php:206 mod/admin.php:384
+#: mod/admin.php:207 mod/admin.php:386
msgid "Server Blocklist"
msgstr "Lista zablokowanych serwerów"
-#: mod/admin.php:207 mod/admin.php:542
+#: mod/admin.php:208 mod/admin.php:544
msgid "Delete Item"
msgstr "Usuń przedmiot"
-#: mod/admin.php:208 mod/admin.php:209 mod/admin.php:2466
+#: mod/admin.php:209 mod/admin.php:210 mod/admin.php:2517
msgid "Logs"
msgstr "Logi"
-#: mod/admin.php:210 mod/admin.php:2533
+#: mod/admin.php:211 mod/admin.php:2584
msgid "View Logs"
msgstr "Zobacz rejestry"
-#: mod/admin.php:212
+#: mod/admin.php:213
msgid "Diagnostics"
msgstr "Diagnostyka"
-#: mod/admin.php:213
+#: mod/admin.php:214
msgid "PHP Info"
msgstr "Informacje o PHP"
-#: mod/admin.php:214
+#: mod/admin.php:215
msgid "probe address"
msgstr "adres sondy"
-#: mod/admin.php:215
+#: mod/admin.php:216
msgid "check webfinger"
msgstr "sprawdź webfinger"
-#: mod/admin.php:235 src/Content/Nav.php:271
+#: mod/admin.php:236 src/Content/Nav.php:267
msgid "Admin"
msgstr "Administator"
-#: mod/admin.php:236
+#: mod/admin.php:237
msgid "Addon Features"
msgstr "Funkcje dodatkowe"
-#: mod/admin.php:237
+#: mod/admin.php:238
msgid "User registrations waiting for confirmation"
msgstr "Rejestracje użytkowników czekające na potwierdzenie"
-#: mod/admin.php:321 mod/admin.php:383 mod/admin.php:499 mod/admin.php:541
-#: mod/admin.php:760 mod/admin.php:803 mod/admin.php:854 mod/admin.php:972
-#: mod/admin.php:1487 mod/admin.php:1960 mod/admin.php:2076 mod/admin.php:2136
-#: mod/admin.php:2346 mod/admin.php:2390 mod/admin.php:2465 mod/admin.php:2532
+#: mod/admin.php:321 mod/admin.php:385 mod/admin.php:501 mod/admin.php:543
+#: mod/admin.php:762 mod/admin.php:805 mod/admin.php:856 mod/admin.php:974
+#: mod/admin.php:1548 mod/admin.php:2025 mod/admin.php:2141 mod/admin.php:2201
+#: mod/admin.php:2397 mod/admin.php:2441 mod/admin.php:2516 mod/admin.php:2583
msgid "Administration"
msgstr "Administracja"
@@ -1059,39 +1077,39 @@ msgid ""
"of sections should be [h2] and below."
msgstr "Wprowadź tutaj Warunki świadczenia usług dla swojego węzła. Możesz użyć BBCode. Nagłówki sekcji powinny być [h2] i poniżej."
-#: mod/admin.php:329 mod/admin.php:1489 mod/admin.php:2138 mod/admin.php:2392
-#: mod/admin.php:2467 mod/admin.php:2614 mod/delegate.php:174
-#: mod/settings.php:680 mod/settings.php:787 mod/settings.php:875
-#: mod/settings.php:964 mod/settings.php:1189
+#: mod/admin.php:329 mod/admin.php:1550 mod/admin.php:2203 mod/admin.php:2443
+#: mod/admin.php:2518 mod/admin.php:2665 mod/delegate.php:176
+#: mod/settings.php:668 mod/settings.php:775 mod/settings.php:863
+#: mod/settings.php:952 mod/settings.php:1177
msgid "Save Settings"
msgstr "Zapisz ustawienia"
-#: mod/admin.php:375 mod/admin.php:393 mod/dfrn_request.php:348
-#: mod/friendica.php:122 src/Model/Contact.php:1603
+#: mod/admin.php:377 mod/admin.php:395 mod/dfrn_request.php:346
+#: mod/friendica.php:123 src/Model/Contact.php:1653
msgid "Blocked domain"
msgstr "Zablokowana domena"
-#: mod/admin.php:375
+#: mod/admin.php:377
msgid "The blocked domain"
msgstr "Zablokowana domena"
-#: mod/admin.php:376 mod/admin.php:394 mod/friendica.php:122
+#: mod/admin.php:378 mod/admin.php:396 mod/friendica.php:123
msgid "Reason for the block"
msgstr "Powód blokowania"
-#: mod/admin.php:376 mod/admin.php:389
+#: mod/admin.php:378 mod/admin.php:391
msgid "The reason why you blocked this domain."
msgstr "Powód zablokowania tej domeny."
-#: mod/admin.php:377
+#: mod/admin.php:379
msgid "Delete domain"
msgstr "Usuń domenę"
-#: mod/admin.php:377
+#: mod/admin.php:379
msgid "Check to delete this entry from the blocklist"
msgstr "Zaznacz, aby usunąć ten wpis z listy bloków"
-#: mod/admin.php:385
+#: mod/admin.php:387
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 "
@@ -1099,69 +1117,69 @@ msgid ""
"server."
msgstr "Na tej stronie można zdefiniować czarną listę serwerów ze stowarzyszonej sieci, które nie mogą współdziałać z danym węzłem. Dla wszystkich wprowadzonych domen powinieneś podać powód, dla którego zablokowałeś serwer zdalny."
-#: mod/admin.php:386
+#: mod/admin.php:388
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 "Lista zablokowanych serwerów zostanie publicznie udostępniona na stronie /friendica, dzięki czemu użytkownicy i osoby badające problemy z komunikacją mogą łatwo znaleźć przyczynę."
-#: mod/admin.php:387
+#: mod/admin.php:389
msgid "Add new entry to block list"
msgstr "Dodaj nowy wpis do listy bloków"
-#: mod/admin.php:388
+#: mod/admin.php:390
msgid "Server Domain"
msgstr "Domena serwera"
-#: mod/admin.php:388
+#: mod/admin.php:390
msgid ""
"The domain of the new server to add to the block list. Do not include the "
"protocol."
msgstr "Domena nowego serwera do dodania do listy bloków. Nie dołączaj protokołu."
-#: mod/admin.php:389
+#: mod/admin.php:391
msgid "Block reason"
msgstr "Powód zablokowania"
-#: mod/admin.php:390
+#: mod/admin.php:392
msgid "Add Entry"
msgstr "Dodaj wpis"
-#: mod/admin.php:391
+#: mod/admin.php:393
msgid "Save changes to the blocklist"
msgstr "Zapisz zmiany w liście zablokowanych"
-#: mod/admin.php:392
+#: mod/admin.php:394
msgid "Current Entries in the Blocklist"
msgstr "Aktualne wpisy na liście zablokowanych"
-#: mod/admin.php:395
+#: mod/admin.php:397
msgid "Delete entry from blocklist"
msgstr "Usuń wpis z listy zablokowanych"
-#: mod/admin.php:398
+#: mod/admin.php:400
msgid "Delete entry from blocklist?"
msgstr "Usunąć wpis z listy zablokowanych?"
-#: mod/admin.php:424
+#: mod/admin.php:426
msgid "Server added to blocklist."
msgstr "Serwer dodany do listy zablokowanych."
-#: mod/admin.php:440
+#: mod/admin.php:442
msgid "Site blocklist updated."
msgstr "Zaktualizowano listę bloków witryny."
-#: mod/admin.php:463 src/Core/Console/GlobalCommunityBlock.php:68
+#: mod/admin.php:465 src/Core/Console/GlobalCommunityBlock.php:68
msgid "The contact has been blocked from the node"
msgstr "Kontakt został zablokowany w węźle"
-#: mod/admin.php:465 src/Core/Console/GlobalCommunityBlock.php:65
+#: mod/admin.php:467 src/Core/Console/GlobalCommunityBlock.php:65
#, php-format
msgid "Could not find any contact entry for this URL (%s)"
msgstr "Nie można znaleźć żadnego kontaktu dla tego adresu URL (%s)"
-#: mod/admin.php:472
+#: mod/admin.php:474
#, php-format
msgid "%s contact unblocked"
msgid_plural "%s contacts unblocked"
@@ -1170,71 +1188,71 @@ msgstr[1] "%s kontakty odblokowane"
msgstr[2] "%s kontaktów odblokowanych"
msgstr[3] "%s kontaktów odblokowanych"
-#: mod/admin.php:500
+#: mod/admin.php:502
msgid "Remote Contact Blocklist"
msgstr "Lista zablokowanych kontaktów zdalnych"
-#: mod/admin.php:501
+#: mod/admin.php:503
msgid ""
"This page allows you to prevent any message from a remote contact to reach "
"your node."
msgstr "Ta strona pozwala zapobiec wysyłaniu do węzła wiadomości od kontaktu zdalnego."
-#: mod/admin.php:502
+#: mod/admin.php:504
msgid "Block Remote Contact"
msgstr "Zablokuj kontakt zdalny"
-#: mod/admin.php:503 mod/admin.php:1963
+#: mod/admin.php:505 mod/admin.php:2028
msgid "select all"
msgstr "zaznacz wszystko"
-#: mod/admin.php:504
+#: mod/admin.php:506
msgid "select none"
msgstr "wybierz brak"
-#: mod/admin.php:505 mod/admin.php:1972 src/Module/Contact.php:627
-#: src/Module/Contact.php:829 src/Module/Contact.php:1082
+#: mod/admin.php:507 mod/admin.php:2037 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1080
msgid "Block"
msgstr "Zablokuj"
-#: mod/admin.php:506 mod/admin.php:1974 src/Module/Contact.php:627
-#: src/Module/Contact.php:829 src/Module/Contact.php:1082
+#: mod/admin.php:508 mod/admin.php:2039 src/Module/Contact.php:623
+#: src/Module/Contact.php:827 src/Module/Contact.php:1080
msgid "Unblock"
msgstr "Odblokuj"
-#: mod/admin.php:507
+#: mod/admin.php:509
msgid "No remote contact is blocked from this node."
msgstr "Z tego węzła nie jest blokowany kontakt zdalny."
-#: mod/admin.php:509
+#: mod/admin.php:511
msgid "Blocked Remote Contacts"
msgstr "Zablokowane kontakty zdalne"
-#: mod/admin.php:510
+#: mod/admin.php:512
msgid "Block New Remote Contact"
msgstr "Zablokuj nowy kontakt zdalny"
-#: mod/admin.php:511
+#: mod/admin.php:513
msgid "Photo"
msgstr "Zdjęcie"
-#: mod/admin.php:511 mod/admin.php:1955 mod/admin.php:1966 mod/admin.php:1980
-#: mod/admin.php:1996 mod/crepair.php:161 mod/settings.php:682
-#: mod/settings.php:708
+#: mod/admin.php:513 mod/admin.php:2020 mod/admin.php:2031 mod/admin.php:2045
+#: mod/admin.php:2061 mod/crepair.php:161 mod/settings.php:670
+#: mod/settings.php:696
msgid "Name"
msgstr "Nazwa"
-#: mod/admin.php:511 mod/profiles.php:395
+#: mod/admin.php:513 mod/profiles.php:395
msgid "Address"
msgstr "Adres"
-#: mod/admin.php:511 mod/admin.php:521 mod/follow.php:170
-#: mod/notifications.php:177 mod/notifications.php:261 mod/unfollow.php:139
-#: src/Module/Contact.php:646
+#: mod/admin.php:513 mod/admin.php:523 mod/follow.php:167
+#: mod/notifications.php:177 mod/notifications.php:261 mod/unfollow.php:137
+#: src/Module/Contact.php:642
msgid "Profile URL"
msgstr "Adres URL profilu"
-#: mod/admin.php:519
+#: mod/admin.php:521
#, php-format
msgid "%s total blocked contact"
msgid_plural "%s total blocked contacts"
@@ -1243,124 +1261,124 @@ msgstr[1] "łącznie %s zablokowane kontakty"
msgstr[2] "łącznie %s zablokowanych kontaktów"
msgstr[3] "%s całkowicie zablokowane kontakty"
-#: mod/admin.php:521
+#: mod/admin.php:523
msgid "URL of the remote contact to block."
msgstr "Adres URL kontaktu zdalnego do zablokowania."
-#: mod/admin.php:543
+#: mod/admin.php:545
msgid "Delete this Item"
msgstr "Usuń ten przedmiot"
-#: mod/admin.php:544
+#: mod/admin.php:546
msgid ""
"On this page you can delete an item from your node. If the item is a top "
"level posting, the entire thread will be deleted."
msgstr "Na tej stronie możesz usunąć przedmiot ze swojego węzła. Jeśli element jest publikowaniem na najwyższym poziomie, cały wątek zostanie usunięty."
-#: mod/admin.php:545
+#: mod/admin.php:547
msgid ""
"You need to know the GUID of the item. You can find it e.g. by looking at "
"the display URL. The last part of http://example.com/display/123456 is the "
"GUID, here 123456."
msgstr "Musisz znać identyfikator GUID tego przedmiotu. Możesz go znaleźć np. patrząc na wyświetlany adres URL. Ostatnia część http://example.com/display/123456 to GUID, tutaj 123456."
-#: mod/admin.php:546
+#: mod/admin.php:548
msgid "GUID"
msgstr "GUID"
-#: mod/admin.php:546
+#: mod/admin.php:548
msgid "The GUID of the item you want to delete."
msgstr "Identyfikator elementu GUID, który chcesz usunąć."
-#: mod/admin.php:580
+#: mod/admin.php:582
msgid "Item marked for deletion."
msgstr "Przedmiot oznaczony do usunięcia."
-#: mod/admin.php:651
+#: mod/admin.php:653
msgid "unknown"
msgstr "nieznany"
-#: mod/admin.php:754
+#: mod/admin.php:756
msgid ""
"This page offers you some numbers to the known part of the federated social "
"network your Friendica node is part of. These numbers are not complete but "
"only reflect the part of the network your node is aware of."
msgstr "Ta strona zawiera kilka numerów do znanej części federacyjnej sieci społecznościowej, do której należy Twój węzeł Friendica. Liczby te nie są kompletne, ale odzwierciedlają tylko część sieci, o której wie twój węzeł."
-#: mod/admin.php:755
+#: mod/admin.php:757
msgid ""
"The Auto Discovered Contact Directory feature is not enabled, it "
"will improve the data displayed here."
msgstr "Funkcja Katalog kontaktów automatycznie odkrytych nie jest włączona, poprawi ona wyświetlane tutaj dane."
-#: mod/admin.php:767
+#: mod/admin.php:769
#, php-format
msgid ""
"Currently this node is aware of %d nodes with %d registered users from the "
"following platforms:"
msgstr "Obecnie węzeł ten jest świadomy %dwęzłów z %d zarejestrowanymi użytkownikami z następujących platform:"
-#: mod/admin.php:806 mod/admin.php:857
+#: mod/admin.php:808 mod/admin.php:859
msgid "ID"
msgstr "ID"
-#: mod/admin.php:807
+#: mod/admin.php:809
msgid "Recipient Name"
msgstr "Nazwa odbiorcy"
-#: mod/admin.php:808
+#: mod/admin.php:810
msgid "Recipient Profile"
msgstr "Profil odbiorcy"
-#: mod/admin.php:809 src/Content/Nav.php:236
-#: src/Core/NotificationsManager.php:180 view/theme/frio/theme.php:280
+#: mod/admin.php:811 src/Content/Nav.php:232
+#: src/Core/NotificationsManager.php:178 view/theme/frio/theme.php:267
msgid "Network"
msgstr "Sieć"
-#: mod/admin.php:810 mod/admin.php:859
+#: mod/admin.php:812 mod/admin.php:861
msgid "Created"
msgstr "Utwórz"
-#: mod/admin.php:811
+#: mod/admin.php:813
msgid "Last Tried"
msgstr "Ostatnia wypróbowana"
-#: mod/admin.php:812
+#: mod/admin.php:814
msgid ""
"This page lists the content of the queue for outgoing postings. These are "
"postings the initial delivery failed for. They will be resend later and "
"eventually deleted if the delivery fails permanently."
msgstr "Na tej stronie znajduje się zawartość kolejki dla wysyłek wychodzących. Są to posty, dla których początkowe wysyłanie nie powiodło się. Zostaną one ponownie wysłane później i ostatecznie usunięte, jeśli doręczenie zakończy się trwale."
-#: mod/admin.php:833
+#: mod/admin.php:835
msgid "Inspect Deferred Worker Queue"
msgstr "Sprawdź kolejkę odroczonych pracowników"
-#: mod/admin.php:834
+#: mod/admin.php:836
msgid ""
"This page lists the deferred worker jobs. This are jobs that couldn't be "
"executed at the first time."
msgstr "Ta strona zawiera listę zadań opóźnionych pracowników. Są to zadania, które nie mogą być wykonywane po raz pierwszy."
-#: mod/admin.php:837
+#: mod/admin.php:839
msgid "Inspect Worker Queue"
msgstr "Sprawdź Kolejkę Pracowników"
-#: mod/admin.php:838
+#: mod/admin.php:840
msgid ""
"This page lists the currently queued worker jobs. These jobs are handled by "
"the worker cronjob you've set up during install."
msgstr "Ta strona zawiera listę aktualnie ustawionych zadań dla pracowników. Te zadania są obsługiwane przez cronjob pracownika, który skonfigurowałeś podczas instalacji."
-#: mod/admin.php:858
+#: mod/admin.php:860
msgid "Job Parameters"
msgstr "Parametry zadania"
-#: mod/admin.php:860
+#: mod/admin.php:862
msgid "Priority"
msgstr "Priorytet"
-#: mod/admin.php:885
+#: mod/admin.php:887
#, php-format
msgid ""
"Your DB still runs with MyISAM tables. You should change the engine type to "
@@ -1371,32 +1389,32 @@ msgid ""
" an automatic conversion.
"
msgstr "Twoja baza danych nadal używa tabel MyISAM. Powinieneś(-naś) zmienić typ silnika na InnoDB. Ponieważ Friendica będzie używać w przyszłości wyłącznie funkcji InnoDB, powinieneś(-naś) to zmienić! Zobacz tutaj przewodnik, który może być pomocny w konwersji silników tabel. Możesz także użyć polecenia php bin/console.php dbstructure toinnodb instalacji Friendica, aby dokonać automatycznej konwersji.
"
-#: mod/admin.php:892
+#: mod/admin.php:894
#, php-format
msgid ""
"There is a new version of Friendica available for download. Your current "
"version is %1$s, upstream version is %2$s"
msgstr "Dostępna jest nowa wersja aplikacji Friendica. Twoja aktualna wersja to %1$s wyższa wersja to %2$s"
-#: mod/admin.php:902
+#: mod/admin.php:904
msgid ""
"The database update failed. Please run \"php bin/console.php dbstructure "
"update\" from the command line and have a look at the errors that might "
"appear."
msgstr "Aktualizacja bazy danych nie powiodła się. Uruchom polecenie \"php bin/console.php dbstructure update\" z wiersza poleceń i sprawdź błędy, które mogą się pojawić."
-#: mod/admin.php:908
+#: mod/admin.php:910
msgid "The worker was never executed. Please check your database structure!"
msgstr "Pracownik nigdy nie został stracony. Sprawdź swoją strukturę bazy danych!"
-#: mod/admin.php:911
+#: mod/admin.php:913
#, php-format
msgid ""
"The last worker execution was on %s UTC. This is older than one hour. Please"
" check your crontab settings."
msgstr "Ostatnie wykonanie robota było w %s UTC. To jest starsze niż jedna godzina. Sprawdź ustawienia crontab."
-#: mod/admin.php:917
+#: mod/admin.php:919
#, php-format
msgid ""
"Friendica's configuration now is stored in config/local.config.php, please "
@@ -1405,7 +1423,7 @@ msgid ""
"help with the transition."
msgstr ""
-#: mod/admin.php:924
+#: mod/admin.php:926
#, php-format
msgid ""
"%s is not reachable on your system. This is a severe "
@@ -1413,494 +1431,506 @@ msgid ""
"href=\"%s\">the installation page for help."
msgstr "%s nie jest osiągalny w twoim systemie. Jest to poważny problem z konfiguracją, który uniemożliwia komunikację między serwerami. Zobacz pomoc na stronie instalacji."
-#: mod/admin.php:930
+#: mod/admin.php:932
msgid "Normal Account"
msgstr "Konto normalne"
-#: mod/admin.php:931
+#: mod/admin.php:933
msgid "Automatic Follower Account"
msgstr "Automatyczne konto obserwatora"
-#: mod/admin.php:932
+#: mod/admin.php:934
msgid "Public Forum Account"
msgstr "Publiczne konto na forum"
-#: mod/admin.php:933
+#: mod/admin.php:935
msgid "Automatic Friend Account"
msgstr "Automatyczny przyjaciel konta"
-#: mod/admin.php:934
+#: mod/admin.php:936
msgid "Blog Account"
msgstr "Konto Bloga"
-#: mod/admin.php:935
+#: mod/admin.php:937
msgid "Private Forum Account"
msgstr "Prywatne konto na forum"
-#: mod/admin.php:958
+#: mod/admin.php:960
msgid "Message queues"
msgstr "Wiadomości"
-#: mod/admin.php:964
+#: mod/admin.php:966
msgid "Server Settings"
msgstr "Ustawienia serwera"
-#: mod/admin.php:973
+#: mod/admin.php:975
msgid "Summary"
msgstr "Podsumowanie"
-#: mod/admin.php:975
+#: mod/admin.php:977
msgid "Registered users"
msgstr "Zarejestrowani użytkownicy"
-#: mod/admin.php:977
+#: mod/admin.php:979
msgid "Pending registrations"
msgstr "Oczekujące rejestracje"
-#: mod/admin.php:978
+#: mod/admin.php:980
msgid "Version"
msgstr "Wersja"
-#: mod/admin.php:983
+#: mod/admin.php:985
msgid "Active addons"
msgstr "Aktywne dodatki"
-#: mod/admin.php:1015
+#: mod/admin.php:1017
msgid "Can not parse base url. Must have at least ://"
msgstr "Nie można zanalizować podstawowego adresu URL. Musi mieć co najmniej : //"
-#: mod/admin.php:1351
+#: mod/admin.php:1387
msgid "Site settings updated."
msgstr "Zaktualizowano ustawienia strony."
-#: mod/admin.php:1379 mod/settings.php:908
+#: mod/admin.php:1415 mod/settings.php:896
msgid "No special theme for mobile devices"
msgstr "Brak specialnego motywu dla urządzeń mobilnych"
-#: mod/admin.php:1408
+#: mod/admin.php:1444
msgid "No community page for local users"
msgstr "Brak strony społeczności dla użytkowników lokalnych"
-#: mod/admin.php:1409
+#: mod/admin.php:1445
msgid "No community page"
msgstr "Brak strony społeczności"
-#: mod/admin.php:1410
+#: mod/admin.php:1446
msgid "Public postings from users of this site"
msgstr "Publikacje publiczne od użytkowników tej strony"
-#: mod/admin.php:1411
+#: mod/admin.php:1447
msgid "Public postings from the federated network"
msgstr "Publikacje wpisy ze sfederowanej sieci"
-#: mod/admin.php:1412
+#: mod/admin.php:1448
msgid "Public postings from local users and the federated network"
msgstr "Publikacje publiczne od użytkowników lokalnych i sieci federacyjnej"
-#: mod/admin.php:1416 mod/admin.php:1585 mod/admin.php:1595
-#: src/Module/Contact.php:552
+#: mod/admin.php:1452 mod/admin.php:1650 mod/admin.php:1660
+#: src/Module/Contact.php:548
msgid "Disabled"
msgstr "Wyłączony"
-#: mod/admin.php:1418
+#: mod/admin.php:1454
msgid "Users, Global Contacts"
msgstr "Użytkownicy, kontakty globalne"
-#: mod/admin.php:1419
+#: mod/admin.php:1455
msgid "Users, Global Contacts/fallback"
msgstr "Użytkownicy, kontakty globalne/awaryjne"
-#: mod/admin.php:1423
+#: mod/admin.php:1459
msgid "One month"
msgstr "Miesiąc"
-#: mod/admin.php:1424
+#: mod/admin.php:1460
msgid "Three months"
msgstr "Trzy miesiące"
-#: mod/admin.php:1425
+#: mod/admin.php:1461
msgid "Half a year"
msgstr "Pół roku"
-#: mod/admin.php:1426
+#: mod/admin.php:1462
msgid "One year"
msgstr "Rok"
-#: mod/admin.php:1431
+#: mod/admin.php:1467
msgid "Multi user instance"
msgstr "Tryb wielu użytkowników"
-#: mod/admin.php:1457
+#: mod/admin.php:1491
msgid "Closed"
msgstr "Zamknięte"
-#: mod/admin.php:1458
+#: mod/admin.php:1492
msgid "Requires approval"
msgstr "Wymaga zatwierdzenia"
-#: mod/admin.php:1459
+#: mod/admin.php:1493
msgid "Open"
msgstr "Otwarta"
-#: mod/admin.php:1463
+#: mod/admin.php:1497
msgid "No SSL policy, links will track page SSL state"
msgstr "Brak SSL, linki będą śledzić stan SSL"
-#: mod/admin.php:1464
+#: mod/admin.php:1498
msgid "Force all links to use SSL"
msgstr "Wymuś używanie SSL na wszystkich odnośnikach"
-#: mod/admin.php:1465
+#: mod/admin.php:1499
msgid "Self-signed certificate, use SSL for local links only (discouraged)"
msgstr "Wewnętrzne Certyfikaty, użyj SSL tylko dla linków lokalnych . "
-#: mod/admin.php:1469
+#: mod/admin.php:1503
msgid "Don't check"
msgstr "Nie sprawdzaj"
-#: mod/admin.php:1470
+#: mod/admin.php:1504
msgid "check the stable version"
msgstr "sprawdź wersję stabilną"
-#: mod/admin.php:1471
+#: mod/admin.php:1505
msgid "check the development version"
msgstr "sprawdź wersję rozwojową"
-#: mod/admin.php:1490
+#: mod/admin.php:1524 mod/settings.php:856 mod/settings.php:861
+msgid "None"
+msgstr "Brak"
+
+#: mod/admin.php:1551
msgid "Republish users to directory"
msgstr "Ponownie opublikuj użytkowników w katalogu"
-#: mod/admin.php:1491 mod/register.php:268
+#: mod/admin.php:1552 mod/register.php:257
msgid "Registration"
msgstr "Rejestracja"
-#: mod/admin.php:1492
+#: mod/admin.php:1553
msgid "File upload"
msgstr "Przesyłanie plików"
-#: mod/admin.php:1493
+#: mod/admin.php:1554
msgid "Policies"
msgstr "Zasady"
-#: mod/admin.php:1494 mod/events.php:561 src/Model/Profile.php:878
-#: src/Module/Contact.php:907
+#: mod/admin.php:1555 mod/events.php:570 src/Model/Profile.php:883
+#: src/Module/Contact.php:905
msgid "Advanced"
msgstr "Zaawansowany"
-#: mod/admin.php:1495
+#: mod/admin.php:1556
msgid "Auto Discovered Contact Directory"
msgstr "Katalog kontaktów automatycznie odkrytych"
-#: mod/admin.php:1496
+#: mod/admin.php:1557
msgid "Performance"
msgstr "Ustawienia"
-#: mod/admin.php:1497
+#: mod/admin.php:1558
msgid "Worker"
msgstr "Pracownik"
-#: mod/admin.php:1498
+#: mod/admin.php:1559
msgid "Message Relay"
msgstr "Przekazywanie wiadomości"
-#: mod/admin.php:1499
+#: mod/admin.php:1560
msgid "Relocate Instance"
-msgstr ""
+msgstr "Zmień lokalizację"
-#: mod/admin.php:1500
+#: mod/admin.php:1561
msgid "Warning! Advanced function. Could make this server unreachable."
-msgstr ""
+msgstr "Ostrzeżenie! Zaawansowana funkcja. Może spowodować, że serwer będzie nieosiągalny."
-#: mod/admin.php:1503
+#: mod/admin.php:1565
msgid "Site name"
msgstr "Nazwa strony"
-#: mod/admin.php:1504
+#: mod/admin.php:1566
msgid "Host name"
msgstr "Nazwa hosta"
-#: mod/admin.php:1505
+#: mod/admin.php:1567
msgid "Sender Email"
msgstr "E-mail nadawcy"
-#: mod/admin.php:1505
+#: mod/admin.php:1567
msgid ""
"The email address your server shall use to send notification emails from."
msgstr "Adres e-mail używany przez Twój serwer do wysyłania e-maili z powiadomieniami."
-#: mod/admin.php:1506
+#: mod/admin.php:1568
msgid "Banner/Logo"
msgstr "Logo"
-#: mod/admin.php:1507
+#: mod/admin.php:1569
msgid "Shortcut icon"
msgstr "Ikona skrótu"
-#: mod/admin.php:1507
+#: mod/admin.php:1569
msgid "Link to an icon that will be used for browsers."
msgstr "Link do ikony, która będzie używana w przeglądarkach."
-#: mod/admin.php:1508
+#: mod/admin.php:1570
msgid "Touch icon"
msgstr "Dołącz ikonę"
-#: mod/admin.php:1508
+#: mod/admin.php:1570
msgid "Link to an icon that will be used for tablets and mobiles."
msgstr "Link do ikony, która będzie używana w tabletach i telefonach komórkowych."
-#: mod/admin.php:1509
+#: mod/admin.php:1571
msgid "Additional Info"
msgstr "Dodatkowe informacje"
-#: mod/admin.php:1509
+#: mod/admin.php:1571
#, php-format
msgid ""
"For public servers: you can add additional information here that will be "
"listed at %s/servers."
msgstr "W przypadku serwerów publicznych: możesz tu dodać dodatkowe informacje, które będą wymienione na %s/servers."
-#: mod/admin.php:1510
+#: mod/admin.php:1572
msgid "System language"
msgstr "Język systemu"
-#: mod/admin.php:1511
+#: mod/admin.php:1573
msgid "System theme"
msgstr "Motyw systemowy"
-#: mod/admin.php:1511
+#: mod/admin.php:1573
msgid ""
"Default system theme - may be over-ridden by user profiles - change theme settings"
msgstr "Domyślny motyw systemu - może być nadpisany przez profil użytkownika zmień ustawienia motywów"
-#: mod/admin.php:1512
+#: mod/admin.php:1574
msgid "Mobile system theme"
msgstr "Motyw systemu mobilnego"
-#: mod/admin.php:1512
+#: mod/admin.php:1574
msgid "Theme for mobile devices"
msgstr "Motyw na urządzenia mobilne"
-#: mod/admin.php:1513
+#: mod/admin.php:1575
msgid "SSL link policy"
msgstr "Polityka odnośników SSL"
-#: mod/admin.php:1513
+#: mod/admin.php:1575
msgid "Determines whether generated links should be forced to use SSL"
msgstr "Określa, czy generowane odnośniki będą obowiązkowo używały SSL"
-#: mod/admin.php:1514
+#: mod/admin.php:1576
msgid "Force SSL"
msgstr "Wymuś SSL"
-#: mod/admin.php:1514
+#: mod/admin.php:1576
msgid ""
"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
" to endless loops."
msgstr "Wymuszaj wszystkie żądania SSL bez SSL - Uwaga: w niektórych systemach może to prowadzić do niekończących się pętli."
-#: mod/admin.php:1515
+#: mod/admin.php:1577
msgid "Hide help entry from navigation menu"
msgstr "Ukryj pomoc w menu nawigacyjnym"
-#: mod/admin.php:1515
+#: mod/admin.php:1577
msgid ""
"Hides the menu entry for the Help pages from the navigation menu. You can "
"still access it calling /help directly."
msgstr "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help."
-#: mod/admin.php:1516
+#: mod/admin.php:1578
msgid "Single user instance"
msgstr "Tryb pojedynczego użytkownika"
-#: mod/admin.php:1516
+#: mod/admin.php:1578
msgid "Make this instance multi-user or single-user for the named user"
msgstr "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika"
-#: mod/admin.php:1517
+#: mod/admin.php:1580
+msgid "File storage backend"
+msgstr ""
+
+#: mod/admin.php:1580
+msgid "Backend used to store uploaded files data"
+msgstr ""
+
+#: mod/admin.php:1582
msgid "Maximum image size"
msgstr "Maksymalny rozmiar zdjęcia"
-#: mod/admin.php:1517
+#: mod/admin.php:1582
msgid ""
"Maximum size in bytes of uploaded images. Default is 0, which means no "
"limits."
msgstr "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu ."
-#: mod/admin.php:1518
+#: mod/admin.php:1583
msgid "Maximum image length"
msgstr "Maksymalna długość obrazu"
-#: mod/admin.php:1518
+#: mod/admin.php:1583
msgid ""
"Maximum length in pixels of the longest side of uploaded images. Default is "
"-1, which means no limits."
msgstr "Maksymalna długość w pikselach dłuższego boku przesyłanego obrazu. Wartością domyślną jest -1, co oznacza brak ograniczeń."
-#: mod/admin.php:1519
+#: mod/admin.php:1584
msgid "JPEG image quality"
msgstr "Jakość obrazu JPEG"
-#: mod/admin.php:1519
+#: mod/admin.php:1584
msgid ""
"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
"100, which is full quality."
msgstr "Przesłane pliki JPEG zostaną zapisane w tym ustawieniu jakości [0-100]. Domyślna wartość to 100, która jest pełną jakością."
-#: mod/admin.php:1521
+#: mod/admin.php:1586
msgid "Register policy"
msgstr "Zasady rejestracji"
-#: mod/admin.php:1522
+#: mod/admin.php:1587
msgid "Maximum Daily Registrations"
msgstr "Maksymalna dzienna rejestracja"
-#: mod/admin.php:1522
+#: mod/admin.php:1587
msgid ""
"If registration is permitted above, this sets the maximum number of new user"
" registrations to accept per day. If register is set to closed, this "
"setting has no effect."
msgstr "Jeśli rejestracja powyżej jest dozwolona, to określa maksymalną liczbę nowych rejestracji użytkowników do zaakceptowania na dzień. Jeśli rejestracja jest ustawiona na \"Zamknięta\", to ustawienie to nie ma wpływu."
-#: mod/admin.php:1523
+#: mod/admin.php:1588
msgid "Register text"
msgstr "Zarejestruj tekst"
-#: mod/admin.php:1523
+#: mod/admin.php:1588
msgid ""
"Will be displayed prominently on the registration page. You can use BBCode "
"here."
msgstr "Będą wyświetlane w widocznym miejscu na stronie rejestracji. Możesz użyć BBCode tutaj."
-#: mod/admin.php:1524
+#: mod/admin.php:1589
msgid "Forbidden Nicknames"
msgstr "Zakazane pseudonimy"
-#: mod/admin.php:1524
+#: mod/admin.php:1589
msgid ""
"Comma separated list of nicknames that are forbidden from registration. "
"Preset is a list of role names according RFC 2142."
msgstr "Lista oddzielonych przecinkami pseudonimów, których nie wolno rejestrować. Preset to lista nazw ról zgodnie z RFC 2142."
-#: mod/admin.php:1525
+#: mod/admin.php:1590
msgid "Accounts abandoned after x days"
msgstr "Konta porzucone po x dni"
-#: mod/admin.php:1525
+#: mod/admin.php:1590
msgid ""
"Will not waste system resources polling external sites for abandonded "
"accounts. Enter 0 for no time limit."
msgstr "Nie będzie marnować zasobów systemu wypytując zewnętrzne strony o opuszczone konta. Ustaw 0 dla braku limitu czasu ."
-#: mod/admin.php:1526
+#: mod/admin.php:1591
msgid "Allowed friend domains"
msgstr "Dozwolone domeny przyjaciół"
-#: mod/admin.php:1526
+#: mod/admin.php:1591
msgid ""
"Comma separated list of domains which are allowed to establish friendships "
"with this site. Wildcards are accepted. Empty to allow any domains"
msgstr "Rozdzielana przecinkami lista domen, które mogą nawiązywać przyjaźnie z tą witryną. Symbole wieloznaczne są akceptowane. Pozostaw puste by zezwolić każdej domenie na zaprzyjaźnienie."
-#: mod/admin.php:1527
+#: mod/admin.php:1592
msgid "Allowed email domains"
msgstr "Dozwolone domeny e-mailowe"
-#: mod/admin.php:1527
+#: mod/admin.php:1592
msgid ""
"Comma separated list of domains which are allowed in email addresses for "
"registrations to this site. Wildcards are accepted. Empty to allow any "
"domains"
msgstr "Rozdzielana przecinkami lista domen dozwolonych w adresach e-mail do rejestracji na tej stronie. Symbole wieloznaczne są akceptowane. Opróżnij, aby zezwolić na dowolne domeny"
-#: mod/admin.php:1528
+#: mod/admin.php:1593
msgid "No OEmbed rich content"
msgstr "Brak treści multimedialnych ze znaczkiem HTML"
-#: mod/admin.php:1528
+#: mod/admin.php:1593
msgid ""
"Don't show the rich content (e.g. embedded PDF), except from the domains "
"listed below."
msgstr "Nie wyświetlaj zasobów treści (np. osadzonego pliku PDF), z wyjątkiem domen wymienionych poniżej."
-#: mod/admin.php:1529
+#: mod/admin.php:1594
msgid "Allowed OEmbed domains"
msgstr "Dozwolone domeny OEmbed"
-#: mod/admin.php:1529
+#: mod/admin.php:1594
msgid ""
"Comma separated list of domains which oembed content is allowed to be "
"displayed. Wildcards are accepted."
msgstr "Rozdzielana przecinkami lista domen, w których wyświetlana jest treść, może być wyświetlana. Symbole wieloznaczne są akceptowane."
-#: mod/admin.php:1530
+#: mod/admin.php:1595
msgid "Block public"
msgstr "Blokuj publicznie"
-#: mod/admin.php:1530
+#: mod/admin.php:1595
msgid ""
"Check to block public access to all otherwise public personal pages on this "
"site unless you are currently logged in."
msgstr "Zaznacz, aby zablokować publiczny dostęp do wszystkich publicznych stron prywatnych w tej witrynie, chyba że jesteś zalogowany."
-#: mod/admin.php:1531
+#: mod/admin.php:1596
msgid "Force publish"
msgstr "Wymuś publikację"
-#: mod/admin.php:1531
+#: mod/admin.php:1596
msgid ""
"Check to force all profiles on this site to be listed in the site directory."
msgstr "Zaznacz, aby wymusić umieszczenie wszystkich profili w tej witrynie w katalogu witryny."
-#: mod/admin.php:1531
+#: mod/admin.php:1596
msgid "Enabling this may violate privacy laws like the GDPR"
msgstr "Włączenie tego może naruszyć prawa ochrony prywatności, takie jak GDPR"
-#: mod/admin.php:1532
+#: mod/admin.php:1597
msgid "Global directory URL"
msgstr "Globalny adres URL katalogu"
-#: mod/admin.php:1532
+#: mod/admin.php:1597
msgid ""
"URL to the global directory. If this is not set, the global directory is "
"completely unavailable to the application."
msgstr "Adres URL do katalogu globalnego. Jeśli nie zostanie to ustawione, katalog globalny jest całkowicie niedostępny dla aplikacji."
-#: mod/admin.php:1533
+#: mod/admin.php:1598
msgid "Private posts by default for new users"
msgstr "Prywatne posty domyślnie dla nowych użytkowników"
-#: mod/admin.php:1533
+#: mod/admin.php:1598
msgid ""
"Set default post permissions for all new members to the default privacy "
"group rather than public."
msgstr "Ustaw domyślne uprawnienia do publikowania dla wszystkich nowych członków na domyślną grupę prywatności, a nie publiczną."
-#: mod/admin.php:1534
+#: mod/admin.php:1599
msgid "Don't include post content in email notifications"
msgstr "Nie wklejaj zawartości postu do powiadomienia o poczcie"
-#: mod/admin.php:1534
+#: mod/admin.php:1599
msgid ""
"Don't include the content of a post/comment/private message/etc. in the "
"email notifications that are sent out from this site, as a privacy measure."
msgstr "W celu ochrony prywatności, nie włączaj zawartości postu/komentarza/wiadomości prywatnej/etc. do powiadomień w wiadomościach mailowych wysyłanych z tej strony."
-#: mod/admin.php:1535
+#: mod/admin.php:1600
msgid "Disallow public access to addons listed in the apps menu."
msgstr "Nie zezwalaj na publiczny dostęp do dodatkowych wtyczek wyszczególnionych w menu aplikacji."
-#: mod/admin.php:1535
+#: mod/admin.php:1600
msgid ""
"Checking this box will restrict addons listed in the apps menu to members "
"only."
msgstr "Zaznaczenie tego pola spowoduje ograniczenie dodatków wymienionych w menu aplikacji tylko dla członków."
-#: mod/admin.php:1536
+#: mod/admin.php:1601
msgid "Don't embed private images in posts"
msgstr "Nie umieszczaj prywatnych zdjęć w postach"
-#: mod/admin.php:1536
+#: mod/admin.php:1601
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 "
@@ -1908,11 +1938,11 @@ msgid ""
"while."
msgstr "Nie zastępuj lokalnie hostowanych zdjęć prywatnych we wpisach za pomocą osadzonej kopii obrazu. Oznacza to, że osoby, które otrzymują posty zawierające prywatne zdjęcia, będą musiały uwierzytelnić i wczytać każdy obraz, co może trochę potrwać."
-#: mod/admin.php:1537
+#: mod/admin.php:1602
msgid "Explicit Content"
msgstr "Treści dla dorosłych"
-#: mod/admin.php:1537
+#: mod/admin.php:1602
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 "
@@ -1921,210 +1951,210 @@ msgid ""
"will be shown at the user registration page."
msgstr "Ustaw to, aby ogłosić, że Twój węzeł jest używany głównie do jawnej treści, która może nie być odpowiednia dla nieletnich. Informacje te zostaną opublikowane w informacjach o węźle i mogą zostać wykorzystane, np. w katalogu globalnym, aby filtrować węzeł z list węzłów do przyłączenia. Dodatkowo notatka o tym zostanie pokazana na stronie rejestracji użytkownika."
-#: mod/admin.php:1538
+#: mod/admin.php:1603
msgid "Allow Users to set remote_self"
msgstr "Zezwól użytkownikom na ustawienie remote_self"
-#: mod/admin.php:1538
+#: mod/admin.php:1603
msgid ""
"With checking this, every user is allowed to mark every contact as a "
"remote_self in the repair contact dialog. Setting this flag on a contact "
"causes mirroring every posting of that contact in the users stream."
msgstr "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników."
-#: mod/admin.php:1539
+#: mod/admin.php:1604
msgid "Block multiple registrations"
msgstr "Zablokuj wielokrotną rejestrację"
-#: mod/admin.php:1539
+#: mod/admin.php:1604
msgid "Disallow users to register additional accounts for use as pages."
msgstr "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. "
-#: mod/admin.php:1540
-msgid "OpenID support"
-msgstr "Wsparcie OpenID"
+#: mod/admin.php:1605
+msgid "Disable OpenID"
+msgstr "Wyłącz OpenID"
-#: mod/admin.php:1540
-msgid "OpenID support for registration and logins."
-msgstr "Obsługa OpenID do rejestracji i logowania."
+#: mod/admin.php:1605
+msgid "Disable OpenID support for registration and logins."
+msgstr "Wyłącz obsługę OpenID dla rejestracji i logowania."
-#: mod/admin.php:1541
-msgid "Fullname check"
-msgstr "Sprawdzanie pełnej nazwy"
+#: mod/admin.php:1606
+msgid "No Fullname check"
+msgstr "Bez sprawdzania pełnej nazwy"
-#: mod/admin.php:1541
+#: mod/admin.php:1606
msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem."
+"Allow users to register without a space between the first name and the last "
+"name in their full name."
+msgstr "Zezwól użytkownikom na rejestrację bez spacji między imieniem i nazwiskiem w ich pełnym imieniu."
-#: mod/admin.php:1542
+#: mod/admin.php:1607
msgid "Community pages for visitors"
msgstr "Strony społecznościowe dla odwiedzających"
-#: mod/admin.php:1542
+#: mod/admin.php:1607
msgid ""
"Which community pages should be available for visitors. Local users always "
"see both pages."
msgstr "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony."
-#: mod/admin.php:1543
+#: mod/admin.php:1608
msgid "Posts per user on community page"
msgstr "Lista postów użytkownika na stronie społeczności"
-#: mod/admin.php:1543
+#: mod/admin.php:1608
msgid ""
"The maximum number of posts per user on the community page. (Not valid for "
"'Global Community')"
msgstr "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')"
-#: mod/admin.php:1544
-msgid "Enable OStatus support"
-msgstr "Włącz wsparcie OStatus"
+#: mod/admin.php:1609
+msgid "Disable OStatus support"
+msgstr "Wyłącz obsługę OStatus"
-#: mod/admin.php:1544
+#: mod/admin.php:1609
msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"Disable built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
"communications in OStatus are public, so privacy warnings will be "
"occasionally displayed."
-msgstr "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane."
+msgstr ""
-#: mod/admin.php:1545
+#: mod/admin.php:1610
msgid "Only import OStatus/ActivityPub threads from our contacts"
msgstr "Importuj wątki OStatus/ActivityPub tylko z naszych kontaktów"
-#: mod/admin.php:1545
+#: mod/admin.php:1610
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 "Normalnie importujemy każdą zawartość z naszych kontaktów OStatus i ActivityPub. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie."
-#: mod/admin.php:1546
+#: mod/admin.php:1611
msgid "OStatus support can only be enabled if threading is enabled."
msgstr "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie."
-#: mod/admin.php:1548
+#: mod/admin.php:1613
msgid ""
"Diaspora support can't be enabled because Friendica was installed into a sub"
" directory."
msgstr "Obsługa Diaspory nie może być włączona, ponieważ Friendica została zainstalowana w podkatalogu."
-#: mod/admin.php:1549
+#: mod/admin.php:1614
msgid "Enable Diaspora support"
msgstr "Włączyć obsługę Diaspory"
-#: mod/admin.php:1549
+#: mod/admin.php:1614
msgid "Provide built-in Diaspora network compatibility."
msgstr "Zapewnij wbudowaną kompatybilność z siecią Diaspora."
-#: mod/admin.php:1550
+#: mod/admin.php:1615
msgid "Only allow Friendica contacts"
msgstr "Dopuść tylko kontakty Friendrica"
-#: mod/admin.php:1550
+#: mod/admin.php:1615
msgid ""
"All contacts must use Friendica protocols. All other built-in communication "
"protocols disabled."
msgstr "Wszyscy znajomi muszą używać protokołów Friendica. Wszystkie inne wbudowane protokoły komunikacyjne są wyłączone."
-#: mod/admin.php:1551
+#: mod/admin.php:1616
msgid "Verify SSL"
msgstr "Weryfikacja SSL"
-#: mod/admin.php:1551
+#: mod/admin.php:1616
msgid ""
"If you wish, you can turn on strict certificate checking. This will mean you"
" cannot connect (at all) to self-signed SSL sites."
msgstr "Jeśli chcesz, możesz włączyć ścisłe sprawdzanie certyfikatu. Oznacza to, że nie możesz połączyć się (w ogóle) z własnoręcznie podpisanymi stronami SSL."
-#: mod/admin.php:1552
+#: mod/admin.php:1617
msgid "Proxy user"
msgstr "Użytkownik proxy"
-#: mod/admin.php:1553
+#: mod/admin.php:1618
msgid "Proxy URL"
msgstr "URL Proxy"
-#: mod/admin.php:1554
+#: mod/admin.php:1619
msgid "Network timeout"
msgstr "Network timeout"
-#: mod/admin.php:1554
+#: mod/admin.php:1619
msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
msgstr "Wartość jest w sekundach. Ustaw na 0 dla nieograniczonej (niezalecane)."
-#: mod/admin.php:1555
+#: mod/admin.php:1620
msgid "Maximum Load Average"
msgstr "Maksymalne obciążenie średnie"
-#: mod/admin.php:1555
+#: mod/admin.php:1620
msgid ""
"Maximum system load before delivery and poll processes are deferred - "
"default 50."
msgstr "Maksymalne obciążenie systemu przed dostawą i odpytywaniem jest odłożone - domyślnie 50."
-#: mod/admin.php:1556
+#: mod/admin.php:1621
msgid "Maximum Load Average (Frontend)"
msgstr "Maksymalne obciążenie średnie (Frontend)"
-#: mod/admin.php:1556
+#: mod/admin.php:1621
msgid "Maximum system load before the frontend quits service - default 50."
msgstr "Maksymalne obciążenie systemu, zanim frontend zakończy pracę - domyślnie 50."
-#: mod/admin.php:1557
+#: mod/admin.php:1622
msgid "Minimal Memory"
msgstr "Minimalna pamięć"
-#: mod/admin.php:1557
+#: mod/admin.php:1622
msgid ""
"Minimal free memory in MB for the worker. Needs access to /proc/meminfo - "
"default 0 (deactivated)."
msgstr "Minimalna wolna pamięć w MB dla pracownika. Potrzebuje dostępu do /proc/ meminfo - domyślnie 0 (wyłączone)."
-#: mod/admin.php:1558
+#: mod/admin.php:1623
msgid "Maximum table size for optimization"
msgstr "Maksymalny rozmiar stołu do optymalizacji"
-#: mod/admin.php:1558
+#: mod/admin.php:1623
msgid ""
"Maximum table size (in MB) for the automatic optimization. Enter -1 to "
"disable it."
msgstr "Maksymalny rozmiar tablicy (w MB) do automatycznej optymalizacji. Wprowadź -1, aby go wyłączyć."
-#: mod/admin.php:1559
+#: mod/admin.php:1624
msgid "Minimum level of fragmentation"
msgstr "Minimalny poziom fragmentacji"
-#: mod/admin.php:1559
+#: mod/admin.php:1624
msgid ""
"Minimum fragmenation level to start the automatic optimization - default "
"value is 30%."
msgstr "Minimalny poziom fragmentacji, aby rozpocząć automatyczną optymalizację - domyślna wartość to 30%."
-#: mod/admin.php:1561
+#: mod/admin.php:1626
msgid "Periodical check of global contacts"
msgstr "Okresowa kontrola kontaktów globalnych"
-#: mod/admin.php:1561
+#: mod/admin.php:1626
msgid ""
"If enabled, the global contacts are checked periodically for missing or "
"outdated data and the vitality of the contacts and servers."
msgstr "Jeśli jest włączona, kontakty globalne są okresowo sprawdzane pod kątem brakujących lub nieaktualnych danych oraz żywotności kontaktów i serwerów."
-#: mod/admin.php:1562
+#: mod/admin.php:1627
msgid "Days between requery"
msgstr "Dni między żądaniem"
-#: mod/admin.php:1562
+#: mod/admin.php:1627
msgid "Number of days after which a server is requeried for his contacts."
msgstr "Liczba dni, po upływie których serwer jest żądany dla swoich kontaktów."
-#: mod/admin.php:1563
+#: mod/admin.php:1628
msgid "Discover contacts from other servers"
msgstr "Odkryj kontakty z innych serwerów"
-#: mod/admin.php:1563
+#: mod/admin.php:1628
msgid ""
"Periodically query other servers for contacts. You can choose between "
"'users': the users on the remote system, 'Global Contacts': active contacts "
@@ -2134,32 +2164,32 @@ msgid ""
"Global Contacts'."
msgstr "Okresowo wysyłaj zapytanie do innych serwerów o kontakty. Możesz wybierać pomiędzy 'użytkownikami': użytkownikami w systemie zdalnym, 'Kontakty globalne': aktywne kontakty znane w systemie. Zastępowanie jest przeznaczone dla serwerów Redmatrix i starszych serwerów Friendica, w których kontakty globalne nie były dostępne. Funkcja awaryjna zwiększa obciążenie serwera, dlatego zalecanym ustawieniem jest 'Użytkownicy, kontakty globalne'."
-#: mod/admin.php:1564
+#: mod/admin.php:1629
msgid "Timeframe for fetching global contacts"
msgstr "Czas pobierania globalnych kontaktów"
-#: mod/admin.php:1564
+#: mod/admin.php:1629
msgid ""
"When the discovery is activated, this value defines the timeframe for the "
"activity of the global contacts that are fetched from other servers."
msgstr "Po aktywowaniu wykrywania ta wartość określa czas działania globalnych kontaktów pobieranych z innych serwerów."
-#: mod/admin.php:1565
+#: mod/admin.php:1630
msgid "Search the local directory"
msgstr "Wyszukaj w lokalnym katalogu"
-#: mod/admin.php:1565
+#: mod/admin.php:1630
msgid ""
"Search the local directory instead of the global directory. When searching "
"locally, every search will be executed on the global directory in the "
"background. This improves the search results when the search is repeated."
msgstr "Wyszukaj lokalny katalog zamiast katalogu globalnego. Podczas wyszukiwania lokalnie każde wyszukiwanie zostanie wykonane w katalogu globalnym w tle. Poprawia to wyniki wyszukiwania, gdy wyszukiwanie jest powtarzane."
-#: mod/admin.php:1567
+#: mod/admin.php:1632
msgid "Publish server information"
msgstr "Publikuj informacje o serwerze"
-#: mod/admin.php:1567
+#: mod/admin.php:1632
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 "
@@ -2167,50 +2197,50 @@ msgid ""
" href='http://the-federation.info/'>the-federation.info for details."
msgstr "Jeśli opcja jest włączona, ogólne dane serwera i użytkowania zostaną opublikowane. Dane zawierają nazwę i wersję serwera, liczbę użytkowników z profilami publicznymi, liczbę postów oraz aktywowane protokoły i konektory. Aby uzyskać szczegółowe informacje, patrz the-federation.info."
-#: mod/admin.php:1569
+#: mod/admin.php:1634
msgid "Check upstream version"
msgstr "Sprawdź wersję powyżej"
-#: mod/admin.php:1569
+#: mod/admin.php:1634
msgid ""
"Enables checking for new Friendica versions at github. If there is a new "
"version, you will be informed in the admin panel overview."
msgstr "Umożliwia sprawdzenie nowych wersji Friendica na github. Jeśli pojawi się nowa wersja, zostaniesz o tym poinformowany w panelu administracyjnym."
-#: mod/admin.php:1570
+#: mod/admin.php:1635
msgid "Suppress Tags"
msgstr "Ukryj tagi"
-#: mod/admin.php:1570
+#: mod/admin.php:1635
msgid "Suppress showing a list of hashtags at the end of the posting."
msgstr "Pomiń wyświetlenie listy hashtagów na końcu postu."
-#: mod/admin.php:1571
+#: mod/admin.php:1636
msgid "Clean database"
msgstr "Wyczyść bazę danych"
-#: mod/admin.php:1571
+#: mod/admin.php:1636
msgid ""
"Remove old remote items, orphaned database records and old content from some"
" other helper tables."
msgstr "Usuń stare zdalne pozycje, osierocone rekordy bazy danych i starą zawartość z innych tabel pomocników."
-#: mod/admin.php:1572
+#: mod/admin.php:1637
msgid "Lifespan of remote items"
msgstr "Żywotność odległych przedmiotów"
-#: mod/admin.php:1572
+#: mod/admin.php:1637
msgid ""
"When the database cleanup is enabled, this defines the days after which "
"remote items will be deleted. Own items, and marked or filed items are "
"always kept. 0 disables this behaviour."
msgstr "Po włączeniu czyszczenia bazy danych określa dni, po których zdalne elementy zostaną usunięte. Własne przedmioty oraz oznaczone lub wypełnione pozycje są zawsze przechowywane. 0 wyłącza to zachowanie."
-#: mod/admin.php:1573
+#: mod/admin.php:1638
msgid "Lifespan of unclaimed items"
msgstr "Żywotność nieodebranych przedmiotów"
-#: mod/admin.php:1573
+#: mod/admin.php:1638
msgid ""
"When the database cleanup is enabled, this defines the days after which "
"unclaimed remote items (mostly content from the relay) will be deleted. "
@@ -2218,141 +2248,141 @@ msgid ""
"items if set to 0."
msgstr "Po włączeniu czyszczenia bazy danych określa się dni, po których usunięte zostaną nieodebrane zdalne elementy (głównie zawartość z przekaźnika). Wartość domyślna to 90 dni. Wartość domyślna dla ogólnej długości życia zdalnych pozycji, jeśli jest ustawiona na 0."
-#: mod/admin.php:1574
+#: mod/admin.php:1639
msgid "Lifespan of raw conversation data"
msgstr "Trwałość nieprzetworzonych danych konwersacji"
-#: mod/admin.php:1574
+#: mod/admin.php:1639
msgid ""
"The conversation data is used for ActivityPub and OStatus, as well as for "
"debug purposes. It should be safe to remove it after 14 days, default is 90 "
"days."
msgstr "Dane konwersacji są używane do ActivityPub i OStatus, a także do celów debugowania. Powinno być bezpieczne usunięcie go po 14 dniach, domyślnie jest to 90 dni."
-#: mod/admin.php:1575
+#: mod/admin.php:1640
msgid "Path to item cache"
msgstr "Ścieżka do pamięci podręcznej"
-#: mod/admin.php:1575
+#: mod/admin.php:1640
msgid "The item caches buffers generated bbcode and external images."
msgstr "Pozycja buforuje bufory generowane bbcode i obrazy zewnętrzne."
-#: mod/admin.php:1576
+#: mod/admin.php:1641
msgid "Cache duration in seconds"
msgstr "Czas trwania w sekundach"
-#: mod/admin.php:1576
+#: mod/admin.php:1641
msgid ""
"How long should the cache files be hold? Default value is 86400 seconds (One"
" day). To disable the item cache, set the value to -1."
msgstr "Jak długo powinny być przechowywane pliki pamięci podręcznej? Wartość domyślna to 86400 sekund (jeden dzień). Aby wyłączyć pamięć podręczną elementów, ustaw wartość na -1."
-#: mod/admin.php:1577
+#: mod/admin.php:1642
msgid "Maximum numbers of comments per post"
msgstr "Maksymalna liczba komentarzy na post"
-#: mod/admin.php:1577
+#: mod/admin.php:1642
msgid "How much comments should be shown for each post? Default value is 100."
msgstr "Ile komentarzy powinno być pokazywanych dla każdego posta? Domyślna wartość to 100."
-#: mod/admin.php:1578
+#: mod/admin.php:1643
msgid "Temp path"
msgstr "Ścieżka do Temp"
-#: mod/admin.php:1578
+#: mod/admin.php:1643
msgid ""
"If you have a restricted system where the webserver can't access the system "
"temp path, enter another path here."
msgstr "Jeśli masz zastrzeżony system, w którym serwer internetowy nie może uzyskać dostępu do ścieżki temp systemu, wprowadź tutaj inną ścieżkę."
-#: mod/admin.php:1579
+#: mod/admin.php:1644
msgid "Base path to installation"
msgstr "Podstawowa ścieżka do instalacji"
-#: mod/admin.php:1579
+#: mod/admin.php:1644
msgid ""
"If the system cannot detect the correct path to your installation, enter the"
" correct path here. This setting should only be set if you are using a "
"restricted system and symbolic links to your webroot."
msgstr "Jeśli system nie może wykryć poprawnej ścieżki do instalacji, wprowadź tutaj poprawną ścieżkę. To ustawienie powinno być ustawione tylko wtedy, gdy używasz ograniczonego systemu i dowiązań symbolicznych do twojego webroota."
-#: mod/admin.php:1580
+#: mod/admin.php:1645
msgid "Disable picture proxy"
msgstr "Wyłącz obraz proxy"
-#: mod/admin.php:1580
+#: mod/admin.php:1645
msgid ""
"The picture proxy increases performance and privacy. It shouldn't be used on"
" systems with very low bandwidth."
msgstr "Serwer proxy zwiększa wydajność i prywatność. Nie powinno być używane w systemach o bardzo niskiej przepustowości."
-#: mod/admin.php:1581
+#: mod/admin.php:1646
msgid "Only search in tags"
msgstr "Szukaj tylko w tagach"
-#: mod/admin.php:1581
+#: mod/admin.php:1646
msgid "On large systems the text search can slow down the system extremely."
msgstr "W dużych systemach wyszukiwanie tekstu może wyjątkowo spowolnić system."
-#: mod/admin.php:1583
+#: mod/admin.php:1648
msgid "New base url"
msgstr "Nowy bazowy adres url"
-#: mod/admin.php:1583
+#: mod/admin.php:1648
msgid ""
"Change base url for this server. Sends relocate message to all Friendica and"
" Diaspora* contacts of all users."
msgstr "Zmień bazowy adres URL dla tego serwera. Wysyła wiadomość o przeniesieniu do wszystkich kontaktów Friendica i Diaspora* wszystkich użytkowników."
-#: mod/admin.php:1585
+#: mod/admin.php:1650
msgid "RINO Encryption"
msgstr "Szyfrowanie RINO"
-#: mod/admin.php:1585
+#: mod/admin.php:1650
msgid "Encryption layer between nodes."
msgstr "Warstwa szyfrowania między węzłami."
-#: mod/admin.php:1585
+#: mod/admin.php:1650
msgid "Enabled"
msgstr "Włącz"
-#: mod/admin.php:1587
+#: mod/admin.php:1652
msgid "Maximum number of parallel workers"
msgstr "Maksymalna liczba równoległych pracowników"
-#: mod/admin.php:1587
+#: mod/admin.php:1652
#, php-format
msgid ""
"On shared hosters set this to %d. On larger systems, values of %d are great."
" Default value is %d."
msgstr "Na udostępnionych usługach hostingowych ustaw tę opcję %d. W większych systemach wartości %dsą świetne . Wartość domyślna to %d."
-#: mod/admin.php:1588
+#: mod/admin.php:1653
msgid "Don't use 'proc_open' with the worker"
msgstr "Nie używaj 'proc_open' z robotnikiem"
-#: mod/admin.php:1588
+#: mod/admin.php:1653
msgid ""
"Enable this if your system doesn't allow the use of 'proc_open'. This can "
"happen on shared hosters. If this is enabled you should increase the "
"frequency of worker calls in your crontab."
msgstr "Włącz to, jeśli twój system nie zezwala na użycie 'proc_open'. Może się to zdarzyć w przypadku współdzielonych hosterów. Jeśli ta opcja jest włączona, powinieneś zwiększyć częstotliwość wywołań pracowniczych w twoim pliku crontab."
-#: mod/admin.php:1589
+#: mod/admin.php:1654
msgid "Enable fastlane"
msgstr "Włącz Fastlane"
-#: mod/admin.php:1589
+#: mod/admin.php:1654
msgid ""
"When enabed, the fastlane mechanism starts an additional worker if processes"
" with higher priority are blocked by processes of lower priority."
msgstr "Po włączeniu system Fastlane uruchamia dodatkowego pracownika, jeśli procesy o wyższym priorytecie są blokowane przez procesy o niższym priorytecie."
-#: mod/admin.php:1590
+#: mod/admin.php:1655
msgid "Enable frontend worker"
msgstr "Włącz pracownika frontend"
-#: mod/admin.php:1590
+#: mod/admin.php:1655
#, php-format
msgid ""
"When enabled the Worker process is triggered when backend access is "
@@ -2362,136 +2392,136 @@ msgid ""
" on your server."
msgstr "Po włączeniu proces roboczy jest wyzwalany, gdy wykonywany jest dostęp do zaplecza \\x28e.g. wiadomości są dostarczane\\x29. W mniejszych witrynach możesz chcieć wywoływać %s/robotnika regularnie przez zewnętrzne zadanie cron. Tę opcję należy włączyć tylko wtedy, gdy nie można używać zadań cron/zaplanowanych na serwerze."
-#: mod/admin.php:1592
+#: mod/admin.php:1657
msgid "Subscribe to relay"
msgstr "Subskrybuj przekaźnik"
-#: mod/admin.php:1592
+#: mod/admin.php:1657
msgid ""
"Enables the receiving of public posts from the relay. They will be included "
"in the search, subscribed tags and on the global community page."
msgstr "Umożliwia odbieranie publicznych wiadomości z przekaźnika. Zostaną uwzględnione w tagach wyszukiwania, subskrybowanych i na stronie społeczności globalnej."
-#: mod/admin.php:1593
+#: mod/admin.php:1658
msgid "Relay server"
msgstr "Serwer przekazujący"
-#: mod/admin.php:1593
+#: mod/admin.php:1658
msgid ""
"Address of the relay server where public posts should be send to. For "
"example https://relay.diasp.org"
msgstr "Adres serwera przekazującego, do którego należy wysyłać publiczne posty. Na przykład https://relay.diasp.org"
-#: mod/admin.php:1594
+#: mod/admin.php:1659
msgid "Direct relay transfer"
msgstr "Bezpośredni transfer przekaźników"
-#: mod/admin.php:1594
+#: mod/admin.php:1659
msgid ""
"Enables the direct transfer to other servers without using the relay servers"
msgstr "Umożliwia bezpośredni transfer do innych serwerów bez korzystania z serwerów przekazujących"
-#: mod/admin.php:1595
+#: mod/admin.php:1660
msgid "Relay scope"
msgstr "Zakres przekaźnika"
-#: mod/admin.php:1595
+#: mod/admin.php:1660
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 "Może być 'wszystkim' lub 'tagami'. 'wszystko' oznacza, że każdy post publiczny powinien zostać odebrany. 'tagi' oznaczają, że powinny być odbierane tylko posty z wybranymi tagami."
-#: mod/admin.php:1595
+#: mod/admin.php:1660
msgid "all"
msgstr "wszystko"
-#: mod/admin.php:1595
+#: mod/admin.php:1660
msgid "tags"
msgstr "tagi"
-#: mod/admin.php:1596
+#: mod/admin.php:1661
msgid "Server tags"
msgstr "Serwer tagów"
-#: mod/admin.php:1596
+#: mod/admin.php:1661
msgid "Comma separated list of tags for the 'tags' subscription."
msgstr "Lista oddzielonych przecinkami znaczników dla subskrypcji 'tagów'."
-#: mod/admin.php:1597
+#: mod/admin.php:1662
msgid "Allow user tags"
msgstr "Pozwól na tagi użytkowników"
-#: mod/admin.php:1597
+#: mod/admin.php:1662
msgid ""
"If enabled, the tags from the saved searches will used for the 'tags' "
"subscription in addition to the 'relay_server_tags'."
msgstr "Po włączeniu tagi z zapisanych wyszukiwań będą używane do subskrypcji 'tagów' oprócz 'relay_server_tags'."
-#: mod/admin.php:1600
+#: mod/admin.php:1665
msgid "Start Relocation"
msgstr "Rozpocznij przenoszenie"
-#: mod/admin.php:1626
+#: mod/admin.php:1691
msgid "Update has been marked successful"
msgstr "Aktualizacja została oznaczona jako udana"
-#: mod/admin.php:1633
+#: mod/admin.php:1698
#, php-format
msgid "Database structure update %s was successfully applied."
msgstr "Pomyślnie zastosowano aktualizację %s struktury bazy danych."
-#: mod/admin.php:1637
+#: mod/admin.php:1702
#, php-format
msgid "Executing of database structure update %s failed with error: %s"
msgstr "Wykonanie aktualizacji %s struktury bazy danych nie powiodło się z powodu błędu:%s"
-#: mod/admin.php:1653
+#: mod/admin.php:1718
#, php-format
msgid "Executing %s failed with error: %s"
msgstr "Wykonanie %s nie powiodło się z powodu błędu:%s"
-#: mod/admin.php:1655
+#: mod/admin.php:1720
#, php-format
msgid "Update %s was successfully applied."
msgstr "Aktualizacja %s została pomyślnie zastosowana."
-#: mod/admin.php:1658
+#: mod/admin.php:1723
#, php-format
msgid "Update %s did not return a status. Unknown if it succeeded."
msgstr "Aktualizacja %s nie zwróciła statusu. Nieznane, jeśli się udało."
-#: mod/admin.php:1661
+#: mod/admin.php:1726
#, php-format
msgid "There was no additional update function %s that needed to be called."
msgstr "Nie było dodatkowej funkcji %s aktualizacji, która musiała zostać wywołana."
-#: mod/admin.php:1684
+#: mod/admin.php:1749
msgid "No failed updates."
msgstr "Brak błędów aktualizacji."
-#: mod/admin.php:1685
+#: mod/admin.php:1750
msgid "Check database structure"
msgstr "Sprawdź strukturę bazy danych"
-#: mod/admin.php:1690
+#: mod/admin.php:1755
msgid "Failed Updates"
msgstr "Błąd aktualizacji"
-#: mod/admin.php:1691
+#: mod/admin.php:1756
msgid ""
"This does not include updates prior to 1139, which did not return a status."
msgstr "Nie dotyczy to aktualizacji przed 1139, który nie zwrócił statusu."
-#: mod/admin.php:1692
+#: mod/admin.php:1757
msgid "Mark success (if update was manually applied)"
msgstr "Oznacz sukces (jeśli aktualizacja została ręcznie zastosowana)"
-#: mod/admin.php:1693
+#: mod/admin.php:1758
msgid "Attempt to execute this update step automatically"
msgstr "Spróbuj automatycznie wykonać ten krok aktualizacji"
-#: mod/admin.php:1732
+#: mod/admin.php:1797
#, php-format
msgid ""
"\n"
@@ -2499,7 +2529,7 @@ msgid ""
"\t\t\t\tthe administrator of %2$s has set up an account for you."
msgstr "\n\t\t\tSzanowny Użytkowniku %1$s, \n\t\t\t\tadministrator %2$s założył dla ciebie konto."
-#: mod/admin.php:1735
+#: mod/admin.php:1800
#, php-format
msgid ""
"\n"
@@ -2531,12 +2561,12 @@ msgid ""
"\t\t\tThank you and welcome to %4$s."
msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:%2$s\n\t\t\tHasło:%3$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc,\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %1$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do%4$s"
-#: mod/admin.php:1772 src/Model/User.php:773
+#: mod/admin.php:1837 src/Model/User.php:802
#, php-format
msgid "Registration details for %s"
msgstr "Szczegóły rejestracji dla %s"
-#: mod/admin.php:1782
+#: mod/admin.php:1847
#, php-format
msgid "%s user blocked/unblocked"
msgid_plural "%s users blocked/unblocked"
@@ -2545,11 +2575,11 @@ msgstr[1] "zablokowano/odblokowano %s użytkowników"
msgstr[2] "zablokowano/odblokowano %s użytkowników"
msgstr[3] "%sużytkowników zablokowanych/odblokowanych"
-#: mod/admin.php:1789 mod/admin.php:1842
+#: mod/admin.php:1854 mod/admin.php:1907
msgid "You can't remove yourself"
-msgstr ""
+msgstr "Nie możesz usunąć siebie"
-#: mod/admin.php:1792
+#: mod/admin.php:1857
#, php-format
msgid "%s user deleted"
msgid_plural "%s users deleted"
@@ -2558,198 +2588,198 @@ msgstr[1] "usunięto %s użytkowników"
msgstr[2] "usunięto %s użytkowników"
msgstr[3] "%s usuniętych użytkowników"
-#: mod/admin.php:1840
+#: mod/admin.php:1905
#, php-format
msgid "User '%s' deleted"
msgstr "Użytkownik '%s' usunięty"
-#: mod/admin.php:1851
+#: mod/admin.php:1916
#, php-format
msgid "User '%s' unblocked"
msgstr "Użytkownik '%s' odblokowany"
-#: mod/admin.php:1851
+#: mod/admin.php:1916
#, php-format
msgid "User '%s' blocked"
msgstr "Użytkownik '%s' zablokowany"
-#: mod/admin.php:1899 mod/settings.php:1064
+#: mod/admin.php:1964 mod/settings.php:1052
msgid "Normal Account Page"
msgstr "Normalna strona konta"
-#: mod/admin.php:1900 mod/settings.php:1068
+#: mod/admin.php:1965 mod/settings.php:1056
msgid "Soapbox Page"
msgstr "Strona Soapbox"
-#: mod/admin.php:1901 mod/settings.php:1072
+#: mod/admin.php:1966 mod/settings.php:1060
msgid "Public Forum"
msgstr "Forum publiczne"
-#: mod/admin.php:1902 mod/settings.php:1076
+#: mod/admin.php:1967 mod/settings.php:1064
msgid "Automatic Friend Page"
msgstr "Automatyczna strona znajomego"
-#: mod/admin.php:1903
+#: mod/admin.php:1968
msgid "Private Forum"
msgstr "Prywatne forum"
-#: mod/admin.php:1906 mod/settings.php:1048
+#: mod/admin.php:1971 mod/settings.php:1036
msgid "Personal Page"
msgstr "Strona osobista"
-#: mod/admin.php:1907 mod/settings.php:1052
+#: mod/admin.php:1972 mod/settings.php:1040
msgid "Organisation Page"
msgstr "Strona Organizacji"
-#: mod/admin.php:1908 mod/settings.php:1056
+#: mod/admin.php:1973 mod/settings.php:1044
msgid "News Page"
msgstr "Strona Wiadomości"
-#: mod/admin.php:1909 mod/settings.php:1060
+#: mod/admin.php:1974 mod/settings.php:1048
msgid "Community Forum"
msgstr "Forum społecznościowe"
-#: mod/admin.php:1955 mod/admin.php:1966 mod/admin.php:1980 mod/admin.php:1998
-#: src/Content/ContactSelector.php:84
+#: mod/admin.php:2020 mod/admin.php:2031 mod/admin.php:2045 mod/admin.php:2063
+#: src/Content/ContactSelector.php:83
msgid "Email"
msgstr "E-mail"
-#: mod/admin.php:1955 mod/admin.php:1980
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Register date"
msgstr "Data rejestracji"
-#: mod/admin.php:1955 mod/admin.php:1980
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Last login"
msgstr "Ostatnie logowanie"
-#: mod/admin.php:1955 mod/admin.php:1980
+#: mod/admin.php:2020 mod/admin.php:2045
msgid "Last item"
msgstr "Ostatni element"
-#: mod/admin.php:1955
+#: mod/admin.php:2020
msgid "Type"
msgstr "Typu"
-#: mod/admin.php:1962
+#: mod/admin.php:2027
msgid "Add User"
msgstr "Dodaj użytkownika"
-#: mod/admin.php:1964
+#: mod/admin.php:2029
msgid "User registrations waiting for confirm"
msgstr "Zarejestrowani użytkownicy czekający na potwierdzenie"
-#: mod/admin.php:1965
+#: mod/admin.php:2030
msgid "User waiting for permanent deletion"
msgstr "Użytkownik czekający na trwałe usunięcie"
-#: mod/admin.php:1966
+#: mod/admin.php:2031
msgid "Request date"
msgstr "Data prośby"
-#: mod/admin.php:1967
+#: mod/admin.php:2032
msgid "No registrations."
msgstr "Brak rejestracji."
-#: mod/admin.php:1968
+#: mod/admin.php:2033
msgid "Note from the user"
msgstr "Uwaga od użytkownika"
-#: mod/admin.php:1969 mod/notifications.php:181 mod/notifications.php:267
+#: mod/admin.php:2034 mod/notifications.php:181 mod/notifications.php:267
msgid "Approve"
msgstr "Zatwierdź"
-#: mod/admin.php:1970
+#: mod/admin.php:2035
msgid "Deny"
msgstr "Odmów"
-#: mod/admin.php:1973
+#: mod/admin.php:2038
msgid "User blocked"
msgstr "Użytkownik zablokowany"
-#: mod/admin.php:1975
+#: mod/admin.php:2040
msgid "Site admin"
msgstr "Administracja stroną"
-#: mod/admin.php:1976
+#: mod/admin.php:2041
msgid "Account expired"
msgstr "Konto wygasło"
-#: mod/admin.php:1979
+#: mod/admin.php:2044
msgid "New User"
msgstr "Nowy użytkownik"
-#: mod/admin.php:1980
-msgid "Delete in"
-msgstr "Usuń w"
+#: mod/admin.php:2045
+msgid "Permanent deletion"
+msgstr "Trwałe usunięcie"
-#: mod/admin.php:1985
+#: mod/admin.php:2050
msgid ""
"Selected users will be deleted!\\n\\nEverything these users had posted on "
"this site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"
-#: mod/admin.php:1986
+#: mod/admin.php:2051
msgid ""
"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
"site will be permanently deleted!\\n\\nAre you sure?"
msgstr "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?"
-#: mod/admin.php:1996
+#: mod/admin.php:2061
msgid "Name of the new user."
msgstr "Nazwa nowego użytkownika."
-#: mod/admin.php:1997
+#: mod/admin.php:2062
msgid "Nickname"
msgstr "Pseudonim"
-#: mod/admin.php:1997
+#: mod/admin.php:2062
msgid "Nickname of the new user."
msgstr "Pseudonim nowego użytkownika."
-#: mod/admin.php:1998
+#: mod/admin.php:2063
msgid "Email address of the new user."
msgstr "Adres email nowego użytkownika."
-#: mod/admin.php:2039
+#: mod/admin.php:2104
#, php-format
msgid "Addon %s disabled."
msgstr "Dodatek %s wyłączony."
-#: mod/admin.php:2042
+#: mod/admin.php:2107
#, php-format
msgid "Addon %s enabled."
msgstr "Dodatek %s włączony."
-#: mod/admin.php:2053 mod/admin.php:2302
+#: mod/admin.php:2118 mod/admin.php:2367
msgid "Disable"
msgstr "Wyłącz"
-#: mod/admin.php:2056 mod/admin.php:2305
+#: mod/admin.php:2121 mod/admin.php:2370
msgid "Enable"
msgstr "Zezwól"
-#: mod/admin.php:2078 mod/admin.php:2348
+#: mod/admin.php:2143 mod/admin.php:2399
msgid "Toggle"
msgstr "Włącz"
-#: mod/admin.php:2079 mod/admin.php:2349 mod/newmember.php:19
-#: mod/settings.php:136 src/Content/Nav.php:260 view/theme/frio/theme.php:283
+#: mod/admin.php:2144 mod/admin.php:2400 mod/newmember.php:20
+#: mod/settings.php:136 src/Content/Nav.php:256 view/theme/frio/theme.php:270
msgid "Settings"
msgstr "Ustawienia"
-#: mod/admin.php:2086 mod/admin.php:2357
+#: mod/admin.php:2151 mod/admin.php:2408
msgid "Author: "
msgstr "Autor: "
-#: mod/admin.php:2087 mod/admin.php:2358
+#: mod/admin.php:2152 mod/admin.php:2409
msgid "Maintainer: "
msgstr "Opiekun: "
-#: mod/admin.php:2139
+#: mod/admin.php:2204
msgid "Reload active addons"
msgstr "Załaduj ponownie aktywne dodatki"
-#: mod/admin.php:2144
+#: mod/admin.php:2209
#, php-format
msgid ""
"There are currently no addons available on your node. You can find the "
@@ -2757,70 +2787,70 @@ msgid ""
" the open addon registry at %2$s"
msgstr "W twoim węźle nie ma obecnie żadnych dodatków. Możesz znaleźć oficjalne repozytorium dodatków na %1$s i możesz znaleźć inne interesujące dodatki w otwartym rejestrze dodatków na %2$s"
-#: mod/admin.php:2264
+#: mod/admin.php:2329
msgid "No themes found."
msgstr "Nie znaleziono motywów."
-#: mod/admin.php:2339
+#: mod/admin.php:2390
msgid "Screenshot"
msgstr "Zrzut ekranu"
-#: mod/admin.php:2393
+#: mod/admin.php:2444
msgid "Reload active themes"
msgstr "Przeładuj aktywne motywy"
-#: mod/admin.php:2398
+#: mod/admin.php:2449
#, php-format
msgid "No themes found on the system. They should be placed in %1$s"
msgstr "Nie znaleziono motywów w systemie. Powinny zostać umieszczone %1$s"
-#: mod/admin.php:2399
+#: mod/admin.php:2450
msgid "[Experimental]"
msgstr "[Eksperymentalne]"
-#: mod/admin.php:2400
+#: mod/admin.php:2451
msgid "[Unsupported]"
msgstr "[Niewspieralne]"
-#: mod/admin.php:2424
+#: mod/admin.php:2475
msgid "Log settings updated."
msgstr "Zaktualizowano ustawienia logów."
-#: mod/admin.php:2457
+#: mod/admin.php:2508
msgid "PHP log currently enabled."
msgstr "Dziennik PHP jest obecnie włączony."
-#: mod/admin.php:2459
+#: mod/admin.php:2510
msgid "PHP log currently disabled."
msgstr "Dziennik PHP jest obecnie wyłączony."
-#: mod/admin.php:2468
+#: mod/admin.php:2519
msgid "Clear"
msgstr "Wyczyść"
-#: mod/admin.php:2472
+#: mod/admin.php:2523
msgid "Enable Debugging"
msgstr "Włącz debugowanie"
-#: mod/admin.php:2473
+#: mod/admin.php:2524
msgid "Log file"
msgstr "Plik logów"
-#: mod/admin.php:2473
+#: mod/admin.php:2524
msgid ""
"Must be writable by web server. Relative to your Friendica top-level "
"directory."
msgstr "Musi być zapisywalny przez serwer sieciowy. W stosunku do katalogu najwyższego poziomu Friendica."
-#: mod/admin.php:2474
+#: mod/admin.php:2525
msgid "Log level"
msgstr "Poziom logów"
-#: mod/admin.php:2476
+#: mod/admin.php:2527
msgid "PHP logging"
msgstr "Logowanie w PHP"
-#: mod/admin.php:2477
+#: mod/admin.php:2528
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 "
@@ -2829,43 +2859,43 @@ msgid ""
"'display_errors' is to enable these options, set to '0' to disable them."
msgstr "Aby tymczasowo włączyć rejestrowanie błędów i ostrzeżeń PHP, możesz dołączyć do pliku index.php swojej instalacji. Nazwa pliku ustawiona w linii 'error_log' odnosi się do katalogu najwyższego poziomu friendiki i musi być zapisywalna przez serwer WWW. Opcja '1' dla 'log_errors' i 'display_errors' polega na włączeniu tych opcji, ustawieniu na '0', aby je wyłączyć."
-#: mod/admin.php:2508
+#: mod/admin.php:2559
#, php-format
msgid ""
"Error trying to open %1$s log file.\\r\\n
Check to see "
"if file %1$s exist and is readable."
msgstr "Błąd podczas próby otwarcia %1$s pliku dziennika. \\r\\n
Sprawdź, czy plik %1$s istnieje i czy można go odczytać."
-#: mod/admin.php:2512
+#: mod/admin.php:2563
#, php-format
msgid ""
"Couldn't open %1$s log file.\\r\\n
Check to see if file"
" %1$s is readable."
msgstr "Nie można otworzyć %1$spliku dziennika. \\r\\n
Sprawdź, czy plik %1$s jest czytelny."
-#: mod/admin.php:2603 mod/admin.php:2604 mod/settings.php:778
+#: mod/admin.php:2654 mod/admin.php:2655 mod/settings.php:766
msgid "Off"
msgstr "Wyłącz"
-#: mod/admin.php:2603 mod/admin.php:2604 mod/settings.php:778
+#: mod/admin.php:2654 mod/admin.php:2655 mod/settings.php:766
msgid "On"
msgstr "Włącz"
-#: mod/admin.php:2604
+#: mod/admin.php:2655
#, php-format
msgid "Lock feature %s"
msgstr "Funkcja blokady %s"
-#: mod/admin.php:2612
+#: mod/admin.php:2663
msgid "Manage Additional Features"
msgstr "Zarządzanie dodatkowymi funkcjami"
-#: mod/allfriends.php:54
+#: mod/allfriends.php:52
msgid "No friends to display."
msgstr "Brak znajomych do wyświetlenia."
-#: mod/allfriends.php:93 mod/dirfind.php:219 mod/match.php:107
-#: mod/suggest.php:105 src/Content/Widget.php:41 src/Model/Profile.php:309
+#: mod/allfriends.php:91 mod/dirfind.php:219 mod/match.php:99
+#: mod/suggest.php:105 src/Content/Widget.php:39 src/Model/Profile.php:307
msgid "Connect"
msgstr "Połącz"
@@ -2887,17 +2917,17 @@ msgid ""
" and/or create new posts for you?"
msgstr "Czy chcesz zezwolić tej aplikacji na dostęp do swoich postów i kontaktów i/lub tworzenie nowych postów?"
-#: mod/api.php:113 mod/dfrn_request.php:648 mod/follow.php:154
+#: mod/api.php:113 mod/dfrn_request.php:640 mod/follow.php:151
#: mod/profiles.php:542 mod/profiles.php:546 mod/profiles.php:567
-#: mod/register.php:240 mod/settings.php:1100 mod/settings.php:1106
+#: mod/register.php:233 mod/settings.php:1088 mod/settings.php:1094
+#: mod/settings.php:1101 mod/settings.php:1105 mod/settings.php:1109
#: mod/settings.php:1113 mod/settings.php:1117 mod/settings.php:1121
-#: mod/settings.php:1125 mod/settings.php:1129 mod/settings.php:1133
-#: mod/settings.php:1153 mod/settings.php:1154 mod/settings.php:1155
-#: mod/settings.php:1156 mod/settings.php:1157
+#: mod/settings.php:1141 mod/settings.php:1142 mod/settings.php:1143
+#: mod/settings.php:1144 mod/settings.php:1145
msgid "No"
msgstr "Nie"
-#: mod/apps.php:15 src/App.php:1656
+#: mod/apps.php:15 src/App.php:1692
msgid "You must be logged in to use addons. "
msgstr "Musisz być zalogowany(-a), aby korzystać z dodatków. "
@@ -2909,14 +2939,6 @@ msgstr "Aplikacje"
msgid "No installed applications."
msgstr "Brak zainstalowanych aplikacji."
-#: mod/attach.php:16
-msgid "Item not available."
-msgstr "Element niedostępny."
-
-#: mod/attach.php:26
-msgid "Item was not found."
-msgstr "Element nie znaleziony."
-
#: mod/babel.php:25
msgid "Source input"
msgstr "Źródło wejściowe"
@@ -3013,15 +3035,15 @@ msgstr "Markdown"
msgid "HTML"
msgstr "HTML"
-#: mod/bookmarklet.php:25 src/Content/Nav.php:167 src/Module/Login.php:322
+#: mod/bookmarklet.php:22 src/Content/Nav.php:163 src/Module/Login.php:319
msgid "Login"
msgstr "Zaloguj się"
-#: mod/bookmarklet.php:35
+#: mod/bookmarklet.php:32
msgid "Bad Request"
msgstr "Nieprawidłowe żądanie"
-#: mod/bookmarklet.php:57
+#: mod/bookmarklet.php:54
msgid "The post was created"
msgstr "Post został utworzony"
@@ -3030,57 +3052,57 @@ msgstr "Post został utworzony"
msgid "Access denied."
msgstr "Brak dostępu."
-#: mod/cal.php:47 mod/dfrn_poll.php:493 mod/help.php:67
-#: mod/viewcontacts.php:38 src/App.php:1707
+#: mod/cal.php:47 mod/dfrn_poll.php:490 mod/help.php:67
+#: mod/viewcontacts.php:34 src/App.php:1743
msgid "Page not found."
msgstr "Strona nie znaleziona."
-#: mod/cal.php:142 mod/display.php:311 mod/profile.php:190
+#: mod/cal.php:142 mod/display.php:313 mod/profile.php:155
msgid "Access to this profile has been restricted."
msgstr "Dostęp do tego profilu został ograniczony."
-#: mod/cal.php:274 mod/events.php:390 src/Content/Nav.php:157
-#: src/Content/Nav.php:223 src/Model/Profile.php:937 src/Model/Profile.php:948
-#: view/theme/frio/theme.php:277 view/theme/frio/theme.php:281
+#: mod/cal.php:274 mod/events.php:399 src/Content/Nav.php:153
+#: src/Content/Nav.php:219 src/Model/Profile.php:942 src/Model/Profile.php:953
+#: view/theme/frio/theme.php:264 view/theme/frio/theme.php:268
msgid "Events"
msgstr "Wydarzenia"
-#: mod/cal.php:275 mod/events.php:391
+#: mod/cal.php:275 mod/events.php:400
msgid "View"
msgstr "Widok"
-#: mod/cal.php:276 mod/events.php:393
+#: mod/cal.php:276 mod/events.php:402
msgid "Previous"
msgstr "Poprzedni"
-#: mod/cal.php:277 mod/events.php:394 src/Module/Install.php:135
+#: mod/cal.php:277 mod/events.php:403 src/Module/Install.php:135
msgid "Next"
msgstr "Następny"
-#: mod/cal.php:280 mod/events.php:399 src/Model/Event.php:430
+#: mod/cal.php:280 mod/events.php:408 src/Model/Event.php:426
msgid "today"
msgstr "dzisiaj"
-#: mod/cal.php:281 mod/events.php:400 src/Model/Event.php:431
-#: src/Util/Temporal.php:312
+#: mod/cal.php:281 mod/events.php:409 src/Model/Event.php:427
+#: src/Util/Temporal.php:309
msgid "month"
msgstr "miesiąc"
-#: mod/cal.php:282 mod/events.php:401 src/Model/Event.php:432
-#: src/Util/Temporal.php:313
+#: mod/cal.php:282 mod/events.php:410 src/Model/Event.php:428
+#: src/Util/Temporal.php:310
msgid "week"
msgstr "tydzień"
-#: mod/cal.php:283 mod/events.php:402 src/Model/Event.php:433
-#: src/Util/Temporal.php:314
+#: mod/cal.php:283 mod/events.php:411 src/Model/Event.php:429
+#: src/Util/Temporal.php:311
msgid "day"
msgstr "dzień"
-#: mod/cal.php:284 mod/events.php:403
+#: mod/cal.php:284 mod/events.php:412
msgid "list"
msgstr "lista"
-#: mod/cal.php:297 src/Core/Console/NewPassword.php:68 src/Model/User.php:260
+#: mod/cal.php:297 src/Core/Console/NewPassword.php:67 src/Model/User.php:269
msgid "User not found"
msgstr "Użytkownik nie znaleziony"
@@ -3096,17 +3118,17 @@ msgstr "Nie znaleziono danych do eksportu"
msgid "calendar"
msgstr "kalendarz"
-#: mod/common.php:92
+#: mod/common.php:90
msgid "No contacts in common."
msgstr "Brak wspólnych kontaktów."
-#: mod/common.php:143 src/Module/Contact.php:897
+#: mod/common.php:141 src/Module/Contact.php:895
msgid "Common Friends"
msgstr "Wspólni znajomi"
-#: mod/community.php:31 mod/dfrn_request.php:602 mod/directory.php:43
-#: mod/display.php:203 mod/photos.php:945 mod/probe.php:13 mod/search.php:106
-#: mod/search.php:112 mod/videos.php:194 mod/viewcontacts.php:51
+#: mod/community.php:31 mod/dfrn_request.php:597 mod/directory.php:43
+#: mod/display.php:213 mod/photos.php:902 mod/probe.php:13 mod/search.php:97
+#: mod/search.php:103 mod/videos.php:148 mod/viewcontacts.php:46
#: mod/webfinger.php:16
msgid "Public access denied."
msgstr "Publiczny dostęp zabroniony."
@@ -3119,27 +3141,27 @@ msgstr "Opcja wspólnotowa jest niedostępna."
msgid "Not available."
msgstr "Niedostępne."
-#: mod/community.php:103
+#: mod/community.php:101
msgid "Local Community"
msgstr "Lokalna społeczność"
-#: mod/community.php:106
+#: mod/community.php:104
msgid "Posts from local users on this server"
msgstr "Wpisy od lokalnych użytkowników na tym serwerze"
-#: mod/community.php:114
+#: mod/community.php:112
msgid "Global Community"
msgstr "Globalna społeczność"
-#: mod/community.php:117
+#: mod/community.php:115
msgid "Posts from users of the whole federated network"
msgstr "Wpisy od użytkowników całej sieci stowarzyszonej"
-#: mod/community.php:163 mod/search.php:243
+#: mod/community.php:161 mod/search.php:230
msgid "No results."
msgstr "Brak wyników."
-#: mod/community.php:207
+#: mod/community.php:205
msgid ""
"This community stream shows all public posts received by this node. They may"
" not reflect the opinions of this node’s users."
@@ -3164,8 +3186,8 @@ msgstr "Ustawienia kontaktu zaktualizowane."
msgid "Contact update failed."
msgstr "Nie udało się zaktualizować kontaktu."
-#: mod/crepair.php:113 mod/dfrn_confirm.php:130 mod/fsuggest.php:31
-#: mod/fsuggest.php:97 mod/redir.php:31 mod/redir.php:129
+#: mod/crepair.php:113 mod/dfrn_confirm.php:127 mod/fsuggest.php:31
+#: mod/fsuggest.php:97 mod/redir.php:32 mod/redir.php:138
msgid "Contact not found."
msgstr "Nie znaleziono kontaktu."
@@ -3201,13 +3223,13 @@ msgstr "Wróć do edytora kontaktów"
msgid "Refetch contact data"
msgstr "Odśwież dane kontaktowe"
-#: mod/crepair.php:151 mod/events.php:559 mod/fsuggest.php:115
-#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:185
-#: mod/message.php:265 mod/message.php:426 mod/photos.php:1093
-#: mod/photos.php:1181 mod/photos.php:1456 mod/photos.php:1501
-#: mod/photos.php:1540 mod/photos.php:1600 mod/poke.php:194
-#: mod/profiles.php:578 src/Module/Contact.php:600 src/Module/Install.php:189
-#: src/Module/Install.php:224 src/Object/Post.php:813
+#: mod/crepair.php:151 mod/events.php:568 mod/fsuggest.php:115
+#: mod/invite.php:154 mod/localtime.php:56 mod/manage.php:182
+#: mod/message.php:263 mod/message.php:443 mod/photos.php:1048
+#: mod/photos.php:1136 mod/photos.php:1411 mod/photos.php:1456
+#: mod/photos.php:1495 mod/photos.php:1555 mod/poke.php:188
+#: mod/profiles.php:578 src/Module/Contact.php:596 src/Module/Install.php:189
+#: src/Module/Install.php:224 src/Object/Post.php:819
#: view/theme/duepuntozero/config.php:72 view/theme/frio/config.php:119
#: view/theme/quattro/config.php:74 view/theme/vier/config.php:120
msgid "Submit"
@@ -3276,153 +3298,153 @@ msgid ""
"Please enter the password of the parent account to legitimize your request."
msgstr "Wprowadź hasło konta nadrzędnego, aby legalizować swoje żądanie."
-#: mod/delegate.php:170
+#: mod/delegate.php:172
msgid "Parent User"
msgstr "Użytkownik nadrzędny"
-#: mod/delegate.php:173
+#: mod/delegate.php:175
msgid ""
"Parent users have total control about this account, including the account "
"settings. Please double check whom you give this access."
msgstr "Użytkownicy nadrzędni mają pełną kontrolę nad tym kontem, w tym także ustawienia konta. Sprawdź dokładnie, komu przyznasz ten dostęp."
-#: mod/delegate.php:175 src/Content/Nav.php:258
+#: mod/delegate.php:177 src/Content/Nav.php:254
msgid "Delegate Page Management"
msgstr "Deleguj zarządzanie stronami"
-#: mod/delegate.php:176
+#: mod/delegate.php:178
msgid "Delegates"
msgstr "Oddeleguj"
-#: mod/delegate.php:178
+#: mod/delegate.php:180
msgid ""
"Delegates are able to manage all aspects of this account/page except for "
"basic account settings. Please do not delegate your personal account to "
"anybody that you do not trust completely."
msgstr "Delegaci mogą zarządzać wszystkimi aspektami tego konta/strony, z wyjątkiem podstawowych ustawień konta. Nie przekazuj swojego konta osobistego nikomu, komu nie ufasz całkowicie."
-#: mod/delegate.php:179
+#: mod/delegate.php:181
msgid "Existing Page Delegates"
msgstr "Obecni delegaci stron"
-#: mod/delegate.php:181
+#: mod/delegate.php:183
msgid "Potential Delegates"
msgstr "Potencjalni delegaci"
-#: mod/delegate.php:183 mod/tagrm.php:112
+#: mod/delegate.php:185 mod/tagrm.php:112
msgid "Remove"
msgstr "Usuń"
-#: mod/delegate.php:184
+#: mod/delegate.php:186
msgid "Add"
msgstr "Dodaj"
-#: mod/delegate.php:185
+#: mod/delegate.php:187
msgid "No entries."
msgstr "Brak wpisów."
-#: mod/dfrn_confirm.php:75 mod/profiles.php:42 mod/profiles.php:152
+#: mod/dfrn_confirm.php:72 mod/profiles.php:42 mod/profiles.php:152
#: mod/profiles.php:197 mod/profiles.php:527
msgid "Profile not found."
msgstr "Nie znaleziono profilu."
-#: mod/dfrn_confirm.php:131
+#: mod/dfrn_confirm.php:128
msgid ""
"This may occasionally happen if contact was requested by both persons and it"
" has already been approved."
msgstr "Może się to zdarzyć, gdy kontakt został zgłoszony przez obie osoby i został już zatwierdzony."
-#: mod/dfrn_confirm.php:241
+#: mod/dfrn_confirm.php:238
msgid "Response from remote site was not understood."
msgstr "Odpowiedź do zdalnej strony nie została zrozumiana"
-#: mod/dfrn_confirm.php:248 mod/dfrn_confirm.php:254
+#: mod/dfrn_confirm.php:245 mod/dfrn_confirm.php:251
msgid "Unexpected response from remote site: "
msgstr "Nieoczekiwana odpowiedź od strony zdalnej:"
-#: mod/dfrn_confirm.php:263
+#: mod/dfrn_confirm.php:260
msgid "Confirmation completed successfully."
msgstr "Potwierdzenie zostało pomyślnie zakończone."
-#: mod/dfrn_confirm.php:275
+#: mod/dfrn_confirm.php:272
msgid "Temporary failure. Please wait and try again."
msgstr "Tymczasowa awaria. Proszę czekać i spróbuj ponownie."
-#: mod/dfrn_confirm.php:278
+#: mod/dfrn_confirm.php:275
msgid "Introduction failed or was revoked."
msgstr "Wprowadzenie nie powiodło się lub zostało odwołane."
-#: mod/dfrn_confirm.php:283
+#: mod/dfrn_confirm.php:280
msgid "Remote site reported: "
msgstr "Zgłoszona zdana strona:"
-#: mod/dfrn_confirm.php:384
+#: mod/dfrn_confirm.php:386
msgid "Unable to set contact photo."
msgstr "Nie można ustawić zdjęcia kontaktu."
-#: mod/dfrn_confirm.php:446
+#: mod/dfrn_confirm.php:448
#, php-format
msgid "No user record found for '%s' "
msgstr "Nie znaleziono użytkownika dla '%s'"
-#: mod/dfrn_confirm.php:456
+#: mod/dfrn_confirm.php:458
msgid "Our site encryption key is apparently messed up."
msgstr "Klucz kodujący jest najwyraźniej uszkodzony."
-#: mod/dfrn_confirm.php:467
+#: mod/dfrn_confirm.php:469
msgid "Empty site URL was provided or URL could not be decrypted by us."
msgstr "Został podany pusty adres URL witryny lub nie można go odszyfrować."
-#: mod/dfrn_confirm.php:483
+#: mod/dfrn_confirm.php:485
msgid "Contact record was not found for you on our site."
msgstr "Nie znaleziono kontaktu na naszej stronie"
-#: mod/dfrn_confirm.php:497
+#: mod/dfrn_confirm.php:499
#, php-format
msgid "Site public key not available in contact record for URL %s."
msgstr "Publiczny klucz witryny jest niedostępny w rekordzie kontaktu dla adresu URL %s"
-#: mod/dfrn_confirm.php:513
+#: mod/dfrn_confirm.php:515
msgid ""
"The ID provided by your system is a duplicate on our system. It should work "
"if you try again."
msgstr "Identyfikator dostarczony przez Twój system jest duplikatem w naszym systemie. Powinien działać, jeśli spróbujesz ponownie."
-#: mod/dfrn_confirm.php:524
+#: mod/dfrn_confirm.php:526
msgid "Unable to set your contact credentials on our system."
msgstr "Nie można ustawić danych kontaktowych w naszym systemie."
-#: mod/dfrn_confirm.php:580
+#: mod/dfrn_confirm.php:582
msgid "Unable to update your contact profile details on our system"
msgstr "Nie można zaktualizować danych Twojego profilu kontaktowego w naszym systemie"
-#: mod/dfrn_confirm.php:610 mod/dfrn_request.php:564
-#: src/Model/Contact.php:1919
+#: mod/dfrn_confirm.php:612 mod/dfrn_request.php:560
+#: src/Model/Contact.php:1976
msgid "[Name Withheld]"
msgstr "[Nazwa zastrzeżona]"
-#: mod/dfrn_poll.php:128 mod/dfrn_poll.php:537
+#: mod/dfrn_poll.php:126 mod/dfrn_poll.php:534
#, php-format
msgid "%1$s welcomes %2$s"
msgstr "%1$s witamy %2$s"
-#: mod/dfrn_request.php:97
+#: mod/dfrn_request.php:95
msgid "This introduction has already been accepted."
msgstr "To wprowadzenie zostało już zaakceptowane."
-#: mod/dfrn_request.php:115 mod/dfrn_request.php:356
+#: mod/dfrn_request.php:113 mod/dfrn_request.php:354
msgid "Profile location is not valid or does not contain profile information."
msgstr "Lokalizacja profilu jest nieprawidłowa lub nie zawiera informacji o profilu."
-#: mod/dfrn_request.php:119 mod/dfrn_request.php:360
+#: mod/dfrn_request.php:117 mod/dfrn_request.php:358
msgid "Warning: profile location has no identifiable owner name."
msgstr "Ostrzeżenie: położenie profilu ma taką samą nazwę jak użytkownik."
-#: mod/dfrn_request.php:122 mod/dfrn_request.php:363
+#: mod/dfrn_request.php:120 mod/dfrn_request.php:361
msgid "Warning: profile location has no profile photo."
msgstr "Ostrzeżenie: położenie profilu nie zawiera zdjęcia."
-#: mod/dfrn_request.php:126 mod/dfrn_request.php:367
+#: mod/dfrn_request.php:124 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"
@@ -3431,183 +3453,183 @@ msgstr[1] "%d wymagane parametry nie zostały znalezione w podanej lokacji"
msgstr[2] "%d wymagany parametr nie został znaleziony w podanej lokacji"
msgstr[3] "%d wymagany parametr nie został znaleziony w podanej lokacji"
-#: mod/dfrn_request.php:164
+#: mod/dfrn_request.php:162
msgid "Introduction complete."
msgstr "Wprowadzanie zakończone."
-#: mod/dfrn_request.php:200
+#: mod/dfrn_request.php:198
msgid "Unrecoverable protocol error."
msgstr "Nieodwracalny błąd protokołu."
-#: mod/dfrn_request.php:227
+#: mod/dfrn_request.php:225
msgid "Profile unavailable."
msgstr "Profil niedostępny."
-#: mod/dfrn_request.php:249
+#: mod/dfrn_request.php:247
#, php-format
msgid "%s has received too many connection requests today."
msgstr "%s otrzymał dziś zbyt wiele żądań połączeń."
-#: mod/dfrn_request.php:250
+#: mod/dfrn_request.php:248
msgid "Spam protection measures have been invoked."
msgstr "Wprowadzono zabezpieczenia przed spamem."
-#: mod/dfrn_request.php:251
+#: mod/dfrn_request.php:249
msgid "Friends are advised to please try again in 24 hours."
msgstr "Przyjaciele namawiają do spróbowania za 24h."
-#: mod/dfrn_request.php:277
+#: mod/dfrn_request.php:275
msgid "Invalid locator"
msgstr "Nieprawidłowy lokalizator"
-#: mod/dfrn_request.php:313
+#: mod/dfrn_request.php:311
msgid "You have already introduced yourself here."
msgstr "Już się tu przedstawiłeś."
-#: mod/dfrn_request.php:316
+#: mod/dfrn_request.php:314
#, php-format
msgid "Apparently you are already friends with %s."
msgstr "Wygląda na to, że już jesteście znajomymi z %s."
-#: mod/dfrn_request.php:336
+#: mod/dfrn_request.php:334
msgid "Invalid profile URL."
msgstr "Nieprawidłowy adres URL profilu."
-#: mod/dfrn_request.php:342 src/Model/Contact.php:1598
+#: mod/dfrn_request.php:340 src/Model/Contact.php:1648
msgid "Disallowed profile URL."
msgstr "Nie dozwolony adres URL profilu."
-#: mod/dfrn_request.php:415 src/Module/Contact.php:240
+#: mod/dfrn_request.php:413 src/Module/Contact.php:236
msgid "Failed to update contact record."
msgstr "Aktualizacja rekordu kontaktu nie powiodła się."
-#: mod/dfrn_request.php:435
+#: mod/dfrn_request.php:433
msgid "Your introduction has been sent."
msgstr "Twoje dane zostały wysłane."
-#: mod/dfrn_request.php:473
+#: mod/dfrn_request.php:471
msgid ""
"Remote subscription can't be done for your network. Please subscribe "
"directly on your system."
msgstr "Zdalnej subskrypcji nie można wykonać dla swojej sieci. Proszę zasubskrybuj bezpośrednio w swoim systemie."
-#: mod/dfrn_request.php:489
+#: mod/dfrn_request.php:487
msgid "Please login to confirm introduction."
msgstr "Zaloguj się, aby potwierdzić wprowadzenie."
-#: mod/dfrn_request.php:497
+#: mod/dfrn_request.php:495
msgid ""
"Incorrect identity currently logged in. Please login to "
"this profile."
msgstr "Niepoprawna tożsamość obecnego użytkownika. Proszę zalogować się na tego użytkownika. "
-#: mod/dfrn_request.php:511 mod/dfrn_request.php:528
+#: mod/dfrn_request.php:509 mod/dfrn_request.php:524
msgid "Confirm"
msgstr "Potwierdź"
-#: mod/dfrn_request.php:523
+#: mod/dfrn_request.php:520
msgid "Hide this contact"
msgstr "Ukryj kontakt"
-#: mod/dfrn_request.php:526
+#: mod/dfrn_request.php:522
#, php-format
msgid "Welcome home %s."
msgstr "Witaj na stronie domowej %s."
-#: mod/dfrn_request.php:527
+#: mod/dfrn_request.php:523
#, php-format
msgid "Please confirm your introduction/connection request to %s."
msgstr "Proszę potwierdzić swój wstęp/prośbę o połączenie do %s."
-#: mod/dfrn_request.php:637
+#: mod/dfrn_request.php:632
msgid ""
"Please enter your 'Identity Address' from one of the following supported "
"communications networks:"
msgstr "Wprowadź swój 'Adres tożsamości' z jednej z następujących obsługiwanych sieci komunikacyjnych:"
-#: mod/dfrn_request.php:640
+#: mod/dfrn_request.php:634
#, php-format
msgid ""
"If you are not yet a member of the free social web, follow "
"this link to find a public Friendica site and join us today."
msgstr "Jeśli nie jesteś jeszcze członkiem darmowej sieci społecznościowej, kliknij ten link, aby znaleźć publiczną witrynę Friendica i dołącz do nas już dziś."
-#: mod/dfrn_request.php:645
+#: mod/dfrn_request.php:637
msgid "Friend/Connection Request"
msgstr "Przyjaciel/Prośba o połączenie"
-#: mod/dfrn_request.php:646
+#: mod/dfrn_request.php:638
msgid ""
"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
"testuser@gnusocial.de"
msgstr "Przykłady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@gnusocial.de"
-#: mod/dfrn_request.php:647 mod/follow.php:153
+#: mod/dfrn_request.php:639 mod/follow.php:150
msgid "Please answer the following:"
msgstr "Proszę odpowiedzieć na następujące pytania:"
-#: mod/dfrn_request.php:648 mod/follow.php:154
+#: mod/dfrn_request.php:640 mod/follow.php:151
#, php-format
msgid "Does %s know you?"
msgstr "Czy %s Cię zna?"
-#: mod/dfrn_request.php:649 mod/follow.php:155
+#: mod/dfrn_request.php:641 mod/follow.php:152
msgid "Add a personal note:"
msgstr "Dodaj osobistą notkę:"
-#: mod/dfrn_request.php:651
+#: mod/dfrn_request.php:643
msgid "Friendica"
msgstr "Friendica"
-#: mod/dfrn_request.php:652
+#: mod/dfrn_request.php:644
msgid "GNU Social (Pleroma, Mastodon)"
msgstr "GNU Social (Pleroma, Mastodon)"
-#: mod/dfrn_request.php:653
+#: mod/dfrn_request.php:645
msgid "Diaspora (Socialhome, Hubzilla)"
msgstr "Diaspora (Socialhome, Hubzilla)"
-#: mod/dfrn_request.php:654
+#: mod/dfrn_request.php:646
#, php-format
msgid ""
" - please do not use this form. Instead, enter %s into your Diaspora search"
" bar."
msgstr " - proszę nie używać tego formularza. Zamiast tego, wpisz %s w pasku wyszukiwania Diaspory."
-#: mod/dfrn_request.php:655 mod/follow.php:161 mod/unfollow.php:130
+#: mod/dfrn_request.php:647 mod/follow.php:158 mod/unfollow.php:128
msgid "Your Identity Address:"
msgstr "Twój adres tożsamości:"
-#: mod/dfrn_request.php:657 mod/follow.php:66 mod/unfollow.php:133
+#: mod/dfrn_request.php:649 mod/follow.php:66 mod/unfollow.php:131
msgid "Submit Request"
msgstr "Wyślij zgłoszenie"
-#: mod/directory.php:154 mod/events.php:547 mod/notifications.php:251
-#: src/Model/Event.php:70 src/Model/Event.php:97 src/Model/Event.php:439
-#: src/Model/Event.php:930 src/Model/Profile.php:434
-#: src/Module/Contact.php:650
+#: mod/directory.php:154 mod/events.php:556 mod/notifications.php:251
+#: src/Model/Event.php:66 src/Model/Event.php:93 src/Model/Event.php:435
+#: src/Model/Event.php:926 src/Model/Profile.php:437
+#: src/Module/Contact.php:646
msgid "Location:"
msgstr "Lokalizacja:"
-#: mod/directory.php:159 mod/notifications.php:257 src/Model/Profile.php:437
-#: src/Model/Profile.php:758
+#: mod/directory.php:159 mod/notifications.php:257 src/Model/Profile.php:440
+#: src/Model/Profile.php:763
msgid "Gender:"
msgstr "Płeć:"
-#: mod/directory.php:160 src/Model/Profile.php:438 src/Model/Profile.php:782
+#: mod/directory.php:160 src/Model/Profile.php:441 src/Model/Profile.php:787
msgid "Status:"
msgstr "Status:"
-#: mod/directory.php:161 src/Model/Profile.php:439 src/Model/Profile.php:799
+#: mod/directory.php:161 src/Model/Profile.php:442 src/Model/Profile.php:804
msgid "Homepage:"
msgstr "Strona główna:"
-#: mod/directory.php:162 mod/notifications.php:253 src/Model/Profile.php:440
-#: src/Model/Profile.php:819 src/Module/Contact.php:654
+#: mod/directory.php:162 mod/notifications.php:253 src/Model/Profile.php:443
+#: src/Model/Profile.php:824 src/Module/Contact.php:650
msgid "About:"
msgstr "O:"
-#: mod/directory.php:210 src/Content/Widget.php:72
+#: mod/directory.php:210 src/Content/Widget.php:70
#: view/theme/vier/theme.php:208
msgid "Global Directory"
msgstr "Katalog globalny"
@@ -3624,7 +3646,7 @@ msgstr "Wyniki dla:"
msgid "Site Directory"
msgstr "Katalog Witryny"
-#: mod/directory.php:217 src/Content/Widget.php:67 src/Module/Contact.php:822
+#: mod/directory.php:217 src/Content/Widget.php:65 src/Module/Contact.php:820
#: view/theme/vier/theme.php:203
msgid "Find"
msgstr "Znajdź"
@@ -3643,7 +3665,7 @@ msgstr "Szukaj osób - %s"
msgid "Forum Search - %s"
msgstr "Przeszukiwanie forum - %s"
-#: mod/dirfind.php:261 mod/match.php:125
+#: mod/dirfind.php:261 mod/match.php:127
msgid "No matches"
msgstr "Brak wyników"
@@ -3655,126 +3677,126 @@ msgstr "Nie znaleziono elementu"
msgid "Edit post"
msgstr "Edytuj post"
-#: mod/editpost.php:94 mod/filer.php:38 mod/notes.php:54
-#: src/Content/Text/HTML.php:961
+#: mod/editpost.php:92 mod/filer.php:36 mod/notes.php:52
+#: src/Content/Text/HTML.php:962
msgid "Save"
msgstr "Zapisz"
-#: mod/editpost.php:99 mod/message.php:263 mod/message.php:425
+#: mod/editpost.php:97 mod/message.php:261 mod/message.php:442
#: mod/wallmessage.php:140
msgid "Insert web link"
msgstr "Wstaw link"
-#: mod/editpost.php:100
+#: mod/editpost.php:98
msgid "web link"
msgstr "odnośnik sieciowy"
-#: mod/editpost.php:101
+#: mod/editpost.php:99
msgid "Insert video link"
msgstr "Wstaw link do filmu"
-#: mod/editpost.php:102
+#: mod/editpost.php:100
msgid "video link"
msgstr "link do filmu"
-#: mod/editpost.php:103
+#: mod/editpost.php:101
msgid "Insert audio link"
msgstr "Wstaw link do audio"
-#: mod/editpost.php:104
+#: mod/editpost.php:102
msgid "audio link"
msgstr "link do audio"
-#: mod/editpost.php:119 src/Core/ACL.php:305
+#: mod/editpost.php:117 src/Core/ACL.php:303
msgid "CC: email addresses"
msgstr "CC: adresy e-mail"
-#: mod/editpost.php:126 src/Core/ACL.php:306
+#: mod/editpost.php:124 src/Core/ACL.php:304
msgid "Example: bob@example.com, mary@example.com"
msgstr "Przykład: bob@example.com, mary@example.com"
-#: mod/events.php:109 mod/events.php:111
+#: mod/events.php:117 mod/events.php:119
msgid "Event can not end before it has started."
msgstr "Wydarzenie nie może się zakończyć przed jego rozpoczęciem."
-#: mod/events.php:118 mod/events.php:120
+#: mod/events.php:126 mod/events.php:128
msgid "Event title and start time are required."
msgstr "Wymagany tytuł wydarzenia i czas rozpoczęcia."
-#: mod/events.php:392
+#: mod/events.php:401
msgid "Create New Event"
msgstr "Stwórz nowe wydarzenie"
-#: mod/events.php:515
+#: mod/events.php:524
msgid "Event details"
msgstr "Szczegóły wydarzenia"
-#: mod/events.php:516
+#: mod/events.php:525
msgid "Starting date and Title are required."
msgstr "Data rozpoczęcia i tytuł są wymagane."
-#: mod/events.php:517 mod/events.php:522
+#: mod/events.php:526 mod/events.php:531
msgid "Event Starts:"
msgstr "Rozpoczęcie wydarzenia:"
-#: mod/events.php:517 mod/events.php:549 mod/profiles.php:608
+#: mod/events.php:526 mod/events.php:558 mod/profiles.php:608
msgid "Required"
msgstr "Wymagany"
-#: mod/events.php:530 mod/events.php:555
+#: mod/events.php:539 mod/events.php:564
msgid "Finish date/time is not known or not relevant"
msgstr "Data/czas zakończenia nie jest znana lub jest nieistotna"
-#: mod/events.php:532 mod/events.php:537
+#: mod/events.php:541 mod/events.php:546
msgid "Event Finishes:"
msgstr "Zakończenie wydarzenia:"
-#: mod/events.php:543 mod/events.php:556
+#: mod/events.php:552 mod/events.php:565
msgid "Adjust for viewer timezone"
msgstr "Dopasuj dla strefy czasowej widza"
-#: mod/events.php:545
+#: mod/events.php:554
msgid "Description:"
msgstr "Opis:"
-#: mod/events.php:549 mod/events.php:551
+#: mod/events.php:558 mod/events.php:560
msgid "Title:"
msgstr "Tytuł:"
-#: mod/events.php:552 mod/events.php:553
+#: mod/events.php:561 mod/events.php:562
msgid "Share this event"
msgstr "Udostępnij te wydarzenie"
-#: mod/events.php:560 src/Model/Profile.php:877
+#: mod/events.php:569 src/Model/Profile.php:882
msgid "Basic"
msgstr "Podstawowy"
-#: mod/events.php:562 mod/photos.php:1111 mod/photos.php:1452
-#: src/Core/ACL.php:308
+#: mod/events.php:571 mod/photos.php:1066 mod/photos.php:1407
+#: src/Core/ACL.php:306
msgid "Permissions"
msgstr "Uprawnienia"
-#: mod/events.php:578
+#: mod/events.php:587
msgid "Failed to remove event"
msgstr "Nie udało się usunąć wydarzenia"
-#: mod/events.php:580
+#: mod/events.php:589
msgid "Event removed"
msgstr "Wydarzenie zostało usunięte"
-#: mod/fbrowser.php:36 src/Content/Nav.php:155 src/Model/Profile.php:917
-#: view/theme/frio/theme.php:275
+#: mod/fbrowser.php:36 src/Content/Nav.php:151 src/Model/Profile.php:922
+#: view/theme/frio/theme.php:262
msgid "Photos"
msgstr "Zdjęcia"
-#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:204
-#: mod/photos.php:1075 mod/photos.php:1170 mod/photos.php:1187
-#: mod/photos.php:1654 mod/photos.php:1669 src/Model/Photo.php:244
-#: src/Model/Photo.php:253
+#: mod/fbrowser.php:45 mod/fbrowser.php:70 mod/photos.php:201
+#: mod/photos.php:1030 mod/photos.php:1125 mod/photos.php:1142
+#: mod/photos.php:1609 mod/photos.php:1624 src/Model/Photo.php:528
+#: src/Model/Photo.php:537
msgid "Contact Photos"
msgstr "Zdjęcia kontaktu"
-#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:251
+#: mod/fbrowser.php:107 mod/fbrowser.php:138 mod/profile_photo.php:255
msgid "Upload"
msgstr "Załaduj"
@@ -3782,20 +3804,15 @@ msgstr "Załaduj"
msgid "Files"
msgstr "Pliki"
-#: mod/feedtest.php:22
+#: mod/feedtest.php:18
msgid "You must be logged in to use this module"
msgstr "Musisz być zalogowany, aby korzystać z tego modułu"
-#: mod/feedtest.php:49
+#: mod/feedtest.php:45
msgid "Source URL"
msgstr "Źródłowy adres URL"
-#: mod/fetch.php:21 mod/fetch.php:48 mod/fetch.php:55 mod/help.php:64
-#: src/App.php:1704
-msgid "Not Found"
-msgstr "Nie znaleziono"
-
-#: mod/filer.php:37
+#: mod/filer.php:35
msgid "- select -"
msgstr "- wybierz -"
@@ -3819,55 +3836,55 @@ msgstr "Obsługa OStatus jest wyłączona. Kontakt nie może zostać dodany."
msgid "The network type couldn't be detected. Contact can't be added."
msgstr "Nie można wykryć typu sieci. Kontakt nie może zostać dodany."
-#: mod/follow.php:181 mod/notifications.php:255 src/Model/Profile.php:807
-#: src/Module/Contact.php:656
+#: mod/follow.php:171 mod/notifications.php:255 src/Model/Profile.php:812
+#: src/Module/Contact.php:652
msgid "Tags:"
msgstr "Tagi:"
-#: mod/follow.php:193 mod/unfollow.php:149 src/Model/Profile.php:904
-#: src/Module/Contact.php:869
+#: mod/follow.php:183 mod/unfollow.php:147 src/Model/Profile.php:909
+#: src/Module/Contact.php:867
msgid "Status Messages and Posts"
msgstr "Status wiadomości i postów"
-#: mod/friendica.php:79
+#: mod/friendica.php:80
#, php-format
msgid ""
"This is Friendica, version %s that is running at the web location %s. The "
"database version is %s, the post update version is %s."
msgstr "To jest wersja Friendica, %s która działa w lokalizacji internetowej %s. Wersja bazy danych to %s wersja po aktualizacji %s."
-#: mod/friendica.php:85
+#: mod/friendica.php:86
msgid ""
"Please visit Friendi.ca to learn more "
"about the Friendica project."
msgstr "Odwiedź stronę Friendi.ca aby dowiedzieć się więcej o projekcie Friendica."
-#: mod/friendica.php:89
+#: mod/friendica.php:90
msgid "Bug reports and issues: please visit"
msgstr "Raporty o błędach i problemy: odwiedź stronę"
-#: mod/friendica.php:89
+#: mod/friendica.php:90
msgid "the bugtracker at github"
msgstr "śledzenie błędów na github"
-#: mod/friendica.php:92
+#: mod/friendica.php:93
msgid "Suggestions, praise, etc. - please email \"info\" at \"friendi - dot - ca"
msgstr "Propozycje, pochwały itd. – napisz e-mail do „info” małpa „friendi” - kropka - „ca”"
-#: mod/friendica.php:97
+#: mod/friendica.php:98
msgid "Installed addons/apps:"
msgstr "Zainstalowane dodatki/aplikacje:"
-#: mod/friendica.php:111
+#: mod/friendica.php:112
msgid "No installed addons/apps"
msgstr "Brak zainstalowanych dodatków/aplikacji"
-#: mod/friendica.php:116
+#: mod/friendica.php:117
#, php-format
msgid "Read about the Terms of Service of this node."
msgstr "Przeczytaj o Warunkach świadczenia usług tego węzła."
-#: mod/friendica.php:121
+#: mod/friendica.php:122
msgid "On this server the following remote servers are blocked."
msgstr "Na tym serwerze następujące serwery zdalne są blokowane."
@@ -3892,7 +3909,7 @@ msgstr "Grupa utworzona."
msgid "Could not create group."
msgstr "Nie można utworzyć grupy."
-#: mod/group.php:60 mod/group.php:187
+#: mod/group.php:60 mod/group.php:186
msgid "Group not found."
msgstr "Nie znaleziono grupy."
@@ -3900,7 +3917,7 @@ msgstr "Nie znaleziono grupy."
msgid "Group name changed."
msgstr "Zmieniono nazwę grupy."
-#: mod/group.php:87 mod/profperm.php:30 src/App.php:1785
+#: mod/group.php:87 mod/profperm.php:30 src/App.php:1822
msgid "Permission denied"
msgstr "Odmowa dostępu"
@@ -3916,52 +3933,52 @@ msgstr "Filtr"
msgid "Create a group of contacts/friends."
msgstr "Stwórz grupę znajomych."
-#: mod/group.php:112 mod/group.php:136 mod/group.php:229
-#: src/Model/Group.php:419
+#: mod/group.php:112 mod/group.php:135 mod/group.php:226
+#: src/Model/Group.php:413
msgid "Group Name: "
msgstr "Nazwa grupy: "
-#: mod/group.php:127 src/Model/Group.php:416
+#: mod/group.php:127 src/Model/Group.php:410
msgid "Contacts not in any group"
msgstr "Kontakt nie jest w żadnej grupie"
-#: mod/group.php:159
+#: mod/group.php:158
msgid "Group removed."
msgstr "Grupa usunięta."
-#: mod/group.php:161
+#: mod/group.php:160
msgid "Unable to remove group."
msgstr "Nie można usunąć grupy."
-#: mod/group.php:222
+#: mod/group.php:219
msgid "Delete Group"
msgstr "Usuń grupę"
-#: mod/group.php:233
+#: mod/group.php:230
msgid "Edit Group Name"
msgstr "Edytuj nazwę grupy"
-#: mod/group.php:244
+#: mod/group.php:241
msgid "Members"
msgstr "Członkowie"
-#: mod/group.php:246 src/Module/Contact.php:711
+#: mod/group.php:243 src/Module/Contact.php:707
msgid "All Contacts"
msgstr "Wszystkie kontakty"
-#: mod/group.php:247 mod/network.php:659
+#: mod/group.php:244 mod/network.php:650
msgid "Group is empty"
msgstr "Grupa jest pusta"
-#: mod/group.php:260
+#: mod/group.php:257
msgid "Remove contact from group"
msgstr "Usuń kontakt z grupy"
-#: mod/group.php:278 mod/profperm.php:119
+#: mod/group.php:275 mod/profperm.php:119
msgid "Click on a contact to add or remove."
msgstr "Kliknij na kontakt w celu dodania lub usunięcia."
-#: mod/group.php:292
+#: mod/group.php:289
msgid "Add contact to group"
msgstr "Dodaj kontakt do grupy"
@@ -3973,10 +3990,14 @@ msgstr "Brak profilu"
msgid "Help:"
msgstr "Pomoc:"
-#: mod/help.php:58 src/Content/Nav.php:187 view/theme/vier/theme.php:297
+#: mod/help.php:58 src/Content/Nav.php:183 view/theme/vier/theme.php:294
msgid "Help"
msgstr "Pomoc"
+#: mod/help.php:64 src/App.php:1740
+msgid "Not Found"
+msgstr "Nie znaleziono"
+
#: mod/home.php:40
#, php-format
msgid "Welcome to %s"
@@ -4067,7 +4088,7 @@ msgstr "Wyślij zaproszenie"
msgid "Enter email addresses, one per line:"
msgstr "Wprowadź adresy e-mail, po jednym w wierszu:"
-#: mod/invite.php:149 mod/message.php:259 mod/message.php:420
+#: mod/invite.php:149 mod/message.php:257 mod/message.php:437
#: mod/wallmessage.php:137
msgid "Your message:"
msgstr "Twoja wiadomość:"
@@ -4093,38 +4114,38 @@ msgid ""
"important, please visit http://friendi.ca"
msgstr "Aby uzyskać więcej informacji na temat projektu Friendica i dlaczego uważamy, że jest to ważne, odwiedź http://friendi.ca"
-#: mod/item.php:120
+#: mod/item.php:118
msgid "Unable to locate original post."
msgstr "Nie można zlokalizować oryginalnej wiadomości."
-#: mod/item.php:288
+#: mod/item.php:286
msgid "Empty post discarded."
msgstr "Pusty wpis został odrzucony."
-#: mod/item.php:810
+#: mod/item.php:809
#, php-format
msgid ""
"This message was sent to you by %s, a member of the Friendica social "
"network."
msgstr "Wiadomość została wysłana do ciebie od %s, członka sieci społecznościowej Friendica."
-#: mod/item.php:812
+#: mod/item.php:811
#, php-format
msgid "You may visit them online at %s"
msgstr "Możesz odwiedzić ich online pod adresem %s"
-#: mod/item.php:813
+#: mod/item.php:812
msgid ""
"Please contact the sender by replying to this post if you do not wish to "
"receive these messages."
msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości."
-#: mod/item.php:817
+#: mod/item.php:816
#, php-format
msgid "%s posted an update."
msgstr "%s zaktualizował wpis."
-#: mod/localtime.php:19 src/Model/Event.php:38 src/Model/Event.php:844
+#: mod/localtime.php:19 src/Model/Event.php:34 src/Model/Event.php:840
msgid "l F d, Y \\@ g:i A"
msgstr "l F d, Y \\@ g:i A"
@@ -4165,15 +4186,15 @@ msgstr "Nie są dostępne zdalne informacje o prywatności."
msgid "Visible to:"
msgstr "Widoczne dla:"
-#: mod/lostpass.php:30
+#: mod/lostpass.php:26
msgid "No valid account found."
msgstr "Nie znaleziono ważnego konta."
-#: mod/lostpass.php:42
+#: mod/lostpass.php:38
msgid "Password reset request issued. Check your email."
msgstr "Prośba o zresetowanie hasła została zatwierdzona. Sprawdź swój e-mail."
-#: mod/lostpass.php:48
+#: mod/lostpass.php:44
#, php-format
msgid ""
"\n"
@@ -4189,7 +4210,7 @@ msgid ""
"\t\tissued this request."
msgstr "\n\t\tSzanowny Użytkowniku %1$s, \n\t\t\tOtrzymano prośbę o ''%2$s\" zresetowanie hasła do konta. \n\t\tAby potwierdzić tę prośbę, kliknij link weryfikacyjny \n\t\tponiżej lub wklej go w pasek adresu przeglądarki internetowej. \n \n\t\tJeśli nie prosisz o tę zmianę, nie klikaj w link.\n\t\tJeśli zignorujesz i/lub usuniesz ten e-mail, prośba wkrótce wygaśnie. \n \n\t\tTwoje hasło nie zostanie zmienione, chyba że będziemy mogli potwierdzić \n\t\tTwoje żądanie."
-#: mod/lostpass.php:59
+#: mod/lostpass.php:55
#, php-format
msgid ""
"\n"
@@ -4206,66 +4227,66 @@ msgid ""
"\t\tLogin Name:\t%3$s"
msgstr "\nPostępuj zgodnie z poniższym linkiem, aby zweryfikować swoją tożsamość: \n\n\t\t%1$s\n\n\t\tOtrzymasz następnie komunikat uzupełniający zawierający nowe hasło. \n\t\tMożesz zmienić to hasło ze strony ustawień swojego konta po zalogowaniu. \n \n\t\tDane logowania są następujące: \n \nLokalizacja strony: \t%2$s\nNazwa użytkownika:\t%3$s"
-#: mod/lostpass.php:78
+#: mod/lostpass.php:74
#, php-format
msgid "Password reset requested at %s"
msgstr "Prośba o reset hasła na %s"
-#: mod/lostpass.php:94
+#: mod/lostpass.php:90
msgid ""
"Request could not be verified. (You may have previously submitted it.) "
"Password reset failed."
msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się."
-#: mod/lostpass.php:107
+#: mod/lostpass.php:103
msgid "Request has expired, please make a new one."
msgstr "Żądanie wygasło. Zrób nowe."
-#: mod/lostpass.php:122
+#: mod/lostpass.php:118
msgid "Forgot your Password?"
msgstr "Zapomniałeś hasła?"
-#: mod/lostpass.php:123
+#: mod/lostpass.php:119
msgid ""
"Enter your email address and submit to have your password reset. Then check "
"your email for further instructions."
msgstr "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."
-#: mod/lostpass.php:124 src/Module/Login.php:324
+#: mod/lostpass.php:120 src/Module/Login.php:321
msgid "Nickname or Email: "
msgstr "Pseudonim lub e-mail: "
-#: mod/lostpass.php:125
+#: mod/lostpass.php:121
msgid "Reset"
msgstr "Zresetuj"
-#: mod/lostpass.php:141 src/Module/Login.php:336
+#: mod/lostpass.php:137 src/Module/Login.php:333
msgid "Password Reset"
msgstr "Zresetuj hasło"
-#: mod/lostpass.php:142
+#: mod/lostpass.php:138
msgid "Your password has been reset as requested."
msgstr "Twoje hasło zostało zresetowane zgodnie z żądaniem."
-#: mod/lostpass.php:143
+#: mod/lostpass.php:139
msgid "Your new password is"
msgstr "Twoje nowe hasło to"
-#: mod/lostpass.php:144
+#: mod/lostpass.php:140
msgid "Save or copy your new password - and then"
msgstr "Zapisz lub skopiuj nowe hasło - a następnie"
-#: mod/lostpass.php:145
+#: mod/lostpass.php:141
msgid "click here to login"
msgstr "naciśnij tutaj, aby zalogować się"
-#: mod/lostpass.php:146
+#: mod/lostpass.php:142
msgid ""
"Your password may be changed from the Settings page after "
"successful login."
msgstr "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu."
-#: mod/lostpass.php:154
+#: mod/lostpass.php:150
#, php-format
msgid ""
"\n"
@@ -4276,7 +4297,7 @@ msgid ""
"\t\t"
msgstr "\n\t\t\tSzanowny Użytkowniku %1$s, \n\t\t\t\tTwoje hasło zostało zmienione zgodnie z życzeniem. Proszę, zachowaj te \n\t\t\tinformacje dotyczące twoich rekordów (lub natychmiast zmień hasło na \n\t\t\tcoś, co zapamiętasz).\n\t\t"
-#: mod/lostpass.php:160
+#: mod/lostpass.php:156
#, php-format
msgid ""
"\n"
@@ -4290,7 +4311,7 @@ msgid ""
"\t\t"
msgstr "\n\t\t\tDane logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%1$s\n\t\t\tNazwa użytkownika:\t%2$s\n\t\t\tHasło:\t%3$s\n\n\t\t\tMożesz zmienić hasło na stronie ustawień konta po zalogowaniu.\n\t\t"
-#: mod/lostpass.php:176
+#: mod/lostpass.php:172
#, php-format
msgid "Your password has been changed at %s"
msgstr "Twoje hasło zostało zmienione na %s"
@@ -4299,143 +4320,147 @@ msgstr "Twoje hasło zostało zmienione na %s"
msgid "System down for maintenance"
msgstr "System wyłączony w celu konserwacji"
-#: mod/manage.php:181
+#: mod/manage.php:178
msgid "Manage Identities and/or Pages"
msgstr "Zarządzaj tożsamościami i/lub stronami"
-#: mod/manage.php:182
+#: mod/manage.php:179
msgid ""
"Toggle between different identities or community/group pages which share "
"your account details or which you have been granted \"manage\" permissions"
msgstr "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\""
-#: mod/manage.php:183
+#: mod/manage.php:180
msgid "Select an identity to manage: "
msgstr "Wybierz tożsamość do zarządzania: "
-#: mod/match.php:51
+#: mod/match.php:46
msgid "No keywords to match. Please add keywords to your default profile."
msgstr "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu."
-#: mod/match.php:106
-msgid "is interested in:"
-msgstr "interesuje się:"
+#: mod/match.php:112 src/Content/Pager.php:196
+msgid "first"
+msgstr "pierwszy"
-#: mod/match.php:120
+#: mod/match.php:117 src/Content/Pager.php:256
+msgid "next"
+msgstr "następny"
+
+#: mod/match.php:132
msgid "Profile Match"
msgstr "Dopasowanie profilu"
-#: mod/message.php:35 mod/message.php:118 src/Content/Nav.php:252
+#: mod/message.php:33 mod/message.php:116 src/Content/Nav.php:248
msgid "New Message"
msgstr "Nowa wiadomość"
-#: mod/message.php:72 mod/wallmessage.php:60
+#: mod/message.php:70 mod/wallmessage.php:60
msgid "No recipient selected."
msgstr "Nie wybrano odbiorcy."
-#: mod/message.php:76
+#: mod/message.php:74
msgid "Unable to locate contact information."
msgstr "Nie można znaleźć informacji kontaktowych."
-#: mod/message.php:79 mod/wallmessage.php:66
+#: mod/message.php:77 mod/wallmessage.php:66
msgid "Message could not be sent."
msgstr "Nie udało się wysłać wiadomości."
-#: mod/message.php:82 mod/wallmessage.php:69
+#: mod/message.php:80 mod/wallmessage.php:69
msgid "Message collection failure."
msgstr "Błąd zbierania komunikatów."
-#: mod/message.php:85 mod/wallmessage.php:72
+#: mod/message.php:83 mod/wallmessage.php:72
msgid "Message sent."
msgstr "Wysłano."
-#: mod/message.php:112 mod/notifications.php:47 mod/notifications.php:185
+#: mod/message.php:110 mod/notifications.php:47 mod/notifications.php:185
#: mod/notifications.php:233
msgid "Discard"
msgstr "Odrzuć"
-#: mod/message.php:125 src/Content/Nav.php:249 view/theme/frio/theme.php:282
+#: mod/message.php:123 src/Content/Nav.php:245 view/theme/frio/theme.php:269
msgid "Messages"
msgstr "Wiadomości"
-#: mod/message.php:150
+#: mod/message.php:148
msgid "Do you really want to delete this message?"
msgstr "Czy na pewno chcesz usunąć tę wiadomość?"
-#: mod/message.php:168
+#: mod/message.php:166
msgid "Conversation not found."
msgstr "Nie znaleziono rozmowy."
-#: mod/message.php:173
+#: mod/message.php:171
msgid "Message deleted."
msgstr "Wiadomość usunięta."
-#: mod/message.php:178 mod/message.php:193
+#: mod/message.php:176 mod/message.php:191
msgid "Conversation removed."
msgstr "Rozmowa usunięta."
-#: mod/message.php:207 mod/message.php:347 mod/wallmessage.php:123
+#: mod/message.php:205 mod/message.php:362 mod/wallmessage.php:123
msgid "Please enter a link URL:"
msgstr "Proszę wpisać adres URL:"
-#: mod/message.php:250 mod/wallmessage.php:128
+#: mod/message.php:248 mod/wallmessage.php:128
msgid "Send Private Message"
msgstr "Wyślij prywatną wiadomość"
-#: mod/message.php:251 mod/message.php:415 mod/wallmessage.php:130
+#: mod/message.php:249 mod/message.php:432 mod/wallmessage.php:130
msgid "To:"
msgstr "Do:"
-#: mod/message.php:255 mod/message.php:417 mod/wallmessage.php:131
+#: mod/message.php:253 mod/message.php:434 mod/wallmessage.php:131
msgid "Subject:"
msgstr "Temat:"
-#: mod/message.php:293
+#: mod/message.php:291
msgid "No messages."
msgstr "Brak wiadomości."
-#: mod/message.php:334
+#: mod/message.php:354
msgid "Message not available."
msgstr "Wiadomość nie jest dostępna."
-#: mod/message.php:391
+#: mod/message.php:408
msgid "Delete message"
msgstr "Usuń wiadomość"
-#: mod/message.php:393 mod/message.php:494
+#: mod/message.php:410 mod/message.php:542
msgid "D, d M Y - g:i A"
msgstr "D, d M Y - g:m A"
-#: mod/message.php:408 mod/message.php:491
+#: mod/message.php:425 mod/message.php:539
msgid "Delete conversation"
msgstr "Usuń rozmowę"
-#: mod/message.php:410
+#: mod/message.php:427
msgid ""
"No secure communications available. You may be able to "
"respond from the sender's profile page."
msgstr "Brak bezpiecznej komunikacji. Możesz odpowiedzieć na stronie profilu nadawcy."
-#: mod/message.php:414
+#: mod/message.php:431
msgid "Send Reply"
msgstr "Odpowiedz"
-#: mod/message.php:465
+#: mod/message.php:514
#, php-format
msgid "Unknown sender - %s"
msgstr "Nieznany nadawca - %s"
-#: mod/message.php:467
+#: mod/message.php:516
#, php-format
msgid "You and %s"
msgstr "Ty i %s"
-#: mod/message.php:469
+#: mod/message.php:518
#, php-format
msgid "%s and You"
msgstr "%s i ty"
-#: mod/message.php:497
+#: mod/message.php:545
#, php-format
msgid "%d message"
msgid_plural "%d messages"
@@ -4444,19 +4469,19 @@ msgstr[1] "%d wiadomości"
msgstr[2] "%d wiadomości"
msgstr[3] "%d wiadomości"
-#: mod/network.php:192 mod/search.php:40
+#: mod/network.php:183 mod/search.php:39
msgid "Remove term"
msgstr "Usuń wpis"
-#: mod/network.php:199 mod/search.php:49
+#: mod/network.php:190 mod/search.php:48
msgid "Saved Searches"
msgstr "Zapisywanie wyszukiwania"
-#: mod/network.php:200 src/Model/Group.php:410
+#: mod/network.php:191 src/Model/Group.php:404
msgid "add"
msgstr "dodaj"
-#: mod/network.php:567
+#: mod/network.php:558
#, php-format
msgid ""
"Warning: This group contains %s member from a network that doesn't allow non"
@@ -4469,85 +4494,85 @@ msgstr[1] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopu
msgstr[2] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
msgstr[3] "Ostrzeżenie: Ta grupa zawiera %s członków z sieci, która nie dopuszcza wiadomości niepublicznych."
-#: mod/network.php:570
+#: mod/network.php:561
msgid "Messages in this group won't be send to these receivers."
msgstr "Wiadomości z tej grupy nie będą wysyłane do tych odbiorców."
-#: mod/network.php:638
+#: mod/network.php:629
msgid "No such group"
msgstr "Nie ma takiej grupy"
-#: mod/network.php:663
+#: mod/network.php:654
#, php-format
msgid "Group: %s"
msgstr "Grupa: %s"
-#: mod/network.php:689
+#: mod/network.php:680
msgid "Private messages to this person are at risk of public disclosure."
msgstr "Prywatne wiadomości do tej osoby mogą być widoczne publicznie."
-#: mod/network.php:692
+#: mod/network.php:683
msgid "Invalid contact."
msgstr "Nieprawidłowy kontakt."
-#: mod/network.php:970
+#: mod/network.php:961
msgid "Commented Order"
msgstr "Porządek według komentarzy"
-#: mod/network.php:973
+#: mod/network.php:964
msgid "Sort by Comment Date"
msgstr "Sortuj według daty komentarza"
-#: mod/network.php:978
+#: mod/network.php:969
msgid "Posted Order"
msgstr "Porządek według wpisów"
-#: mod/network.php:981
+#: mod/network.php:972
msgid "Sort by Post Date"
msgstr "Sortuj według daty postów"
-#: mod/network.php:988 mod/profiles.php:595
-#: src/Core/NotificationsManager.php:187
+#: mod/network.php:979 mod/profiles.php:595
+#: src/Core/NotificationsManager.php:185
msgid "Personal"
msgstr "Osobiste"
-#: mod/network.php:991
+#: mod/network.php:982
msgid "Posts that mention or involve you"
msgstr "Posty, które wspominają lub angażują Ciebie"
-#: mod/network.php:998
+#: mod/network.php:989
msgid "New"
msgstr "Nowy"
-#: mod/network.php:1001
+#: mod/network.php:992
msgid "Activity Stream - by date"
msgstr "Strumień aktywności - według daty"
-#: mod/network.php:1009
+#: mod/network.php:1000
msgid "Shared Links"
msgstr "Udostępnione łącza"
-#: mod/network.php:1012
+#: mod/network.php:1003
msgid "Interesting Links"
msgstr "Interesujące linki"
-#: mod/network.php:1019
+#: mod/network.php:1010
msgid "Starred"
msgstr "Ulubione"
-#: mod/network.php:1022
+#: mod/network.php:1013
msgid "Favourite Posts"
msgstr "Ulubione posty"
-#: mod/newmember.php:11
+#: mod/newmember.php:12
msgid "Welcome to Friendica"
msgstr "Witamy na Friendica"
-#: mod/newmember.php:12
+#: mod/newmember.php:13
msgid "New Member Checklist"
msgstr "Lista nowych członków"
-#: mod/newmember.php:14
+#: 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 "
@@ -4555,33 +4580,33 @@ msgid ""
"registration and then will quietly disappear."
msgstr "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."
-#: mod/newmember.php:15
+#: mod/newmember.php:16
msgid "Getting Started"
msgstr "Pierwsze kroki"
-#: mod/newmember.php:17
+#: mod/newmember.php:18
msgid "Friendica Walk-Through"
msgstr "Friendica Przejdź-Przez"
-#: mod/newmember.php:17
+#: mod/newmember.php:18
msgid ""
"On your Quick Start page - find a brief introduction to your "
"profile and network tabs, make some new connections, and find some groups to"
" join."
msgstr "Na stronie Szybki start - znajdź krótkie wprowadzenie do swojego profilu i kart sieciowych, stwórz nowe połączenia i znajdź kilka grup do przyłączenia się."
-#: mod/newmember.php:21
+#: mod/newmember.php:22
msgid "Go to Your Settings"
msgstr "Idź do swoich ustawień"
-#: mod/newmember.php:21
+#: mod/newmember.php:22
msgid ""
"On your Settings page - change your initial password. Also make a "
"note of your Identity Address. This looks just like an email address - and "
"will be useful in making friends on the free social web."
msgstr "Na stronie Ustawienia - zmień swoje początkowe hasło. Zanotuj także swój adres tożsamości. Wygląda to jak adres e-mail - będzie przydatny w nawiązywaniu znajomości w bezpłatnej sieci społecznościowej."
-#: mod/newmember.php:22
+#: 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 "
@@ -4589,88 +4614,88 @@ msgid ""
"potential friends know exactly how to find you."
msgstr "Przejrzyj pozostałe ustawienia, w szczególności ustawienia prywatności. Niepublikowany wykaz katalogów jest podobny do niepublicznego numeru telefonu. Ogólnie rzecz biorąc, powinieneś opublikować swój wpis - chyba, że wszyscy twoi znajomi i potencjalni znajomi dokładnie wiedzą, jak Cię znaleźć."
-#: mod/newmember.php:24 mod/profperm.php:117 src/Content/Nav.php:154
-#: src/Model/Profile.php:743 src/Model/Profile.php:876
-#: src/Model/Profile.php:909 src/Module/Contact.php:661
-#: src/Module/Contact.php:874 view/theme/frio/theme.php:274
+#: mod/newmember.php:25 mod/profperm.php:117 src/Content/Nav.php:150
+#: src/Model/Profile.php:748 src/Model/Profile.php:881
+#: src/Model/Profile.php:914 src/Module/Contact.php:657
+#: src/Module/Contact.php:872 view/theme/frio/theme.php:261
msgid "Profile"
msgstr "Profil użytkownika"
-#: mod/newmember.php:26 mod/profiles.php:599 mod/profile_photo.php:250
+#: mod/newmember.php:27 mod/profiles.php:599 mod/profile_photo.php:254
msgid "Upload Profile Photo"
msgstr "Wyślij zdjęcie profilowe"
-#: mod/newmember.php:26
+#: 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 "Dodaj swoje zdjęcie profilowe jeśli jeszcze tego nie zrobiłeś. Twoje szanse na zwiększenie liczby znajomych rosną dziesięciokrotnie, kiedy na tym zdjęciu jesteś ty."
-#: mod/newmember.php:27
+#: mod/newmember.php:28
msgid "Edit Your Profile"
msgstr "Edytuj własny profil"
-#: mod/newmember.php:27
+#: mod/newmember.php:28
msgid ""
"Edit your default profile to your liking. Review the "
"settings for hiding your list of friends and hiding the profile from unknown"
" visitors."
msgstr "Edytuj swój domyślny profil do swoich potrzeb. Przejrzyj ustawienia ukrywania listy znajomych i ukrywania profilu przed nieznanymi użytkownikami."
-#: mod/newmember.php:28
+#: mod/newmember.php:29
msgid "Profile Keywords"
msgstr "Słowa kluczowe profilu"
-#: mod/newmember.php:28
+#: 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 "Ustaw kilka publicznych słów kluczowych dla swojego domyślnego profilu, które opisują Twoje zainteresowania. Możemy znaleźć inne osoby o podobnych zainteresowaniach i zaproponować przyjaźnie."
-#: mod/newmember.php:30
+#: mod/newmember.php:31
msgid "Connecting"
msgstr "Łączenie"
-#: mod/newmember.php:36
+#: mod/newmember.php:37
msgid "Importing Emails"
msgstr "Importowanie e-maili"
-#: mod/newmember.php:36
+#: 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 "Wprowadź informacje dotyczące dostępu do poczty e-mail na stronie Ustawienia oprogramowania, jeśli chcesz importować i wchodzić w interakcje z przyjaciółmi lub listami adresowymi z poziomu konta e-mail INBOX"
-#: mod/newmember.php:39
+#: mod/newmember.php:40
msgid "Go to Your Contacts Page"
msgstr "Idź do strony z Twoimi kontaktami"
-#: mod/newmember.php:39
+#: 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 Add New Contact dialog."
msgstr "Strona Kontakty jest twoją bramą do zarządzania przyjaciółmi i łączenia się z przyjaciółmi w innych sieciach. Zazwyczaj podaje się adres lub adres URL strony w oknie dialogowym Dodaj nowy kontakt."
-#: mod/newmember.php:40
+#: mod/newmember.php:41
msgid "Go to Your Site's Directory"
msgstr "Idż do twojej strony"
-#: mod/newmember.php:40
+#: mod/newmember.php:41
msgid ""
"The Directory page lets you find other people in this network or other "
"federated sites. Look for a Connect or Follow link on "
"their profile page. Provide your own Identity Address if requested."
msgstr "Strona Katalog umożliwia znalezienie innych osób w tej sieci lub innych witrynach stowarzyszonych. Poszukaj łącza Połącz lub Śledź na stronie profilu. Jeśli chcesz, podaj swój własny adres tożsamości."
-#: mod/newmember.php:41
+#: mod/newmember.php:42
msgid "Finding New People"
msgstr "Znajdowanie nowych osób"
-#: mod/newmember.php:41
+#: 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 "
@@ -4679,47 +4704,47 @@ msgid ""
"hours."
msgstr "Na bocznym panelu strony Kontaktów znajduje się kilka narzędzi do znajdowania nowych przyjaciół. Możemy dopasować osoby według zainteresowań, wyszukiwać osoby według nazwisk i zainteresowań oraz dostarczać sugestie oparte na relacjach sieciowych. Na zupełnie nowej stronie sugestie znajomych zwykle zaczynają być wypełniane w ciągu 24 godzin"
-#: mod/newmember.php:43 src/Model/Group.php:411 src/Module/Contact.php:759
+#: mod/newmember.php:44 src/Model/Group.php:405 src/Module/Contact.php:755
msgid "Groups"
msgstr "Grupy"
-#: mod/newmember.php:45
+#: mod/newmember.php:46
msgid "Group Your Contacts"
msgstr "Grupy kontaktów"
-#: mod/newmember.php:45
+#: 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 "Gdy zaprzyjaźnisz się z przyjaciółmi, uporządkuj je w prywatne grupy konwersacji na pasku bocznym na stronie Kontakty, a następnie możesz wchodzić w interakcje z każdą grupą prywatnie na stronie Sieć."
-#: mod/newmember.php:48
+#: mod/newmember.php:49
msgid "Why Aren't My Posts Public?"
msgstr "Dlaczego moje posty nie są publiczne?"
-#: mod/newmember.php:48
+#: 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 szanuje Twoją prywatność. Domyślnie Twoje wpisy będą wyświetlane tylko osobom, które dodałeś jako znajomi. Aby uzyskać więcej informacji, zobacz sekcję pomocy na powyższym łączu."
-#: mod/newmember.php:52
+#: mod/newmember.php:53
msgid "Getting Help"
msgstr "Otrzymaj pomoc"
-#: mod/newmember.php:54
+#: mod/newmember.php:55
msgid "Go to the Help Section"
msgstr "Przejdź do sekcji pomocy"
-#: mod/newmember.php:54
+#: mod/newmember.php:55
msgid ""
"Our help pages may be consulted for detail on other program"
" features and resources."
msgstr "Na naszych stronach pomocy można znaleźć szczegółowe informacje na temat innych funkcji programu i zasobów."
-#: mod/notes.php:42 src/Model/Profile.php:959
+#: mod/notes.php:40 src/Model/Profile.php:964
msgid "Personal Notes"
msgstr "Notatki"
@@ -4728,12 +4753,12 @@ msgid "Invalid request identifier."
msgstr "Nieprawidłowe żądanie identyfikatora."
#: mod/notifications.php:60 mod/notifications.php:184
-#: mod/notifications.php:269 src/Module/Contact.php:628
-#: src/Module/Contact.php:830 src/Module/Contact.php:1090
+#: mod/notifications.php:269 src/Module/Contact.php:624
+#: src/Module/Contact.php:828 src/Module/Contact.php:1088
msgid "Ignore"
msgstr "Ignoruj"
-#: mod/notifications.php:93 src/Content/Nav.php:244
+#: mod/notifications.php:93 src/Content/Nav.php:240
msgid "Notifications"
msgstr "Powiadomienia"
@@ -4778,7 +4803,7 @@ msgid "Suggested by:"
msgstr "Sugerowany przez:"
#: mod/notifications.php:179 mod/notifications.php:258
-#: src/Module/Contact.php:636
+#: src/Module/Contact.php:632
msgid "Hide this contact from others"
msgstr "Ukryj ten kontakt przed innymi"
@@ -4831,8 +4856,8 @@ msgstr "Udostępniający/a"
msgid "Subscriber"
msgstr "Subskrybent"
-#: mod/notifications.php:264 src/Model/Profile.php:537
-#: src/Module/Contact.php:93
+#: mod/notifications.php:264 src/Model/Profile.php:542
+#: src/Module/Contact.php:89
msgid "Network:"
msgstr "Sieć:"
@@ -4862,7 +4887,7 @@ msgid ""
"Account not found and OpenID registration is not permitted on this site."
msgstr "Konto nie zostało znalezione, a rejestracja OpenID nie jest dozwolona na tej stronie."
-#: mod/openid.php:118 src/Module/Login.php:94 src/Module/Login.php:144
+#: mod/openid.php:118 src/Module/Login.php:91 src/Module/Login.php:141
msgid "Login failed."
msgstr "Logowanie nieudane."
@@ -4894,7 +4919,7 @@ msgstr "powodzenie"
msgid "failed"
msgstr "nie powiodło się"
-#: mod/ostatus_subscribe.php:89 src/Object/Post.php:282
+#: mod/ostatus_subscribe.php:89 src/Object/Post.php:280
msgid "ignored"
msgstr "ignorowany(-a)"
@@ -4902,255 +4927,251 @@ msgstr "ignorowany(-a)"
msgid "Keep this window open until done."
msgstr "Pozostaw to okno otwarte, dopóki nie będzie gotowe."
-#: mod/photos.php:118 src/Model/Profile.php:920
+#: mod/photos.php:115 src/Model/Profile.php:925
msgid "Photo Albums"
msgstr "Albumy zdjęć"
-#: mod/photos.php:119 mod/photos.php:1710
+#: mod/photos.php:116 mod/photos.php:1664
msgid "Recent Photos"
msgstr "Ostatnio dodane zdjęcia"
-#: mod/photos.php:122 mod/photos.php:1231 mod/photos.php:1712
+#: mod/photos.php:119 mod/photos.php:1186 mod/photos.php:1666
msgid "Upload New Photos"
msgstr "Wyślij nowe zdjęcie"
-#: mod/photos.php:140 mod/settings.php:56
+#: mod/photos.php:137 mod/settings.php:56
msgid "everybody"
msgstr "wszyscy"
-#: mod/photos.php:196
+#: mod/photos.php:193
msgid "Contact information unavailable"
msgstr "Informacje o kontakcie są niedostępne"
-#: mod/photos.php:215
+#: mod/photos.php:212
msgid "Album not found."
msgstr "Nie znaleziono albumu."
-#: mod/photos.php:244 mod/photos.php:257 mod/photos.php:1182
+#: mod/photos.php:241 mod/photos.php:254 mod/photos.php:1137
msgid "Delete Album"
msgstr "Usuń album"
-#: mod/photos.php:255
+#: mod/photos.php:252
msgid "Do you really want to delete this photo album and all its photos?"
msgstr "Czy na pewno chcesz usunąć ten album i wszystkie zdjęcia z tego albumu?"
-#: mod/photos.php:317 mod/photos.php:329 mod/photos.php:1457
+#: mod/photos.php:310 mod/photos.php:322 mod/photos.php:1412
msgid "Delete Photo"
msgstr "Usuń zdjęcie"
-#: mod/photos.php:327
+#: mod/photos.php:320
msgid "Do you really want to delete this photo?"
msgstr "Czy na pewno chcesz usunąć to zdjęcie ?"
-#: mod/photos.php:684
+#: mod/photos.php:644
msgid "a photo"
msgstr "zdjęcie"
-#: mod/photos.php:684
+#: mod/photos.php:644
#, php-format
msgid "%1$s was tagged in %2$s by %3$s"
msgstr "%1$szostał oznaczony tagiem %2$s przez %3$s"
-#: mod/photos.php:780 mod/photos.php:783 mod/photos.php:812
-#: mod/profile_photo.php:155 mod/wall_upload.php:197
+#: mod/photos.php:737 mod/photos.php:740 mod/photos.php:769
+#: mod/profile_photo.php:153 mod/wall_upload.php:197
#, php-format
msgid "Image exceeds size limit of %s"
msgstr "Obraz przekracza limit rozmiaru wynoszący %s"
-#: mod/photos.php:786
+#: mod/photos.php:743
msgid "Image upload didn't complete, please try again"
msgstr "Przesyłanie zdjęć nie zostało zakończone, spróbuj ponownie"
-#: mod/photos.php:789
+#: mod/photos.php:746
msgid "Image file is missing"
msgstr "Brak pliku obrazu"
-#: mod/photos.php:794
+#: mod/photos.php:751
msgid ""
"Server can't accept new file upload at this time, please contact your "
"administrator"
msgstr "Serwer nie może teraz przyjąć nowego pliku, skontaktuj się z administratorem"
-#: mod/photos.php:820
+#: mod/photos.php:777
msgid "Image file is empty."
msgstr "Plik obrazka jest pusty."
-#: mod/photos.php:835 mod/profile_photo.php:164 mod/wall_upload.php:211
+#: mod/photos.php:792 mod/profile_photo.php:162 mod/wall_upload.php:211
msgid "Unable to process image."
msgstr "Przetwarzanie obrazu nie powiodło się."
-#: mod/photos.php:864 mod/profile_photo.php:309 mod/wall_upload.php:250
+#: mod/photos.php:821 mod/profile_photo.php:313 mod/wall_upload.php:250
msgid "Image upload failed."
msgstr "Przesyłanie obrazu nie powiodło się."
-#: mod/photos.php:952
+#: mod/photos.php:907
msgid "No photos selected"
msgstr "Nie zaznaczono zdjęć"
-#: mod/photos.php:1049 mod/videos.php:302
+#: mod/photos.php:1004 mod/videos.php:254
msgid "Access to this item is restricted."
msgstr "Dostęp do tego obiektu jest ograniczony."
-#: mod/photos.php:1103
+#: mod/photos.php:1058
msgid "Upload Photos"
msgstr "Prześlij zdjęcia"
-#: mod/photos.php:1107 mod/photos.php:1177
+#: mod/photos.php:1062 mod/photos.php:1132
msgid "New album name: "
msgstr "Nazwa nowego albumu: "
-#: mod/photos.php:1108
+#: mod/photos.php:1063
msgid "or select existing album:"
msgstr "lub wybierz istniejący album:"
-#: mod/photos.php:1109
+#: mod/photos.php:1064
msgid "Do not show a status post for this upload"
msgstr "Nie pokazuj statusu postów dla tego wysłania"
-#: mod/photos.php:1125 mod/photos.php:1460 mod/settings.php:1224
+#: mod/photos.php:1080 mod/photos.php:1415 mod/settings.php:1212
msgid "Show to Groups"
msgstr "Pokaż Grupy"
-#: mod/photos.php:1126 mod/photos.php:1461 mod/settings.php:1225
+#: mod/photos.php:1081 mod/photos.php:1416 mod/settings.php:1213
msgid "Show to Contacts"
msgstr "Pokaż kontakty"
-#: mod/photos.php:1188
+#: mod/photos.php:1143
msgid "Edit Album"
msgstr "Edytuj album"
-#: mod/photos.php:1193
+#: mod/photos.php:1148
msgid "Show Newest First"
msgstr "Pokaż najpierw najnowsze"
-#: mod/photos.php:1195
+#: mod/photos.php:1150
msgid "Show Oldest First"
msgstr "Pokaż najpierw najstarsze"
-#: mod/photos.php:1216 mod/photos.php:1695
+#: mod/photos.php:1171 mod/photos.php:1649
msgid "View Photo"
msgstr "Zobacz zdjęcie"
-#: mod/photos.php:1257
+#: mod/photos.php:1212
msgid "Permission denied. Access to this item may be restricted."
msgstr "Odmowa dostępu. Dostęp do tych danych może być ograniczony."
-#: mod/photos.php:1259
+#: mod/photos.php:1214
msgid "Photo not available"
msgstr "Zdjęcie niedostępne"
-#: mod/photos.php:1334
+#: mod/photos.php:1289
msgid "View photo"
msgstr "Zobacz zdjęcie"
-#: mod/photos.php:1334
+#: mod/photos.php:1289
msgid "Edit photo"
msgstr "Edytuj zdjęcie"
-#: mod/photos.php:1335
+#: mod/photos.php:1290
msgid "Use as profile photo"
msgstr "Ustaw jako zdjęcie profilowe"
-#: mod/photos.php:1341 src/Object/Post.php:155
+#: mod/photos.php:1296 src/Object/Post.php:153
msgid "Private Message"
msgstr "Wiadomość prywatna"
-#: mod/photos.php:1361
+#: mod/photos.php:1316
msgid "View Full Size"
msgstr "Zobacz w pełnym rozmiarze"
-#: mod/photos.php:1425
+#: mod/photos.php:1380
msgid "Tags: "
msgstr "Tagi: "
-#: mod/photos.php:1428
+#: mod/photos.php:1383
msgid "[Select tags to remove]"
msgstr "[Wybierz tagi do usunięcia]"
-#: mod/photos.php:1443
+#: mod/photos.php:1398
msgid "New album name"
msgstr "Nazwa nowego albumu"
-#: mod/photos.php:1444
+#: mod/photos.php:1399
msgid "Caption"
msgstr "Zawartość"
-#: mod/photos.php:1445
+#: mod/photos.php:1400
msgid "Add a Tag"
msgstr "Dodaj tag"
-#: mod/photos.php:1445
+#: mod/photos.php:1400
msgid ""
"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
msgstr "Przykładowo: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-#: mod/photos.php:1446
+#: mod/photos.php:1401
msgid "Do not rotate"
msgstr "Nie obracaj"
-#: mod/photos.php:1447
+#: mod/photos.php:1402
msgid "Rotate CW (right)"
msgstr "Obróć CW (w prawo)"
-#: mod/photos.php:1448
+#: mod/photos.php:1403
msgid "Rotate CCW (left)"
msgstr "Obróć CCW (w lewo)"
-#: mod/photos.php:1482 src/Object/Post.php:310
+#: mod/photos.php:1437 src/Object/Post.php:308
msgid "I like this (toggle)"
msgstr "Lubię to (zmień)"
-#: mod/photos.php:1483 src/Object/Post.php:311
+#: mod/photos.php:1438 src/Object/Post.php:309
msgid "I don't like this (toggle)"
msgstr "Nie lubię tego (zmień)"
-#: mod/photos.php:1498 mod/photos.php:1537 mod/photos.php:1597
-#: src/Module/Contact.php:1023 src/Object/Post.php:810
+#: mod/photos.php:1453 mod/photos.php:1492 mod/photos.php:1552
+#: src/Module/Contact.php:1021 src/Object/Post.php:816
msgid "This is you"
msgstr "To jesteś ty"
-#: mod/photos.php:1500 mod/photos.php:1539 mod/photos.php:1599
-#: src/Object/Post.php:415 src/Object/Post.php:812
+#: mod/photos.php:1455 mod/photos.php:1494 mod/photos.php:1554
+#: src/Object/Post.php:414 src/Object/Post.php:818
msgid "Comment"
msgstr "Komentarz"
-#: mod/photos.php:1629
+#: mod/photos.php:1584
msgid "Map"
msgstr "Mapa"
-#: mod/photos.php:1701 mod/videos.php:379
+#: mod/photos.php:1655 mod/videos.php:331
msgid "View Album"
msgstr "Zobacz album"
-#: mod/ping.php:281
+#: mod/ping.php:271
msgid "{0} wants to be your friend"
msgstr "{0} chce być Twoim znajomym"
-#: mod/ping.php:297
-msgid "{0} sent you a message"
-msgstr "{0} wysłałem Ci wiadomość"
-
-#: mod/ping.php:313
+#: mod/ping.php:287
msgid "{0} requested registration"
msgstr "{0} wymagana rejestracja"
-#: mod/poke.php:187
+#: mod/poke.php:181
msgid "Poke/Prod"
msgstr "Zaczepić"
-#: mod/poke.php:188
+#: mod/poke.php:182
msgid "poke, prod or do other things to somebody"
msgstr "szturchać, zaczepić lub robić inne rzeczy"
-#: mod/poke.php:189
+#: mod/poke.php:183
msgid "Recipient"
msgstr "Odbiorca"
-#: mod/poke.php:190
+#: mod/poke.php:184
msgid "Choose what you wish to do to recipient"
msgstr "Wybierz, co chcesz zrobić"
-#: mod/poke.php:193
+#: mod/poke.php:187
msgid "Make this post private"
msgstr "Ustaw ten post jako prywatny"
@@ -5158,21 +5179,17 @@ msgstr "Ustaw ten post jako prywatny"
msgid "Only logged in users are permitted to perform a probing."
msgstr "Tylko zalogowani użytkownicy mogą wykonywać sondowanie."
-#: mod/profile.php:44 src/Model/Profile.php:132
-msgid "Requested profile is not available."
-msgstr "Żądany profil jest niedostępny."
-
-#: mod/profile.php:95 mod/profile.php:98 src/Protocol/OStatus.php:1290
+#: mod/profile.php:86 mod/profile.php:89 src/Protocol/OStatus.php:1287
#, php-format
msgid "%s's timeline"
msgstr "oś czasu %s"
-#: mod/profile.php:96 src/Protocol/OStatus.php:1294
+#: mod/profile.php:87 src/Protocol/OStatus.php:1291
#, php-format
msgid "%s's posts"
msgstr "wpisy %s"
-#: mod/profile.php:97 src/Protocol/OStatus.php:1297
+#: mod/profile.php:88 src/Protocol/OStatus.php:1294
#, php-format
msgid "%s's comments"
msgstr "komentarze %s"
@@ -5277,7 +5294,7 @@ msgstr "Wyświetl ten profil"
msgid "View all profiles"
msgstr "Wyświetl wszystkie profile"
-#: mod/profiles.php:583 mod/profiles.php:678 src/Model/Profile.php:410
+#: mod/profiles.php:583 mod/profiles.php:678 src/Model/Profile.php:413
msgid "Edit visibility"
msgstr "Edytuj widoczność"
@@ -5317,7 +5334,7 @@ msgstr "Dodatkowe informacje"
msgid "Relation"
msgstr "Relacje"
-#: mod/profiles.php:597 src/Util/Temporal.php:83 src/Util/Temporal.php:85
+#: mod/profiles.php:597 src/Util/Temporal.php:80 src/Util/Temporal.php:82
msgid "Miscellaneous"
msgstr "Różny"
@@ -5329,7 +5346,7 @@ msgstr "Płeć:"
msgid "♥ Marital Status:"
msgstr "♥ Stan cywilny:"
-#: mod/profiles.php:602 src/Model/Profile.php:795
+#: mod/profiles.php:602 src/Model/Profile.php:800
msgid "Sexual Preference:"
msgstr "Preferencje seksualne:"
@@ -5375,7 +5392,7 @@ msgstr "Kod Pocztowy:"
msgid "Country:"
msgstr "Kraj:"
-#: mod/profiles.php:620 src/Util/Temporal.php:151
+#: mod/profiles.php:620 src/Util/Temporal.php:148
msgid "Age: "
msgstr "Wiek: "
@@ -5409,11 +5426,11 @@ msgstr "Adres XMPP będzie propagowany do Twoich kontaktów, aby mogli Cię śle
msgid "Homepage URL:"
msgstr "Adres URL strony domowej:"
-#: mod/profiles.php:629 src/Model/Profile.php:803
+#: mod/profiles.php:629 src/Model/Profile.php:808
msgid "Hometown:"
msgstr "Miasto rodzinne:"
-#: mod/profiles.php:630 src/Model/Profile.php:811
+#: mod/profiles.php:630 src/Model/Profile.php:816
msgid "Political Views:"
msgstr "Poglądy polityczne:"
@@ -5437,11 +5454,11 @@ msgstr "Prywatne słowa kluczowe:"
msgid "(Used for searching profiles, never shown to others)"
msgstr "(Używany do wyszukiwania profili, niepokazywany innym)"
-#: mod/profiles.php:634 src/Model/Profile.php:827
+#: mod/profiles.php:634 src/Model/Profile.php:832
msgid "Likes:"
msgstr "Lubię to:"
-#: mod/profiles.php:635 src/Model/Profile.php:831
+#: mod/profiles.php:635 src/Model/Profile.php:836
msgid "Dislikes:"
msgstr "Nie lubię tego:"
@@ -5481,11 +5498,11 @@ msgstr "Szkoła/edukacja"
msgid "Contact information and Social Networks"
msgstr "Dane kontaktowe i Sieci społecznościowe"
-#: mod/profiles.php:675 src/Model/Profile.php:406
+#: mod/profiles.php:675 src/Model/Profile.php:409
msgid "Profile Image"
msgstr "Zdjęcie profilowe"
-#: mod/profiles.php:677 src/Model/Profile.php:409
+#: mod/profiles.php:677 src/Model/Profile.php:412
msgid "visible to everybody"
msgstr "widoczne dla wszystkich"
@@ -5493,11 +5510,11 @@ msgstr "widoczne dla wszystkich"
msgid "Edit/Manage Profiles"
msgstr "Edycja/Zarządzanie profilami"
-#: mod/profiles.php:685 src/Model/Profile.php:396 src/Model/Profile.php:418
+#: mod/profiles.php:685 src/Model/Profile.php:399 src/Model/Profile.php:421
msgid "Change profile photo"
msgstr "Zmień zdjęcie profilowe"
-#: mod/profiles.php:686 src/Model/Profile.php:397
+#: mod/profiles.php:686 src/Model/Profile.php:400
msgid "Create New Profile"
msgstr "Utwórz nowy profil"
@@ -5505,55 +5522,55 @@ msgstr "Utwórz nowy profil"
msgid "Image uploaded but image cropping failed."
msgstr "Zdjęcie zostało przesłane, ale przycinanie obrazu nie powiodło się."
-#: mod/profile_photo.php:91 mod/profile_photo.php:100
-#: mod/profile_photo.php:109 mod/profile_photo.php:317
+#: mod/profile_photo.php:89 mod/profile_photo.php:98 mod/profile_photo.php:107
+#: mod/profile_photo.php:321
#, php-format
msgid "Image size reduction [%s] failed."
msgstr "Redukcja rozmiaru obrazka [%s] nie powiodła się."
-#: mod/profile_photo.php:128
+#: mod/profile_photo.php:126
msgid ""
"Shift-reload the page or clear browser cache if the new photo does not "
"display immediately."
msgstr "Ponownie załaduj stronę lub wyczyść pamięć podręczną przeglądarki, jeśli nowe zdjęcie nie pojawi się natychmiast."
-#: mod/profile_photo.php:136
+#: mod/profile_photo.php:134
msgid "Unable to process image"
msgstr "Nie udało się przetworzyć obrazu"
-#: mod/profile_photo.php:248
+#: mod/profile_photo.php:252
msgid "Upload File:"
msgstr "Wyślij plik:"
-#: mod/profile_photo.php:249
+#: mod/profile_photo.php:253
msgid "Select a profile:"
msgstr "Wybierz profil:"
-#: mod/profile_photo.php:254
+#: mod/profile_photo.php:258
msgid "or"
msgstr "lub"
-#: mod/profile_photo.php:255
+#: mod/profile_photo.php:259
msgid "skip this step"
msgstr "pomiń ten krok"
-#: mod/profile_photo.php:255
+#: mod/profile_photo.php:259
msgid "select a photo from your photo albums"
msgstr "wybierz zdjęcie z twojego albumu"
-#: mod/profile_photo.php:268
+#: mod/profile_photo.php:272
msgid "Crop Image"
msgstr "Przytnij zdjęcie"
-#: mod/profile_photo.php:269
+#: mod/profile_photo.php:273
msgid "Please adjust the image cropping for optimum viewing."
msgstr "Dostosuj kadrowanie obrazu, aby uzyskać optymalny obraz."
-#: mod/profile_photo.php:271
+#: mod/profile_photo.php:275
msgid "Done Editing"
msgstr "Zakończono edycję"
-#: mod/profile_photo.php:307
+#: mod/profile_photo.php:311
msgid "Image uploaded successfully."
msgstr "Pomyślnie wysłano zdjęcie."
@@ -5573,160 +5590,160 @@ msgstr "Widoczne dla"
msgid "All Contacts (with secure profile access)"
msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"
-#: mod/register.php:105
+#: mod/register.php:103
msgid ""
"Registration successful. Please check your email for further instructions."
msgstr "Rejestracja zakończona pomyślnie. Dalsze instrukcje zostały wysłane na twojego e-maila."
-#: mod/register.php:109
+#: mod/register.php:107
#, php-format
msgid ""
"Failed to send email message. Here your accout details:
login: %s
"
"password: %s
You can change your password after login."
msgstr "Nie udało się wysłać wiadomości e-mail. Tutaj szczegóły twojego konta:
login: %s
hasło: %s
Możesz zmienić swoje hasło po zalogowaniu."
-#: mod/register.php:116
+#: mod/register.php:114
msgid "Registration successful."
msgstr "Rejestracja udana."
-#: mod/register.php:121
+#: mod/register.php:119
msgid "Your registration can not be processed."
msgstr "Nie można przetworzyć Twojej rejestracji."
-#: mod/register.php:164
+#: mod/register.php:162
msgid "Your registration is pending approval by the site owner."
msgstr "Twoja rejestracja oczekuje na zaakceptowanie przez właściciela witryny."
-#: mod/register.php:193 mod/uimport.php:39
+#: mod/register.php:191 mod/uimport.php:39
msgid ""
"This site has exceeded the number of allowed daily account registrations. "
"Please try again tomorrow."
msgstr "Strona przekroczyła ilość dozwolonych rejestracji na dzień. Proszę spróbuj ponownie jutro."
-#: mod/register.php:222
+#: mod/register.php:218
msgid ""
"You may (optionally) fill in this form via OpenID by supplying your OpenID "
"and clicking 'Register'."
msgstr "Możesz (opcjonalnie) wypełnić ten formularz za pośrednictwem OpenID, podając swój OpenID i klikając 'Register'."
-#: mod/register.php:223
+#: mod/register.php:219
msgid ""
"If you are not familiar with OpenID, please leave that field blank and fill "
"in the rest of the items."
msgstr "Jeśli nie jesteś zaznajomiony z OpenID, zostaw to pole puste i uzupełnij resztę elementów."
-#: mod/register.php:224
+#: mod/register.php:220
msgid "Your OpenID (optional): "
msgstr "Twój OpenID (opcjonalnie): "
-#: mod/register.php:236
+#: mod/register.php:229
msgid "Include your profile in member directory?"
msgstr "Czy dołączyć twój profil do katalogu członków?"
-#: mod/register.php:263
+#: mod/register.php:253
msgid "Note for the admin"
msgstr "Uwaga dla administratora"
-#: mod/register.php:263
+#: mod/register.php:253
msgid "Leave a message for the admin, why you want to join this node"
msgstr "Pozostaw wiadomość dla administratora, dlaczego chcesz dołączyć do tego węzła"
-#: mod/register.php:264
+#: mod/register.php:254
msgid "Membership on this site is by invitation only."
msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."
-#: mod/register.php:265
+#: mod/register.php:255
msgid "Your invitation code: "
msgstr "Twój kod zaproszenia: "
-#: mod/register.php:274
+#: mod/register.php:263
msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
msgstr "Twoje imię i nazwisko (np. Jan Kowalski, prawdziwe lub wyglądające na prawdziwe): "
-#: mod/register.php:275
+#: mod/register.php:264
msgid ""
"Your Email Address: (Initial information will be send there, so this has to "
"be an existing address.)"
msgstr "Twój adres e-mail: (Informacje początkowe zostaną wysłane tam, więc musi to być istniejący adres)."
-#: mod/register.php:277 mod/settings.php:1196
+#: mod/register.php:266 mod/settings.php:1184
msgid "New Password:"
msgstr "Nowe hasło:"
-#: mod/register.php:277
+#: mod/register.php:266
msgid "Leave empty for an auto generated password."
msgstr "Pozostaw puste dla wygenerowanego automatycznie hasła."
-#: mod/register.php:278 mod/settings.php:1197
+#: mod/register.php:267 mod/settings.php:1185
msgid "Confirm:"
msgstr "Potwierdź:"
-#: mod/register.php:279
+#: mod/register.php:268
#, php-format
msgid ""
"Choose a profile nickname. This must begin with a text character. Your "
"profile address on this site will then be 'nickname@%s'."
msgstr "Wybierz pseudonim profilu. Nazwa musi zaczynać się od znaku tekstowego. Twój adres profilu na tej stronie będzie wówczas 'pseudonimem%s'."
-#: mod/register.php:280
+#: mod/register.php:269
msgid "Choose a nickname: "
msgstr "Wybierz pseudonim: "
-#: mod/register.php:283 src/Content/Nav.php:181 src/Module/Login.php:293
+#: mod/register.php:272 src/Content/Nav.php:177 src/Module/Login.php:290
msgid "Register"
msgstr "Zarejestruj"
-#: mod/register.php:289 mod/uimport.php:54
+#: mod/register.php:277 mod/uimport.php:54
msgid "Import"
msgstr "Import"
-#: mod/register.php:290
+#: mod/register.php:278
msgid "Import your profile to this friendica instance"
msgstr "Zaimportuj swój profil do tej instancji friendica"
-#: mod/register.php:298
+#: mod/register.php:286
msgid "Note: This node explicitly contains adult content"
msgstr "Uwaga: Ten węzeł jawnie zawiera treści dla dorosłych"
-#: mod/regmod.php:55
+#: mod/regmod.php:53
msgid "Account approved."
msgstr "Konto zatwierdzone."
-#: mod/regmod.php:79
+#: mod/regmod.php:77
#, php-format
msgid "Registration revoked for %s"
msgstr "Rejestracja odwołana dla %s"
-#: mod/regmod.php:86
+#: mod/regmod.php:84
msgid "Please login."
msgstr "Proszę się zalogować."
-#: mod/removeme.php:49
+#: mod/removeme.php:47
msgid "User deleted their account"
msgstr "Użytkownik usunął swoje konto"
-#: mod/removeme.php:50
+#: mod/removeme.php:48
msgid ""
"On your Friendica node an user deleted their account. Please ensure that "
"their data is removed from the backups."
msgstr "W twoim węźle Friendica użytkownik usunął swoje konto. Upewnij się, że ich dane zostały usunięte z kopii zapasowych."
-#: mod/removeme.php:51
+#: mod/removeme.php:49
#, php-format
msgid "The user id is %d"
msgstr "Identyfikatorem użytkownika jest %d"
-#: mod/removeme.php:87 mod/removeme.php:90
+#: mod/removeme.php:85 mod/removeme.php:88
msgid "Remove My Account"
msgstr "Usuń moje konto"
-#: mod/removeme.php:88
+#: mod/removeme.php:86
msgid ""
"This will completely remove your account. Once this has been done it is not "
"recoverable."
msgstr "Spowoduje to całkowite usunięcie Twojego konta. Po wykonaniu tej czynności nie można jej cofnąć."
-#: mod/removeme.php:89
+#: mod/removeme.php:87
msgid "Please enter your password for verification:"
msgstr "Wprowadź hasło w celu weryfikacji:"
@@ -5738,28 +5755,28 @@ msgstr "Ponowne subskrybowanie kontaktów OStatus"
msgid "Error"
msgstr "Błąd"
-#: mod/search.php:113
+#: mod/search.php:104
msgid "Only logged in users are permitted to perform a search."
msgstr "Tylko zalogowani użytkownicy mogą wyszukiwać."
-#: mod/search.php:137
+#: mod/search.php:128
msgid "Too Many Requests"
msgstr "Zbyt dużo próśb"
-#: mod/search.php:138
+#: mod/search.php:129
msgid "Only one search per minute is permitted for not logged in users."
msgstr "Dla niezalogowanych użytkowników dozwolone jest tylko jedno wyszukiwanie na minutę."
-#: mod/search.php:163 src/Content/Nav.php:195 src/Content/Text/HTML.php:967
+#: mod/search.php:150 src/Content/Nav.php:191 src/Content/Text/HTML.php:968
msgid "Search"
msgstr "Szukaj"
-#: mod/search.php:249
+#: mod/search.php:236
#, php-format
msgid "Items tagged with: %s"
msgstr "Przedmioty oznaczone tagiem: %s"
-#: mod/search.php:251 src/Module/Contact.php:821
+#: mod/search.php:238 src/Module/Contact.php:819
#, php-format
msgid "Results for: %s"
msgstr "Wyniki dla: %s"
@@ -5768,7 +5785,7 @@ msgstr "Wyniki dla: %s"
msgid "Account"
msgstr "Konto"
-#: mod/settings.php:69 src/Content/Nav.php:263 src/Model/Profile.php:389
+#: mod/settings.php:69 src/Content/Nav.php:259 src/Model/Profile.php:392
msgid "Profiles"
msgstr "Profile"
@@ -5776,11 +5793,11 @@ msgstr "Profile"
msgid "Display"
msgstr "Wygląd"
-#: mod/settings.php:92 mod/settings.php:845
+#: mod/settings.php:92 mod/settings.php:833
msgid "Social Networks"
msgstr "Portale społecznościowe"
-#: mod/settings.php:106 src/Content/Nav.php:258
+#: mod/settings.php:106 src/Content/Nav.php:254
msgid "Delegations"
msgstr "Delegowanie"
@@ -5800,7 +5817,7 @@ msgstr "Usuń konto"
msgid "Missing some important data!"
msgstr "Brakuje ważnych danych!"
-#: mod/settings.php:181 mod/settings.php:706 src/Module/Contact.php:828
+#: mod/settings.php:181 mod/settings.php:694 src/Module/Contact.php:826
msgid "Update"
msgstr "Zaktualizuj"
@@ -5820,154 +5837,144 @@ msgstr "Funkcje zaktualizowane"
msgid "Relocate message has been send to your contacts"
msgstr "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów"
-#: mod/settings.php:396 src/Model/User.php:423
-msgid "Passwords do not match. Password unchanged."
-msgstr "Hasła nie pasują do siebie. Hasło niezmienione."
+#: mod/settings.php:396
+msgid "Passwords do not match."
+msgstr "Hasła nie pasują do siebie."
-#: mod/settings.php:401
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr "Puste hasła są niedozwolone. Hasło niezmienione."
-
-#: mod/settings.php:406 src/Core/Console/NewPassword.php:82
-msgid ""
-"The new password has been exposed in a public data dump, please choose "
-"another."
-msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne."
-
-#: mod/settings.php:412
-msgid "Wrong password."
-msgstr "Złe hasło."
-
-#: mod/settings.php:419 src/Core/Console/NewPassword.php:89
-msgid "Password changed."
-msgstr "Hasło zostało zmienione."
-
-#: mod/settings.php:421 src/Core/Console/NewPassword.php:86
+#: mod/settings.php:404 src/Core/Console/NewPassword.php:80
msgid "Password update failed. Please try again."
msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."
-#: mod/settings.php:505
+#: mod/settings.php:407 src/Core/Console/NewPassword.php:83
+msgid "Password changed."
+msgstr "Hasło zostało zmienione."
+
+#: mod/settings.php:410
+msgid "Password unchanged."
+msgstr "Hasło niezmienione."
+
+#: mod/settings.php:493
msgid " Please use a shorter name."
msgstr " Proszę użyć krótszej nazwy."
-#: mod/settings.php:508
+#: mod/settings.php:496
msgid " Name too short."
msgstr " Nazwa jest zbyt krótka."
-#: mod/settings.php:516
+#: mod/settings.php:504
msgid "Wrong Password"
msgstr "Złe hasło"
-#: mod/settings.php:521
+#: mod/settings.php:509
msgid "Invalid email."
msgstr "Niepoprawny e-mail."
-#: mod/settings.php:527
+#: mod/settings.php:515
msgid "Cannot change to that email."
msgstr "Nie można zmienić tego e-maila."
-#: mod/settings.php:577
+#: mod/settings.php:565
msgid "Private forum has no privacy permissions. Using default privacy group."
msgstr "Prywatne forum nie ma uprawnień do prywatności. Użyj domyślnej grupy prywatnej."
-#: mod/settings.php:580
+#: mod/settings.php:568
msgid "Private forum has no privacy permissions and no default privacy group."
msgstr "Prywatne forum nie ma uprawnień do prywatności ani domyślnej grupy prywatności."
-#: mod/settings.php:620
+#: mod/settings.php:608
msgid "Settings updated."
msgstr "Zaktualizowano ustawienia."
-#: mod/settings.php:679 mod/settings.php:705 mod/settings.php:739
+#: mod/settings.php:667 mod/settings.php:693 mod/settings.php:727
msgid "Add application"
msgstr "Dodaj aplikację"
-#: mod/settings.php:683 mod/settings.php:709
+#: mod/settings.php:671 mod/settings.php:697
msgid "Consumer Key"
msgstr "Klucz klienta"
-#: mod/settings.php:684 mod/settings.php:710
+#: mod/settings.php:672 mod/settings.php:698
msgid "Consumer Secret"
msgstr "Tajny klucz klienta"
-#: mod/settings.php:685 mod/settings.php:711
+#: mod/settings.php:673 mod/settings.php:699
msgid "Redirect"
msgstr "Przekierowanie"
-#: mod/settings.php:686 mod/settings.php:712
+#: mod/settings.php:674 mod/settings.php:700
msgid "Icon url"
msgstr "Adres Url ikony"
-#: mod/settings.php:697
+#: mod/settings.php:685
msgid "You can't edit this application."
msgstr "Nie możesz edytować tej aplikacji."
-#: mod/settings.php:738
+#: mod/settings.php:726
msgid "Connected Apps"
msgstr "Powiązane aplikacje"
-#: mod/settings.php:740 src/Object/Post.php:165 src/Object/Post.php:167
+#: mod/settings.php:728 src/Object/Post.php:163 src/Object/Post.php:165
msgid "Edit"
msgstr "Edytuj"
-#: mod/settings.php:742
+#: mod/settings.php:730
msgid "Client key starts with"
msgstr "Klucz klienta zaczyna się od"
-#: mod/settings.php:743
+#: mod/settings.php:731
msgid "No name"
msgstr "Bez nazwy"
-#: mod/settings.php:744
+#: mod/settings.php:732
msgid "Remove authorization"
msgstr "Odwołaj upoważnienie"
-#: mod/settings.php:755
+#: mod/settings.php:743
msgid "No Addon settings configured"
msgstr "Brak skonfigurowanych ustawień dodatków"
-#: mod/settings.php:764
+#: mod/settings.php:752
msgid "Addon Settings"
msgstr "Ustawienia Dodatków"
-#: mod/settings.php:785
+#: mod/settings.php:773
msgid "Additional Features"
msgstr "Dodatkowe funkcje"
-#: mod/settings.php:808 src/Content/ContactSelector.php:85
+#: mod/settings.php:796 src/Content/ContactSelector.php:84
msgid "Diaspora"
msgstr "Diaspora"
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:796 mod/settings.php:797
msgid "enabled"
msgstr "włączone"
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:796 mod/settings.php:797
msgid "disabled"
msgstr "wyłączone"
-#: mod/settings.php:808 mod/settings.php:809
+#: mod/settings.php:796 mod/settings.php:797
#, php-format
msgid "Built-in support for %s connectivity is %s"
msgstr "Wbudowane wsparcie dla połączenia z %s jest %s"
-#: mod/settings.php:809
+#: mod/settings.php:797
msgid "GNU Social (OStatus)"
msgstr "GNU Soocial (OStatus)"
-#: mod/settings.php:840
+#: mod/settings.php:828
msgid "Email access is disabled on this site."
msgstr "Dostęp do e-maila jest wyłączony na tej stronie."
-#: mod/settings.php:850
+#: mod/settings.php:838
msgid "General Social Media Settings"
msgstr "Ogólne ustawienia mediów społecznościowych"
-#: mod/settings.php:851
+#: mod/settings.php:839
msgid "Disable Content Warning"
msgstr "Wyłącz ostrzeżenie o treści"
-#: mod/settings.php:851
+#: mod/settings.php:839
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 "
@@ -5975,316 +5982,312 @@ msgid ""
"any other content filtering you eventually set up."
msgstr "Użytkownicy w sieciach takich jak Mastodon lub Pleroma mogą ustawić pole ostrzeżenia o treści, które domyślnie zwijać będzie swój wpis. Powoduje wyłączenie automatycznego zwijania i ustawia ostrzeżenie o treści jako tytuł postu. Nie ma wpływu na żadne inne filtrowanie treści, które ostatecznie utworzyłeś."
-#: mod/settings.php:852
+#: mod/settings.php:840
msgid "Disable intelligent shortening"
msgstr "Wyłącz inteligentne skracanie"
-#: mod/settings.php:852
+#: mod/settings.php:840
msgid ""
"Normally the system tries to find the best link to add to shortened posts. "
"If this option is enabled then every shortened post will always point to the"
" original friendica post."
msgstr "Zwykle system próbuje znaleźć najlepszy link do dodania do skróconych postów. Jeśli ta opcja jest włączona, każdy skrócony wpis zawsze wskazuje oryginalny post znajomej osoby."
-#: mod/settings.php:853
+#: mod/settings.php:841
msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
msgstr "Automatycznie podążaj za wszystkimi obserwatorami/rzecznikami GNU Społeczności (OStatus)"
-#: mod/settings.php:853
+#: mod/settings.php:841
msgid ""
"If you receive a message from an unknown OStatus user, this option decides "
"what to do. If it is checked, a new contact will be created for every "
"unknown user."
msgstr "Jeśli otrzymasz wiadomość od nieznanego użytkownika OStatus, ta opcja decyduje, co zrobić. Jeśli zostanie zaznaczone, dla każdego nieznanego użytkownika zostanie utworzony nowy kontakt."
-#: mod/settings.php:854
+#: mod/settings.php:842
msgid "Default group for OStatus contacts"
msgstr "Domyślna grupa dla kontaktów OStatus"
-#: mod/settings.php:855
+#: mod/settings.php:843
msgid "Your legacy GNU Social account"
msgstr "Twoje starsze konto społecznościowe GNU"
-#: mod/settings.php:855
+#: mod/settings.php:843
msgid ""
"If you enter your old GNU Social/Statusnet account name here (in the format "
"user@domain.tld), your contacts will be added automatically. The field will "
"be emptied when done."
msgstr "Jeśli podasz swoją starą nazwę konta GNU Social/Statusnet tutaj (w formacie user@domain.tld), twoje kontakty zostaną dodane automatycznie. Pole zostanie opróżnione po zakończeniu."
-#: mod/settings.php:858
+#: mod/settings.php:846
msgid "Repair OStatus subscriptions"
msgstr "Napraw subskrypcje OStatus"
-#: mod/settings.php:862
+#: mod/settings.php:850
msgid "Email/Mailbox Setup"
msgstr "Ustawienia emaila/skrzynki mailowej"
-#: mod/settings.php:863
+#: mod/settings.php:851
msgid ""
"If you wish to communicate with email contacts using this service "
"(optional), please specify how to connect to your mailbox."
msgstr "Jeśli chcesz komunikować się z kontaktami e-mail za pomocą tej usługi (opcjonalnie), określ sposób łączenia się ze skrzynką pocztową."
-#: mod/settings.php:864
+#: mod/settings.php:852
msgid "Last successful email check:"
msgstr "Ostatni sprawdzony e-mail:"
-#: mod/settings.php:866
+#: mod/settings.php:854
msgid "IMAP server name:"
msgstr "Nazwa serwera IMAP:"
-#: mod/settings.php:867
+#: mod/settings.php:855
msgid "IMAP port:"
msgstr "Port IMAP:"
-#: mod/settings.php:868
+#: mod/settings.php:856
msgid "Security:"
msgstr "Ochrona:"
-#: mod/settings.php:868 mod/settings.php:873
-msgid "None"
-msgstr "Brak"
-
-#: mod/settings.php:869
+#: mod/settings.php:857
msgid "Email login name:"
msgstr "Nazwa logowania e-mail:"
-#: mod/settings.php:870
+#: mod/settings.php:858
msgid "Email password:"
msgstr "E-mail hasło:"
-#: mod/settings.php:871
+#: mod/settings.php:859
msgid "Reply-to address:"
msgstr "Adres zwrotny:"
-#: mod/settings.php:872
+#: mod/settings.php:860
msgid "Send public posts to all email contacts:"
msgstr "Wyślij publiczny wpis do wszystkich kontaktów e-mail:"
-#: mod/settings.php:873
+#: mod/settings.php:861
msgid "Action after import:"
msgstr "Akcja po zaimportowaniu:"
-#: mod/settings.php:873 src/Content/Nav.php:246
+#: mod/settings.php:861 src/Content/Nav.php:242
msgid "Mark as seen"
msgstr "Oznacz jako przeczytane"
-#: mod/settings.php:873
+#: mod/settings.php:861
msgid "Move to folder"
msgstr "Przenieś do folderu"
-#: mod/settings.php:874
+#: mod/settings.php:862
msgid "Move to folder:"
msgstr "Przenieś do folderu:"
-#: mod/settings.php:917
+#: mod/settings.php:905
#, php-format
msgid "%s - (Unsupported)"
msgstr "%s - (Nieobsługiwane)"
-#: mod/settings.php:919
+#: mod/settings.php:907
#, php-format
msgid "%s - (Experimental)"
msgstr "%s- (Eksperymentalne)"
-#: mod/settings.php:946 src/Core/L10n.php:359 src/Model/Event.php:396
+#: mod/settings.php:934 src/Core/L10n.php:361 src/Model/Event.php:392
msgid "Sunday"
msgstr "Niedziela"
-#: mod/settings.php:946 src/Core/L10n.php:359 src/Model/Event.php:397
+#: mod/settings.php:934 src/Core/L10n.php:361 src/Model/Event.php:393
msgid "Monday"
msgstr "Poniedziałek"
-#: mod/settings.php:962
+#: mod/settings.php:950
msgid "Display Settings"
msgstr "Ustawienia wyglądu"
-#: mod/settings.php:968
+#: mod/settings.php:956
msgid "Display Theme:"
msgstr "Wyświetl motyw:"
-#: mod/settings.php:969
+#: mod/settings.php:957
msgid "Mobile Theme:"
msgstr "Motyw dla urządzeń mobilnych:"
-#: mod/settings.php:970
+#: mod/settings.php:958
msgid "Suppress warning of insecure networks"
msgstr "Ukryj ostrzeżenie przed niebezpiecznymi sieciami"
-#: mod/settings.php:970
+#: mod/settings.php:958
msgid ""
"Should the system suppress the warning that the current group contains "
"members of networks that can't receive non public postings."
msgstr "System powinien pominąć ostrzeżenie, że bieżąca grupa zawiera członków sieci, którzy nie mogą otrzymywać komentarzy niepublicznych"
-#: mod/settings.php:971
+#: mod/settings.php:959
msgid "Update browser every xx seconds"
msgstr "Odświeżaj stronę co xx sekund"
-#: mod/settings.php:971
+#: mod/settings.php:959
msgid "Minimum of 10 seconds. Enter -1 to disable it."
msgstr "Minimum 10 sekund. Wprowadź -1, aby go wyłączyć."
-#: mod/settings.php:972
+#: mod/settings.php:960
msgid "Number of items to display per page:"
msgstr "Liczba elementów do wyświetlenia na stronie:"
-#: mod/settings.php:972 mod/settings.php:973
+#: mod/settings.php:960 mod/settings.php:961
msgid "Maximum of 100 items"
msgstr "Maksymalnie 100 elementów"
-#: mod/settings.php:973
+#: mod/settings.php:961
msgid "Number of items to display per page when viewed from mobile device:"
msgstr "Liczba elementów do wyświetlenia na stronie podczas przeglądania z urządzenia mobilnego:"
-#: mod/settings.php:974
+#: mod/settings.php:962
msgid "Don't show emoticons"
msgstr "Nie pokazuj emotikonek"
-#: mod/settings.php:975
+#: mod/settings.php:963
msgid "Calendar"
msgstr "Kalendarz"
-#: mod/settings.php:976
+#: mod/settings.php:964
msgid "Beginning of week:"
msgstr "Początek tygodnia:"
-#: mod/settings.php:977
+#: mod/settings.php:965
msgid "Don't show notices"
msgstr "Nie pokazuj powiadomień"
-#: mod/settings.php:978
+#: mod/settings.php:966
msgid "Infinite scroll"
msgstr "Nieskończone przewijanie"
-#: mod/settings.php:979
+#: mod/settings.php:967
msgid "Automatic updates only at the top of the network page"
msgstr "Automatyczne aktualizacje tylko w górnej części strony sieci"
-#: mod/settings.php:979
+#: mod/settings.php:967
msgid ""
"When disabled, the network page is updated all the time, which could be "
"confusing while reading."
msgstr "Po wyłączeniu strona sieciowa jest cały czas aktualizowana, co może być mylące podczas czytania."
-#: mod/settings.php:980
+#: mod/settings.php:968
msgid "Bandwidth Saver Mode"
msgstr "Tryb oszczędzania przepustowości"
-#: mod/settings.php:980
+#: mod/settings.php:968
msgid ""
"When enabled, embedded content is not displayed on automatic updates, they "
"only show on page reload."
msgstr "Po włączeniu wbudowana zawartość nie jest wyświetlana w automatycznych aktualizacjach, wyświetlają się tylko przy przeładowaniu strony."
-#: mod/settings.php:981
+#: mod/settings.php:969
msgid "Smart Threading"
msgstr "Inteligentne wątki"
-#: mod/settings.php:981
+#: mod/settings.php:969
msgid ""
"When enabled, suppress extraneous thread indentation while keeping it where "
"it matters. Only works if threading is available and enabled."
msgstr "Włączenie tej opcji powoduje pomijanie wcięcia wątków zewnętrznych, zachowując je w dowolnym miejscu. Działa tylko wtedy, gdy wątki są dostępne i włączone."
-#: mod/settings.php:983
+#: mod/settings.php:971
msgid "General Theme Settings"
msgstr "Ogólne ustawienia motywu"
-#: mod/settings.php:984
+#: mod/settings.php:972
msgid "Custom Theme Settings"
msgstr "Niestandardowe ustawienia motywów"
-#: mod/settings.php:985
+#: mod/settings.php:973
msgid "Content Settings"
msgstr "Ustawienia zawartości"
-#: mod/settings.php:986 view/theme/duepuntozero/config.php:74
+#: mod/settings.php:974 view/theme/duepuntozero/config.php:74
#: view/theme/frio/config.php:121 view/theme/quattro/config.php:76
#: view/theme/vier/config.php:122
msgid "Theme settings"
msgstr "Ustawienia motywu"
-#: mod/settings.php:1000
+#: mod/settings.php:988
msgid "Unable to find your profile. Please contact your admin."
msgstr "Nie można znaleźć Twojego profilu. Skontaktuj się z administratorem."
-#: mod/settings.php:1039
+#: mod/settings.php:1027
msgid "Account Types"
msgstr "Rodzaje kont"
-#: mod/settings.php:1040
+#: mod/settings.php:1028
msgid "Personal Page Subtypes"
msgstr "Podtypy osobistych stron"
-#: mod/settings.php:1041
+#: mod/settings.php:1029
msgid "Community Forum Subtypes"
msgstr "Podtypy społeczności forum"
-#: mod/settings.php:1049
+#: mod/settings.php:1037
msgid "Account for a personal profile."
msgstr "Konto dla profilu osobistego."
-#: mod/settings.php:1053
+#: mod/settings.php:1041
msgid ""
"Account for an organisation that automatically approves contact requests as "
"\"Followers\"."
msgstr "Konto dla organizacji, która automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
-#: mod/settings.php:1057
+#: mod/settings.php:1045
msgid ""
"Account for a news reflector that automatically approves contact requests as"
" \"Followers\"."
msgstr "Konto dla reflektora wiadomości, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
-#: mod/settings.php:1061
+#: mod/settings.php:1049
msgid "Account for community discussions."
msgstr "Konto do dyskusji w społeczności."
-#: mod/settings.php:1065
+#: mod/settings.php:1053
msgid ""
"Account for a regular personal profile that requires manual approval of "
"\"Friends\" and \"Followers\"."
msgstr "Konto dla zwykłego profilu osobistego, który wymaga ręcznej zgody \"Przyjaciół\" i \"Obserwatorów\"."
-#: mod/settings.php:1069
+#: mod/settings.php:1057
msgid ""
"Account for a public profile that automatically approves contact requests as"
" \"Followers\"."
msgstr "Konto dla profilu publicznego, który automatycznie zatwierdza prośby o kontakt jako \"Obserwatorzy\"."
-#: mod/settings.php:1073
+#: mod/settings.php:1061
msgid "Automatically approves all contact requests."
msgstr "Automatycznie zatwierdza wszystkie prośby o kontakt."
-#: mod/settings.php:1077
+#: mod/settings.php:1065
msgid ""
"Account for a popular profile that automatically approves contact requests "
"as \"Friends\"."
msgstr "Konto popularnego profilu, które automatycznie zatwierdza prośby o kontakt jako \"Przyjaciele\"."
-#: mod/settings.php:1080
+#: mod/settings.php:1068
msgid "Private Forum [Experimental]"
msgstr "Prywatne Forum [Eksperymentalne]"
-#: mod/settings.php:1081
+#: mod/settings.php:1069
msgid "Requires manual approval of contact requests."
msgstr "Wymaga ręcznego zatwierdzania żądań kontaktów."
-#: mod/settings.php:1092
+#: mod/settings.php:1080
msgid "OpenID:"
msgstr "OpenID:"
-#: mod/settings.php:1092
+#: mod/settings.php:1080
msgid "(Optional) Allow this OpenID to login to this account."
msgstr "(Opcjonalnie) Pozwól zalogować się na to konto przy pomocy OpenID."
-#: mod/settings.php:1100
+#: mod/settings.php:1088
msgid "Publish your default profile in your local site directory?"
msgstr "Opublikować Twój domyślny profil w Twoim lokalnym katalogu stron?"
-#: mod/settings.php:1100
+#: mod/settings.php:1088
#, php-format
msgid ""
"Your profile will be published in this node's local "
@@ -6292,304 +6295,310 @@ msgid ""
" system settings."
msgstr "Twój profil zostanie opublikowany w lokalnym katalogu tego węzła. Dane Twojego profilu mogą być publicznie widoczne w zależności od ustawień systemu."
-#: mod/settings.php:1106
+#: mod/settings.php:1094
msgid "Publish your default profile in the global social directory?"
msgstr "Opublikować Twój domyślny profil w globalnym, społecznościowym katalogu?"
-#: mod/settings.php:1106
+#: mod/settings.php:1094
#, php-format
msgid ""
"Your profile will be published in the global friendica directories (e.g. %s). Your profile will be visible in public."
msgstr "Twój profil zostanie opublikowany w globalnych katalogach friendica (np.%s). Twój profil będzie widoczny publicznie."
-#: mod/settings.php:1113
+#: mod/settings.php:1101
msgid "Hide your contact/friend list from viewers of your default profile?"
msgstr "Ukryć listę znajomych przed odwiedzającymi Twój profil?"
-#: mod/settings.php:1113
+#: mod/settings.php:1101
msgid ""
"Your contact list won't be shown in your default profile page. You can "
"decide to show your contact list separately for each additional profile you "
"create"
msgstr "Twoja lista kontaktów nie będzie wyświetlana na domyślnej stronie profilu. Możesz zdecydować o wyświetleniu listy kontaktów osobno dla każdego tworzonego dodatkowego profilu."
-#: mod/settings.php:1117
+#: mod/settings.php:1105
msgid "Hide your profile details from anonymous viewers?"
msgstr "Ukryć dane Twojego profilu przed anonimowymi widzami?"
-#: mod/settings.php:1117
+#: mod/settings.php:1105
msgid ""
"Anonymous visitors will only see your profile picture, your display name and"
" the nickname you are using on your profile page. Your public posts and "
"replies will still be accessible by other means."
msgstr "Anonimowi użytkownicy zobaczą tylko Twoje zdjęcie profilowe, swoją wyświetlaną nazwę i pseudonim, którego używasz na stronie profilu. Twoje publiczne posty i odpowiedzi będą nadal dostępne w inny sposób."
-#: mod/settings.php:1121
+#: mod/settings.php:1109
msgid "Allow friends to post to your profile page?"
msgstr "Zezwalać znajomym na publikowanie postów na stronie Twojego profilu?"
-#: mod/settings.php:1121
+#: mod/settings.php:1109
msgid ""
"Your contacts may write posts on your profile wall. These posts will be "
"distributed to your contacts"
msgstr "Twoi znajomi mogą pisać posty na stronie Twojego profilu. Posty zostaną przesłane do Twoich kontaktów."
-#: mod/settings.php:1125
+#: mod/settings.php:1113
msgid "Allow friends to tag your posts?"
msgstr "Zezwolić na oznaczanie Twoich postów przez znajomych?"
-#: mod/settings.php:1125
+#: mod/settings.php:1113
msgid "Your contacts can add additional tags to your posts."
msgstr "Twoje kontakty mogą dodawać do tagów dodatkowe posty."
-#: mod/settings.php:1129
+#: mod/settings.php:1117
msgid "Allow us to suggest you as a potential friend to new members?"
msgstr "Zezwolić na zaproponowanie Cię jako potencjalnego przyjaciela dla nowych członków?"
-#: mod/settings.php:1129
+#: mod/settings.php:1117
msgid ""
"If you like, Friendica may suggest new members to add you as a contact."
msgstr "Jeśli chcesz, Friendica może zaproponować nowym członkom dodanie Cię jako kontakt."
-#: mod/settings.php:1133
+#: mod/settings.php:1121
msgid "Permit unknown people to send you private mail?"
msgstr "Zezwolić nieznanym osobom na wysyłanie prywatnych wiadomości?"
-#: mod/settings.php:1133
+#: mod/settings.php:1121
msgid ""
"Friendica network users may send you private messages even if they are not "
"in your contact list."
msgstr "Użytkownicy sieci w serwisie Friendica mogą wysyłać prywatne wiadomości, nawet jeśli nie znajdują się one na liście kontaktów."
-#: mod/settings.php:1137
+#: mod/settings.php:1125
msgid "Profile is not published."
msgstr "Profil nie jest opublikowany."
-#: mod/settings.php:1143
+#: mod/settings.php:1131
#, php-format
msgid "Your Identity Address is '%s' or '%s'."
msgstr "Twój adres tożsamości to '%s' lub '%s'."
-#: mod/settings.php:1150
+#: mod/settings.php:1138
msgid "Automatically expire posts after this many days:"
msgstr "Posty wygasną automatycznie po następującej liczbie dni:"
-#: mod/settings.php:1150
+#: mod/settings.php:1138
msgid "If empty, posts will not expire. Expired posts will be deleted"
msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte."
-#: mod/settings.php:1151
+#: mod/settings.php:1139
msgid "Advanced expiration settings"
msgstr "Zaawansowane ustawienia wygaszania"
-#: mod/settings.php:1152
+#: mod/settings.php:1140
msgid "Advanced Expiration"
msgstr "Zaawansowane wygaszanie"
-#: mod/settings.php:1153
+#: mod/settings.php:1141
msgid "Expire posts:"
msgstr "Wygasające posty:"
-#: mod/settings.php:1154
+#: mod/settings.php:1142
msgid "Expire personal notes:"
msgstr "Wygaszanie osobistych notatek:"
-#: mod/settings.php:1155
+#: mod/settings.php:1143
msgid "Expire starred posts:"
msgstr "Wygaszaj posty oznaczone gwiazdką:"
-#: mod/settings.php:1156
+#: mod/settings.php:1144
msgid "Expire photos:"
msgstr "Wygasanie zdjęć:"
-#: mod/settings.php:1157
+#: mod/settings.php:1145
msgid "Only expire posts by others:"
msgstr "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:"
-#: mod/settings.php:1187
+#: mod/settings.php:1175
msgid "Account Settings"
msgstr "Ustawienia konta"
-#: mod/settings.php:1195
+#: mod/settings.php:1183
msgid "Password Settings"
msgstr "Ustawienia hasła"
-#: mod/settings.php:1197
+#: mod/settings.php:1184
+msgid ""
+"Allowed characters are a-z, A-Z, 0-9 and special characters except white "
+"spaces, accentuated letters and colon (:)."
+msgstr ""
+
+#: mod/settings.php:1185
msgid "Leave password fields blank unless changing"
msgstr "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić."
-#: mod/settings.php:1198
+#: mod/settings.php:1186
msgid "Current Password:"
msgstr "Aktualne hasło:"
-#: mod/settings.php:1198 mod/settings.php:1199
+#: mod/settings.php:1186 mod/settings.php:1187
msgid "Your current password to confirm the changes"
msgstr "Wpisz aktualne hasło, aby potwierdzić zmiany"
-#: mod/settings.php:1199
+#: mod/settings.php:1187
msgid "Password:"
msgstr "Hasło:"
-#: mod/settings.php:1203
+#: mod/settings.php:1191
msgid "Basic Settings"
msgstr "Ustawienia podstawowe"
-#: mod/settings.php:1204 src/Model/Profile.php:751
+#: mod/settings.php:1192 src/Model/Profile.php:756
msgid "Full Name:"
msgstr "Imię i nazwisko:"
-#: mod/settings.php:1205
+#: mod/settings.php:1193
msgid "Email Address:"
msgstr "Adres email:"
-#: mod/settings.php:1206
+#: mod/settings.php:1194
msgid "Your Timezone:"
msgstr "Twoja strefa czasowa:"
-#: mod/settings.php:1207
+#: mod/settings.php:1195
msgid "Your Language:"
msgstr "Twój język:"
-#: mod/settings.php:1207
+#: mod/settings.php:1195
msgid ""
"Set the language we use to show you friendica interface and to send you "
"emails"
msgstr "Wybierz język, ktory bedzie używany do wyświetlania użytkownika friendica i wysłania Ci e-maili"
-#: mod/settings.php:1208
+#: mod/settings.php:1196
msgid "Default Post Location:"
msgstr "Domyślna lokalizacja wiadomości:"
-#: mod/settings.php:1209
+#: mod/settings.php:1197
msgid "Use Browser Location:"
msgstr "Używaj lokalizacji przeglądarki:"
-#: mod/settings.php:1212
+#: mod/settings.php:1200
msgid "Security and Privacy Settings"
msgstr "Ustawienia bezpieczeństwa i prywatności"
-#: mod/settings.php:1214
+#: mod/settings.php:1202
msgid "Maximum Friend Requests/Day:"
msgstr "Maksymalna dzienna liczba zaproszeń do grona przyjaciół:"
-#: mod/settings.php:1214 mod/settings.php:1243
+#: mod/settings.php:1202 mod/settings.php:1231
msgid "(to prevent spam abuse)"
msgstr "(aby zapobiec spamowaniu)"
-#: mod/settings.php:1215
+#: mod/settings.php:1203
msgid "Default Post Permissions"
msgstr "Domyślne prawa dostępu wiadomości"
-#: mod/settings.php:1216
+#: mod/settings.php:1204
msgid "(click to open/close)"
msgstr "(kliknij by otworzyć/zamknąć)"
-#: mod/settings.php:1226
+#: mod/settings.php:1214
msgid "Default Private Post"
msgstr "Domyślny Prywatny Wpis"
-#: mod/settings.php:1227
+#: mod/settings.php:1215
msgid "Default Public Post"
msgstr "Domyślny Publiczny Post"
-#: mod/settings.php:1231
+#: mod/settings.php:1219
msgid "Default Permissions for New Posts"
msgstr "Uprawnienia domyślne dla nowych postów"
-#: mod/settings.php:1243
+#: mod/settings.php:1231
msgid "Maximum private messages per day from unknown people:"
msgstr "Maksymalna liczba prywatnych wiadomości dziennie od nieznanych osób:"
-#: mod/settings.php:1246
+#: mod/settings.php:1234
msgid "Notification Settings"
msgstr "Ustawienia powiadomień"
-#: mod/settings.php:1247
+#: mod/settings.php:1235
msgid "Send a notification email when:"
msgstr "Wysyłaj powiadmonienia na email, kiedy:"
-#: mod/settings.php:1248
+#: mod/settings.php:1236
msgid "You receive an introduction"
msgstr "Otrzymałeś zaproszenie"
-#: mod/settings.php:1249
+#: mod/settings.php:1237
msgid "Your introductions are confirmed"
msgstr "Twoje zaproszenie jest potwierdzone"
-#: mod/settings.php:1250
+#: mod/settings.php:1238
msgid "Someone writes on your profile wall"
msgstr "Ktoś pisze na twoim profilu"
-#: mod/settings.php:1251
+#: mod/settings.php:1239
msgid "Someone writes a followup comment"
msgstr "Ktoś pisze komentarz nawiązujący."
-#: mod/settings.php:1252
+#: mod/settings.php:1240
msgid "You receive a private message"
msgstr "Otrzymałeś prywatną wiadomość"
-#: mod/settings.php:1253
+#: mod/settings.php:1241
msgid "You receive a friend suggestion"
msgstr "Otrzymałeś propozycję od znajomych"
-#: mod/settings.php:1254
+#: mod/settings.php:1242
msgid "You are tagged in a post"
msgstr "Jesteś oznaczony tagiem w poście"
-#: mod/settings.php:1255
+#: mod/settings.php:1243
msgid "You are poked/prodded/etc. in a post"
msgstr "Jesteś zaczepiony/zaczepiona/itp. w poście"
-#: mod/settings.php:1257
+#: mod/settings.php:1245
msgid "Activate desktop notifications"
msgstr "Aktywuj powiadomienia na pulpicie"
-#: mod/settings.php:1257
+#: mod/settings.php:1245
msgid "Show desktop popup on new notifications"
msgstr "Pokazuj wyskakujące okienko gdy otrzymasz powiadomienie"
-#: mod/settings.php:1259
+#: mod/settings.php:1247
msgid "Text-only notification emails"
msgstr "E-maile z powiadomieniami tekstowymi"
-#: mod/settings.php:1261
+#: mod/settings.php:1249
msgid "Send text only notification emails, without the html part"
msgstr "Wysyłaj tylko e-maile z powiadomieniami tekstowymi, bez części html"
-#: mod/settings.php:1263
+#: mod/settings.php:1251
msgid "Show detailled notifications"
msgstr "Pokazuj szczegółowe powiadomienia"
-#: mod/settings.php:1265
+#: mod/settings.php:1253
msgid ""
"Per default, notifications are condensed to a single notification per item. "
"When enabled every notification is displayed."
msgstr "Domyślne powiadomienia są skondensowane z jednym powiadomieniem dla każdego przedmiotu. Po włączeniu wyświetlane jest każde powiadomienie."
-#: mod/settings.php:1267
+#: mod/settings.php:1255
msgid "Advanced Account/Page Type Settings"
msgstr "Zaawansowane ustawienia konta/rodzaju strony"
-#: mod/settings.php:1268
+#: mod/settings.php:1256
msgid "Change the behaviour of this account for special situations"
msgstr "Zmień zachowanie tego konta w sytuacjach specjalnych"
-#: mod/settings.php:1271
+#: mod/settings.php:1259
msgid "Relocate"
msgstr "Przeniesienie"
-#: mod/settings.php:1272
+#: mod/settings.php:1260
msgid ""
"If you have moved this profile from another server, and some of your "
"contacts don't receive your updates, try pushing this button."
msgstr "Jeśli ten profil został przeniesiony z innego serwera, a niektóre z Twoich kontaktów nie otrzymają aktualizacji, spróbuj nacisnąć ten przycisk."
-#: mod/settings.php:1273
+#: mod/settings.php:1261
msgid "Resend relocate message to contacts"
msgstr "Wyślij ponownie przenieść wiadomości do kontaktów"
-#: mod/subthread.php:106
+#: mod/subthread.php:104
#, php-format
msgid "%1$s is following %2$s's %3$s"
msgstr "%1$s śledzi %3$s %2$s"
@@ -6608,7 +6617,7 @@ msgstr "Brak dostępnych sugestii. Jeśli jest to nowa witryna, spróbuj ponowni
msgid "Ignore/Hide"
msgstr "Ignoruj/Ukryj"
-#: mod/suggest.php:118 src/Content/Widget.php:68 view/theme/vier/theme.php:204
+#: mod/suggest.php:118 src/Content/Widget.php:66 view/theme/vier/theme.php:204
msgid "Friend Suggestions"
msgstr "Osoby, które możesz znać"
@@ -6692,7 +6701,7 @@ msgstr "Brak obserwowania nie jest obecnie obsługiwany przez twoją sieć."
msgid "Contact unfollowed"
msgstr "Skontaktuj się z obserwowanym"
-#: mod/unfollow.php:117 src/Module/Contact.php:576
+#: mod/unfollow.php:118 src/Module/Contact.php:572
msgid "Disconnect/Unfollow"
msgstr "Rozłącz/Nie obserwuj"
@@ -6702,44 +6711,44 @@ msgstr "Rozłącz/Nie obserwuj"
msgid "[Embedded content - reload page to view]"
msgstr "[Dodatkowa zawartość - odśwież stronę by zobaczyć]"
-#: mod/videos.php:134
+#: mod/videos.php:98
msgid "Do you really want to delete this video?"
msgstr "Czy na pewno chcesz usunąć ten film wideo?"
-#: mod/videos.php:139
+#: mod/videos.php:103
msgid "Delete Video"
msgstr "Usuń wideo"
-#: mod/videos.php:201
+#: mod/videos.php:153
msgid "No videos selected"
msgstr "Nie zaznaczono filmów"
-#: mod/videos.php:372 src/Model/Item.php:3430
+#: mod/videos.php:324 src/Model/Item.php:3388
msgid "View Video"
msgstr "Zobacz film"
-#: mod/videos.php:387
+#: mod/videos.php:339
msgid "Recent Videos"
msgstr "Ostatnio dodane filmy"
-#: mod/videos.php:389
+#: mod/videos.php:341
msgid "Upload New Videos"
msgstr "Wstaw nowe filmy"
-#: mod/viewcontacts.php:97
+#: mod/viewcontacts.php:78
msgid "No contacts."
msgstr "Brak kontaktów."
-#: mod/viewcontacts.php:113 src/Module/Contact.php:609
-#: src/Module/Contact.php:1029
+#: mod/viewcontacts.php:94 src/Module/Contact.php:605
+#: src/Module/Contact.php:1027
#, php-format
msgid "Visit %s's profile [%s]"
msgstr "Obejrzyj %s's profil [%s]"
-#: mod/viewcontacts.php:132 src/Content/Nav.php:200 src/Content/Nav.php:266
-#: src/Content/Text/HTML.php:978 src/Model/Profile.php:980
-#: src/Model/Profile.php:983 src/Module/Contact.php:816
-#: src/Module/Contact.php:886 view/theme/frio/theme.php:284
+#: mod/viewcontacts.php:114 src/Content/Nav.php:196 src/Content/Nav.php:262
+#: src/Content/Text/HTML.php:979 src/Model/Profile.php:985
+#: src/Model/Profile.php:988 src/Module/Contact.php:814
+#: src/Module/Contact.php:884 view/theme/frio/theme.php:271
msgid "Contacts"
msgstr "Kontakty"
@@ -6763,26 +6772,26 @@ msgid ""
"your site allow private mail from unknown senders."
msgstr "Jeśli chcesz %s odpowiedzieć, sprawdź, czy ustawienia prywatności w Twojej witrynie zezwalają na prywatne wiadomości od nieznanych nadawców."
-#: mod/wall_attach.php:28 mod/wall_attach.php:35 mod/wall_attach.php:90
+#: mod/wall_attach.php:26 mod/wall_attach.php:33 mod/wall_attach.php:88
#: mod/wall_upload.php:41 mod/wall_upload.php:57 mod/wall_upload.php:115
#: mod/wall_upload.php:166 mod/wall_upload.php:169
msgid "Invalid request."
msgstr "Nieprawidłowe żądanie."
-#: mod/wall_attach.php:108
+#: mod/wall_attach.php:106
msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
msgstr "Przepraszam, Twój przesyłany plik jest większy niż pozwala konfiguracja PHP"
-#: mod/wall_attach.php:108
+#: mod/wall_attach.php:106
msgid "Or - did you try to upload an empty file?"
msgstr "Lub - czy próbowałeś załadować pusty plik?"
-#: mod/wall_attach.php:119
+#: mod/wall_attach.php:117
#, php-format
msgid "File exceeds size limit of %s"
msgstr "Plik przekracza limit rozmiaru wynoszący %s"
-#: mod/wall_attach.php:143 mod/wall_attach.php:159
+#: mod/wall_attach.php:132
msgid "File upload failed."
msgstr "Przesyłanie pliku nie powiodło się."
@@ -6791,19 +6800,19 @@ msgstr "Przesyłanie pliku nie powiodło się."
msgid "Wall Photos"
msgstr "Tablica zdjęć"
-#: src/App.php:790
+#: src/App.php:822
msgid "Delete this item?"
msgstr "Usunąć ten element?"
-#: src/App.php:792
+#: src/App.php:824
msgid "show fewer"
msgstr "pokaż mniej"
-#: src/App.php:834
+#: src/App.php:866
msgid "toggle mobile"
msgstr "przełącz na mobilny"
-#: src/App.php:1383
+#: src/App.php:1419
msgid "No system theme config value set."
msgstr "Nie ustawiono wartości konfiguracyjnej zestawu tematycznego."
@@ -6813,311 +6822,311 @@ msgid ""
"form has been opened for too long (>3 hours) before submitting it."
msgstr "Znacznik zabezpieczeń formularza nie był poprawny. Prawdopodobnie stało się tak, ponieważ formularz został otwarty zbyt długo (> 3 godziny) przed jego przesłaniem."
-#: src/Content/ContactSelector.php:57
+#: src/Content/ContactSelector.php:56
msgid "Frequently"
msgstr "Często"
-#: src/Content/ContactSelector.php:58
+#: src/Content/ContactSelector.php:57
msgid "Hourly"
msgstr "Co godzinę"
-#: src/Content/ContactSelector.php:59
+#: src/Content/ContactSelector.php:58
msgid "Twice daily"
msgstr "Dwa razy dziennie"
-#: src/Content/ContactSelector.php:60
+#: src/Content/ContactSelector.php:59
msgid "Daily"
msgstr "Codziennie"
-#: src/Content/ContactSelector.php:61
+#: src/Content/ContactSelector.php:60
msgid "Weekly"
msgstr "Co tydzień"
-#: src/Content/ContactSelector.php:62
+#: src/Content/ContactSelector.php:61
msgid "Monthly"
msgstr "Miesięczne"
-#: src/Content/ContactSelector.php:81
+#: src/Content/ContactSelector.php:80
msgid "DFRN"
msgstr "DFRN"
-#: src/Content/ContactSelector.php:82
+#: src/Content/ContactSelector.php:81
msgid "OStatus"
msgstr "OStatus"
-#: src/Content/ContactSelector.php:83
+#: src/Content/ContactSelector.php:82
msgid "RSS/Atom"
msgstr "RSS/Atom"
-#: src/Content/ContactSelector.php:86
+#: src/Content/ContactSelector.php:85
msgid "Zot!"
msgstr "Zot!"
-#: src/Content/ContactSelector.php:87
+#: src/Content/ContactSelector.php:86
msgid "LinkedIn"
msgstr "LinkedIn"
-#: src/Content/ContactSelector.php:88
+#: src/Content/ContactSelector.php:87
msgid "XMPP/IM"
msgstr "XMPP/IM"
-#: src/Content/ContactSelector.php:89
+#: src/Content/ContactSelector.php:88
msgid "MySpace"
msgstr "MySpace"
-#: src/Content/ContactSelector.php:90
+#: src/Content/ContactSelector.php:89
msgid "Google+"
msgstr "Google+"
-#: src/Content/ContactSelector.php:91
+#: src/Content/ContactSelector.php:90
msgid "pump.io"
msgstr "pump.io"
-#: src/Content/ContactSelector.php:92
+#: src/Content/ContactSelector.php:91
msgid "Twitter"
msgstr "Twitter"
-#: src/Content/ContactSelector.php:93
+#: src/Content/ContactSelector.php:92
msgid "Diaspora Connector"
msgstr "Łącze Diaspora"
-#: src/Content/ContactSelector.php:94
+#: src/Content/ContactSelector.php:93
msgid "GNU Social Connector"
msgstr "Łącze GNU Social"
-#: src/Content/ContactSelector.php:95
+#: src/Content/ContactSelector.php:94
msgid "ActivityPub"
msgstr "Pub aktywności"
-#: src/Content/ContactSelector.php:96
+#: src/Content/ContactSelector.php:95
msgid "pnut"
msgstr "orzech"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:150
msgid "Male"
msgstr "Mężczyzna"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:151
msgid "Female"
msgstr "Kobieta"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:152
msgid "Currently Male"
msgstr "Obecnie mężczyzna"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:153
msgid "Currently Female"
msgstr "Obecnie Kobieta"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:154
msgid "Mostly Male"
msgstr "Najczęściej męskie"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:155
msgid "Mostly Female"
msgstr "Najczęściej żeńskie"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:156
msgid "Transgender"
msgstr "Transseksualny"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:157
msgid "Intersex"
msgstr "Interseksualne"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:158
msgid "Transsexual"
msgstr "Transseksualny"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:159
msgid "Hermaphrodite"
msgstr "Hermafrodyta"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:160
msgid "Neuter"
msgstr "Rodzaj nijaki"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:161
msgid "Non-specific"
msgstr "Niespecyficzne"
-#: src/Content/ContactSelector.php:148
+#: src/Content/ContactSelector.php:162
msgid "Other"
msgstr "Inne"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:189
msgid "Males"
msgstr "Mężczyźni"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:190
msgid "Females"
msgstr "Kobiety"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:191
msgid "Gay"
msgstr "Gej"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:192
msgid "Lesbian"
msgstr "Lesbijka"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:193
msgid "No Preference"
msgstr "Brak preferencji"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:194
msgid "Bisexual"
msgstr "Biseksualny(-a)"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:195
msgid "Autosexual"
msgstr "Autoseksualny(-a)"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:196
msgid "Abstinent"
msgstr "Abstynent"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:197
msgid "Virgin"
msgstr "Dziewica"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:198
msgid "Deviant"
msgstr "Zboczeniec"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:199
msgid "Fetish"
msgstr "Fetysz"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:200
msgid "Oodles"
msgstr "Nadmiar"
-#: src/Content/ContactSelector.php:170
+#: src/Content/ContactSelector.php:201
msgid "Nonsexual"
msgstr "Nieseksualny(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:226
msgid "Single"
msgstr "Singiel"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:227
msgid "Lonely"
msgstr "Samotny(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:228
msgid "Available"
msgstr "Dostępny(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:229
msgid "Unavailable"
msgstr "Niedostępny(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:230
msgid "Has crush"
msgstr "Ma sympatię"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:231
msgid "Infatuated"
msgstr "Zakochany(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:232
msgid "Dating"
msgstr "Randki"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:233
msgid "Unfaithful"
msgstr "Niewierny(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:234
msgid "Sex Addict"
msgstr "Uzależniony(-a) od seksu"
-#: src/Content/ContactSelector.php:192 src/Model/User.php:618
+#: src/Content/ContactSelector.php:235 src/Model/User.php:647
msgid "Friends"
msgstr "Przyjaciele"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:236
msgid "Friends/Benefits"
msgstr "Przyjaciele/Korzyści"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:237
msgid "Casual"
msgstr "Przypadkowy"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:238
msgid "Engaged"
msgstr "Zaręczony(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:239
msgid "Married"
msgstr "W związku małżeńskim"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:240
msgid "Imaginarily married"
msgstr "Fikcyjnie w związku małżeńskim"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:241
msgid "Partners"
msgstr "Partnerzy"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:242
msgid "Cohabiting"
msgstr "Konkubinat"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:243
msgid "Common law"
msgstr "Prawo zwyczajowe"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:244
msgid "Happy"
msgstr "Szczęśliwy(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:245
msgid "Not looking"
msgstr "Nie szukam"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:246
msgid "Swinger"
msgstr "Swinger"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:247
msgid "Betrayed"
msgstr "Zdradzony(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:248
msgid "Separated"
msgstr "W separacji"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:249
msgid "Unstable"
msgstr "Niestabilny"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:250
msgid "Divorced"
msgstr "Rozwiedziony(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:251
msgid "Imaginarily divorced"
msgstr "Fikcyjnie rozwiedziony(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:252
msgid "Widowed"
msgstr "Wdowiec"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:253
msgid "Uncertain"
msgstr "Nieokreślony(-a)"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:254
msgid "It's complicated"
msgstr "To skomplikowane"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:255
msgid "Don't care"
msgstr "Nie przejmuj się"
-#: src/Content/ContactSelector.php:192
+#: src/Content/ContactSelector.php:256
msgid "Ask me"
msgstr "Zapytaj mnie"
@@ -7240,248 +7249,240 @@ msgstr "Wyświetl datę członkostwa"
msgid "Display membership date in profile"
msgstr "Wyświetla datę członkostwa w profilu"
-#: src/Content/ForumManager.php:128 src/Content/Nav.php:204
-#: src/Content/Text/HTML.php:981 view/theme/vier/theme.php:253
+#: src/Content/ForumManager.php:126 src/Content/Nav.php:200
+#: src/Content/Text/HTML.php:982 view/theme/vier/theme.php:250
msgid "Forums"
msgstr "Fora"
-#: src/Content/ForumManager.php:130 view/theme/vier/theme.php:255
+#: src/Content/ForumManager.php:128 view/theme/vier/theme.php:252
msgid "External link to forum"
msgstr "Zewnętrzny link do forum"
-#: src/Content/Nav.php:72
+#: src/Content/Nav.php:68
msgid "Nothing new here"
msgstr "Brak nowych zdarzeń"
-#: src/Content/Nav.php:76
+#: src/Content/Nav.php:72
msgid "Clear notifications"
msgstr "Wyczyść powiadomienia"
-#: src/Content/Nav.php:77 src/Content/Text/HTML.php:970
+#: src/Content/Nav.php:73 src/Content/Text/HTML.php:971
msgid "@name, !forum, #tags, content"
msgstr "@imię, !forum, #tagi, treść"
-#: src/Content/Nav.php:150 src/Module/Login.php:321
-#: view/theme/frio/theme.php:270
+#: src/Content/Nav.php:146 src/Module/Login.php:318
+#: view/theme/frio/theme.php:257
msgid "Logout"
msgstr "Wyloguj"
-#: src/Content/Nav.php:150 view/theme/frio/theme.php:270
+#: src/Content/Nav.php:146 view/theme/frio/theme.php:257
msgid "End this session"
msgstr "Zakończ sesję"
-#: src/Content/Nav.php:153 src/Model/Profile.php:901
-#: src/Module/Contact.php:659 src/Module/Contact.php:858
-#: view/theme/frio/theme.php:273
+#: src/Content/Nav.php:149 src/Model/Profile.php:906
+#: src/Module/Contact.php:655 src/Module/Contact.php:856
+#: view/theme/frio/theme.php:260
msgid "Status"
msgstr "Status"
-#: src/Content/Nav.php:153 src/Content/Nav.php:239
-#: view/theme/frio/theme.php:273
+#: src/Content/Nav.php:149 src/Content/Nav.php:235
+#: view/theme/frio/theme.php:260
msgid "Your posts and conversations"
msgstr "Twoje posty i rozmowy"
-#: src/Content/Nav.php:154 view/theme/frio/theme.php:274
+#: src/Content/Nav.php:150 view/theme/frio/theme.php:261
msgid "Your profile page"
msgstr "Twoja strona profilowa"
-#: src/Content/Nav.php:155 view/theme/frio/theme.php:275
+#: src/Content/Nav.php:151 view/theme/frio/theme.php:262
msgid "Your photos"
msgstr "Twoje zdjęcia"
-#: src/Content/Nav.php:156 src/Model/Profile.php:925 src/Model/Profile.php:928
-#: view/theme/frio/theme.php:276
+#: src/Content/Nav.php:152 src/Model/Profile.php:930 src/Model/Profile.php:933
+#: view/theme/frio/theme.php:263
msgid "Videos"
msgstr "Filmy"
-#: src/Content/Nav.php:156 view/theme/frio/theme.php:276
+#: src/Content/Nav.php:152 view/theme/frio/theme.php:263
msgid "Your videos"
msgstr "Twoje filmy"
-#: src/Content/Nav.php:157 view/theme/frio/theme.php:277
+#: src/Content/Nav.php:153 view/theme/frio/theme.php:264
msgid "Your events"
msgstr "Twoje wydarzenia"
-#: src/Content/Nav.php:158
+#: src/Content/Nav.php:154
msgid "Personal notes"
msgstr "Notatki"
-#: src/Content/Nav.php:158
+#: src/Content/Nav.php:154
msgid "Your personal notes"
msgstr "Twoje prywatne notatki"
-#: src/Content/Nav.php:167
+#: src/Content/Nav.php:163
msgid "Sign in"
msgstr "Zaloguj się"
-#: src/Content/Nav.php:177 src/Content/Nav.php:239
-#: src/Core/NotificationsManager.php:194
+#: src/Content/Nav.php:173 src/Content/Nav.php:235
+#: src/Core/NotificationsManager.php:192
msgid "Home"
msgstr "Strona domowa"
-#: src/Content/Nav.php:177
+#: src/Content/Nav.php:173
msgid "Home Page"
msgstr "Strona startowa"
-#: src/Content/Nav.php:181
+#: src/Content/Nav.php:177
msgid "Create an account"
msgstr "Załóż konto"
-#: src/Content/Nav.php:187
+#: src/Content/Nav.php:183
msgid "Help and documentation"
msgstr "Pomoc i dokumentacja"
-#: src/Content/Nav.php:191
+#: src/Content/Nav.php:187
msgid "Apps"
msgstr "Aplikacje"
-#: src/Content/Nav.php:191
+#: src/Content/Nav.php:187
msgid "Addon applications, utilities, games"
msgstr "Wtyczki, aplikacje, narzędzia, gry"
-#: src/Content/Nav.php:195
+#: src/Content/Nav.php:191
msgid "Search site content"
msgstr "Przeszukaj zawartość strony"
-#: src/Content/Nav.php:198 src/Content/Text/HTML.php:976
+#: src/Content/Nav.php:194 src/Content/Text/HTML.php:977
msgid "Full Text"
msgstr "Pełny tekst"
-#: src/Content/Nav.php:199 src/Content/Text/HTML.php:977
-#: src/Content/Widget/TagCloud.php:55
+#: src/Content/Nav.php:195 src/Content/Text/HTML.php:978
+#: src/Content/Widget/TagCloud.php:53
msgid "Tags"
msgstr "Tagi"
-#: src/Content/Nav.php:219
+#: src/Content/Nav.php:215
msgid "Community"
msgstr "Społeczność"
-#: src/Content/Nav.php:219
+#: src/Content/Nav.php:215
msgid "Conversations on this and other servers"
msgstr "Rozmowy na tym i innych serwerach"
-#: src/Content/Nav.php:223 src/Model/Profile.php:940 src/Model/Profile.php:951
-#: view/theme/frio/theme.php:281
+#: src/Content/Nav.php:219 src/Model/Profile.php:945 src/Model/Profile.php:956
+#: view/theme/frio/theme.php:268
msgid "Events and Calendar"
msgstr "Wydarzenia i kalendarz"
-#: src/Content/Nav.php:226
+#: src/Content/Nav.php:222
msgid "Directory"
msgstr "Katalog"
-#: src/Content/Nav.php:226
+#: src/Content/Nav.php:222
msgid "People directory"
msgstr "Katalog osób"
-#: src/Content/Nav.php:228
+#: src/Content/Nav.php:224
msgid "Information about this friendica instance"
msgstr "Informacje o tej instancji friendica"
-#: src/Content/Nav.php:231
+#: src/Content/Nav.php:227
msgid "Terms of Service of this Friendica instance"
msgstr "Warunki świadczenia usług tej instancji Friendica"
-#: src/Content/Nav.php:236 view/theme/frio/theme.php:280
+#: src/Content/Nav.php:232 view/theme/frio/theme.php:267
msgid "Conversations from your friends"
msgstr "Rozmowy Twoich przyjaciół"
-#: src/Content/Nav.php:237
+#: src/Content/Nav.php:233
msgid "Network Reset"
msgstr "Resetowanie sieci"
-#: src/Content/Nav.php:237
+#: src/Content/Nav.php:233
msgid "Load Network page with no filters"
msgstr "Załaduj stronę sieci bez filtrów"
-#: src/Content/Nav.php:243 src/Core/NotificationsManager.php:201
+#: src/Content/Nav.php:239 src/Core/NotificationsManager.php:199
msgid "Introductions"
msgstr "Zapoznanie"
-#: src/Content/Nav.php:243
+#: src/Content/Nav.php:239
msgid "Friend Requests"
msgstr "Prośba o przyjęcie do grona znajomych"
-#: src/Content/Nav.php:245
+#: src/Content/Nav.php:241
msgid "See all notifications"
msgstr "Zobacz wszystkie powiadomienia"
-#: src/Content/Nav.php:246
+#: src/Content/Nav.php:242
msgid "Mark all system notifications seen"
msgstr "Oznacz wszystkie powiadomienia systemu jako przeczytane"
-#: src/Content/Nav.php:249 view/theme/frio/theme.php:282
+#: src/Content/Nav.php:245 view/theme/frio/theme.php:269
msgid "Private mail"
msgstr "Prywatne maile"
-#: src/Content/Nav.php:250
+#: src/Content/Nav.php:246
msgid "Inbox"
msgstr "Odebrane"
-#: src/Content/Nav.php:251
+#: src/Content/Nav.php:247
msgid "Outbox"
msgstr "Wysłane"
-#: src/Content/Nav.php:255
+#: src/Content/Nav.php:251
msgid "Manage"
msgstr "Zarządzaj"
-#: src/Content/Nav.php:255
+#: src/Content/Nav.php:251
msgid "Manage other pages"
msgstr "Zarządzaj innymi stronami"
-#: src/Content/Nav.php:260 view/theme/frio/theme.php:283
+#: src/Content/Nav.php:256 view/theme/frio/theme.php:270
msgid "Account settings"
msgstr "Ustawienia konta"
-#: src/Content/Nav.php:263
+#: src/Content/Nav.php:259
msgid "Manage/Edit Profiles"
msgstr "Zarządzaj/Edytuj profile"
-#: src/Content/Nav.php:266 view/theme/frio/theme.php:284
+#: src/Content/Nav.php:262 view/theme/frio/theme.php:271
msgid "Manage/edit friends and contacts"
msgstr "Zarządzaj listą przyjaciół i kontaktami"
-#: src/Content/Nav.php:271
+#: src/Content/Nav.php:267
msgid "Site setup and configuration"
msgstr "Konfiguracja i ustawienia instancji"
-#: src/Content/Nav.php:274
+#: src/Content/Nav.php:270
msgid "Navigation"
msgstr "Nawigacja"
-#: src/Content/Nav.php:274
+#: src/Content/Nav.php:270
msgid "Site map"
msgstr "Mapa strony"
-#: src/Content/OEmbed.php:257
+#: src/Content/OEmbed.php:255
msgid "Embedding disabled"
msgstr "Osadzanie wyłączone"
-#: src/Content/OEmbed.php:377
+#: src/Content/OEmbed.php:375
msgid "Embedded content"
msgstr "Osadzona zawartość"
-#: src/Content/Pager.php:166
+#: src/Content/Pager.php:152
msgid "newer"
msgstr "nowsze"
-#: src/Content/Pager.php:171
+#: src/Content/Pager.php:157
msgid "older"
msgstr "starsze"
-#: src/Content/Pager.php:210
-msgid "first"
-msgstr "pierwszy"
-
-#: src/Content/Pager.php:215
+#: src/Content/Pager.php:201
msgid "prev"
msgstr "poprzedni"
-#: src/Content/Pager.php:270
-msgid "next"
-msgstr "następny"
-
-#: src/Content/Pager.php:275
+#: src/Content/Pager.php:261
msgid "last"
msgstr "ostatni"
@@ -7515,19 +7516,19 @@ msgstr "Nieprawidłowy protokół źródłowy"
msgid "Invalid link protocol"
msgstr "Niepoprawny link protokołu"
-#: src/Content/Text/HTML.php:797
+#: src/Content/Text/HTML.php:798
msgid "Loading more entries..."
msgstr "Ładuję więcej wpisów..."
-#: src/Content/Text/HTML.php:798
+#: src/Content/Text/HTML.php:799
msgid "The end"
msgstr "Koniec"
-#: src/Content/Text/HTML.php:838
+#: src/Content/Text/HTML.php:839
msgid "No contacts"
msgstr "Brak kontaktów"
-#: src/Content/Text/HTML.php:865
+#: src/Content/Text/HTML.php:866
#, php-format
msgid "%d Contact"
msgid_plural "%d Contacts"
@@ -7536,44 +7537,44 @@ msgstr[1] "%d kontaktów"
msgstr[2] "%d kontakty"
msgstr[3] "%d Kontakty"
-#: src/Content/Text/HTML.php:878
+#: src/Content/Text/HTML.php:879
msgid "View Contacts"
msgstr "Widok kontaktów"
-#: src/Content/Text/HTML.php:961
+#: src/Content/Text/HTML.php:962
msgid "Follow"
msgstr "Śledź"
-#: src/Content/Text/HTML.php:1016 src/Model/Item.php:3480
-#: src/Model/Item.php:3491
+#: src/Content/Text/HTML.php:1017 src/Model/Item.php:3438
+#: src/Model/Item.php:3449
msgid "Click to open/close"
msgstr "Kliknij aby otworzyć/zamknąć"
-#: src/Content/Widget/CalendarExport.php:66
+#: src/Content/Widget/CalendarExport.php:63
msgid "Export"
msgstr "Eksport"
-#: src/Content/Widget/CalendarExport.php:67
+#: src/Content/Widget/CalendarExport.php:64
msgid "Export calendar as ical"
msgstr "Wyeksportuj kalendarz jako ical"
-#: src/Content/Widget/CalendarExport.php:68
+#: src/Content/Widget/CalendarExport.php:65
msgid "Export calendar as csv"
msgstr "Eksportuj kalendarz jako csv"
-#: src/Content/Widget.php:37
+#: src/Content/Widget.php:35
msgid "Add New Contact"
msgstr "Dodaj nowy kontakt"
-#: src/Content/Widget.php:38
+#: src/Content/Widget.php:36
msgid "Enter address or web location"
msgstr "Wpisz adres lub lokalizację sieciową"
-#: src/Content/Widget.php:39
+#: src/Content/Widget.php:37
msgid "Example: bob@example.com, http://example.com/barbara"
msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara"
-#: src/Content/Widget.php:57
+#: src/Content/Widget.php:55
#, php-format
msgid "%d invitation available"
msgid_plural "%d invitations available"
@@ -7582,55 +7583,55 @@ msgstr[1] "%d zaproszeń dostępnych"
msgstr[2] "%d zaproszenia dostępne"
msgstr[3] "%d zaproszenia dostępne"
-#: src/Content/Widget.php:63 view/theme/vier/theme.php:199
+#: src/Content/Widget.php:61 view/theme/vier/theme.php:199
msgid "Find People"
msgstr "Znajdź ludzi"
-#: src/Content/Widget.php:64 view/theme/vier/theme.php:200
+#: src/Content/Widget.php:62 view/theme/vier/theme.php:200
msgid "Enter name or interest"
msgstr "Wpisz nazwę lub zainteresowanie"
-#: src/Content/Widget.php:66 view/theme/vier/theme.php:202
+#: src/Content/Widget.php:64 view/theme/vier/theme.php:202
msgid "Examples: Robert Morgenstein, Fishing"
msgstr "Przykład: Jan Kowalski, Wędkarstwo"
-#: src/Content/Widget.php:69 view/theme/vier/theme.php:205
+#: src/Content/Widget.php:67 view/theme/vier/theme.php:205
msgid "Similar Interests"
msgstr "Podobne zainteresowania"
-#: src/Content/Widget.php:70 view/theme/vier/theme.php:206
+#: src/Content/Widget.php:68 view/theme/vier/theme.php:206
msgid "Random Profile"
msgstr "Domyślny profil"
-#: src/Content/Widget.php:71 view/theme/vier/theme.php:207
+#: src/Content/Widget.php:69 view/theme/vier/theme.php:207
msgid "Invite Friends"
msgstr "Zaproś znajomych"
-#: src/Content/Widget.php:74 view/theme/vier/theme.php:210
+#: src/Content/Widget.php:72 view/theme/vier/theme.php:210
msgid "Local Directory"
msgstr "Katalog lokalny"
-#: src/Content/Widget.php:158
+#: src/Content/Widget.php:156
msgid "Protocols"
msgstr "Protokoły"
-#: src/Content/Widget.php:161
+#: src/Content/Widget.php:159
msgid "All Protocols"
msgstr "Wszystkie protokoły"
-#: src/Content/Widget.php:196
+#: src/Content/Widget.php:194
msgid "Saved Folders"
msgstr "Zapisz w folderach"
-#: src/Content/Widget.php:199 src/Content/Widget.php:239
+#: src/Content/Widget.php:197 src/Content/Widget.php:237
msgid "Everything"
msgstr "Wszystko"
-#: src/Content/Widget.php:236
+#: src/Content/Widget.php:234
msgid "Categories"
msgstr "Kategorie"
-#: src/Content/Widget.php:303
+#: src/Content/Widget.php:316
#, php-format
msgid "%d contact in common"
msgid_plural "%d contacts in common"
@@ -7639,44 +7640,44 @@ msgstr[1] "%d wspólne kontakty"
msgstr[2] "%d wspólnych kontaktów"
msgstr[3] "%dwspólnych kontaktów"
-#: src/Core/ACL.php:285
+#: src/Core/ACL.php:283
msgid "Post to Email"
msgstr "Prześlij e-mailem"
-#: src/Core/ACL.php:291
+#: src/Core/ACL.php:289
msgid "Hide your profile details from unknown viewers?"
msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi?"
-#: src/Core/ACL.php:290
+#: src/Core/ACL.php:288
#, php-format
msgid "Connectors disabled, since \"%s\" is enabled."
msgstr "Wtyczki są wyłączone, ponieważ \"%s\" jest włączone."
-#: src/Core/ACL.php:297
+#: src/Core/ACL.php:295
msgid "Visible to everybody"
msgstr "Widoczny dla wszystkich"
-#: src/Core/ACL.php:298 view/theme/vier/config.php:116
+#: src/Core/ACL.php:296 view/theme/vier/config.php:116
msgid "show"
msgstr "pokaż"
-#: src/Core/ACL.php:299 view/theme/vier/config.php:116
+#: src/Core/ACL.php:297 view/theme/vier/config.php:116
msgid "don't show"
msgstr "nie pokazuj"
-#: src/Core/ACL.php:309
+#: src/Core/ACL.php:307
msgid "Close"
msgstr "Zamknij"
-#: src/Core/Authentication.php:89
+#: src/Core/Authentication.php:84
msgid "Welcome "
msgstr "Witaj "
-#: src/Core/Authentication.php:90
+#: src/Core/Authentication.php:85
msgid "Please upload a profile photo."
msgstr "Proszę dodać zdjęcie profilowe."
-#: src/Core/Authentication.php:92
+#: src/Core/Authentication.php:87
msgid "Welcome back "
msgstr "Witaj ponownie "
@@ -7689,14 +7690,10 @@ msgstr "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego a
msgid "The contact entries have been archived"
msgstr "Wpisy kontaktów zostały zarchiwizowane"
-#: src/Core/Console/NewPassword.php:73
+#: src/Core/Console/NewPassword.php:72
msgid "Enter new password: "
msgstr "Wprowadź nowe hasło: "
-#: src/Core/Console/NewPassword.php:78 src/Model/User.php:315
-msgid "Password can't be empty"
-msgstr "Hasło nie może być puste"
-
#: src/Core/Console/PostUpdate.php:50
#, php-format
msgid "Post update version number has been set to %s."
@@ -7882,346 +7879,413 @@ msgstr "Moduł POSIX PHP"
msgid "Error: POSIX PHP module required but not installed."
msgstr "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany."
-#: src/Core/Installer.php:461
+#: src/Core/Installer.php:444
+msgid "JSON PHP module"
+msgstr "Moduł PHP JSON"
+
+#: src/Core/Installer.php:445
+msgid "Error: JSON PHP module required but not installed."
+msgstr "Błąd: wymagany jest moduł JSON PHP, ale nie jest zainstalowany."
+
+#: src/Core/Installer.php:468
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 ""
+msgstr "Instalator internetowy musi mieć możliwość utworzenia pliku o nazwie \"local.config.php\" w folderze \"config\" serwera WWW i nie może tego zrobić."
-#: src/Core/Installer.php:462
+#: src/Core/Installer.php:469
msgid ""
"This is most often a permission setting, as the web server may not be able "
"to write files in your folder - even if you can."
msgstr "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz."
-#: src/Core/Installer.php:463
+#: src/Core/Installer.php:470
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 ""
-#: src/Core/Installer.php:464
+#: src/Core/Installer.php:471
msgid ""
"You can alternatively skip this procedure and perform a manual installation."
" Please see the file \"INSTALL.txt\" for instructions."
msgstr "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami."
-#: src/Core/Installer.php:467
+#: src/Core/Installer.php:474
msgid "config/local.config.php is writable"
-msgstr ""
+msgstr "config/local.config.php jest zapisywalny"
-#: src/Core/Installer.php:487
+#: src/Core/Installer.php:494
msgid ""
"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
"compiles templates to PHP to speed up rendering."
msgstr "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie."
-#: src/Core/Installer.php:488
+#: src/Core/Installer.php:495
msgid ""
"In order to store these compiled templates, the web server needs to have "
"write access to the directory view/smarty3/ under the Friendica top level "
"folder."
msgstr "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica."
-#: src/Core/Installer.php:489
+#: src/Core/Installer.php:496
msgid ""
"Please ensure that the user that your web server runs as (e.g. www-data) has"
" write access to this folder."
msgstr "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu."
-#: src/Core/Installer.php:490
+#: src/Core/Installer.php:497
msgid ""
"Note: as a security measure, you should give the web server write access to "
"view/smarty3/ only--not the template files (.tpl) that it contains."
msgstr "Uwaga: jako środek bezpieczeństwa, powinieneś dać serwerowi dostęp do zapisu view/smarty3/ jedynie - nie do plików szablonów (.tpl), które zawiera."
-#: src/Core/Installer.php:493
+#: src/Core/Installer.php:500
msgid "view/smarty3 is writable"
msgstr "view/smarty3 jest zapisywalny"
-#: src/Core/Installer.php:521
+#: src/Core/Installer.php:528
msgid ""
"Url rewrite in .htaccess is not working. Make sure you copied .htaccess-dist"
" to .htaccess."
msgstr "Adres URL zapisany w .htaccess nie działa. Upewnij się, że skopiowano .htaccess-dist do .htaccess."
-#: src/Core/Installer.php:523
+#: src/Core/Installer.php:530
msgid "Error message from Curl when fetching"
msgstr "Komunikat o błędzie z Curl podczas pobierania"
-#: src/Core/Installer.php:528
+#: src/Core/Installer.php:535
msgid "Url rewrite is working"
msgstr "Działający adres URL"
-#: src/Core/Installer.php:557
+#: src/Core/Installer.php:564
msgid "ImageMagick PHP extension is not installed"
msgstr "Rozszerzenie PHP ImageMagick nie jest zainstalowane"
-#: src/Core/Installer.php:559
+#: src/Core/Installer.php:566
msgid "ImageMagick PHP extension is installed"
msgstr "Rozszerzenie PHP ImageMagick jest zainstalowane"
-#: src/Core/Installer.php:561 tests/src/Core/InstallerTest.php:308
-#: tests/src/Core/InstallerTest.php:332
+#: src/Core/Installer.php:568 tests/src/Core/InstallerTest.php:319
+#: tests/src/Core/InstallerTest.php:343
msgid "ImageMagick supports GIF"
msgstr "ImageMagick obsługuje GIF"
-#: src/Core/Installer.php:583
+#: src/Core/Installer.php:589
msgid "Could not connect to database."
msgstr "Nie można połączyć się z bazą danych."
-#: src/Core/Installer.php:590
+#: src/Core/Installer.php:596
msgid "Database already in use."
msgstr "Baza danych jest już w użyciu."
-#: src/Core/L10n.php:359 src/Model/Event.php:398
+#: src/Core/L10n.php:361 src/Model/Event.php:394
msgid "Tuesday"
msgstr "Wtorek"
-#: src/Core/L10n.php:359 src/Model/Event.php:399
+#: src/Core/L10n.php:361 src/Model/Event.php:395
msgid "Wednesday"
msgstr "Środa"
-#: src/Core/L10n.php:359 src/Model/Event.php:400
+#: src/Core/L10n.php:361 src/Model/Event.php:396
msgid "Thursday"
msgstr "Czwartek"
-#: src/Core/L10n.php:359 src/Model/Event.php:401
+#: src/Core/L10n.php:361 src/Model/Event.php:397
msgid "Friday"
msgstr "Piątek"
-#: src/Core/L10n.php:359 src/Model/Event.php:402
+#: src/Core/L10n.php:361 src/Model/Event.php:398
msgid "Saturday"
msgstr "Sobota"
-#: src/Core/L10n.php:363 src/Model/Event.php:417
+#: src/Core/L10n.php:365 src/Model/Event.php:413
msgid "January"
msgstr "Styczeń"
-#: src/Core/L10n.php:363 src/Model/Event.php:418
+#: src/Core/L10n.php:365 src/Model/Event.php:414
msgid "February"
msgstr "Luty"
-#: src/Core/L10n.php:363 src/Model/Event.php:419
+#: src/Core/L10n.php:365 src/Model/Event.php:415
msgid "March"
msgstr "Marzec"
-#: src/Core/L10n.php:363 src/Model/Event.php:420
+#: src/Core/L10n.php:365 src/Model/Event.php:416
msgid "April"
msgstr "Kwiecień"
-#: src/Core/L10n.php:363 src/Core/L10n.php:382 src/Model/Event.php:408
-#: src/Model/Event.php:421
+#: src/Core/L10n.php:365 src/Core/L10n.php:384 src/Model/Event.php:404
+#: src/Model/Event.php:417
msgid "May"
msgstr "Maj"
-#: src/Core/L10n.php:363 src/Model/Event.php:422
+#: src/Core/L10n.php:365 src/Model/Event.php:418
msgid "June"
msgstr "Czerwiec"
-#: src/Core/L10n.php:363 src/Model/Event.php:423
+#: src/Core/L10n.php:365 src/Model/Event.php:419
msgid "July"
msgstr "Lipiec"
-#: src/Core/L10n.php:363 src/Model/Event.php:424
+#: src/Core/L10n.php:365 src/Model/Event.php:420
msgid "August"
msgstr "Sierpień"
-#: src/Core/L10n.php:363 src/Model/Event.php:425
+#: src/Core/L10n.php:365 src/Model/Event.php:421
msgid "September"
msgstr "Wrzesień"
-#: src/Core/L10n.php:363 src/Model/Event.php:426
+#: src/Core/L10n.php:365 src/Model/Event.php:422
msgid "October"
msgstr "Październik"
-#: src/Core/L10n.php:363 src/Model/Event.php:427
+#: src/Core/L10n.php:365 src/Model/Event.php:423
msgid "November"
msgstr "Listopad"
-#: src/Core/L10n.php:363 src/Model/Event.php:428
+#: src/Core/L10n.php:365 src/Model/Event.php:424
msgid "December"
msgstr "Grudzień"
-#: src/Core/L10n.php:378 src/Model/Event.php:389
+#: src/Core/L10n.php:380 src/Model/Event.php:385
msgid "Mon"
msgstr "Pon"
-#: src/Core/L10n.php:378 src/Model/Event.php:390
+#: src/Core/L10n.php:380 src/Model/Event.php:386
msgid "Tue"
msgstr "Wt"
-#: src/Core/L10n.php:378 src/Model/Event.php:391
+#: src/Core/L10n.php:380 src/Model/Event.php:387
msgid "Wed"
msgstr "Śr"
-#: src/Core/L10n.php:378 src/Model/Event.php:392
+#: src/Core/L10n.php:380 src/Model/Event.php:388
msgid "Thu"
msgstr "Czw"
-#: src/Core/L10n.php:378 src/Model/Event.php:393
+#: src/Core/L10n.php:380 src/Model/Event.php:389
msgid "Fri"
msgstr "Pt"
-#: src/Core/L10n.php:378 src/Model/Event.php:394
+#: src/Core/L10n.php:380 src/Model/Event.php:390
msgid "Sat"
msgstr "Sob"
-#: src/Core/L10n.php:378 src/Model/Event.php:388
+#: src/Core/L10n.php:380 src/Model/Event.php:384
msgid "Sun"
msgstr "Niedz"
-#: src/Core/L10n.php:382 src/Model/Event.php:404
+#: src/Core/L10n.php:384 src/Model/Event.php:400
msgid "Jan"
msgstr "Sty"
-#: src/Core/L10n.php:382 src/Model/Event.php:405
+#: src/Core/L10n.php:384 src/Model/Event.php:401
msgid "Feb"
msgstr "Lut"
-#: src/Core/L10n.php:382 src/Model/Event.php:406
+#: src/Core/L10n.php:384 src/Model/Event.php:402
msgid "Mar"
msgstr "Mar"
-#: src/Core/L10n.php:382 src/Model/Event.php:407
+#: src/Core/L10n.php:384 src/Model/Event.php:403
msgid "Apr"
msgstr "Kwi"
-#: src/Core/L10n.php:382 src/Model/Event.php:410
+#: src/Core/L10n.php:384 src/Model/Event.php:406
msgid "Jul"
msgstr "Lip"
-#: src/Core/L10n.php:382 src/Model/Event.php:411
+#: src/Core/L10n.php:384 src/Model/Event.php:407
msgid "Aug"
msgstr "Sie"
-#: src/Core/L10n.php:382
+#: src/Core/L10n.php:384
msgid "Sep"
msgstr "Wrz"
-#: src/Core/L10n.php:382 src/Model/Event.php:413
+#: src/Core/L10n.php:384 src/Model/Event.php:409
msgid "Oct"
msgstr "Paź"
-#: src/Core/L10n.php:382 src/Model/Event.php:414
+#: src/Core/L10n.php:384 src/Model/Event.php:410
msgid "Nov"
msgstr "Lis"
-#: src/Core/L10n.php:382 src/Model/Event.php:415
+#: src/Core/L10n.php:384 src/Model/Event.php:411
msgid "Dec"
msgstr "Gru"
-#: src/Core/L10n.php:400
+#: src/Core/L10n.php:402
msgid "poke"
msgstr "zaczep"
-#: src/Core/L10n.php:400
+#: src/Core/L10n.php:402
msgid "poked"
msgstr "zaczepił Cię"
-#: src/Core/L10n.php:401
+#: src/Core/L10n.php:403
msgid "ping"
msgstr "ping"
-#: src/Core/L10n.php:401
+#: src/Core/L10n.php:403
msgid "pinged"
msgstr "napięcia"
-#: src/Core/L10n.php:402
+#: src/Core/L10n.php:404
msgid "prod"
msgstr "zaczep"
-#: src/Core/L10n.php:402
+#: src/Core/L10n.php:404
msgid "prodded"
msgstr "zaczepiać"
-#: src/Core/L10n.php:403
+#: src/Core/L10n.php:405
msgid "slap"
msgstr "klask"
-#: src/Core/L10n.php:403
+#: src/Core/L10n.php:405
msgid "slapped"
msgstr "spoliczkowany"
-#: src/Core/L10n.php:404
+#: src/Core/L10n.php:406
msgid "finger"
msgstr "wskaż"
-#: src/Core/L10n.php:404
+#: src/Core/L10n.php:406
msgid "fingered"
msgstr "dotknięty"
-#: src/Core/L10n.php:405
+#: src/Core/L10n.php:407
msgid "rebuff"
msgstr "odrzuć"
-#: src/Core/L10n.php:405
+#: src/Core/L10n.php:407
msgid "rebuffed"
msgstr "odrzucony"
-#: src/Core/NotificationsManager.php:173
+#: src/Core/NotificationsManager.php:171
msgid "System"
msgstr "System"
-#: src/Core/NotificationsManager.php:263 src/Core/NotificationsManager.php:275
+#: src/Core/NotificationsManager.php:261 src/Core/NotificationsManager.php:273
#, php-format
msgid "%s commented on %s's post"
msgstr "%s skomentował wpis %s"
-#: src/Core/NotificationsManager.php:274
+#: src/Core/NotificationsManager.php:272
#, php-format
msgid "%s created a new post"
msgstr "%s dodał nowy wpis"
-#: src/Core/NotificationsManager.php:288
+#: src/Core/NotificationsManager.php:286
#, php-format
msgid "%s liked %s's post"
msgstr "%s polubił wpis %s"
-#: src/Core/NotificationsManager.php:301
+#: src/Core/NotificationsManager.php:299
#, php-format
msgid "%s disliked %s's post"
msgstr "%s nie lubi tych %s postów"
-#: src/Core/NotificationsManager.php:314
+#: src/Core/NotificationsManager.php:312
#, php-format
msgid "%s is attending %s's event"
msgstr "%s uczestniczy w wydarzeniu %s"
-#: src/Core/NotificationsManager.php:327
+#: src/Core/NotificationsManager.php:325
#, php-format
msgid "%s is not attending %s's event"
msgstr "%s nie uczestniczy w wydarzeniu %s"
-#: src/Core/NotificationsManager.php:340
+#: src/Core/NotificationsManager.php:338
#, php-format
msgid "%s may attend %s's event"
msgstr "%s może uczestniczyć %s w wydarzeniu"
-#: src/Core/NotificationsManager.php:373
+#: src/Core/NotificationsManager.php:371
#, php-format
msgid "%s is now friends with %s"
msgstr "%s jest teraz znajomym %s"
-#: src/Core/NotificationsManager.php:639
+#: src/Core/NotificationsManager.php:637
msgid "Friend Suggestion"
msgstr "Propozycja znajomych"
-#: src/Core/NotificationsManager.php:673
+#: src/Core/NotificationsManager.php:671
msgid "Friend/Connect Request"
msgstr "Prośba o dodanie do przyjaciół/powiązanych"
-#: src/Core/NotificationsManager.php:673
+#: src/Core/NotificationsManager.php:671
msgid "New Follower"
msgstr "Nowy obserwujący"
-#: src/Core/Update.php:157
+#: src/Core/System.php:133
+msgid "Error 400 - Bad Request"
+msgstr "Błąd 400 - nieprawidłowe żądanie"
+
+#: src/Core/System.php:134
+msgid "Error 401 - Unauthorized"
+msgstr "Błąd 401 - Nieautoryzowane"
+
+#: src/Core/System.php:135
+msgid "Error 403 - Forbidden"
+msgstr "Błąd 403 - Zabroniony"
+
+#: src/Core/System.php:136
+msgid "Error 404 - Not Found"
+msgstr "Błąd 404 nie znaleziono"
+
+#: src/Core/System.php:137
+msgid "Error 500 - Internal Server Error"
+msgstr "Błąd 500 - Błąd wewnętrzny serwera"
+
+#: src/Core/System.php:138
+msgid "Error 503 - Service Unavailable"
+msgstr "Błąd 503 Usługa Niedostępna"
+
+#: src/Core/System.php:146
+msgid ""
+"The server cannot or will not process the request due to an apparent client "
+"error."
+msgstr "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta."
+
+#: src/Core/System.php:147
+msgid ""
+"Authentication is required and has failed or has not yet been provided."
+msgstr "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone."
+
+#: src/Core/System.php:148
+msgid ""
+"The request was valid, but the server is refusing action. The user might not"
+" have the necessary permissions for a resource, or may need an account."
+msgstr "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta."
+
+#: src/Core/System.php:149
+msgid ""
+"The requested resource could not be found but may be available in the "
+"future."
+msgstr "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości."
+
+#: src/Core/System.php:150
+msgid ""
+"An unexpected condition was encountered and no more specific message is "
+"suitable."
+msgstr "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat."
+
+#: src/Core/System.php:151
+msgid ""
+"The server is currently unavailable (because it is overloaded or down for "
+"maintenance). Please try again later."
+msgstr "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później."
+
+#: src/Core/Update.php:163
#, php-format
msgid "Update %s failed. See error logs."
msgstr "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów."
-#: src/Core/Update.php:213
+#: src/Core/Update.php:219
#, php-format
msgid ""
"\n"
@@ -8231,42 +8295,42 @@ msgid ""
"\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
msgstr "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa."
-#: src/Core/Update.php:219
+#: src/Core/Update.php:225
#, php-format
msgid ""
"The error message is\n"
"[pre]%s[/pre]"
msgstr "Komunikat o błędzie jest \n[pre]%s[/ pre]"
-#: src/Core/Update.php:248
+#: src/Core/Update.php:254
#, php-format
msgid ""
"\n"
"\t\t\t\t\tThe friendica database was successfully updated from %s to %s."
msgstr "\n\t\t\t\t\tBaza danych Friendica została pomyślnie zaktualizowana z %s do %s."
-#: src/Core/UserImport.php:103
+#: src/Core/UserImport.php:101
msgid "Error decoding account file"
msgstr "Błąd podczas odczytu pliku konta"
-#: src/Core/UserImport.php:109
+#: src/Core/UserImport.php:107
msgid "Error! No version data in file! This is not a Friendica account file?"
msgstr "Błąd! Brak danych wersji w pliku! To nie jest plik konta Friendica?"
-#: src/Core/UserImport.php:117
+#: src/Core/UserImport.php:115
#, php-format
msgid "User '%s' already exists on this server!"
msgstr "Użytkownik '%s' już istnieje na tym serwerze!"
-#: src/Core/UserImport.php:153
+#: src/Core/UserImport.php:151
msgid "User creation error"
msgstr "Błąd tworzenia użytkownika"
-#: src/Core/UserImport.php:171
+#: src/Core/UserImport.php:169
msgid "User profile creation error"
msgstr "Błąd tworzenia profilu użytkownika"
-#: src/Core/UserImport.php:215
+#: src/Core/UserImport.php:213
#, php-format
msgid "%d contact not imported"
msgid_plural "%d contacts not imported"
@@ -8275,7 +8339,7 @@ msgstr[1] "Nie zaimportowano %d kontaktów"
msgstr[2] "Nie zaimportowano %d kontaktów"
msgstr[3] "%d kontakty nie zostały zaimportowane "
-#: src/Core/UserImport.php:280
+#: src/Core/UserImport.php:278
msgid "Done. You can now login with your username and password"
msgstr "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i hasła"
@@ -8283,7 +8347,7 @@ msgstr "Gotowe. Możesz teraz zalogować się z użyciem nazwy użytkownika i ha
msgid "There are no tables on MyISAM."
msgstr "W MyISAM nie ma tabel."
-#: src/Database/DBStructure.php:153
+#: src/Database/DBStructure.php:69
#, php-format
msgid ""
"\n"
@@ -8291,16 +8355,16 @@ msgid ""
"%s\n"
msgstr "\nWystąpił błąd %d podczas aktualizacji bazy danych:\n%s\n"
-#: src/Database/DBStructure.php:156
+#: src/Database/DBStructure.php:72
msgid "Errors encountered performing database changes: "
msgstr "Błędy napotkane podczas dokonywania zmian w bazie danych: "
-#: src/Database/DBStructure.php:172
+#: src/Database/DBStructure.php:259
#, php-format
msgid "%s: Database update"
msgstr "%s: Aktualizacja bazy danych"
-#: src/Database/DBStructure.php:435
+#: src/Database/DBStructure.php:520
#, php-format
msgid "%s: updating %s table."
msgstr "%s: aktualizowanie %s tabeli."
@@ -8310,147 +8374,147 @@ msgstr "%s: aktualizowanie %s tabeli."
msgid "Legacy module file not found: %s"
msgstr "Nie znaleziono pliku modułu: %s"
-#: src/Model/Contact.php:955
+#: src/Model/Contact.php:1001
msgid "Drop Contact"
msgstr "Zakończ znajomość"
-#: src/Model/Contact.php:1418
+#: src/Model/Contact.php:1468
msgid "Organisation"
msgstr "Organizacja"
-#: src/Model/Contact.php:1422
+#: src/Model/Contact.php:1472
msgid "News"
msgstr "Aktualności"
-#: src/Model/Contact.php:1426
+#: src/Model/Contact.php:1476
msgid "Forum"
msgstr "Forum"
-#: src/Model/Contact.php:1608
+#: src/Model/Contact.php:1658
msgid "Connect URL missing."
msgstr "Brak adresu URL połączenia."
-#: src/Model/Contact.php:1617
+#: src/Model/Contact.php:1667
msgid ""
"The contact could not be added. Please check the relevant network "
"credentials in your Settings -> Social Networks page."
msgstr "Nie można dodać kontaktu. Sprawdź odpowiednie poświadczenia sieciowe na stronie Ustawienia -> Sieci społecznościowe."
-#: src/Model/Contact.php:1656
+#: src/Model/Contact.php:1706
msgid ""
"This site is not configured to allow communications with other networks."
msgstr "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"
-#: src/Model/Contact.php:1657 src/Model/Contact.php:1671
+#: src/Model/Contact.php:1707 src/Model/Contact.php:1720
msgid "No compatible communication protocols or feeds were discovered."
msgstr "Nie znaleziono żadnych kompatybilnych protokołów komunikacyjnych ani źródeł."
-#: src/Model/Contact.php:1669
+#: src/Model/Contact.php:1718
msgid "The profile address specified does not provide adequate information."
msgstr "Dany adres profilu nie dostarcza odpowiednich informacji."
-#: src/Model/Contact.php:1674
+#: src/Model/Contact.php:1723
msgid "An author or name was not found."
msgstr "Autor lub nazwa nie zostało znalezione."
-#: src/Model/Contact.php:1677
+#: src/Model/Contact.php:1726
msgid "No browser URL could be matched to this address."
msgstr "Przeglądarka WWW nie może odnaleźć podanego adresu"
-#: src/Model/Contact.php:1680
+#: src/Model/Contact.php:1729
msgid ""
"Unable to match @-style Identity Address with a known protocol or email "
"contact."
msgstr "Nie można dopasować @-stylu Adres identyfikacyjny ze znanym protokołem lub kontaktem e-mail."
-#: src/Model/Contact.php:1681
+#: src/Model/Contact.php:1730
msgid "Use mailto: in front of address to force email check."
msgstr "Użyj mailto: przed adresem, aby wymusić sprawdzanie poczty e-mail."
-#: src/Model/Contact.php:1687
+#: src/Model/Contact.php:1736
msgid ""
"The profile address specified belongs to a network which has been disabled "
"on this site."
msgstr "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."
-#: src/Model/Contact.php:1692
+#: src/Model/Contact.php:1741
msgid ""
"Limited profile. This person will be unable to receive direct/personal "
"notifications from you."
msgstr "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."
-#: src/Model/Contact.php:1743
+#: src/Model/Contact.php:1794
msgid "Unable to retrieve contact information."
msgstr "Nie można otrzymać informacji kontaktowych"
-#: src/Model/Event.php:63 src/Model/Event.php:80 src/Model/Event.php:437
-#: src/Model/Event.php:912
+#: src/Model/Event.php:59 src/Model/Event.php:76 src/Model/Event.php:433
+#: src/Model/Event.php:908
msgid "Starts:"
msgstr "Rozpoczęcie:"
-#: src/Model/Event.php:66 src/Model/Event.php:86 src/Model/Event.php:438
-#: src/Model/Event.php:916
+#: src/Model/Event.php:62 src/Model/Event.php:82 src/Model/Event.php:434
+#: src/Model/Event.php:912
msgid "Finishes:"
msgstr "Zakończenie:"
-#: src/Model/Event.php:386
+#: src/Model/Event.php:382
msgid "all-day"
msgstr "cały dzień"
-#: src/Model/Event.php:409
+#: src/Model/Event.php:405
msgid "Jun"
msgstr "Cze"
-#: src/Model/Event.php:412
+#: src/Model/Event.php:408
msgid "Sept"
msgstr "Wrz"
-#: src/Model/Event.php:435
+#: src/Model/Event.php:431
msgid "No events to display"
msgstr "Brak wydarzeń do wyświetlenia"
-#: src/Model/Event.php:559
+#: src/Model/Event.php:555
msgid "l, F j"
msgstr "l, F j"
-#: src/Model/Event.php:590
+#: src/Model/Event.php:586
msgid "Edit event"
msgstr "Edytuj wydarzenie"
-#: src/Model/Event.php:591
+#: src/Model/Event.php:587
msgid "Duplicate event"
msgstr "Zduplikowane zdarzenie"
-#: src/Model/Event.php:592
+#: src/Model/Event.php:588
msgid "Delete event"
msgstr "Usuń wydarzenie"
-#: src/Model/Event.php:624 src/Model/Item.php:3529 src/Model/Item.php:3536
+#: src/Model/Event.php:620 src/Model/Item.php:3487 src/Model/Item.php:3494
msgid "link to source"
msgstr "link do źródła"
-#: src/Model/Event.php:845
+#: src/Model/Event.php:841
msgid "D g:i A"
msgstr "D g:i A"
-#: src/Model/Event.php:846
+#: src/Model/Event.php:842
msgid "g:i A"
msgstr "g:i A"
-#: src/Model/Event.php:931 src/Model/Event.php:933
+#: src/Model/Event.php:927 src/Model/Event.php:929
msgid "Show map"
msgstr "Pokaż mapę"
-#: src/Model/Event.php:932
+#: src/Model/Event.php:928
msgid "Hide map"
msgstr "Ukryj mapę"
-#: src/Model/Event.php:1022
+#: src/Model/Event.php:1018
#, php-format
msgid "%s's birthday"
msgstr "%s urodzin"
-#: src/Model/Event.php:1023
+#: src/Model/Event.php:1019
#, php-format
msgid "Happy Birthday %s"
msgstr "Urodziny %s"
@@ -8459,42 +8523,42 @@ msgstr "Urodziny %s"
msgid "Item filed"
msgstr "Element złożony"
-#: src/Model/Group.php:47
+#: src/Model/Group.php:43
msgid ""
"A deleted group with this name was revived. Existing item permissions "
"may apply to this group and any future members. If this is "
"not what you intended, please create another group with a different name."
msgstr "Skasowana grupa o tej nazwie została przywrócona. Istniejące uprawnienia do pozycji mogą dotyczyć tej grupy i wszystkich przyszłych członków. Jeśli nie jest to zamierzone, utwórz inną grupę o innej nazwie."
-#: src/Model/Group.php:333
+#: src/Model/Group.php:329
msgid "Default privacy group for new contacts"
msgstr "Domyślne ustawienia prywatności dla nowych kontaktów"
-#: src/Model/Group.php:366
+#: src/Model/Group.php:360
msgid "Everybody"
msgstr "Wszyscy"
-#: src/Model/Group.php:386
+#: src/Model/Group.php:380
msgid "edit"
msgstr "edytuj"
-#: src/Model/Group.php:415
+#: src/Model/Group.php:409
msgid "Edit group"
msgstr "Edytuj grupy"
-#: src/Model/Group.php:418
+#: src/Model/Group.php:412
msgid "Create a new group"
msgstr "Stwórz nową grupę"
-#: src/Model/Group.php:420
+#: src/Model/Group.php:414
msgid "Edit groups"
msgstr "Edytuj grupy"
-#: src/Model/Item.php:3267
+#: src/Model/Item.php:3225
msgid "activity"
msgstr "aktywność"
-#: src/Model/Item.php:3269 src/Object/Post.php:446 src/Object/Post.php:458
+#: src/Model/Item.php:3227 src/Object/Post.php:453 src/Object/Post.php:465
msgid "comment"
msgid_plural "comments"
msgstr[0] "komentarz"
@@ -8502,212 +8566,274 @@ msgstr[1] "komentarze"
msgstr[2] "komentarze"
msgstr[3] "komentarz"
-#: src/Model/Item.php:3272
+#: src/Model/Item.php:3230
msgid "post"
msgstr "post"
-#: src/Model/Item.php:3368
+#: src/Model/Item.php:3326
#, php-format
msgid "Content warning: %s"
msgstr "Ostrzeżenie o treści: %s"
-#: src/Model/Item.php:3447
+#: src/Model/Item.php:3405
msgid "bytes"
msgstr "bajty"
-#: src/Model/Item.php:3523
+#: src/Model/Item.php:3481
msgid "View on separate page"
msgstr "Zobacz na oddzielnej stronie"
-#: src/Model/Item.php:3524
+#: src/Model/Item.php:3482
msgid "view on separate page"
msgstr "zobacz na oddzielnej stronie"
-#: src/Model/Mail.php:40 src/Model/Mail.php:172
+#: src/Model/Mail.php:39 src/Model/Mail.php:171
msgid "[no subject]"
msgstr "[bez tematu]"
-#: src/Model/Profile.php:114
+#: src/Model/Profile.php:112
msgid "Requested account is not available."
msgstr "Żądane konto jest niedostępne."
-#: src/Model/Profile.php:180 src/Model/Profile.php:416
-#: src/Model/Profile.php:872
+#: src/Model/Profile.php:130
+msgid "Requested profile is not available."
+msgstr "Żądany profil jest niedostępny."
+
+#: src/Model/Profile.php:178 src/Model/Profile.php:419
+#: src/Model/Profile.php:877
msgid "Edit profile"
msgstr "Edytuj profil"
-#: src/Model/Profile.php:350
+#: src/Model/Profile.php:353
msgid "Atom feed"
msgstr "Kanał Atom"
-#: src/Model/Profile.php:389
+#: src/Model/Profile.php:392
msgid "Manage/edit profiles"
msgstr "Zarządzaj profilami"
-#: src/Model/Profile.php:441 src/Module/Contact.php:652
+#: src/Model/Profile.php:444 src/Module/Contact.php:648
msgid "XMPP:"
msgstr "XMPP:"
-#: src/Model/Profile.php:567 src/Model/Profile.php:665
+#: src/Model/Profile.php:572 src/Model/Profile.php:670
msgid "g A l F d"
msgstr "g A I F d"
-#: src/Model/Profile.php:568
+#: src/Model/Profile.php:573
msgid "F d"
msgstr "F d"
-#: src/Model/Profile.php:630 src/Model/Profile.php:716
+#: src/Model/Profile.php:635 src/Model/Profile.php:721
msgid "[today]"
msgstr "[dziś]"
-#: src/Model/Profile.php:641
+#: src/Model/Profile.php:646
msgid "Birthday Reminders"
msgstr "Przypomnienia o urodzinach"
-#: src/Model/Profile.php:642
+#: src/Model/Profile.php:647
msgid "Birthdays this week:"
msgstr "Urodziny w tym tygodniu:"
-#: src/Model/Profile.php:703
+#: src/Model/Profile.php:708
msgid "[No description]"
msgstr "[Brak opisu]"
-#: src/Model/Profile.php:730
+#: src/Model/Profile.php:735
msgid "Event Reminders"
msgstr "Przypominacze wydarzeń"
-#: src/Model/Profile.php:731
+#: src/Model/Profile.php:736
msgid "Upcoming events the next 7 days:"
msgstr "Nadchodzące wydarzenia w ciągu następnych 7 dni:"
-#: src/Model/Profile.php:754
+#: src/Model/Profile.php:759
msgid "Member since:"
msgstr "Członek od:"
-#: src/Model/Profile.php:762
+#: src/Model/Profile.php:767
msgid "j F, Y"
msgstr "d M, R"
-#: src/Model/Profile.php:763
+#: src/Model/Profile.php:768
msgid "j F"
msgstr "d M"
-#: src/Model/Profile.php:771 src/Util/Temporal.php:149
+#: src/Model/Profile.php:776 src/Util/Temporal.php:146
msgid "Birthday:"
msgstr "Urodziny:"
-#: src/Model/Profile.php:778
+#: src/Model/Profile.php:783
msgid "Age:"
msgstr "Wiek:"
-#: src/Model/Profile.php:791
+#: src/Model/Profile.php:796
#, php-format
msgid "for %1$d %2$s"
msgstr "od %1$d %2$s"
-#: src/Model/Profile.php:815
+#: src/Model/Profile.php:820
msgid "Religion:"
msgstr "Religia:"
-#: src/Model/Profile.php:823
+#: src/Model/Profile.php:828
msgid "Hobbies/Interests:"
msgstr "Hobby/Zainteresowania:"
-#: src/Model/Profile.php:835
+#: src/Model/Profile.php:840
msgid "Contact information and Social Networks:"
msgstr "Informacje kontaktowe i sieci społecznościowe:"
-#: src/Model/Profile.php:839
+#: src/Model/Profile.php:844
msgid "Musical interests:"
msgstr "Zainteresowania muzyczne:"
-#: src/Model/Profile.php:843
+#: src/Model/Profile.php:848
msgid "Books, literature:"
msgstr "Książki, literatura:"
-#: src/Model/Profile.php:847
+#: src/Model/Profile.php:852
msgid "Television:"
msgstr "Telewizja:"
-#: src/Model/Profile.php:851
+#: src/Model/Profile.php:856
msgid "Film/dance/culture/entertainment:"
msgstr "Film/taniec/kultura/rozrywka:"
-#: src/Model/Profile.php:855
+#: src/Model/Profile.php:860
msgid "Love/Romance:"
msgstr "Miłość/Romans:"
-#: src/Model/Profile.php:859
+#: src/Model/Profile.php:864
msgid "Work/employment:"
msgstr "Praca/zatrudnienie:"
-#: src/Model/Profile.php:863
+#: src/Model/Profile.php:868
msgid "School/education:"
msgstr "Szkoła/edukacja:"
-#: src/Model/Profile.php:868
+#: src/Model/Profile.php:873
msgid "Forums:"
msgstr "Fora:"
-#: src/Model/Profile.php:912 src/Module/Contact.php:877
+#: src/Model/Profile.php:917 src/Module/Contact.php:875
msgid "Profile Details"
msgstr "Szczegóły profilu"
-#: src/Model/Profile.php:962
+#: src/Model/Profile.php:967
msgid "Only You Can See This"
msgstr "Tylko ty możesz to zobaczyć"
-#: src/Model/Profile.php:970 src/Model/Profile.php:973
+#: src/Model/Profile.php:975 src/Model/Profile.php:978
msgid "Tips for New Members"
msgstr "Wskazówki dla nowych użytkowników"
-#: src/Model/Profile.php:1135
+#: src/Model/Profile.php:1151
#, php-format
msgid "OpenWebAuth: %1$s welcomes %2$s"
msgstr "OpenWebAuth: %1$s wita %2$s"
-#: src/Model/User.php:207
+#: src/Model/Storage/Database.php:37
+#, php-format
+msgid "Database storage failed to update %s"
+msgstr ""
+
+#: src/Model/Storage/Database.php:44
+msgid "Database storage failed to insert data"
+msgstr "Magazyn bazy danych nie mógł wstawić danych"
+
+#: src/Model/Storage/Filesystem.php:61
+#, php-format
+msgid "Filesystem storage failed to create \"%s\". Check you write permissions."
+msgstr ""
+
+#: src/Model/Storage/Filesystem.php:101
+#, php-format
+msgid ""
+"Filesystem storage failed to save data to \"%s\". Check your write "
+"permissions"
+msgstr ""
+
+#: src/Model/Storage/Filesystem.php:122
+msgid "Storage base path"
+msgstr ""
+
+#: src/Model/Storage/Filesystem.php:124
+msgid ""
+"Folder were uploaded files are saved. For maximum security, This should be a"
+" path outside web server folder tree"
+msgstr ""
+
+#: src/Model/Storage/Filesystem.php:134
+msgid "Enter a valid existing folder"
+msgstr ""
+
+#: src/Model/User.php:216
msgid "Login failed"
msgstr "Logowanie nieudane"
-#: src/Model/User.php:238
+#: src/Model/User.php:247
msgid "Not enough information to authenticate"
msgstr "Za mało informacji do uwierzytelnienia"
-#: src/Model/User.php:430
+#: src/Model/User.php:325
+msgid "Password can't be empty"
+msgstr "Hasło nie może być puste"
+
+#: src/Model/User.php:344
+msgid "Empty passwords are not allowed."
+msgstr "Puste hasła są niedozwolone."
+
+#: src/Model/User.php:348
+msgid ""
+"The new password has been exposed in a public data dump, please choose "
+"another."
+msgstr "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne."
+
+#: src/Model/User.php:354
+msgid ""
+"The password can't contain accentuated letters, white spaces or colons (:)"
+msgstr "Hasło nie może zawierać podkreślonych liter, białych spacji ani dwukropków (:)"
+
+#: src/Model/User.php:452
+msgid "Passwords do not match. Password unchanged."
+msgstr "Hasła nie pasują do siebie. Hasło niezmienione."
+
+#: src/Model/User.php:459
msgid "An invitation is required."
msgstr "Wymagane zaproszenie."
-#: src/Model/User.php:434
+#: src/Model/User.php:463
msgid "Invitation could not be verified."
msgstr "Zaproszenie niezweryfikowane."
-#: src/Model/User.php:441
+#: src/Model/User.php:470
msgid "Invalid OpenID url"
msgstr "Nieprawidłowy adres url OpenID"
-#: src/Model/User.php:454 src/Module/Login.php:108
+#: src/Model/User.php:483 src/Module/Login.php:105
msgid ""
"We encountered a problem while logging in with the OpenID you provided. "
"Please check the correct spelling of the ID."
msgstr "Napotkaliśmy problem podczas logowania z podanym przez nas identyfikatorem OpenID. Sprawdź poprawną pisownię identyfikatora."
-#: src/Model/User.php:454 src/Module/Login.php:108
+#: src/Model/User.php:483 src/Module/Login.php:105
msgid "The error message was:"
msgstr "Komunikat o błędzie:"
-#: src/Model/User.php:460
+#: src/Model/User.php:489
msgid "Please enter the required information."
msgstr "Wprowadź wymagane informacje."
-#: src/Model/User.php:476
+#: src/Model/User.php:505
#, php-format
msgid ""
"system.username_min_length (%s) and system.username_max_length (%s) are "
"excluding each other, swapping values."
msgstr "system.username_min_length (%s) i system.username_max_length (%s) wykluczają się nawzajem, zamieniając wartości."
-#: src/Model/User.php:483
+#: src/Model/User.php:512
#, php-format
msgid "Username should be at least %s character."
msgid_plural "Username should be at least %s characters."
@@ -8716,7 +8842,7 @@ msgstr[1] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
msgstr[2] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
msgstr[3] "Nazwa użytkownika powinna wynosić co najmniej %s znaków."
-#: src/Model/User.php:487
+#: src/Model/User.php:516
#, php-format
msgid "Username should be at most %s character."
msgid_plural "Username should be at most %s characters."
@@ -8725,60 +8851,60 @@ msgstr[1] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
msgstr[2] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
msgstr[3] "Nazwa użytkownika nie może mieć więcej niż %s znaków."
-#: src/Model/User.php:495
+#: src/Model/User.php:524
msgid "That doesn't appear to be your full (First Last) name."
msgstr "Wydaje mi się, że to nie jest twoje pełne imię (pierwsze imię) i nazwisko."
-#: src/Model/User.php:500
+#: src/Model/User.php:529
msgid "Your email domain is not among those allowed on this site."
msgstr "Twoja domena internetowa nie jest obsługiwana na tej stronie."
-#: src/Model/User.php:504
+#: src/Model/User.php:533
msgid "Not a valid email address."
msgstr "Niepoprawny adres e mail.."
-#: src/Model/User.php:507
+#: src/Model/User.php:536
msgid "The nickname was blocked from registration by the nodes admin."
msgstr "Pseudonim został zablokowany przed rejestracją przez administratora węzłów."
-#: src/Model/User.php:511 src/Model/User.php:519
+#: src/Model/User.php:540 src/Model/User.php:548
msgid "Cannot use that email."
msgstr "Nie można użyć tego e-maila."
-#: src/Model/User.php:526
+#: src/Model/User.php:555
msgid "Your nickname can only contain a-z, 0-9 and _."
msgstr "Twój pseudonim może zawierać tylko a-z, 0-9 i _."
-#: src/Model/User.php:533 src/Model/User.php:590
+#: src/Model/User.php:562 src/Model/User.php:619
msgid "Nickname is already registered. Please choose another."
msgstr "Ten login jest zajęty. Wybierz inny."
-#: src/Model/User.php:543
+#: src/Model/User.php:572
msgid "SERIOUS ERROR: Generation of security keys failed."
msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."
-#: src/Model/User.php:577 src/Model/User.php:581
+#: src/Model/User.php:606 src/Model/User.php:610
msgid "An error occurred during registration. Please try again."
msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie."
-#: src/Model/User.php:601 view/theme/duepuntozero/config.php:55
+#: src/Model/User.php:630 view/theme/duepuntozero/config.php:55
msgid "default"
msgstr "standardowe"
-#: src/Model/User.php:606
+#: src/Model/User.php:635
msgid "An error occurred creating your default profile. Please try again."
msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."
-#: src/Model/User.php:613
+#: src/Model/User.php:642
msgid "An error occurred creating your self contact. Please try again."
msgstr "Wystąpił błąd podczas tworzenia własnego kontaktu. Proszę spróbuj ponownie."
-#: src/Model/User.php:622
+#: src/Model/User.php:651
msgid ""
"An error occurred creating your default contact group. Please try again."
msgstr "Wystąpił błąd podczas tworzenia domyślnej grupy kontaktów. Proszę spróbuj ponownie."
-#: src/Model/User.php:697
+#: src/Model/User.php:726
#, php-format
msgid ""
"\n"
@@ -8793,12 +8919,12 @@ msgid ""
"\t\t"
msgstr "\n\t\t\tSzanowny Użytkowniku %1$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto czeka na zatwierdzenie przez administratora.\n\n\t\t\tTwoje dane do logowania są następujące:\n\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%4$s\n\t\t\tHasło:\t\t%5$s\n\t\t"
-#: src/Model/User.php:714
+#: src/Model/User.php:743
#, php-format
msgid "Registration at %s"
msgstr "Rejestracja w %s"
-#: src/Model/User.php:732
+#: src/Model/User.php:761
#, php-format
msgid ""
"\n"
@@ -8807,7 +8933,7 @@ msgid ""
"\t\t"
msgstr "\n\t\t\tSzanowny(-a) %1$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2$s. Twoje konto zostało utworzone."
-#: src/Model/User.php:738
+#: src/Model/User.php:767
#, php-format
msgid ""
"\n"
@@ -8839,7 +8965,11 @@ msgid ""
"\t\t\tThank you and welcome to %2$s."
msgstr "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3$s\n\t\t\tNazwa użytkownika:\t\t%1$s\n\t\t\tHasło:\t\t%5$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %3$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do %2$s."
-#: src/Module/Contact.php:171
+#: src/Module/Attach.php:36 src/Module/Attach.php:48
+msgid "Item was not found."
+msgstr "Element nie znaleziony."
+
+#: src/Module/Contact.php:167
#, php-format
msgid "%d contact edited."
msgid_plural "%d contacts edited."
@@ -8848,349 +8978,349 @@ msgstr[1] "Zedytowano %d kontakty."
msgstr[2] "Zedytowano %d kontaktów."
msgstr[3] "%dedytuj kontakty."
-#: src/Module/Contact.php:196 src/Module/Contact.php:379
+#: src/Module/Contact.php:192 src/Module/Contact.php:375
msgid "Could not access contact record."
msgstr "Nie można uzyskać dostępu do rejestru kontaktów."
-#: src/Module/Contact.php:206
+#: src/Module/Contact.php:202
msgid "Could not locate selected profile."
msgstr "Nie można znaleźć wybranego profilu."
-#: src/Module/Contact.php:238
+#: src/Module/Contact.php:234
msgid "Contact updated."
msgstr "Zaktualizowano kontakt."
-#: src/Module/Contact.php:400
+#: src/Module/Contact.php:396
msgid "Contact has been blocked"
msgstr "Kontakt został zablokowany"
-#: src/Module/Contact.php:400
+#: src/Module/Contact.php:396
msgid "Contact has been unblocked"
msgstr "Kontakt został odblokowany"
-#: src/Module/Contact.php:410
+#: src/Module/Contact.php:406
msgid "Contact has been ignored"
msgstr "Kontakt jest ignorowany"
-#: src/Module/Contact.php:410
+#: src/Module/Contact.php:406
msgid "Contact has been unignored"
msgstr "Kontakt nie jest ignorowany"
-#: src/Module/Contact.php:420
+#: src/Module/Contact.php:416
msgid "Contact has been archived"
msgstr "Kontakt został zarchiwizowany"
-#: src/Module/Contact.php:420
+#: src/Module/Contact.php:416
msgid "Contact has been unarchived"
msgstr "Kontakt został przywrócony"
-#: src/Module/Contact.php:444
+#: src/Module/Contact.php:440
msgid "Drop contact"
msgstr "Usuń kontakt"
-#: src/Module/Contact.php:447 src/Module/Contact.php:825
+#: src/Module/Contact.php:443 src/Module/Contact.php:823
msgid "Do you really want to delete this contact?"
msgstr "Czy na pewno chcesz usunąć ten kontakt?"
-#: src/Module/Contact.php:461
+#: src/Module/Contact.php:457
msgid "Contact has been removed."
msgstr "Kontakt został usunięty."
-#: src/Module/Contact.php:492
+#: src/Module/Contact.php:488
#, php-format
msgid "You are mutual friends with %s"
msgstr "Jesteś już znajomym z %s"
-#: src/Module/Contact.php:497
+#: src/Module/Contact.php:493
#, php-format
msgid "You are sharing with %s"
msgstr "Współdzielisz z %s"
-#: src/Module/Contact.php:502
+#: src/Module/Contact.php:498
#, php-format
msgid "%s is sharing with you"
msgstr "%s współdzieli z tobą"
-#: src/Module/Contact.php:526
+#: src/Module/Contact.php:522
msgid "Private communications are not available for this contact."
msgstr "Nie można nawiązać prywatnej rozmowy z tym kontaktem."
-#: src/Module/Contact.php:528
+#: src/Module/Contact.php:524
msgid "Never"
msgstr "Nigdy"
-#: src/Module/Contact.php:531
+#: src/Module/Contact.php:527
msgid "(Update was successful)"
msgstr "(Aktualizacja przebiegła pomyślnie)"
-#: src/Module/Contact.php:531
+#: src/Module/Contact.php:527
msgid "(Update was not successful)"
msgstr "(Aktualizacja nie powiodła się)"
-#: src/Module/Contact.php:533 src/Module/Contact.php:1063
+#: src/Module/Contact.php:529 src/Module/Contact.php:1061
msgid "Suggest friends"
msgstr "Osoby, które możesz znać"
-#: src/Module/Contact.php:537
+#: src/Module/Contact.php:533
#, php-format
msgid "Network type: %s"
msgstr "Typ sieci: %s"
-#: src/Module/Contact.php:542
+#: src/Module/Contact.php:538
msgid "Communications lost with this contact!"
msgstr "Utracono komunikację z tym kontaktem!"
-#: src/Module/Contact.php:548
+#: src/Module/Contact.php:544
msgid "Fetch further information for feeds"
msgstr "Pobierz dalsze informacje dla kanałów"
-#: src/Module/Contact.php:550
+#: src/Module/Contact.php:546
msgid ""
"Fetch information like preview pictures, title and teaser from the feed "
"item. You can activate this if the feed doesn't contain much text. Keywords "
"are taken from the meta header in the feed item and are posted as hash tags."
msgstr "Pobieranie informacji, takich jak zdjęcia podglądu, tytuł i zwiastun z elementu kanału. Możesz to aktywować, jeśli plik danych nie zawiera dużo tekstu. Słowa kluczowe są pobierane z nagłówka meta w elemencie kanału i są publikowane jako znaczniki haszowania."
-#: src/Module/Contact.php:553
+#: src/Module/Contact.php:549
msgid "Fetch information"
msgstr "Pobierz informacje"
-#: src/Module/Contact.php:554
+#: src/Module/Contact.php:550
msgid "Fetch keywords"
msgstr "Pobierz słowa kluczowe"
-#: src/Module/Contact.php:555
+#: src/Module/Contact.php:551
msgid "Fetch information and keywords"
msgstr "Pobierz informacje i słowa kluczowe"
-#: src/Module/Contact.php:587
+#: src/Module/Contact.php:583
msgid "Profile Visibility"
msgstr "Widoczność profilu"
-#: src/Module/Contact.php:588
+#: src/Module/Contact.php:584
msgid "Contact Information / Notes"
msgstr "Informacje kontaktowe/Notatki"
-#: src/Module/Contact.php:589
+#: src/Module/Contact.php:585
msgid "Contact Settings"
msgstr "Ustawienia kontaktów"
-#: src/Module/Contact.php:598
+#: src/Module/Contact.php:594
msgid "Contact"
msgstr "Kontakt"
-#: src/Module/Contact.php:602
+#: src/Module/Contact.php:598
#, php-format
msgid ""
"Please choose the profile you would like to display to %s when viewing your "
"profile securely."
msgstr "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"
-#: src/Module/Contact.php:604
+#: src/Module/Contact.php:600
msgid "Their personal note"
msgstr "Ich osobista uwaga"
-#: src/Module/Contact.php:606
+#: src/Module/Contact.php:602
msgid "Edit contact notes"
msgstr "Edytuj notatki kontaktu"
-#: src/Module/Contact.php:610
+#: src/Module/Contact.php:606
msgid "Block/Unblock contact"
msgstr "Zablokuj/odblokuj kontakt"
-#: src/Module/Contact.php:611
+#: src/Module/Contact.php:607
msgid "Ignore contact"
msgstr "Ignoruj kontakt"
-#: src/Module/Contact.php:612
+#: src/Module/Contact.php:608
msgid "Repair URL settings"
msgstr "Napraw ustawienia adresów URL"
-#: src/Module/Contact.php:613
+#: src/Module/Contact.php:609
msgid "View conversations"
msgstr "Wyświetl rozmowy"
-#: src/Module/Contact.php:618
+#: src/Module/Contact.php:614
msgid "Last update:"
msgstr "Ostatnia aktualizacja:"
-#: src/Module/Contact.php:620
+#: src/Module/Contact.php:616
msgid "Update public posts"
msgstr "Zaktualizuj publiczne posty"
-#: src/Module/Contact.php:622 src/Module/Contact.php:1073
+#: src/Module/Contact.php:618 src/Module/Contact.php:1071
msgid "Update now"
msgstr "Aktualizuj teraz"
-#: src/Module/Contact.php:628 src/Module/Contact.php:830
-#: src/Module/Contact.php:1090
+#: src/Module/Contact.php:624 src/Module/Contact.php:828
+#: src/Module/Contact.php:1088
msgid "Unignore"
msgstr "Odblokuj"
-#: src/Module/Contact.php:632
+#: src/Module/Contact.php:628
msgid "Currently blocked"
msgstr "Obecnie zablokowany"
-#: src/Module/Contact.php:633
+#: src/Module/Contact.php:629
msgid "Currently ignored"
msgstr "Obecnie zignorowany"
-#: src/Module/Contact.php:634
+#: src/Module/Contact.php:630
msgid "Currently archived"
msgstr "Obecnie zarchiwizowany"
-#: src/Module/Contact.php:635
+#: src/Module/Contact.php:631
msgid "Awaiting connection acknowledge"
msgstr "Oczekiwanie na potwierdzenie połączenia"
-#: src/Module/Contact.php:636
+#: src/Module/Contact.php:632
msgid ""
"Replies/likes to your public posts may still be visible"
msgstr "Odpowiedzi/kliknięcia \"lubię to\" do twoich publicznych postów nadal mogą być widoczne"
-#: src/Module/Contact.php:637
+#: src/Module/Contact.php:633
msgid "Notification for new posts"
msgstr "Powiadomienie o nowych postach"
-#: src/Module/Contact.php:637
+#: src/Module/Contact.php:633
msgid "Send a notification of every new post of this contact"
msgstr "Wyślij powiadomienie o każdym nowym poście tego kontaktu"
-#: src/Module/Contact.php:640
+#: src/Module/Contact.php:636
msgid "Blacklisted keywords"
msgstr "Słowa kluczowe na czarnej liście"
-#: src/Module/Contact.php:640
+#: src/Module/Contact.php:636
msgid ""
"Comma separated list of keywords that should not be converted to hashtags, "
"when \"Fetch information and keywords\" is selected"
msgstr "Rozdzielana przecinkami lista słów kluczowych, które nie powinny zostać przekonwertowane na hashtagi, gdy wybrana jest opcja 'Pobierz informacje i słowa kluczowe'"
-#: src/Module/Contact.php:657
+#: src/Module/Contact.php:653
msgid "Actions"
msgstr "Akcja"
-#: src/Module/Contact.php:703
+#: src/Module/Contact.php:699
msgid "Suggestions"
msgstr "Sugestie"
-#: src/Module/Contact.php:706
+#: src/Module/Contact.php:702
msgid "Suggest potential friends"
msgstr "Sugerowani znajomi"
-#: src/Module/Contact.php:714
+#: src/Module/Contact.php:710
msgid "Show all contacts"
msgstr "Pokaż wszystkie kontakty"
-#: src/Module/Contact.php:719
+#: src/Module/Contact.php:715
msgid "Unblocked"
msgstr "Odblokowane"
-#: src/Module/Contact.php:722
+#: src/Module/Contact.php:718
msgid "Only show unblocked contacts"
msgstr "Pokaż tylko odblokowane kontakty"
-#: src/Module/Contact.php:727
+#: src/Module/Contact.php:723
msgid "Blocked"
msgstr "Zablokowane"
-#: src/Module/Contact.php:730
+#: src/Module/Contact.php:726
msgid "Only show blocked contacts"
msgstr "Pokaż tylko zablokowane kontakty"
-#: src/Module/Contact.php:735
+#: src/Module/Contact.php:731
msgid "Ignored"
msgstr "Ignorowane"
-#: src/Module/Contact.php:738
+#: src/Module/Contact.php:734
msgid "Only show ignored contacts"
msgstr "Pokaż tylko ignorowane kontakty"
-#: src/Module/Contact.php:743
+#: src/Module/Contact.php:739
msgid "Archived"
msgstr "Zarchiwizowane"
-#: src/Module/Contact.php:746
+#: src/Module/Contact.php:742
msgid "Only show archived contacts"
msgstr "Pokaż tylko zarchiwizowane kontakty"
-#: src/Module/Contact.php:751
+#: src/Module/Contact.php:747
msgid "Hidden"
msgstr "Ukryte"
-#: src/Module/Contact.php:754
+#: src/Module/Contact.php:750
msgid "Only show hidden contacts"
msgstr "Pokaż tylko ukryte kontakty"
-#: src/Module/Contact.php:762
+#: src/Module/Contact.php:758
msgid "Organize your contact groups"
msgstr "Uporządkuj swoje grupy kontaktów"
-#: src/Module/Contact.php:820
+#: src/Module/Contact.php:818
msgid "Search your contacts"
msgstr "Wyszukaj w kontaktach"
-#: src/Module/Contact.php:831 src/Module/Contact.php:1099
+#: src/Module/Contact.php:829 src/Module/Contact.php:1097
msgid "Archive"
msgstr "Archiwum"
-#: src/Module/Contact.php:831 src/Module/Contact.php:1099
+#: src/Module/Contact.php:829 src/Module/Contact.php:1097
msgid "Unarchive"
msgstr "Przywróć z archiwum"
-#: src/Module/Contact.php:834
+#: src/Module/Contact.php:832
msgid "Batch Actions"
msgstr "Akcje wsadowe"
-#: src/Module/Contact.php:861
+#: src/Module/Contact.php:859
msgid "Conversations started by this contact"
msgstr "Rozmowy rozpoczęły się od tego kontaktu"
-#: src/Module/Contact.php:866
+#: src/Module/Contact.php:864
msgid "Posts and Comments"
msgstr "Posty i komentarze"
-#: src/Module/Contact.php:889
+#: src/Module/Contact.php:887
msgid "View all contacts"
msgstr "Zobacz wszystkie kontakty"
-#: src/Module/Contact.php:900
+#: src/Module/Contact.php:898
msgid "View all common friends"
msgstr "Zobacz wszystkich popularnych znajomych"
-#: src/Module/Contact.php:910
+#: src/Module/Contact.php:908
msgid "Advanced Contact Settings"
msgstr "Zaawansowane ustawienia kontaktów"
-#: src/Module/Contact.php:996
+#: src/Module/Contact.php:994
msgid "Mutual Friendship"
msgstr "Wzajemna przyjaźń"
-#: src/Module/Contact.php:1001
+#: src/Module/Contact.php:999
msgid "is a fan of yours"
msgstr "jest twoim fanem"
-#: src/Module/Contact.php:1006
+#: src/Module/Contact.php:1004
msgid "you are a fan of"
msgstr "jesteś fanem"
-#: src/Module/Contact.php:1030
+#: src/Module/Contact.php:1028
msgid "Edit contact"
msgstr "Edytuj kontakt"
-#: src/Module/Contact.php:1084
+#: src/Module/Contact.php:1082
msgid "Toggle Blocked status"
msgstr "Przełącz status na Zablokowany"
-#: src/Module/Contact.php:1092
+#: src/Module/Contact.php:1090
msgid "Toggle Ignored status"
msgstr "Przełącz status na Ignorowany"
-#: src/Module/Contact.php:1101
+#: src/Module/Contact.php:1099
msgid "Toggle Archive status"
msgstr "Przełącz status na Archiwalny"
-#: src/Module/Contact.php:1109
+#: src/Module/Contact.php:1107
msgid "Delete contact"
msgstr "Usuń kontakt"
@@ -9306,47 +9436,47 @@ msgstr "Przejdź do strony rejestracji nowego węzł
msgid "Item Guid"
msgstr "Element Guid"
-#: src/Module/Login.php:292
+#: src/Module/Login.php:289
msgid "Create a New Account"
msgstr "Załóż nowe konto"
-#: src/Module/Login.php:325
+#: src/Module/Login.php:322
msgid "Password: "
msgstr "Hasło: "
-#: src/Module/Login.php:326
+#: src/Module/Login.php:323
msgid "Remember me"
msgstr "Zapamiętaj mnie"
-#: src/Module/Login.php:329
+#: src/Module/Login.php:326
msgid "Or login using OpenID: "
msgstr "Lub zaloguj się za pośrednictwem OpenID: "
-#: src/Module/Login.php:335
+#: src/Module/Login.php:332
msgid "Forgot your password?"
msgstr "Zapomniałeś swojego hasła?"
-#: src/Module/Login.php:338
+#: src/Module/Login.php:335
msgid "Website Terms of Service"
msgstr "Warunki korzystania z witryny"
-#: src/Module/Login.php:339
+#: src/Module/Login.php:336
msgid "terms of service"
msgstr "warunki użytkowania"
-#: src/Module/Login.php:341
+#: src/Module/Login.php:338
msgid "Website Privacy Policy"
msgstr "Polityka Prywatności Witryny"
-#: src/Module/Login.php:342
+#: src/Module/Login.php:339
msgid "privacy policy"
msgstr "polityka prywatności"
-#: src/Module/Logout.php:29
+#: src/Module/Logout.php:27
msgid "Logged out."
msgstr "Wylogowano."
-#: src/Module/Proxy.php:136
+#: src/Module/Proxy.php:78
msgid "Bad Request."
msgstr "Nieprawidłowe żądanie."
@@ -9385,103 +9515,119 @@ msgstr "W dowolnym momencie zalogowany użytkownik może wyeksportować dane swo
msgid "Privacy Statement"
msgstr "Oświadczenie o prywatności"
-#: src/Object/Post.php:134
+#: src/Object/Post.php:133
msgid "This entry was edited"
msgstr "Ten wpis został zedytowany"
-#: src/Object/Post.php:197
+#: src/Object/Post.php:195
msgid "Delete locally"
msgstr "Usuń lokalnie"
-#: src/Object/Post.php:200
+#: src/Object/Post.php:198
msgid "Delete globally"
msgstr "Usuń globalnie"
-#: src/Object/Post.php:200
+#: src/Object/Post.php:198
msgid "Remove locally"
msgstr "Usuń lokalnie"
-#: src/Object/Post.php:214
+#: src/Object/Post.php:212
msgid "save to folder"
msgstr "zapisz w folderze"
-#: src/Object/Post.php:249
+#: src/Object/Post.php:247
msgid "I will attend"
msgstr "Będę uczestniczyć"
-#: src/Object/Post.php:249
+#: src/Object/Post.php:247
msgid "I will not attend"
msgstr "Nie będę uczestniczyć"
-#: src/Object/Post.php:249
+#: src/Object/Post.php:247
msgid "I might attend"
msgstr "Mogę wziąć udział"
-#: src/Object/Post.php:277
+#: src/Object/Post.php:275
msgid "ignore thread"
msgstr "zignoruj wątek"
-#: src/Object/Post.php:278
+#: src/Object/Post.php:276
msgid "unignore thread"
msgstr "odignoruj wątek"
-#: src/Object/Post.php:279
+#: src/Object/Post.php:277
msgid "toggle ignore status"
msgstr "przełącz status ignorowania"
-#: src/Object/Post.php:290
+#: src/Object/Post.php:288
msgid "add star"
msgstr "dodaj gwiazdkę"
-#: src/Object/Post.php:291
+#: src/Object/Post.php:289
msgid "remove star"
msgstr "anuluj gwiazdkę"
-#: src/Object/Post.php:292
+#: src/Object/Post.php:290
msgid "toggle star status"
msgstr "włącz status gwiazdy"
-#: src/Object/Post.php:295
+#: src/Object/Post.php:293
msgid "starred"
msgstr "gwiazdką"
-#: src/Object/Post.php:299
+#: src/Object/Post.php:297
msgid "add tag"
msgstr "dodaj tag"
-#: src/Object/Post.php:310
+#: src/Object/Post.php:308
msgid "like"
msgstr "lubię to"
-#: src/Object/Post.php:311
+#: src/Object/Post.php:309
msgid "dislike"
msgstr "nie lubię tego"
-#: src/Object/Post.php:314
+#: src/Object/Post.php:312
msgid "Share this"
msgstr "Udostępnij to"
-#: src/Object/Post.php:314
+#: src/Object/Post.php:312
msgid "share"
msgstr "udostępnij"
-#: src/Object/Post.php:381
+#: src/Object/Post.php:379
msgid "to"
msgstr "do"
-#: src/Object/Post.php:382
+#: src/Object/Post.php:380
msgid "via"
msgstr "przez"
-#: src/Object/Post.php:383
+#: src/Object/Post.php:381
msgid "Wall-to-Wall"
msgstr "Wall-to-Wall"
-#: src/Object/Post.php:384
+#: src/Object/Post.php:382
msgid "via Wall-To-Wall:"
msgstr "via Wall-To-Wall:"
-#: src/Object/Post.php:444
+#: src/Object/Post.php:429
+msgid "Notifier task is pending"
+msgstr ""
+
+#: src/Object/Post.php:430
+msgid "Delivery to remote servers is pending"
+msgstr ""
+
+#: src/Object/Post.php:431
+msgid "Delivery to remote servers is underway"
+msgstr ""
+
+#: src/Object/Post.php:432
+msgid "Delivery to remote servers is mostly done"
+msgstr ""
+
+#: src/Object/Post.php:451
#, php-format
msgid "%d comment"
msgid_plural "%d comments"
@@ -9490,108 +9636,108 @@ msgstr[1] "%d komentarze"
msgstr[2] "%d komentarzy"
msgstr[3] "%d komentarzy"
-#: src/Protocol/Diaspora.php:2434
+#: src/Protocol/Diaspora.php:2442
msgid "Sharing notification from Diaspora network"
msgstr "Wspólne powiadomienie z sieci Diaspora"
-#: src/Protocol/Diaspora.php:3528
+#: src/Protocol/Diaspora.php:3536
msgid "Attachments:"
msgstr "Załączniki:"
-#: src/Protocol/OStatus.php:1839
+#: src/Protocol/OStatus.php:1838
#, php-format
msgid "%s is now following %s."
msgstr "%s zaczął(-ęła) obserwować %s."
-#: src/Protocol/OStatus.php:1840
+#: src/Protocol/OStatus.php:1839
msgid "following"
msgstr "następujący"
-#: src/Protocol/OStatus.php:1843
+#: src/Protocol/OStatus.php:1842
#, php-format
msgid "%s stopped following %s."
msgstr "%s przestał(a) obserwować %s."
-#: src/Protocol/OStatus.php:1844
+#: src/Protocol/OStatus.php:1843
msgid "stopped following"
msgstr "przestał śledzić"
-#: src/Util/Temporal.php:153
+#: src/Util/Temporal.php:150
msgid "YYYY-MM-DD or MM-DD"
msgstr "RRRR-MM-DD lub MM-DD"
-#: src/Util/Temporal.php:296
+#: src/Util/Temporal.php:293
msgid "never"
msgstr "nigdy"
-#: src/Util/Temporal.php:303
+#: src/Util/Temporal.php:300
msgid "less than a second ago"
msgstr "mniej niż sekundę temu"
-#: src/Util/Temporal.php:311
+#: src/Util/Temporal.php:308
msgid "year"
msgstr "rok"
-#: src/Util/Temporal.php:311
+#: src/Util/Temporal.php:308
msgid "years"
msgstr "lata"
-#: src/Util/Temporal.php:312
+#: src/Util/Temporal.php:309
msgid "months"
msgstr "miesiące"
-#: src/Util/Temporal.php:313
+#: src/Util/Temporal.php:310
msgid "weeks"
msgstr "tygodnie"
-#: src/Util/Temporal.php:314
+#: src/Util/Temporal.php:311
msgid "days"
msgstr "dni"
-#: src/Util/Temporal.php:315
+#: src/Util/Temporal.php:312
msgid "hour"
msgstr "godzina"
-#: src/Util/Temporal.php:315
+#: src/Util/Temporal.php:312
msgid "hours"
msgstr "godziny"
-#: src/Util/Temporal.php:316
+#: src/Util/Temporal.php:313
msgid "minute"
msgstr "minuta"
-#: src/Util/Temporal.php:316
+#: src/Util/Temporal.php:313
msgid "minutes"
msgstr "minuty"
-#: src/Util/Temporal.php:317
+#: src/Util/Temporal.php:314
msgid "second"
msgstr "sekunda"
-#: src/Util/Temporal.php:317
+#: src/Util/Temporal.php:314
msgid "seconds"
msgstr "sekundy"
-#: src/Util/Temporal.php:327
+#: src/Util/Temporal.php:324
#, php-format
msgid "in %1$d %2$s"
msgstr "w %1$d %2$s"
-#: src/Util/Temporal.php:330
+#: src/Util/Temporal.php:327
#, php-format
msgid "%1$d %2$s ago"
msgstr "%1$d %2$s temu"
-#: src/Worker/Delivery.php:433
+#: src/Worker/Delivery.php:447
msgid "(no subject)"
msgstr "(bez tematu)"
-#: update.php:195
+#: update.php:217
#, php-format
msgid "%s: Updating author-id and owner-id in item and thread table. "
msgstr "%s: Aktualizowanie ID autora i właściciela w tabeli pozycji i wątku. "
-#: update.php:241
+#: update.php:272
#, php-format
msgid "%s: Updating post-type."
msgstr "%s: Aktualizowanie typu postu."
@@ -9716,11 +9862,11 @@ msgstr "Mozaika"
msgid "Repeat image to fill the screen."
msgstr "Powtórz obraz, aby wypełnić ekran."
-#: view/theme/frio/theme.php:252
+#: view/theme/frio/theme.php:239
msgid "Guest"
msgstr "Gość"
-#: view/theme/frio/theme.php:257
+#: view/theme/frio/theme.php:244
msgid "Visitor"
msgstr "Odwiedzający"
@@ -9768,7 +9914,7 @@ msgstr "Profile społeczności"
msgid "Help or @NewHere ?"
msgstr "Pomóż lub @NowyTutaj?"
-#: view/theme/vier/config.php:127 view/theme/vier/theme.php:388
+#: view/theme/vier/config.php:127 view/theme/vier/theme.php:373
msgid "Connect Services"
msgstr "Połączone serwisy"
@@ -9780,6 +9926,6 @@ msgstr "Znajdź znajomych"
msgid "Last users"
msgstr "Ostatni użytkownicy"
-#: view/theme/vier/theme.php:291
+#: view/theme/vier/theme.php:288
msgid "Quick Start"
msgstr "Szybki start"
diff --git a/view/lang/pl/strings.php b/view/lang/pl/strings.php
index a0fcf53b3..a65f49b5d 100644
--- a/view/lang/pl/strings.php
+++ b/view/lang/pl/strings.php
@@ -149,18 +149,22 @@ $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s wysłał(
$a->strings["a private message"] = "prywatna wiadomość";
$a->strings["%1\$s sent you %2\$s."] = "%1\$s wysłał(-a) ci %2\$s.";
$a->strings["Please visit %s to view and/or reply to your private messages."] = "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na twoje prywatne wiadomości.";
+$a->strings["%1\$s tagged you on [url=%2\$s]a %3\$s[/url]"] = "";
$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]%3\$s's %4\$s[/url]"] = "";
$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$sskomentował [url=%2\$s]%3\$s %4\$s[/url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]your %3\$s[/url]"] = "";
$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s skomentował [url=%2\$s] twój %3\$s[/ url]";
+$a->strings["%1\$s tagged you on [url=%2\$s]their %3\$s[/url]"] = "";
+$a->strings["%1\$s commented on [url=%2\$s]their %3\$s[/url]"] = "";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s";
$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Powiadomienie] Komentarz do rozmowy #%1\$d przez %2\$s";
$a->strings["%s commented on an item/conversation you have been following."] = "%s skomentował(-a) rozmowę którą śledzisz.";
$a->strings["Please visit %s to view and/or reply to the conversation."] = "Odwiedź %s, aby zobaczyć i/lub odpowiedzieć na rozmowę.";
$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Powiadomienie] %s napisał na twoim profilu";
$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s opublikował(-a) wpis na twojej ścianie o %2\$s";
$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s opublikował(-a) na [url=%2\$s]twojej ścianie[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Powiadomienie] %s dodał Cię";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s oznaczono Cię tagiem %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]oznaczył(-a) Cię[/url].";
$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Powiadomienie] %s udostępnił nowy wpis";
$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s udostępnił(-a) nowy wpis na %2\$s";
$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s[url=%2\$s]udostępnił wpis[/url].";
@@ -359,6 +363,7 @@ $a->strings["Self-signed certificate, use SSL for local links only (discouraged)
$a->strings["Don't check"] = "Nie sprawdzaj";
$a->strings["check the stable version"] = "sprawdź wersję stabilną";
$a->strings["check the development version"] = "sprawdź wersję rozwojową";
+$a->strings["None"] = "Brak";
$a->strings["Republish users to directory"] = "Ponownie opublikuj użytkowników w katalogu";
$a->strings["Registration"] = "Rejestracja";
$a->strings["File upload"] = "Przesyłanie plików";
@@ -368,8 +373,8 @@ $a->strings["Auto Discovered Contact Directory"] = "Katalog kontaktów automatyc
$a->strings["Performance"] = "Ustawienia";
$a->strings["Worker"] = "Pracownik";
$a->strings["Message Relay"] = "Przekazywanie wiadomości";
-$a->strings["Relocate Instance"] = "";
-$a->strings["Warning! Advanced function. Could make this server unreachable."] = "";
+$a->strings["Relocate Instance"] = "Zmień lokalizację";
+$a->strings["Warning! Advanced function. Could make this server unreachable."] = "Ostrzeżenie! Zaawansowana funkcja. Może spowodować, że serwer będzie nieosiągalny.";
$a->strings["Site name"] = "Nazwa strony";
$a->strings["Host name"] = "Nazwa hosta";
$a->strings["Sender Email"] = "E-mail nadawcy";
@@ -394,6 +399,8 @@ $a->strings["Hide help entry from navigation menu"] = "Ukryj pomoc w menu nawiga
$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Chowa pozycje menu dla stron pomocy ze strony nawigacyjnej. Możesz nadal ją wywołać poprzez komendę /help.";
$a->strings["Single user instance"] = "Tryb pojedynczego użytkownika";
$a->strings["Make this instance multi-user or single-user for the named user"] = "Ustawia tryb dla wielu użytkowników lub pojedynczego użytkownika dla nazwanego użytkownika";
+$a->strings["File storage backend"] = "";
+$a->strings["Backend used to store uploaded files data"] = "";
$a->strings["Maximum image size"] = "Maksymalny rozmiar zdjęcia";
$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maksymalny rozmiar w bitach dla wczytywanego obrazu . Domyślnie jest to 0 , co oznacza bez limitu .";
$a->strings["Maximum image length"] = "Maksymalna długość obrazu";
@@ -438,16 +445,16 @@ $a->strings["Allow Users to set remote_self"] = "Zezwól użytkownikom na ustawi
$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."] = "Po sprawdzeniu tego każdy użytkownik może zaznaczyć każdy kontakt jako zdalny w oknie dialogowym kontaktu naprawczego. Ustawienie tej flagi na kontakcie powoduje dublowanie każdego wpisu tego kontaktu w strumieniu użytkowników.";
$a->strings["Block multiple registrations"] = "Zablokuj wielokrotną rejestrację";
$a->strings["Disallow users to register additional accounts for use as pages."] = "Nie pozwalaj użytkownikom na zakładanie dodatkowych kont do używania jako strony. ";
-$a->strings["OpenID support"] = "Wsparcie OpenID";
-$a->strings["OpenID support for registration and logins."] = "Obsługa OpenID do rejestracji i logowania.";
-$a->strings["Fullname check"] = "Sprawdzanie pełnej nazwy";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Aby ograniczyć spam, wymagaj by użytkownik przy rejestracji w polu Imię i nazwisko użył spacji pomiędzy imieniem i nazwiskiem.";
+$a->strings["Disable OpenID"] = "Wyłącz OpenID";
+$a->strings["Disable OpenID support for registration and logins."] = "Wyłącz obsługę OpenID dla rejestracji i logowania.";
+$a->strings["No Fullname check"] = "Bez sprawdzania pełnej nazwy";
+$a->strings["Allow users to register without a space between the first name and the last name in their full name."] = "Zezwól użytkownikom na rejestrację bez spacji między imieniem i nazwiskiem w ich pełnym imieniu.";
$a->strings["Community pages for visitors"] = "Strony społecznościowe dla odwiedzających";
$a->strings["Which community pages should be available for visitors. Local users always see both pages."] = "Które strony społeczności powinny być dostępne dla odwiedzających. Lokalni użytkownicy zawsze widzą obie strony.";
$a->strings["Posts per user on community page"] = "Lista postów użytkownika na stronie społeczności";
$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maksymalna liczba postów na użytkownika na stronie społeczności. (Nie dotyczy 'społeczności globalnej')";
-$a->strings["Enable OStatus support"] = "Włącz wsparcie OStatus";
-$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Zapewnij kompatybilność z OStatus (StatusNet, GNU Social itp.). Cała komunikacja w stanie OStatus jest jawna, dlatego ostrzeżenia o prywatności będą czasami wyświetlane.";
+$a->strings["Disable OStatus support"] = "Wyłącz obsługę 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."] = "";
$a->strings["Only import OStatus/ActivityPub threads from our contacts"] = "Importuj wątki OStatus/ActivityPub tylko z naszych kontaktów";
$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."] = "Normalnie importujemy każdą zawartość z naszych kontaktów OStatus i ActivityPub. W tej opcji przechowujemy tylko wątki uruchomione przez kontakt znany w naszym systemie.";
$a->strings["OStatus support can only be enabled if threading is enabled."] = "Obsługa OStatus może być włączona tylko wtedy, gdy włączone jest wątkowanie.";
@@ -560,7 +567,7 @@ $a->strings["%s user blocked/unblocked"] = [
2 => "zablokowano/odblokowano %s użytkowników",
3 => "%sużytkowników zablokowanych/odblokowanych",
];
-$a->strings["You can't remove yourself"] = "";
+$a->strings["You can't remove yourself"] = "Nie możesz usunąć siebie";
$a->strings["%s user deleted"] = [
0 => "usunięto %s użytkownika",
1 => "usunięto %s użytkowników",
@@ -596,7 +603,7 @@ $a->strings["User blocked"] = "Użytkownik zablokowany";
$a->strings["Site admin"] = "Administracja stroną";
$a->strings["Account expired"] = "Konto wygasło";
$a->strings["New User"] = "Nowy użytkownik";
-$a->strings["Delete in"] = "Usuń w";
+$a->strings["Permanent deletion"] = "Trwałe usunięcie";
$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\n Wszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?";
$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\n Wszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\n Jesteś pewien?";
$a->strings["Name of the new user."] = "Nazwa nowego użytkownika.";
@@ -645,8 +652,6 @@ $a->strings["No"] = "Nie";
$a->strings["You must be logged in to use addons. "] = "Musisz być zalogowany(-a), aby korzystać z dodatków. ";
$a->strings["Applications"] = "Aplikacje";
$a->strings["No installed applications."] = "Brak zainstalowanych aplikacji.";
-$a->strings["Item not available."] = "Element niedostępny.";
-$a->strings["Item was not found."] = "Element nie znaleziony.";
$a->strings["Source input"] = "Źródło wejściowe";
$a->strings["BBCode::toPlaintext"] = "BBCode::na prosty tekst";
$a->strings["BBCode::convert (raw HTML)"] = "BBCode:: konwersjia (raw HTML)";
@@ -849,7 +854,6 @@ $a->strings["Upload"] = "Załaduj";
$a->strings["Files"] = "Pliki";
$a->strings["You must be logged in to use this module"] = "Musisz być zalogowany, aby korzystać z tego modułu";
$a->strings["Source URL"] = "Źródłowy adres URL";
-$a->strings["Not Found"] = "Nie znaleziono";
$a->strings["- select -"] = "- wybierz -";
$a->strings["The contact could not be added."] = "Nie można dodać kontaktu.";
$a->strings["You already added this contact."] = "Już dodałeś ten kontakt.";
@@ -893,6 +897,7 @@ $a->strings["Add contact to group"] = "Dodaj kontakt do grupy";
$a->strings["No profile"] = "Brak profilu";
$a->strings["Help:"] = "Pomoc:";
$a->strings["Help"] = "Pomoc";
+$a->strings["Not Found"] = "Nie znaleziono";
$a->strings["Welcome to %s"] = "Witamy w %s";
$a->strings["Total invitation limit exceeded."] = "Przekroczono limit zaproszeń ogółem.";
$a->strings["%s : Not a valid email address."] = "%s : Nieprawidłowy adres e-mail.";
@@ -959,7 +964,8 @@ $a->strings["Manage Identities and/or Pages"] = "Zarządzaj tożsamościami i/lu
$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Przełącz między różnymi tożsamościami lub stronami społeczność/grupy, które udostępniają dane Twojego konta lub które otrzymałeś uprawnienia \"zarządzaj\"";
$a->strings["Select an identity to manage: "] = "Wybierz tożsamość do zarządzania: ";
$a->strings["No keywords to match. Please add keywords to your default profile."] = "Brak pasujących słów kluczowych. Dodaj słowa kluczowe do domyślnego profilu.";
-$a->strings["is interested in:"] = "interesuje się:";
+$a->strings["first"] = "pierwszy";
+$a->strings["next"] = "następny";
$a->strings["Profile Match"] = "Dopasowanie profilu";
$a->strings["New Message"] = "Nowa wiadomość";
$a->strings["No recipient selected."] = "Nie wybrano odbiorcy.";
@@ -1148,7 +1154,6 @@ $a->strings["Comment"] = "Komentarz";
$a->strings["Map"] = "Mapa";
$a->strings["View Album"] = "Zobacz album";
$a->strings["{0} wants to be your friend"] = "{0} chce być Twoim znajomym";
-$a->strings["{0} sent you a message"] = "{0} wysłałem Ci wiadomość";
$a->strings["{0} requested registration"] = "{0} wymagana rejestracja";
$a->strings["Poke/Prod"] = "Zaczepić";
$a->strings["poke, prod or do other things to somebody"] = "szturchać, zaczepić lub robić inne rzeczy";
@@ -1156,7 +1161,6 @@ $a->strings["Recipient"] = "Odbiorca";
$a->strings["Choose what you wish to do to recipient"] = "Wybierz, co chcesz zrobić";
$a->strings["Make this post private"] = "Ustaw ten post jako prywatny";
$a->strings["Only logged in users are permitted to perform a probing."] = "Tylko zalogowani użytkownicy mogą wykonywać sondowanie.";
-$a->strings["Requested profile is not available."] = "Żądany profil jest niedostępny.";
$a->strings["%s's timeline"] = "oś czasu %s";
$a->strings["%s's posts"] = "wpisy %s";
$a->strings["%s's comments"] = "komentarze %s";
@@ -1313,12 +1317,10 @@ $a->strings["Failed to connect with email account using the settings provided."]
$a->strings["Email settings updated."] = "Zaktualizowano ustawienia email.";
$a->strings["Features updated"] = "Funkcje zaktualizowane";
$a->strings["Relocate message has been send to your contacts"] = "Przeniesienie wiadomości zostało wysłane do Twoich kontaktów";
-$a->strings["Passwords do not match. Password unchanged."] = "Hasła nie pasują do siebie. Hasło niezmienione.";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "Puste hasła są niedozwolone. Hasło niezmienione.";
-$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne.";
-$a->strings["Wrong password."] = "Złe hasło.";
-$a->strings["Password changed."] = "Hasło zostało zmienione.";
+$a->strings["Passwords do not match."] = "Hasła nie pasują do siebie.";
$a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie.";
+$a->strings["Password changed."] = "Hasło zostało zmienione.";
+$a->strings["Password unchanged."] = "Hasło niezmienione.";
$a->strings[" Please use a shorter name."] = " Proszę użyć krótszej nazwy.";
$a->strings[" Name too short."] = " Nazwa jest zbyt krótka.";
$a->strings["Wrong Password"] = "Złe hasło";
@@ -1364,7 +1366,6 @@ $a->strings["Last successful email check:"] = "Ostatni sprawdzony e-mail:";
$a->strings["IMAP server name:"] = "Nazwa serwera IMAP:";
$a->strings["IMAP port:"] = "Port IMAP:";
$a->strings["Security:"] = "Ochrona:";
-$a->strings["None"] = "Brak";
$a->strings["Email login name:"] = "Nazwa logowania e-mail:";
$a->strings["Email password:"] = "E-mail hasło:";
$a->strings["Reply-to address:"] = "Adres zwrotny:";
@@ -1447,6 +1448,7 @@ $a->strings["Expire photos:"] = "Wygasanie zdjęć:";
$a->strings["Only expire posts by others:"] = "Wygaszaj tylko te posty, które zostały napisane przez inne osoby:";
$a->strings["Account Settings"] = "Ustawienia konta";
$a->strings["Password Settings"] = "Ustawienia hasła";
+$a->strings["Allowed characters are a-z, A-Z, 0-9 and special characters except white spaces, accentuated letters and colon (:)."] = "";
$a->strings["Leave password fields blank unless changing"] = "Pozostaw pole hasła puste, jeżeli nie chcesz go zmienić.";
$a->strings["Current Password:"] = "Aktualne hasło:";
$a->strings["Your current password to confirm the changes"] = "Wpisz aktualne hasło, aby potwierdzić zmiany";
@@ -1698,9 +1700,7 @@ $a->strings["Embedding disabled"] = "Osadzanie wyłączone";
$a->strings["Embedded content"] = "Osadzona zawartość";
$a->strings["newer"] = "nowsze";
$a->strings["older"] = "starsze";
-$a->strings["first"] = "pierwszy";
$a->strings["prev"] = "poprzedni";
-$a->strings["next"] = "następny";
$a->strings["last"] = "ostatni";
$a->strings["view full size"] = "zobacz pełny rozmiar";
$a->strings["Image/photo"] = "Obrazek/zdjęcie";
@@ -1764,7 +1764,6 @@ $a->strings["Welcome back "] = "Witaj ponownie ";
$a->strings["Could not find any unarchived contact entry for this URL (%s)"] = "Nie można znaleźć żadnego wpisu kontaktu zarchiwizowanego dla tego adresu URL (%s)";
$a->strings["The contact entries have been archived"] = "Wpisy kontaktów zostały zarchiwizowane";
$a->strings["Enter new password: "] = "Wprowadź nowe hasło: ";
-$a->strings["Password can't be empty"] = "Hasło nie może być puste";
$a->strings["Post update version number has been set to %s."] = "Numer wersji aktualizacji posta został ustawiony na %s.";
$a->strings["Check for pending update actions."] = "Sprawdź oczekujące działania aktualizacji.";
$a->strings["Done."] = "Gotowe.";
@@ -1806,11 +1805,13 @@ $a->strings["iconv PHP module"] = "Moduł PHP iconv";
$a->strings["Error: iconv PHP module required but not installed."] = "Błąd: wymagany moduł PHP iconv, ale nie zainstalowany.";
$a->strings["POSIX PHP module"] = "Moduł POSIX PHP";
$a->strings["Error: POSIX PHP module required but not installed."] = "Błąd: wymagany moduł POSIX PHP, ale nie zainstalowany.";
-$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."] = "";
+$a->strings["JSON PHP module"] = "Moduł PHP JSON";
+$a->strings["Error: JSON PHP module required but not installed."] = "Błąd: wymagany jest moduł JSON PHP, ale nie jest zainstalowany.";
+$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."] = "Instalator internetowy musi mieć możliwość utworzenia pliku o nazwie \"local.config.php\" w folderze \"config\" serwera WWW i nie może tego zrobić.";
$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."] = "Jest to najczęściej ustawienie uprawnień, ponieważ serwer sieciowy może nie być w stanie zapisywać plików w folderze - nawet jeśli możesz.";
$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."] = "";
$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatywnie można pominąć tę procedurę i wykonać ręczną instalację. Proszę zobaczyć plik 'INSTALL.txt' z instrukcjami.";
-$a->strings["config/local.config.php is writable"] = "";
+$a->strings["config/local.config.php is writable"] = "config/local.config.php jest zapisywalny";
$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica używa silnika szablonów Smarty3 do renderowania swoich widoków. Smarty3 kompiluje szablony do PHP, aby przyspieszyć renderowanie.";
$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."] = "Aby przechowywać te skompilowane szablony, serwer WWW musi mieć dostęp do zapisu do katalogu view/smarty3/ w folderze najwyższego poziomu Friendica.";
$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Upewnij się, że użytkownik, na którym działa serwer WWW (np. www-data), ma prawo do zapisu do tego folderu.";
@@ -1882,6 +1883,18 @@ $a->strings["%s is now friends with %s"] = "%s jest teraz znajomym %s";
$a->strings["Friend Suggestion"] = "Propozycja znajomych";
$a->strings["Friend/Connect Request"] = "Prośba o dodanie do przyjaciół/powiązanych";
$a->strings["New Follower"] = "Nowy obserwujący";
+$a->strings["Error 400 - Bad Request"] = "Błąd 400 - nieprawidłowe żądanie";
+$a->strings["Error 401 - Unauthorized"] = "Błąd 401 - Nieautoryzowane";
+$a->strings["Error 403 - Forbidden"] = "Błąd 403 - Zabroniony";
+$a->strings["Error 404 - Not Found"] = "Błąd 404 nie znaleziono";
+$a->strings["Error 500 - Internal Server Error"] = "Błąd 500 - Błąd wewnętrzny serwera";
+$a->strings["Error 503 - Service Unavailable"] = "Błąd 503 Usługa Niedostępna";
+$a->strings["The server cannot or will not process the request due to an apparent client error."] = "Serwer nie może lub nie będzie przetwarzać żądania z powodu widocznego błędu klienta.";
+$a->strings["Authentication is required and has failed or has not yet been provided."] = "Uwierzytelnienie jest wymagane i nie powiodło się lub nie zostało jeszcze dostarczone.";
+$a->strings["The request was valid, but the server is refusing action. The user might not have the necessary permissions for a resource, or may need an account."] = "Żądanie było ważne, ale serwer odmawia działania. Użytkownik może nie mieć wymaganych uprawnień do zasobu lub może potrzebować konta.";
+$a->strings["The requested resource could not be found but may be available in the future."] = "Żądany zasób nie został znaleziony, ale może być dostępny w przyszłości.";
+$a->strings["An unexpected condition was encountered and no more specific message is suitable."] = "Napotkano nieoczekiwany warunek i nie jest odpowiedni żaden bardziej szczegółowy komunikat.";
+$a->strings["The server is currently unavailable (because it is overloaded or down for maintenance). Please try again later."] = "Serwer jest obecnie niedostępny (ponieważ jest przeciążony lub wyłączony z powodu konserwacji). Spróbuj ponownie później.";
$a->strings["Update %s failed. See error logs."] = "Aktualizacja %s nie powiodła się. Zobacz dziennik błędów.";
$a->strings["\n\t\t\t\tThe friendica developers released update %s recently,\n\t\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\t\tDeweloperzy friendica wydali niedawno aktualizację %s,\n\t\t\t\tale podczas próby instalacji, coś poszło nie tak.\n\t\t\t\tZostanie to naprawione wkrótce i nie mogę tego zrobić sam. Proszę skontaktować się z \n\t\t\t\tprogramistami friendica, jeśli nie możesz mi pomóc na własną rękę. Moja baza danych może być nieprawidłowa.";
$a->strings["The error message is\n[pre]%s[/pre]"] = "Komunikat o błędzie jest \n[pre]%s[/ pre]";
@@ -1959,6 +1972,7 @@ $a->strings["View on separate page"] = "Zobacz na oddzielnej stronie";
$a->strings["view on separate page"] = "zobacz na oddzielnej stronie";
$a->strings["[no subject]"] = "[bez tematu]";
$a->strings["Requested account is not available."] = "Żądane konto jest niedostępne.";
+$a->strings["Requested profile is not available."] = "Żądany profil jest niedostępny.";
$a->strings["Edit profile"] = "Edytuj profil";
$a->strings["Atom feed"] = "Kanał Atom";
$a->strings["Manage/edit profiles"] = "Zarządzaj profilami";
@@ -1992,8 +2006,20 @@ $a->strings["Profile Details"] = "Szczegóły profilu";
$a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć";
$a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników";
$a->strings["OpenWebAuth: %1\$s welcomes %2\$s"] = "OpenWebAuth: %1\$s wita %2\$s";
+$a->strings["Database storage failed to update %s"] = "";
+$a->strings["Database storage failed to insert data"] = "Magazyn bazy danych nie mógł wstawić danych";
+$a->strings["Filesystem storage failed to create \"%s\". Check you write permissions."] = "";
+$a->strings["Filesystem storage failed to save data to \"%s\". Check your write permissions"] = "";
+$a->strings["Storage base path"] = "";
+$a->strings["Folder were uploaded files are saved. For maximum security, This should be a path outside web server folder tree"] = "";
+$a->strings["Enter a valid existing folder"] = "";
$a->strings["Login failed"] = "Logowanie nieudane";
$a->strings["Not enough information to authenticate"] = "Za mało informacji do uwierzytelnienia";
+$a->strings["Password can't be empty"] = "Hasło nie może być puste";
+$a->strings["Empty passwords are not allowed."] = "Puste hasła są niedozwolone.";
+$a->strings["The new password has been exposed in a public data dump, please choose another."] = "Nowe hasło zostało ujawnione w publicznym zrzucie danych, wybierz inne.";
+$a->strings["The password can't contain accentuated letters, white spaces or colons (:)"] = "Hasło nie może zawierać podkreślonych liter, białych spacji ani dwukropków (:)";
+$a->strings["Passwords do not match. Password unchanged."] = "Hasła nie pasują do siebie. Hasło niezmienione.";
$a->strings["An invitation is required."] = "Wymagane zaproszenie.";
$a->strings["Invitation could not be verified."] = "Zaproszenie niezweryfikowane.";
$a->strings["Invalid OpenID url"] = "Nieprawidłowy adres url OpenID";
@@ -2030,6 +2056,7 @@ $a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tThank you for registering at %2\$s. Yo
$a->strings["Registration at %s"] = "Rejestracja w %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\tSzanowny(-a) %1\$s,\n\t\t\t\tDziękujemy za rejestrację na stronie %2\$s. Twoje konto zostało utworzone.";
$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t\t%1\$s\n\t\t\tPassword:\t\t%5\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tIf you ever want to delete your account, you can do so at %3\$s/removeme\n\n\t\t\tThank you and welcome to %2\$s."] = "\n\t\t\tDane logowania są następuje:\n\t\t\tLokalizacja witryny:\t%3\$s\n\t\t\tNazwa użytkownika:\t\t%1\$s\n\t\t\tHasło:\t\t%5\$s\n\n\t\t\tPo zalogowaniu możesz zmienić hasło do swojego konta na stronie \"Ustawienia\".\n \t\t\tProszę poświęć chwilę, aby przejrzeć inne ustawienia konta na tej stronie.\n\n\t\t\tMożesz również dodać podstawowe informacje do swojego domyślnego profilu\n\t\t\t(na stronie \"Profil użytkownika\"), aby inne osoby mogły łatwo Cię znaleźć.\n\n\t\t\tZalecamy ustawienie imienia i nazwiska, dodanie zdjęcia profilowego,\n\t\t\tdodanie niektórych \"słów kluczowych\" profilu (bardzo przydatne w nawiązywaniu nowych znajomości) \n\t\t\ti być może gdzie mieszkasz; jeśli nie chcesz podać więcej szczegów.\n\n\t\t\tW pełni szanujemy Twoje prawo do prywatności i żaden z tych elementów nie jest konieczny.\n\t\t\tJeśli jesteś nowy i nie znasz tutaj nikogo, oni mogą ci pomóc\n\t\t\tmożesz zdobyć nowych interesujących przyjaciół.\n\n\t\t\tJeśli kiedykolwiek zechcesz usunąć swoje konto, możesz to zrobić na stronie %3\$s/removeme\n\n\t\t\tDziękujemy i Zapraszamy do %2\$s.";
+$a->strings["Item was not found."] = "Element nie znaleziony.";
$a->strings["%d contact edited."] = [
0 => "Zedytowano %d kontakt.",
1 => "Zedytowano %d kontakty.",
@@ -2182,6 +2209,10 @@ $a->strings["to"] = "do";
$a->strings["via"] = "przez";
$a->strings["Wall-to-Wall"] = "Wall-to-Wall";
$a->strings["via Wall-To-Wall:"] = "via Wall-To-Wall:";
+$a->strings["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["%d comment"] = [
0 => "%d komentarz",
1 => "%d komentarze",
diff --git a/view/templates/admin/site.tpl b/view/templates/admin/site.tpl
index 98d0dadfb..bc5e34c3c 100644
--- a/view/templates/admin/site.tpl
+++ b/view/templates/admin/site.tpl
@@ -51,7 +51,7 @@
{{include file="field_textarea.tpl" field=$banner}}
{{include file="field_input.tpl" field=$shortcut_icon}}
{{include file="field_input.tpl" field=$touch_icon}}
- {{include file="field_textarea.tpl" field=$info}}
+ {{include file="field_textarea.tpl" field=$additional_info}}
{{include file="field_select.tpl" field=$language}}
{{include file="field_select.tpl" field=$theme}}
{{include file="field_select.tpl" field=$theme_mobile}}
diff --git a/view/templates/comment_item.tpl b/view/templates/comment_item.tpl
index 6ad01b991..352ff417f 100644
--- a/view/templates/comment_item.tpl
+++ b/view/templates/comment_item.tpl
@@ -17,7 +17,7 @@
-
+
{{if $qcomment}}